- 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(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.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.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.
- GammaCorrectionFilter - Class in agi.foundation.graphics.imaging
-
Applies gamma correction to the source raster.
- GammaCorrectionFilter() - Constructor for class agi.foundation.graphics.imaging.GammaCorrectionFilter
-
Initializes a new instance.
- GammaCorrectionFilter(double) - Constructor for class agi.foundation.graphics.imaging.GammaCorrectionFilter
-
Initializes a new instance with the specified Gamma
.
- GanymedeCentralBody - Class in agi.foundation.celestial
-
The Jovian moon Ganymede.
- GanymedeCentralBody() - Constructor for class agi.foundation.celestial.GanymedeCentralBody
-
Initializes a new instance.
- GanymedeCentralBody(GanymedeCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.GanymedeCentralBody
-
Initializes a new instance as a copy of an existing instance.
- GaussianBlurFilter - Class in agi.foundation.graphics.imaging
-
- GaussianBlurFilter() - Constructor for class agi.foundation.graphics.imaging.GaussianBlurFilter
-
Initializes a new instance.
- GaussianGainPattern - Class in agi.foundation.communications.antennas
-
A static Gaussian antenna pattern.
- GaussianGainPattern() - Constructor for class agi.foundation.communications.antennas.GaussianGainPattern
-
Initializes a new instance.
- GaussianGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.GaussianGainPattern
-
Create a new instance based on the given diameter and efficiency.
- GaussianGainPattern(GaussianGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.GaussianGainPattern
-
Initializes a new instance as a copy of an existing instance.
- GaussianOpticalGainPattern - Class in agi.foundation.communications.antennas
-
A static gain pattern for an optical antenna with a gaussian profile.
- GaussianOpticalGainPattern() - Constructor for class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Initializes a new instance.
- GaussianOpticalGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Create a new instance based on the given aperture diameter, divergence angle, efficiency, and pointing error.
- GaussianOpticalGainPattern(GaussianOpticalGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Initializes a new instance as a copy of an existing instance.
- GaussianStatistics - Class in agi.foundation
-
Provides static methods helpful when working with Gaussian functions.
- GaussJacksonCorrectionMode - Enum in agi.foundation.numericalmethods
-
Indicates whether to use the full derivative function when computing corrections
or whether to use only "fast" derivatives when computing corrections.
- GaussJacksonIntegrator - Class in agi.foundation.numericalmethods
-
A multi-step second order integrator based on the Gauss-Jackson integration algorithm, using
a
RungeKuttaFehlberg78Integrator
to start the integration and a summed Adams first order integration algorithm.
- GaussJacksonIntegrator() - Constructor for class agi.foundation.numericalmethods.GaussJacksonIntegrator
-
Initializes a new instance.
- GaussJacksonIntegrator(GaussJacksonIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.GaussJacksonIntegrator
-
Initializes a new instance as a copy of an existing instance.
- GeneralPerturbationObjectType - Enum in agi.foundation.propagators
-
- generate(CesiumOutputStream) - Method in class agi.foundation.cesium.advanced.CesiumGenerator
-
Generates CZML and writes it to the stream.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Produces the grid points based on the given set of parameters for the global grid.
- generateGridPoints() - Method in interface agi.foundation.geometry.discrete.ICoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
-
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Computes the grid points based on the given set of parameters for the planetodetic latitude band.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Computes the grid points based on the given set of parameters for the longitude line.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Computes the grid points based on the given set of parameters for the longitude line.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Return the specified list of grid points stored in memory.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.SpecifiedCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Generate the set of grid points.
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Generate a list of regularly spaced grid points inside the specified
Regions
(
get
).
- generateGridPoints() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Generate the set of grid points.
- generateNextPacket() - Method in class agi.foundation.cesium.CzmlDocumentPacketizer
-
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
- generateNextPacket(Writer) - Method in class agi.foundation.cesium.CzmlDocumentPacketizer
-
Writes a single CZML packet to the provided writer.
- generateNextPacket() - Method in class agi.foundation.cesium.CzmlUpdateDocumentPacketizer
-
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
- generateNextPacket(Writer) - Method in class agi.foundation.cesium.CzmlUpdateDocumentPacketizer
-
Writes a single CZML packet to the provided writer.
- generateNextPacket() - Method in interface agi.foundation.cesium.ICzmlDocumentPacketizer
-
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
- generateNextPacket(Writer) - Method in interface agi.foundation.cesium.ICzmlDocumentPacketizer
-
Writes a single CZML packet to the provided writer.
- generateOverallTrajectory(SegmentListResults, List<List<ITimeBasedState>>, boolean) - Static method in class agi.foundation.segmentpropagation.SegmentListResults
-
Clears the current ephemeris for this results and regenerates it based on the
EphemerisForOverallTrajectory
(
get
) of all of this
SegmentResults
(
get
).
- GeodasGriddedTerrain - Class in agi.foundation.terrain
-
A terrain provider for reading the GEODAS gridded data format - GRD98.
- GeodasGriddedTerrain(String) - Constructor for class agi.foundation.terrain.GeodasGriddedTerrain
-
Initializes a new instance using the specified filename.
- GeodasGriddedTerrain(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.GeodasGriddedTerrain
-
Initializes a new instance using the specified G98 filename.
- GeodasGriddedTerrain(StreamFactory) - Constructor for class agi.foundation.terrain.GeodasGriddedTerrain
-
Initializes a new instance with the specified stream factory.
- GeodasGriddedTerrain(StreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.GeodasGriddedTerrain
-
Initializes a new instance with the specified stream factory.
- GeodesicConnectionStrategy - Class in agi.foundation.routedesign.advanced
-
A connection strategy that connects two procedures with a straight path
of minimum distance (geodesic).
- GeodesicConnectionStrategy(Ellipsoid) - Constructor for class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Create a new instance based on the given surface shape.
- GeodesicConnectionStrategy(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Create a new instance based on the given start and stop positions.
- GeodesicConnectionStrategy(EllipsoidGeodesic) - Constructor for class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
- GeometricPrimitiveCoverageGrid - Class in agi.foundation.geometry.discrete
-
The abstract base for simple grids used in the coverage system.
- GeometricPrimitiveCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Initializes a new instance.
- GeometryDynamicState - Class in agi.foundation.geometry
-
- GeometryDynamicState() - Constructor for class agi.foundation.geometry.GeometryDynamicState
-
Initializes a new instance.
- GeometryDynamicState(GeometryDynamicState, CopyContext) - Constructor for class agi.foundation.geometry.GeometryDynamicState
-
Initializes a new instance as a copy of an existing instance.
- GeometryTransformer - Class in agi.foundation.geometry
-
Provides evaluators that can transform between axes, observe a point in any frame, etc.
- GeometryTransformer.Advanced - Class in agi.foundation.geometry
-
Contains methods to obtain evaluators for less common situations.
- GeospatialContentServerAuthorizationProvider - Class in agi.foundation.infrastructure
-
An authorization provider which obtains an authorization token
for a given Geospatial Content Server (GCS) application token.
- GeospatialContentServerAuthorizationProvider(String, String) - Constructor for class agi.foundation.infrastructure.GeospatialContentServerAuthorizationProvider
-
Initializes a new instance.
- GeospatialContentServerAuthorizationProvider(String, String, Proxy) - Constructor for class agi.foundation.infrastructure.GeospatialContentServerAuthorizationProvider
-
Initializes a new instance.
- GeospatialContentServerTerrain - Class in agi.foundation.terrain
-
A terrain provider for reading terrain data from a Geospatial Content Server (GCS).
- GeospatialContentServerTerrain(String, IAuthorizationProvider) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, int) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, Proxy) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, int, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, int, Proxy) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, int, TerrainCacheGroup, Proxy) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialContentServerTerrain(String, IAuthorizationProvider, TerrainCacheGroup, Proxy) - Constructor for class agi.foundation.terrain.GeospatialContentServerTerrain
-
Initializes a new instance.
- GeospatialImageGlobeOverlay - Class in agi.foundation.graphics.advanced
-
A
GlobeImageOverlay
for handling
JPEG 2000
(.jp2), ECW (.ecw), ECWP, and MrSid (.sid) image formats in the WGS84 geographic projection.
- GeospatialImageGlobeOverlay(String) - Constructor for class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- GeospatialImageGlobeOverlay(URI) - Constructor for class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- GeospatialInformationIsMissingException - Exception in agi.foundation.graphics
-
The exception that is thrown when a object is missing geospatial information.
- GeospatialInformationIsMissingException(String) - Constructor for exception agi.foundation.graphics.GeospatialInformationIsMissingException
-
Initializes a new instance.
- get(int) - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the value of the specified element with
index
of 0, 1, 2, and 3 corresponding to the coordinates
NearDistance
(
get
),
NearValue
(
get
),
FarDistance
(
get
),
FarValue
(
get
).
- get(int) - Method in class agi.foundation.communications.PointScattererLinkPath
-
- get(int) - Method in class agi.foundation.communications.SignalCollection
-
Gets the constituent signal at the given index.
- get(int) - Method in class agi.foundation.communications.SignalDopplerShiftData
-
Get the frequency doppler shift at the given index in the collection.
- get(int, int) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Gets the cross section value, in meters squared, at the given clock and cone angle indices.
- get(int) - Method in class agi.foundation.compatibility.BaseCollection
-
- get(int) - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Gets the value of the specified element with 0, 1, 2, and 3 corresponding to the elements Angle, Axis.X, Axis.Y, and Axis.Z.
- get(int) - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Azimuth
(
get
),
Elevation
(
get
), and
Range
(
get
).
- get(int) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Azimuth
(
get
),
Horizontal
(
get
), and
Vertical
(
get
).
- get(int) - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the value of the specified element with
index
of 0, 1, 2, and 3 corresponding to the coordinates
Left
(
get
),
Bottom
(
get
),
Right
(
get
), and
Top
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Cartesian
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
X
(
get
),
Y
(
get
), and
Z
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Cartographic
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Longitude
(
get
),
Latitude
(
get
), and
Height
(
get
).
- get(int, int) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets the value at the specified location in the matrix.
- get(int) - Method in class agi.foundation.coordinates.Cylindrical
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Clock
(
get
),
Radial
(
get
), and
Z
(
get
).
- get(int, int) - Method in class agi.foundation.coordinates.DenseMatrix
-
Gets the value at the specified location in the matrix.
- get(int, int) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Gets the value of the element at the given location.
- get(int) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Longitude
(
get
),
Latitude
(
get
), and
Radius
(
get
).
- get(int, int) - Method in class agi.foundation.coordinates.Matrix
-
Gets the value of the element at the given location.
- get(int, int) - Method in class agi.foundation.coordinates.Matrix3By3
-
Accesses the matrix elements using zero-based indexing.
- get(int, int) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Accesses the matrix elements using zero-based indexing.
- get(int, int) - Method in class agi.foundation.coordinates.Matrix6By6
-
Accesses the matrix elements using zero-based indexing.
- get(int, int) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Accesses the matrix elements using zero-based indexing.
- get(int) - Method in class agi.foundation.coordinates.Polar
-
Gets the value of the specified element with
index
of 0 and 1 corresponding to the coordinates
Clock
(
get
), and
Radial
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Pyramidal
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
ZXAngle
(
get
),
ZYAngle
(
get
), and
Z
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Quaternion
-
Gets the value of the specified element with
index
of 0, 1, 2, and 3 corresponding to the coordinates
W
(
get
),
X
(
get
),
Y
(
get
), and
Z
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Rectangular
-
Gets the value of the specified element with
index
of 0 and 1 corresponding to the coordinates
X
(
get
), and
Y
(
get
).
- get(int) - Method in class agi.foundation.coordinates.Spherical
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
Clock
(
get
),
Cone
(
get
), and
Magnitude
(
get
).
- get(int) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the value of the specified element with index
of 0, 1, 2, and 3 corresponding to the coordinates
S, T, P, and Q.
- get(int) - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the value of the specified element with
index
of 0, 1, and 2 corresponding to the coordinates
X
(
get
),
Y
(
get
), and
Z
(
get
).
- get(int) - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the value of the specified element with
index
of 0, 1, 2, and 3 corresponding to the coordinates
W
(
get
),
X
(
get
),
Y
(
get
), and
Z
(
get
).
- get(int) - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the value of the specified element with
index
of 0 and 1 corresponding to the coordinates
X
(
get
), and
Y
(
get
).
- get(int) - Method in class agi.foundation.coordinates.UnitSpherical
-
Gets the value of the specified element with
index
of 0 and 1 corresponding to the coordinates
Clock
(
get
) and
Cone
(
get
).
- get(int) - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of the specified derivative.
- get(int) - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of the specified derivative.
- get(CentralBody) - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
-
- get(int) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
Gets the overlay at the specified index.
- get(int) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Returns the condition at the given zero-based index.
- get(int) - Method in class agi.foundation.graphics.ImageCollection
-
- get(int) - Method in class agi.foundation.graphics.ModelArticulation
-
- get(String) - Method in class agi.foundation.graphics.ModelArticulation
-
- get(int) - Method in class agi.foundation.graphics.ModelArticulationCollection
-
- get(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
-
- get(int) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Returns the primitive at the given zero-based index.
- get(int) - Method in class agi.foundation.graphics.PathPrimitive
-
Returns the point at the given zero-based index.
- get(int) - Method in class agi.foundation.graphics.TerrainCollection
-
- get(int) - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of the specified derivative.
- get(int) - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of the specified derivative.
- get(int) - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of the specified derivative.
- get(int) - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of the specified derivative.
- get(int) - Method in interface agi.foundation.IMotion
-
Gets the indicated derivative of the motion.
- get(TKey) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
-
Gets the value corresponding to the specified key.
- get(int) - Method in class agi.foundation.Motion1
-
Gets the indicated component of the motion.
- get(int) - Method in class agi.foundation.Motion2
-
Gets the indicated derivative of the motion.
- get(int) - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
-
Gets the coefficient of the monomial of the specified order.
- get(int) - Method in class agi.foundation.propagators.PropagationStateArray
-
Gets the value of the element at the given sub-state index.
- get(String) - Method in class agi.foundation.segmentpropagation.UpdateSegmentConfiguration
-
Gets the
updater
with the specified name.
- get(StateUpdaterDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegmentConfiguration
-
Gets the
updater
with the specified definition.
- get(int) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
- get(int) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Gets the element at the specified index.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Gets the post height at a particular set of indices.
- get(int, int) - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Gets the post height at a particular set of indices.
- get(int) - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets the interval at the specified index.
- get(int) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets the interval at the specified index.
- get(TypeLiteral<TDescriptorService>) - Method in class agi.foundation.tracking.EntityDescriptor
-
Gets the specified service from this entity descriptor.
- getA() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
-
Gets the coefficient of the 3rd order monomial.
- getA() - Method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
-
Gets the coefficient of the 2nd order monomial.
- getA() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
-
Gets the coefficient of the 4th order monomial.
- getAbbreviation() - Method in class agi.foundation.time.TimeStandard
-
Gets an abbreviation for this time standard.
- getAborted() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
Gets a value indicating whether the run aborted.
- getAborted() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets a value indicating whether the solver has aborted.
- getAborted() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets a value indicating whether the function run aborted.
- getAborted() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
-
- getAbsoluteTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
-
Gets the tolerance which provides a baseline for the error control.
- getAbsoluteTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
-
Gets the tolerance which provides a baseline for the error control.
- getAbsoluteTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
-
Gets the tolerance which provides a baseline for the error control.
- getAbsorptionLoss() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the loss due to atmospheric absorption, in dB.
- getAcceleration() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Gets the performance model during acceleration.
- getAcceleration() - Method in interface agi.foundation.tracking.IEntityAcceleration
-
Gets the transactional property that holds the acceleration of the entity.
- getAccelerationEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Gets an instance of an evaluator that can compute the acceleration components of the maneuver.
- getAccelerationEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Gets an instance of an evaluator that can compute the acceleration components of the maneuver.
- getAccelerationEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Gets an instance of an evaluator that can compute the acceleration components of the maneuver.
- getAccelerationVector() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets a
Vector
representing the acceleration according to Newton's second law of motion
in the given inertial
IntegrationFrame
(
get
/
set
).
- getAcceptLeft() - Static method in class agi.foundation.time.TimeInterval1
-
- getAcceptRight() - Static method in class agi.foundation.time.TimeInterval1
-
- getAccessExists() - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Gets the value of the property when access exists.
- getAccessExists() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Gets the value to return if access exists.
- getAccessQuery() - Method in class agi.foundation.coverage.AssetDefinition
-
Gets the query involving the
AssetObject
(
get
/
set
) that must be satisfied for this asset to provide coverage.
- getAccessResult() - Method in interface agi.foundation.access.IAccessResultService
-
Gets the Access results.
- getAccessResult() - Method in class agi.foundation.platforms.AccessResultExtension
-
Gets the precomputed access results for the
Owner
(
get
/
set
).
- getAccessResultsForAsset(Object) - Method in class agi.foundation.coverage.CoverageData
-
Get a set of access intervals from the given asset.
- getAccessToWholeObject() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Gets a value indicating whether to constrain based on any or all points along the line.
- getAccessToWholeObject() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Gets a value indicating whether to constrain based on any or all points in the area definition.
- getAccessUnknown() - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Gets the value of the property when access is unknown.
- getAccessUnknown() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Gets the value to return if access is unknown.
- getAccuracies() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the orbital accuracy exponent as listed in the header on lines 8-12.
- getAccuracies() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the orbital accuracy exponent as listed in the header.
- getAccuracies() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the orbital accuracy exponent as listed in the header.
- getAccuracy() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the Sv accuracy.
- getActive() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets a value indicating whether the spacecraft is currently active.
- getActive() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the value of
Active
(
get
/
set
) that is required
in order for the entry to be included in the query.
- getActualValue() - Method in exception agi.foundation.compatibility.ArgumentOutOfRangeException
-
Gets the argument value that causes this exception.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.AxesAdapter
-
Creates the adapter defined by this instance.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
-
Creates the adapter defined by this instance.
- getAdapter(String) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Gets the
adapter
for the specified
elementIdentification
.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Creates the adapter defined by this instance.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.SimpleAdapter
-
Creates the adapter defined by this instance.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
-
Creates the adapter defined by this instance.
- getAdapter(StateElementAdapterDefinition, EvaluatorGroup) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Creates the adapter defined by this instance.
- getAdapter(String) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getAdapter(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the adapter for the specified element.
- getAdapters() - Method in class agi.foundation.propagators.StoppablePropagator
-
- getAdapters() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
- getAdapters() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the list of
adapters
needed to transform the states of
this results to the next.
- getAdaptersForAllNumericalPropagatedSegments() - Static method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
- getAdaptersFromAlternateSegmentToPrimary() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentResults
-
- getAdaptiveWeights() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size.
- getAdaptiveWeights() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size during integration.
- getAdaptiveWeights() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets the weights to be applied to the scalar values when
computing the error which determines how to adapt the step size during integration.
- getAdaptiveWeights() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the weights to be applied to the scalar values when
computing the error which determines how to adapt the step size during integration.
- getAdded() - Method in class agi.foundation.tracking.EntitySetChangedEventArgs
-
Gets the collection of added entities.
- getAdditionalSegmentResults() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getAdditionalSignalData() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the additional data included on the signal.
- getAdditionalSignalData() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the additional data included on the signal.
- getAdditionalSignalData() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Gets the additional data included on the signal.
- getAdditiveFrequency() - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Gets the frequency to add onto the input signals, in hertz.
- getAdjacentHorizon() - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Gets the adjacent horizon.
- getAdjustment() - Method in class agi.foundation.graphics.imaging.BrightnessFilter
-
Gets the brightness adjustment value for the filter.
- getAdjustment() - Method in class agi.foundation.graphics.imaging.ContrastFilter
-
Gets the contrast adjustment value for the filter.
- getAdrasteaPoint() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Adrastea
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getAerodynamicModel() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the aerodynamic model to be applied to the coordinated flight condition.
- getAffectedByLighting() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets whether the primitive is affected by lighting.
- getAffectedByLighting() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining whether the solid is affected by lighting.
- getAftHalfAngle() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the aft half angle defining the conical volume of exclusion about the negative x-axis.
- getAgency() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Agency property for the RINEX header
- getAgency() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the generating agency from line 1.
- getAgency() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the generating agency.
- getAgency() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the generating agency.
- getAgeOfData() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the Age of the navigation data on the satellite
- getAgeOfData() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the age of the navigation data relative to the GPS master control station (MCS) upload generation epoch (minutes).
- getAirspeed() - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Gets the commanded airspeed.
- getAirspeed() - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Gets the commanded airspeed.
- getAirspeed() - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Gets a scalar which will determine the commanded airspeed.
- getAirspeed() - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Gets a scalar which will determine the commanded airspeed.
- getAirspeed() - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Gets a scalar which will determine the commanded airspeed.
- getAlignedAxis() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the aligned axis, which is the unit vector, in world coordinates,
that the billboard up vector points towards.
- getAlignToPixel() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets whether the screen space position of each string is aligned to a pixel.
- getAlignToPixel() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating whether the marker should be aligned to a pixel.
- getAlignToPixel() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating whether the text should be aligned to a pixel.
- getAllAdapters() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getAllEphemerisData() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
- getAllGpsElementsFromEphemerisData() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Retrieves the
IGpsElements
defining the orbit of this satellite.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Gets a signal evaluator which when evaluated will return all of the intended signals from a collection of signals.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Get an evaluator which simply produces the
ReferenceSignal
(
get
/
set
).
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Gets a signal evaluator which when evaluated will return all of the intended signals from a collection of signals.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Get an evaluator which produces a single
Signal
from the given
ISignalSource
by looking
for identifying object.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Gets a signal evaluator which when evaluated will return all of the intended signals from a collection of signals.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Gets a signal evaluator which when evaluated will return all of the intended signals from a collection of signals.
- getAllIntendedSignalsEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Gets a signal evaluator which when evaluated will return all of the intended signals from a collection of signals.
- getAllLinkBudgets(GpsReceiver) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the GNSS link budgets for all satellites.
- getAllowAccessBeforeStart() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets a value indicating whether the query is considered satisfied
when the
MaintainQuery
(
get
/
set
) is satisfied at the start of the evaluated interval.
- getAllowEstimationEpochDuringLeapSecond() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Gets a value indicating whether to allow the estimation epoch to occur during a leap second.
- getAllowFrameDrop() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets a value indicating if frames should be dropped if video processing can not keep up with a video stream.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final height of this profile in order to ensure continuity.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final height of this profile in order to ensure continuity.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets a value indicating whether to allow the following connection to update the
FinalHeight
(
get
/
set
) if there was a problem with the next profile.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets a value indicating whether to allow changes to the
FinalHeight
(
get
/
set
)
while configuring the route.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets a value indicating whether to allow changes to the
FinalHeight
(
get
/
set
)
while configuring the route.
- getAllowModificationOfFinalHeight() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets a value indicating whether the profile can update the final height
in the course of configuring itself in relation to the surrounding profiles.
- getAllowModificationOfFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final height rate of this profile in order to ensure continuity.
- getAllowModificationOfFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final height rate of this profile in order to ensure continuity.
- getAllowModificationOfFinalSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final speed of this profile in order to ensure continuity.
- getAllowModificationOfFinalSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the final speed of this profile in order to ensure continuity.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial height of this profile in order to ensure continuity.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial height of this profile in order to ensure continuity.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets a value indicating whether to allow the previous connection to update the
InitialHeight
(
get
/
set
) if there was a problem with the previous profile.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets a value indicating whether to allow changes to the
InitialHeight
(
get
/
set
)
while configuring the route.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets a value indicating whether to allow changes to the
InitialHeight
(
get
/
set
)
while configuring the route.
- getAllowModificationOfInitialHeight() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets a value indicating whether the profile can update the initial height
in the course of configuring itself in relation to the surrounding profiles.
- getAllowModificationOfInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial height rate of this profile in order to ensure continuity.
- getAllowModificationOfInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial height rate of this profile in order to ensure continuity.
- getAllowModificationOfInitialSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial speed of this profile in order to ensure continuity.
- getAllowModificationOfInitialSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets a value indicating whether to allow other profiles to modify
the initial speed of this profile in order to ensure continuity.
- getAllowModificationOfInitialSpeed() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets a value indicating whether to allow changes to the
InitialSpeed
(
get
/
set
)
while configuring the route.
- getAllowRotationOverConstrainedUpAxis() - Method in class agi.foundation.graphics.Camera
-
Gets whether the camera can rotate over the constrained up axis.
- getAllowVariationInHeight() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets a value indicating whether to allow any variation in the height of the profile or whether
to maintain a constant height.
- getAllowVariationInSpeed() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets a value indicating whether to allow any variation in speed along the profile or whether
to maintain a constant speed.
- getAllowZeroElements() - Method in class agi.foundation.segmentpropagation.HoldSegment
-
Gets a value indicating whether if it is acceptable for this type of
PropagateSegment
to
have no elements.
- getAllowZeroElements() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Gets a value indicating whether if it is acceptable for this type of
PropagateSegment
to
have no elements.
- getAlmanacName() - Method in class agi.foundation.navigation.datareaders.SemAlmanac
-
Gets the name of the almanac as defined in the almanac file.
- getAlongTrackError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the along track error component of the user range error
- getAlongTrackErrorA() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 2nd order term for the along track error growth (meters/sec^2).
- getAlongTrackErrorB() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 1st order term for the along track error growth (meters/sec).
- getAlongTrackErrorC() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 0th order term for the along track error growth (meters).
- getAlternateSegment() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets the alternate segment.
- getAlternateSegmentConfiguration() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Gets the configuration for the
AlternateSegment
(
get
/
set
).
- getAltitude() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
-
Gets the altitude at which the
CommandedValues
(
get
) applies.
- getAltitude() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets the desired cruise altitude with respect to the
HeightReferenceSurface
(
get
/
set
).
- getAltitude() - Method in class agi.foundation.geometry.PointAtAltitude
-
Gets the altitude of the point.
- getAltitude() - Method in class agi.foundation.graphics.Clouds
-
The altitude of the clouds.
- getAltitude() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Gets the altitude of the facility, in meters.
- getAltitudeBasedTranslucencyLowerAltitude() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency
is set to true
.
- getAltitudeBasedTranslucencyLowerTranslucency() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets the lower translucency value for the image when UseAltitudeBasedTranslucency
is set to true
.
- getAltitudeBasedTranslucencyUpperAltitude() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets the upper altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency
is set to true
.
- getAltitudeBasedTranslucencyUpperTranslucency() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets the upper translucency value for the image when UseAltitudeBasedTranslucency
is set to true
.
- getAltitudeBoundaries() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Gets the ceiling heights of the altitude layers used to construct the layered volume access constraint.
- getAltitudeOffset() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getAltitudeOffset() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getAltitudeOffset() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
Gets the altitude, in meters, that all
Terrain
and
Imagery
will be offset from the surface of the
CentralBody
in the
Scene
.
- getAltitudeOffset() - Method in class agi.foundation.graphics.TerrainOverlay
-
Gets the value from which to offset the terrain height.
- getAltitudeRate() - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Gets the commanded rate of altitude change.
- getAltitudeRate() - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Gets a scalar which will determine the commanded rate of altitude change.
- getAltitudeRate() - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Gets a scalar which will determine the commanded rate of altitude change.
- getAltitudeScale() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getAltitudeScale() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getAltitudeScale() - Method in class agi.foundation.graphics.TerrainOverlay
-
Gets the value from which to scale the terrain height.
- getAmaltheaPoint() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Amalthea
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getAmbientIntensity() - Method in class agi.foundation.graphics.advanced.Lighting
-
Gets the ambient intensity throughout the scene.
- getAmplifier() - Method in class agi.foundation.communications.ComplexReceiver
-
Gets the amplifier.
- getAnchorPoint() - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Gets the surface location to use as a marker for the approximate center or point
of interest for the given procedure.
- getAngle() - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Gets the angle coordinate.
- getAngle() - Method in class agi.foundation.coordinates.ElementaryRotation
-
Gets the angle of rotation.
- getAngle() - Method in class agi.foundation.graphics.imaging.RotateFilter
-
Gets the counterclockwise rotation angle measured in radians.
- getAngleInPlane(UnitCartesian, PlaneIndicator) - Static method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Gets the angle formed by a projection of a vector into an axis-aligned plane.
- getAngleOfAttack() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the angle of attack of the aircraft.
- getAngleOfAttack() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets a
Scalar
which provides the value of the angle of attack.
- getAngleSubtended() - Method in class agi.foundation.geometry.shapes.Curve
-
Gets the angle subtended by the curve.
- getAngularMomentum() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the angular momentum (distance squared per time).
- getAngularMomentumAlongZ() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the Z Component of angular momentum (distance squared per time).
- getAngularRangeMaximum() - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Gets the desired output range maximum.
- getAngularRangeMinimum() - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Gets the desired output range minimum.
- getAngularRate() - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
-
Gets the rate of change of the angular reference in the horizontal plane.
- getAngularSetting() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle.
- getAngularSetting() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the indication that the value being computed is an angle and, if so, should that angle be between
negative PI and PI, or if it should be between 0 and 2*PI.
- getAngularVelocity() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the body-fixed angular velocity of the rigid-body.
- getAnimateWhileHandling() - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Gets whether or not mouse events will allow for animation to continue as they are
handled.
- getAnimatingForward() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets a value indicating whether or not animation is in the forward direction.
- getAnimation() - Static method in class agi.foundation.graphics.SceneManager
-
Gets the
Animation
class for controlling
and .
- getAntenna() - Method in class agi.foundation.communications.AntennaTargetingResult
-
Gets the antenna that could not be targeted.
- getAntenna() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the antenna of the GPS receiver.
- getAntennaCorrelationLoss() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the attenuation of the signal due to correlation losses.
- getAntennaDeltaE() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the value of the antenna delta E for the RINEX observation file.
- getAntennaDeltaH() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the value of the antenna delta H for the RINEX observation file.
- getAntennaDeltaN() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the value of the antenna delta N for the RINEX observation file.
- getAntennaEfficiency() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the efficiency of the receiver's antenna, as a ratio between zero and one.
- getAntennaEfficiency() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the efficiency of the front end's antenna, as a ratio between zero and one.
- getAntennaGainEvaluator(Vector, Axes, Signal) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Get an evaluator for the gain that would be applied to the given sample signal based on the given geometry.
- getAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, Signal) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Get an evaluator for the gain that would be applied to the given sample signal based on the given geometry.
- getAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, Signal) - Method in interface agi.foundation.communications.antennas.IAntennaGainService
-
Get an evaluator for the gain that would be applied to the given sample signal.
- getAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, Signal) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Get an evaluator for the gain that would be applied to the given sample signal.
- getAntennaGainPattern() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets the gain pattern for this antenna.
- getAntennaGainPattern() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets the gain pattern for this antenna.
- getAntennaGainPattern() - Method in interface agi.foundation.communications.antennas.IReceivingAntennaExtension
-
Gets the antenna gain pattern.
- getAntennaGainPattern() - Method in interface agi.foundation.communications.antennas.ITransmittingAntennaExtension
-
Gets the antenna gain pattern.
- getAntennaGainPattern() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
- getAntennaGainPattern() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
- getAntennaGainPattern() - Method in class agi.foundation.communications.ComplexReceiver
-
Gets the gain pattern for the antenna.
- getAntennaGainPattern() - Method in class agi.foundation.communications.OpticalReceiver
-
Gets the gain pattern for the receive optics.
- getAntennaGainPattern() - Method in class agi.foundation.communications.OpticalTransmitter
-
- getAntennaNoiseTemperature() - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getAntennaNoiseTemperature() - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getAntennaNoiseTemperature() - Method in class agi.foundation.communications.ComplexReceiver
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getAntennaNoiseTemperature() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the equivalent noise temperature resulting from effects
outside the antenna; galactic noise, Earth's albedo, etc., in kelvin.
- getAntennaNoiseTemperature() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the effective noise temperature resulting from effects outside the antenna; galactic
noise, Earth's albedo, etc., in kelvin.
- getAntennaNoiseTemperature() - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getAntennaNoiseTemperature() - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getAntennaNumber() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the antenna number property for the RINEX header.
- getAntennaPolarizationLoss() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the attenuation of the signal due to antenna polarization effects.
- getAntennaSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets the antenna signal processor which produces the antenna's signal output.
- getAntennaType() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the antenna type property for the RINEX header.
- getAntialias() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font is antialiased.
- getAntiAliasImagery() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Gets a value indicating whether or not imagery is anti-aliased.
- getAntiAliasing() - Method in class agi.foundation.graphics.Scene
-
Gets the multisample anti-aliasing (MSAA) option for this scene.
- getAntiAliasing() - Static method in class agi.foundation.graphics.SceneManager
-
Gets the multisample anti-aliasing (MSAA) option for all Scenes.
- getApertureDiameter() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Gets the aperture diameter, in meters.
- getApogee() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the height of the apogee above the Earth's surface, in meters.
- getApogeeAltitude() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the altitude of the object at the apogee of its trajectory, in meters.
- getApplicability() - Method in class agi.foundation.access.AccessConstraint
-
Gets the Access situation in which this constraint applies.
- getAppliedCoverageFilters() - Method in class agi.foundation.coverage.CoverageQueryResult
-
- getAppliedForces() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets a list of the forces applied at the
IntegrationPoint
(
get
).
- getAppliedTorques() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets a list of the torques applied on the
IntegrationAxes
(
get
).
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Get an evaluator which can modify a set of input signals based on link geometry and the gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in interface agi.foundation.communications.antennas.IAntennaGainService
-
Get an evaluator which can modify a set of input signals based on link geometry and the gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Gets the evaluator for the specified inputSignal
since no gain is applied.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Get an evaluator which can modify a set of input signals based on link geometry and the gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApplyAntennaGainEvaluator(EvaluatorGroup, Vector, Axes, ISignalSource, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Get an evaluator which can modify a set of signals based on link geometry and this gain pattern.
- getApproximateMarkerPositionX() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the X value of the approximate marker position for the RINEX observation file.
- getApproximateMarkerPositionY() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Y value of the approximate marker position for the RINEX observation file.
- getApproximateMarkerPositionZ() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Z value of the approximate marker position for the RINEX observation file.
- getApproximateSamplesPerBoundary() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- getApproximateSamplesPerBoundary() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- getApproximateSamplesPerBoundary() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- getArcDistance() - Method in class agi.foundation.geometry.shapes.PointOnCurve
-
Gets the actual distance along the curve at which this point occurs.
- getArchive() - Method in class agi.foundation.geometry.AxesFromArchive
-
Gets the archive from which to obtain orientation data.
- getArchive() - Method in class agi.foundation.geometry.PointFromArchive
-
Gets the archive from which to obtain position data.
- getArchivedData(JulianDate, JulianDate, int, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Retrieves archived properties for all entities over the provided time period.
- getArchivedData(Object, JulianDate, JulianDate, int, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Retrieves archived properties for the provided entity over the provided time period.
- getArchivedInterval(Object) - Method in class agi.foundation.tracking.MemoryArchive
-
Gets the overall interval that exists in the archive for the specified entity identifier.
- getArchivedInterval() - Method in class agi.foundation.tracking.MemoryArchive
-
Gets the overall interval that exists in the archive for any entity.
- getArchivedInterval(Object) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets the overall interval that exists in the archive for the specified entity identifier.
- getArchivedInterval() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets the overall interval that exists in the archive for any entity.
- getArchivedPrimitivePropertyComponents(Iterable<? extends ArchivedProperty>, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.MemoryArchive
-
Retrieves archived primitive property components for all entities over the provided time period.
- getArchivedPrimitivePropertyComponents(Object, Iterable<? extends ArchivedProperty>, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.MemoryArchive
-
Retrieves archived primitive property components for the provided entity over the provided time period.
- getArchivedPrimitivePropertyComponents(Iterable<? extends ArchivedProperty>, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Retrieves archived primitive property components for all entities over the provided time period.
- getArchivedPrimitivePropertyComponents(Object, Iterable<? extends ArchivedProperty>, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Retrieves archived primitive property components for the provided entity over the provided time period.
- getArchiverForType(Class<?>) - Method in class agi.foundation.tracking.TrackingTypeArchiverCollection
-
Gets the archiver for the specified type.
- getArchivers() - Method in interface agi.foundation.tracking.IEntityArchiveDescriptor
-
Gets the default list of archivers needed for archiving this type of entity.
- getArcType() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the type of arc that should connect the positions of the line.
- getArcType() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the type of arc that should connect the positions of the polygon.
- getArcType() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets the type of arc that should connect the positions of the line.
- getAreaData() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Gets a collection of key-value pairs with argument of latitude (in degrees)
as the key and area (in meters squared) as the value.
- getAreaData() - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Gets a collection of key-value pairs with
JulianDate
as the key and area (in meters squared) as the value.
- getArgument() - Method in class agi.foundation.compatibility.DoWorkEventArgs
-
Gets a value that represents the argument of an asynchronous operation.
- getArgument() - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Gets the argument to the absolute value function.
- getArgument() - Method in class agi.foundation.geometry.ScalarCosine
-
Gets the argument to the cosine function.
- getArgument() - Method in class agi.foundation.geometry.ScalarSine
-
Gets the argument to the sine function.
- getArgumentOfLatitude() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the argument of latitude of the orbit (radians).
- getArgumentOfPeriapsis() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the argument of periapsis (radians).
- getArgumentOfPeriapsis() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the argument of periapsis of the orbit, in radians.
- getArgumentOfPeriapsis() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the argument of periapsis of the orbit, in radians.
- getArgumentOfPeriapsis() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the argument of periapsis of the orbit, in radians.
- getArgumentOfPeriapsisRate() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the current rate of change of the
ArgumentOfPeriapsis
(
get
), in radians per second.
- getArgumentOfPerigee() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the argument of perigee.
- getArgumentOfPerigee() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the argument of perigee.
- getArgumentOfPerigee() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the argument of perigee.
- getArgumentOfPerigee() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the inclination angle.
- getArgumentOfPerigee() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the argument of perigee, in degrees.
- getArgumentOfPerigeeSemicircles() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the argument of perigee, in semicircles.
- getAriel() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Uranian moon Ariel.
- getAriel() - Static method in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Ariel.
- getArielPoint() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Ariel
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getArithmeticSafeStandard() - Method in class agi.foundation.time.TimeStandard
-
Gets a time standard that is equivalent to this time standard but is safe for arithmetic.
- getArrivalTime() - Method in class agi.foundation.communications.PointScattererInformation
-
Gets the time at which the signal arrived at the point scatterer.
- getArticulations() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the mapping of keys to articulation values, where the keys are
the name of the articulation, a single space, and the name of the stage.
- getArticulations() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the model's articulations.
- getArticulations() - Method in class agi.foundation.platforms.ModelGraphics
-
- getAscentSpeed() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the maximum vertical rate of ascent (positive), in meters per second.
- getAscentType() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the interpolation type for the ascent.
- getAscentType() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the interpolation type for the ascent.
- getAspectRatio() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the aspect ratio of the wing.
- getAssetAccessResults() - Method in class agi.foundation.coverage.CoverageData
-
Gets a list of the access results corresponding to each of the asset objects in
AssetsConsidered
(
get
/
set
).
- getAssetCoverage() - Method in class agi.foundation.coverage.CoverageGridPointWithResults
-
Gets the result of the coverage calculation between this grid point
and all of its available assets.
- getAssetDefinitions() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets the asset definitions defined for this coverage definition.
- getAssetIndex() - Method in exception agi.foundation.coverage.AssetDataUnavailableException
-
Gets the index of the asset that caused the exception, based on the order of the
assets when the computation was created.
- getAssetInstance() - Method in exception agi.foundation.coverage.AssetDataUnavailableException
-
Gets the asset that caused the exception, if available.
- getAssetObject() - Method in class agi.foundation.coverage.AssetDefinition
-
Gets the object which represents the asset.
- getAssets() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets a read-only collection of assets which provide coverage over the grid.
- getAssets() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Gets the assets providing coverage to
CoverageTarget
(
get
/
set
)
- getAssetsConsidered() - Method in class agi.foundation.coverage.CoverageData
-
Gets a list of the considered assets.
- getAssetsSatisfiedAtTime(JulianDate) - Method in class agi.foundation.coverage.CoverageData
-
Gets a list of the assets providing coverage at the given time.
- getAssetsUnknownAtTime(JulianDate) - Method in class agi.foundation.coverage.CoverageData
-
Gets a list of the assets which do not have enough information to determine coverage at the given time.
- getAssetUrl() - Method in class agi.foundation.terrain.GeospatialContentServerTerrain
-
Gets the asset URL for this terrain provider.
- getAsyncWaitHandle() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Gets a
WaitHandle
that is used to wait for the operation to complete.
- getAtmosphereAltitude() - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Gets the maximum altitude.
- getAtmosphereAltitude() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets the maximum altitude.
- getAtmosphericDensity() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the model for atmospheric density.
- getAtmosphericRefractionModel() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets the atmospheric refraction model.
- getAttitudeData() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Gets the attitude data relative to
CoordinateAxes
(
get
/
set
).
- getAttributes() - Method in class agi.foundation.graphics.imaging.Raster
-
- getAuthorizationToken(String) - Method in class agi.foundation.infrastructure.ConstantAuthorizationProvider
-
Gets an authorization token that will be used to request the given URL.
- getAuthorizationToken() - Method in class agi.foundation.infrastructure.ConstantAuthorizationProvider
-
Gets the authorization token to use for all resources.
- getAuthorizationToken(String) - Method in class agi.foundation.infrastructure.GeospatialContentServerAuthorizationProvider
-
Gets an authorization token that will be used to request the given URL.
- getAuthorizationToken(String) - Method in interface agi.foundation.infrastructure.IAuthorizationProvider
-
Gets an authorization token that will be used to request the given URL.
- getAutoHandleDragDrop() - Method in class agi.foundation.graphics.advanced.DragDropOptions
-
Gets a value indicating whether or not drag and drop events will be handled by the
Insight3D control
to automatically
add supported imagery and terrain files when they are dropped onto the control.
- getAutoHandleMouse() - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Gets whether or not mouse events will be handled by the
Insight3D control
to allow for automatically controlling the scene's
Camera
with the
mouse.
- getAutomaticallyAddEndOfAvailabilityStoppingConditions() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Gets a value indicating whether the propagator should automatically have a pair of
StoppingConditions
that will stop
propagation at the start or end times of this propagators availability.
- getAutomaticallyAddEndOfAvailabilityStoppingConditions() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets a value indicating whether the propagator should automatically have a pair of
StoppingConditions
that will stop
propagation at the start or end times of this propagators availability.
- getAutomaticallyComputeBoundingSphere() - Method in class agi.foundation.graphics.Primitive
-
Gets if the primitive's BoundingSphere
is automatically computed.
- getAuxiliaryElements() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- getAuxiliaryElements() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets names of the auxiliary elements.
- getAuxiliaryIndices() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets the indices into the auxiliary state output.
- getAuxiliaryScalar() - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Gets the scalar to evaluate and store for output during propagation.
- getAuxiliaryVector() - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets the vector to include as an auxiliary state in the propagation output.
- getAvailability() - Method in class agi.foundation.communications.antennas.StaticDirection
-
Gets the collection of availability intervals.
- getAvailability(TimeIntervalCollection, TimeIntervalCollection) - Method in class agi.foundation.geometry.LinkDelayEvaluator
-
Computes the intervals when this evaluator is available given the intervals when the final point
is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.ConstantEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.coordinates.StateElementAdapter
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.coordinates.StateEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.Evaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.Evaluator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection, IAvailability...) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
-
Computes availability intervals as the intersection of the availability of each evaluator in an array.
- getAvailabilityIntervals(TimeIntervalCollection, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
-
Computes availability intervals as the intersection of the availability of multiple evaluators.
- getAvailabilityIntervals(TimeIntervalCollection, IAvailability, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
-
Computes availability intervals as the intersection of the availability of multiple evaluators.
- getAvailabilityIntervals(TimeIntervalCollection, IAvailability, IAvailability, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
-
Computes availability intervals as the intersection of the availability of multiple evaluators.
- getAvailabilityIntervals(TimeIntervalCollection, Iterable<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
-
Computes availability intervals as the intersection of the availability of each evaluator in a collection.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.MotionEvaluator1
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.MotionEvaluator1
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.MotionEvaluator2
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.MotionEvaluator2
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.propagators.GpsRinexPropagator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals() - Method in class agi.foundation.propagators.WaypointPropagator
-
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the intervals over which data is available.
- getAvailabilityIntervals(TimeIntervalCollection) - Method in interface agi.foundation.time.IAvailability
-
Gets the intervals over which data is available.
- getAvailableElements() - Method in class agi.foundation.coordinates.BasicState
-
Gets the names of all of the elements in this state.
- getAvailableElements() - Method in interface agi.foundation.coordinates.ITimeBasedState
-
Gets the names of all of the elements in this state.
- getAvailableElements() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets the names of all of the elements in this state.
- getAvailableTiles() - Method in class agi.foundation.terrain.QuantizedMeshTilesetMetadata
-
Gets the available tiles in the tileset.
- getAverageExecutionTime() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the average execution time of the task.
- getAverageSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the value for the time lag used when modeling when to apply the values of
AverageSolarRadioFlux
to the atmosphere.
- getAverageSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the value for the time lag used when modeling when to apply the values of
AverageSolarRadioFlux
to the atmosphere.
- getAverageSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the value for the time lag used when modeling when to apply the values of
AverageSolarRadioFlux
to the atmosphere.
- getAverageSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the value for the time lag used when modeling when to apply the values of
AverageSolarRadioFlux
to the atmosphere.
- getAverageSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the value for the time lag used when modeling when to apply the values of
AverageSolarRadioFlux
to the atmosphere.
- getAxes() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the axes.
- getAxes(IServiceProvider) - Static method in class agi.foundation.geometry.AxesHelper
-
- getAxes(IServiceProvider, String) - Static method in class agi.foundation.geometry.AxesHelper
-
- getAxes() - Method in class agi.foundation.geometry.ReferenceFrame
-
Gets the axes of the reference frame.
- getAxes() - Method in class agi.foundation.geometry.VectorDerivative
-
Gets the axes.
- getAxes() - Method in class agi.foundation.graphics.Camera
-
Gets camera's axes of rotation.
- getAxes() - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Gets the
Axes
(
get
/
set
) to use.
- getAxesOwner() - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Gets the vector whose axes will be used to observe the
ObservedVector
(
get
/
set
).
- getAxesProvider() - Method in class agi.foundation.geometry.ServiceProviderAxes
-
- getAxesToObserve() - Method in class agi.foundation.geometry.AxesInAxes
-
Gets the axes to observe in another axes.
- getAxesToObserve() - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Gets the axes to observe.
- getAxesToObserve() - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Gets the axes to observe.
- getAxesTransformation(Axes, Axes) - Static method in class agi.foundation.geometry.GeometryTransformer
-
Gets an evaluator that can be used to find the transformation from one axes to another.
- getAxesTransformation(Axes, Axes, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer
-
Gets an evaluator that can be used to find the transformation from one axes to another.
- getAxialRatio() - Method in class agi.foundation.communications.Polarization
-
Gets the polarization axial ratio.
- getAxis() - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Gets the unit vector representation the axis of rotation.
- getAxis() - Method in class agi.foundation.coordinates.ElementaryRotation
-
Gets the axis of rotation.
- getAzimuth() - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getAzimuth() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Gets the angular coordinate lying in the local horizontal plane from the Northerly direction to the Easterly direction.
- getAzimuth() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the azimuth angle of the direction of the object's departure from the
InitialPosition
(
get
), in radians.
- getAzimuth() - Method in class agi.foundation.terrain.ElevationMask
-
Gets the azimuth of the ray, in radians.
- getAzimuthElevationRangeEvaluator(VectorDisplacement) - Method in class agi.foundation.celestial.CentralBody
-
Gets an evaluator to find the azimuth, elevation, and range of a displacement vector as observed
from the initial point.
- getAzimuthElevationRangeEvaluator(Vector, Point) - Method in class agi.foundation.celestial.CentralBody
-
Gets an evaluator to find the azimuth, elevation, and range of a vector as observed
from a given point.
- getAzimuthElevationRangeEvaluator(VectorDisplacement, EvaluatorGroup) - Method in class agi.foundation.celestial.CentralBody
-
Gets an evaluator to find the azimuth, elevation, and range of a displacement vector as observed
from the initial point, and associates the evaluator with the specified evaluator group.
- getAzimuthElevationRangeEvaluator(Vector, Point, EvaluatorGroup) - Method in class agi.foundation.celestial.CentralBody
-
Gets an evaluator to find the azimuth, elevation, and range of a vector as observed
from a given point, and associates the evaluator with the specified evaluator group.
- getB() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
-
Gets the coefficient of the 2nd order monomial.
- getB() - Method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
-
Gets the coefficient of the 1st order monomial.
- getB() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
-
Gets the coefficient of the 3rd order monomial.
- getBackgroundColor() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the color of the background behind the label.
- getBackgroundColor() - Method in class agi.foundation.graphics.Scene
-
Gets the background color of the scene.
- getBackgroundPadding() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the amount of padding between the text and the label's background in each dimension, in pixels.
- getBackLineColor() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the back line's color.
- getBackLineColor() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the colors of the back lines of the solid.
- getBackLineTranslucency() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the back line's translucency.
- getBackLineWidth() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the back line's width, in pixels.
- getBackLineWidth() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the width of the back lines of the solid.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBacklobeGain() - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBacklobeGain() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBacklobeGain() - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBacklobeGain() - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeGain() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- getBackLobeSuppression() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Gets the phased array back lobe suppression value applied to the antenna gain for directions with a negative z component (back lobe).
- getBackoffCurvesList() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Gets the list of back-off curves.
- getBackwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationDuration() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the amount of time to extrapolate backward before the property becomes undefined.
- getBackwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardExtrapolationType() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
- getBackwardsAdapters() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
Gets the
List
of backwards
adapters
associated with the
ConditionStoppedOn
(
get
/
set
) that edited propagation.
- getBallisticCoefficient() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the ballistic coefficient or the area times
the drag coefficient divided by the mass.
- getBandOrder() - Method in class agi.foundation.graphics.imaging.BandOrderFilter
-
Gets the
RasterFormat
indicating the desired order of the bands in the source raster.
- getBandwidth() - Method in class agi.foundation.communications.Signal
-
Gets the signal bandwidth, in hertz.
- getBandwidth() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the photodetector bandwidth, in hertz.
- getBandwidth() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets the bandwidth of the signal, in hertz.
- getBandwidth() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the bandwidth the navigation signal uses.
- getBankAngle() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the bank angle of the aircraft.
- getBarycentricDynamicalTime() - Static method in class agi.foundation.time.TimeStandard
-
Gets the Barycentric Dynamical Time (TDB) time standard.
- getBase() - Method in class agi.foundation.geometry.ScalarExponent
-
Gets the value to raise to the given
Exponent
(
get
/
set
).
- getBaseOverlay() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getBasePoint() - Method in class agi.foundation.geometry.PointVectorToPoint
-
Gets the point to which the
DisplacementVector
(
get
/
set
) is added.
- getBaseRadiusBounds() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the cone's base radius bounds.
- getBaseSignal() - Static method in class agi.foundation.communications.Signal
-
Gets an instance of a signal with zero power, zero frequency, and infinite bandwidth.
- getBDotR() - Method in class agi.foundation.geometry.VectorBPlane
-
Returns a
Scalar
that represents the value of this
VectorBPlane
doted with the B-Plane R vector.
- getBDotT() - Method in class agi.foundation.geometry.VectorBPlane
-
Returns a
Scalar
that represents the value of this
VectorBPlane
doted with the B-Plane T vector.
- getBeamDirectionsProvider() - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
- getBeamformer() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Gets the phased array beam former.
- getBeamVariance() - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Gets the beam variance.
- getBeamWeightsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes, List<PhasedArrayElement>) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
- getBeamWeightsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes, List<PhasedArrayElement>) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
-
- getBehavior() - Method in class agi.foundation.cesium.CesiumResource
-
Gets how the resource is to be included in the document.
- getBehavior() - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Gets if this segment will return or not when propagated.
- getBehaviorWhenOnThreshold() - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Gets the behavior when a function value is found to exactly equal the threshold.
- getBehaviorWhenOnThreshold() - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Gets the behavior when a function value is found to exactly equal the threshold.
- getBehaviorWhenOnThreshold() - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Gets the behavior when a function value is found to exactly equal the threshold.
- getBigEndian() - Static method in class agi.foundation.infrastructure.EndianBitConverter
-
- getBillboardGraphics() - Method in interface agi.foundation.cesium.advanced.IBillboardGraphicsService
-
Gets the graphical properties of the billboard.
- getBillboardGraphics() - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Gets the graphical properties of the billboard.
- getBitErrorRate() - Method in class agi.foundation.communications.LinkBudget
-
Gets the bit error rate.
- getBitErrorRate() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the bit error rate.
- getBitsPerSymbol() - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
-
Gets the number of bits per symbol.
- getBitsPerSymbol() - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
-
Gets the number of bits per symbol.
- getBlender() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Gets a two-body covariance blender consistent with this covariance data.
- getBlendingColor() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the blending color.
- getBlendingColor() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets the blending color.
- getBlendingEquation() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending equation used when compositing a transparent surface mesh.
- getBlendingEquation() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending equation used when compositing a transparent triangle mesh.
- getBlock() - Method in interface agi.foundation.navigation.advanced.INavigationTransmitterService
-
Gets the block type of the satellite broadcasting navigation signals.
- getBlock() - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Gets the block type for this satellite.
- getBlock() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the block type for this satellite.
- getBlockType() - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Gets the block type of the GPS satellite broadcasting the signal passing through this filter.
- getBodyAxes() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets an
Axes
aligned with the body of the aircraft.
- getBodyAxes() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets the body axes of the gravity-gradient satellite.
- getBodyAxes() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets the body axes of the spacecraft.
- getBodyAxes() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets the axes defining the orientation of the spacecraft body.
- getBodyAxes() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets the axes defining the orientation of the spacecraft body.
- getBodyAxes() - Method in class agi.foundation.celestial.OffAxisTorque
-
Gets the body axes of the thrusting vehicle.
- getBodyAxes() - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Gets the body axes of the spacecraft using the reaction wheel.
- getBodyCenterOfMass() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets the center of mass point of the gravity-gradient satellite.
- getBold() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font is bold.
- getBorderColor() - Method in class agi.foundation.graphics.Overlay
-
Gets the overlay's border color.
- getBorderColor() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the color of the Projection's
border.
- getBorderSize() - Method in class agi.foundation.graphics.Overlay
-
Gets the size of the overlay's border.
- getBorderTranslucency() - Method in class agi.foundation.graphics.Overlay
-
Gets the translucency of the overlay border.
- getBorderTranslucency() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the translucency of the Projection's
border.
- getBorderWidth() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the width of the Projection's
border.
- getBottom() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the y-coordinate of the bottom edge of the rectangle.
- getBottom() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Gets the padding, in pixels, from the bottom edge of the parent.
- getBottomBoundaryPositions() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
Gets the boundary positions along the bottom of the extrusion.
- getBoundary() - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Gets the boundary of which this horizon is a part.
- getBoundaryCurve() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Gets the closed curve defining the boundary of the surface region.
- getBoundaryCurve() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Gets the closed curve defining the boundary of the surface region.
- getBoundaryCurve() - Method in class agi.foundation.geometry.shapes.SensorProjectionBoundary
-
Gets the closed, connected curve defining the boundary.
- getBoundaryCurve() - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
- getBoundaryCurveSegmentIndex() - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Gets the index of the horizon segment in the
Boundary
(
get
/
set
)
BoundaryCurveSegments
(
get
) collection.
- getBoundaryCurveSegments() - Method in class agi.foundation.geometry.shapes.SensorProjectionBoundary
-
Gets the collection of segments comprising the
BoundaryCurve
(
get
).
- getBoundaryGraphics() - Method in interface agi.foundation.platforms.advanced.ICentralBodySurfaceRegionGraphicsService
-
Gets the graphics describing the outline of the region.
- getBoundaryGraphics() - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Gets the graphics describing the outline of the region.
- getBoundaryIndices() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
Gets indices into Positions
that define the boundary positions that surround the mesh.
- getBoundaryNodes() - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Gets the boundary nodes for the surface region.
- getBoundaryPolylineType() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getBoundaryPositions() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
Gets the boundary positions that surround the mesh.
- getBoundaryPositionsWindingOrder() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
Gets the winding order of TopBoundaryPositions
and BottomBoundaryPositions
.
- getBoundaryPositionsWindingOrder() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
Gets the winding order of BoundaryPositions
.
- getBoundaryResolution() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Gets the spacing, in radians, at which to create additional points along the area target boundary to perform access on.
- getBoundingExtent() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the bounding extent of the mesh stored by this instance.
- getBoundingExtent() - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the bounding extent of the posts stored by this instance.
- getBoundingExtent() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
- getBoundingExtentNativeUnits() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
- getBoundingSphere() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
- getBoundingSphere() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
- getBoundingSphere() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getBoundingSphere() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
-
Gets the bounding sphere that encompasses the mesh.
- getBoundingSphere() - Method in class agi.foundation.graphics.AxesPrimitive
-
- getBoundingSphere() - Method in class agi.foundation.graphics.CompositePrimitive
-
- getBoundingSphere() - Method in class agi.foundation.graphics.KmlDocument
-
The bounding sphere encompassing the area associated with this document.
- getBoundingSphere() - Method in class agi.foundation.graphics.KmlFeature
-
The bounding sphere encompassing the area associated with this feature.
- getBoundingSphere() - Method in class agi.foundation.graphics.Primitive
-
Gets the bounding sphere that encompasses the primitive.
- getBoundingSphere() - Method in class agi.foundation.graphics.VectorPrimitive
-
- getBoundingSphereScale() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets or sets the scale applied to the radius of this primitive's bounding sphere.
- getBoundingSphereScale() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets or sets the scale applied to the radius of this primitive's bounding sphere.
- getBounds() - Method in class agi.foundation.graphics.Overlay
-
Gets the bounds of the overlay relative to its parent.
- getBounds() - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Gets the overall bounds of the
Insight3D
control.
- getBounds() - Method in class agi.foundation.terrain.QuantizedMeshTilesetMetadata
-
Gets the bounds of the tileset.
- getBoundType() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets a value indicating whether the inequality represents an upper bound or a lower bound.
- getBoundType() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Gets a value indicating whether the
BoundValue
(
get
/
set
) represents a lower or an upper bound.
- getBoundValue() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets the value of the upper or lower bound that defines the inequality.
- getBoundValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Gets the threshold that the
evaluated value
will be compared to when solving for a particular trajectory.
- getBracketToward() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the behavior of the root finder when a sampled
function value exactly equals zero and
ConvergenceCriteria
(
get
)
requires convergence on the independent variable.
- getBStar() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the BSTAR drag term, in units of 1 / EarthRadii.
- getBStarDragValue() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Gets the value for the BSTAR drag value to use for the
Sgp4Elements
.
- getBurnCenteringBias() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Gets a bias to use for burn centering.
- getBurnCenteringDuration() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- getBurnoutEpoch() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the time of burnout, at which the launch vehicle will be at
BurnoutPosition
(
get
/
set
).
- getBurnoutFlightPathAngle() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the burnout velocity's flight path angle.
- getBurnoutPosition() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the location of burnout.
- getBurnoutState() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the burnout state.
- getBurnoutState() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
-
Gets the burnout state.
- getBurnoutVelocityAzimuth() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the burnout velocity's azimuth.
- getBurnoutVelocityAzimuth() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the burnout velocity's azimuth.
- getBurnoutVelocityFightPathAngle() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the burnout velocity's flight path angle.
- getBurnoutVelocityFrame() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets which reference frame the burnout velocity is specified in.
- getBurnoutVelocityFrame() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the reference frame that the burnout velocity is specified in.
- getBurnoutVelocityMagnitude() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the burnout velocity magnitude in the reference frame of the
CentralBody
(
get
/
set
) as indicated by
the property
BurnoutVelocityFrame
(
get
/
set
).
- getBurnoutVelocityMagnitude() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the burnout velocity magnitude in the
CentralBody
(
get
/
set
) reference frame indicated by
BurnoutVelocityFrame
(
get
/
set
).
- getByName(String) - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets a central body by name.
- getByName(String) - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
-
- getByName(String) - Method in class agi.foundation.graphics.ModelArticulation
-
- getByName(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
-
- getByteLength() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the size of the raster data in bytes.
- getBytes(short) - Method in class agi.foundation.infrastructure.EndianBitConverter
-
Returns the specified 16-bit signed integer value as an array of bytes.
- getBytes(int) - Method in class agi.foundation.infrastructure.EndianBitConverter
-
Returns the specified 32-bit signed integer value as an array of bytes.
- getBytes(float) - Method in class agi.foundation.infrastructure.EndianBitConverter
-
Returns the specified single-precision floating point value as an array of bytes.
- getBytes(double) - Method in class agi.foundation.infrastructure.EndianBitConverter
-
Returns the specified double-precision floating point value as an array of bytes.
- getBytes(long) - Method in class agi.foundation.infrastructure.EndianBitConverter
-
Returns the specified 64-bit signed integer value as an array of bytes.
- getByType(TypeLiteral<T>) - Method in class agi.foundation.communications.SignalDataCollection
-
Get the first object of the given type in this collection.
- getByType(Class<?>) - Method in class agi.foundation.communications.SignalDataCollection
-
Get the first object of the given type in this collection.
- getByType(TypeLiteral<T>) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Gets the first extension of the specified type that is in this collection.
- getC() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
-
Gets the coefficient of the 1st order monomial.
- getC() - Method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
-
Gets the coefficient of the 0th order monomial.
- getC() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
-
Gets the coefficient of the 2nd order monomial.
- getCache() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the cache for this terrain provider.
- getCache() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the cache for this terrain provider.
- getCache() - Method in class agi.foundation.terrain.TerrainRegion
-
Gets the cache associated with this region.
- getCacheGroup() - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
- getCacheRegionContainingPoint(double, double) - Method in class agi.foundation.terrain.RasterTerrainCache
-
Gets the extents of the cache region that contains a specified longitude and latitude.
- getCacheSeconds() - Method in class agi.foundation.celestial.Iau1976Precession
-
Gets the number of seconds required between dates before precession is recomputed
- getCacheSeconds() - Method in class agi.foundation.celestial.Iau1980Nutation
-
Gets the number of seconds required between dates before nutation is recomputed
- getCacheTileSize() - Method in class agi.foundation.terrain.RasterTerrainCache
-
Gets the size, in posts, of a terrain region in the cache.
- getCachingWrapper() - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.access.AccessEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.celestial.ForceEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.celestial.TorqueEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.antennas.BeamformerWeightsEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.antennas.DirectionsEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.SignalEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValuesEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValuesEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.ConstantEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.coordinates.StateElementAdapter
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.coordinates.StateEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.Evaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.AxesEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.Covariance3By3Evaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.DynamicMatrixEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.LinkDelayEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.PointEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.ScalarEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfViewEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.geometry.VectorEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in interface agi.foundation.IEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.MotionEvaluator1
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.MotionEvaluator2
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCachingWrapper() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated
twice at the same date the computation is done only once.
- getCalculateCompleteIntervalsPerConstraint() - Method in class agi.foundation.access.AccessComputation
-
Gets a value indicating whether satisfaction intervals are computed for each
constraint in the Access computation.
- getCalculationContextStorageStrategy() - Static method in class agi.foundation.infrastructure.CalculationContext
-
Gets the strategy that is used to store calculation contexts.
- getCalculationPersona() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Gets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
- getCalculationPersona() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Gets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
- getCallback() - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Gets the callback that computes a value from the state.
- getCallback() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Gets the
delegate
that computes the value from the
SegmentResults
to compare against the
DesiredValue
(
get
/
set
).
- getCallback() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Gets the
delegate
that computes the value from the
SegmentResults
to minimize or maximize.
- getCallback() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Gets the
delegate
that computes the value from the
SegmentResults
to compare against the
BoundValue
(
get
/
set
).
- getCallback() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
- getCallback() - Method in class agi.foundation.tracking.LabelVisualizer
-
- getCallback() - Method in class agi.foundation.tracking.MarkerVisualizer
-
- getCallback() - Method in class agi.foundation.tracking.ModelVisualizer
-
- getCallisto() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Jovian moon Callisto.
- getCallisto() - Static method in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Callisto.
- getCallistoPoint() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Callisto
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getCalypsoPoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Calypso
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getCamera() - Method in class agi.foundation.graphics.Scene
-
Gets the
Camera
associated with the scene, which affects the view that is rendered by the scene.
- getCamera() - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
- getCamera() - Method in class agi.foundation.tracking.ViewFromTo
-
- getCancel() - Method in class agi.foundation.compatibility.CancelEventArgs
-
Gets or sets a value indicating whether the event should be canceled.
- getCanceled() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets a value indicating whether the propagation run was canceled.
- getCancellationPending() - Method in class agi.foundation.infrastructure.AverageSubCalculationProgress
-
Gets a value indicating whether cancellation of the calculation is requested.
- getCancellationPending() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Gets a value indicating whether the application has requested cancellation of
a background operation.
- getCancellationPending() - Method in interface agi.foundation.ITrackCalculationProgress
-
Gets a value indicating whether cancellation of the calculation is requested.
- getCancelled() - Method in class agi.foundation.compatibility.AsyncCompletedEventArgs
-
Gets a value indicating whether an asynchronous operation has been canceled.
- getCapacity() - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Gets the number of display conditions for which memory has been allocated.
- getCapacity() - Method in class agi.foundation.graphics.PathPrimitive
-
Returns the capacity that was set during object construction.
- getCarrierFrequency() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the frequency of the signal, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Gets the frequency to set on the modulated carrier signal created by this modulator, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Gets the frequency to set on the modulated carrier signal created by this modulator, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets the frequency of the signal, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets the frequency of the signal, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.communications.Transceiver
-
Gets the carrier frequency of the remodulated signal, in hertz.
- getCarrierFrequency() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the carrier frequency on which the navigation signal is broadcast.
- getCarrierToInterference() - Method in class agi.foundation.communications.LinkBudget
-
Gets the carrier to interference ratio.
- getCarrierToInterference() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the carrier to interference ratio.
- getCarrierToNoise() - Method in class agi.foundation.communications.LinkBudget
-
Gets the carrier to noise ratio.
- getCarrierToNoise() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the carrier to noise ratio.
- getCarrierToNoiseDensity() - Method in class agi.foundation.communications.LinkBudget
-
Gets the carrier to noise density.
- getCarrierToNoiseDensity() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the carrier to noise density.
- getCarrierToNoiseDensityPlusInterference() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Gets the carrier to noise density plus interference scalar.
- getCarrierToNoisePlusInterference() - Method in class agi.foundation.communications.LinkBudget
-
Gets the carrier to noise plus interference ratio.
- getCarrierToNoisePlusInterference() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the carrier to noise plus interference ratio.
- getCarrierToNoiseThreshold() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets the carrier to noise value below which this signal cannot be tracked.
- getCartographicEvaluator(EvaluatorGroup) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets an evaluator which can produce the
Cartographic
position along
the route as a function of time.
- getCartographicEvaluator(EvaluatorGroup, TerrainProvider) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets an evaluator which can produce the
Cartographic
position along
the route as a function of time.
- getCause() - Method in class agi.foundation.communications.AntennaTargetingResult
-
Gets the reason the antenna could not be targeted.
- getCause() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- getCelestialPoleOffsetX() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the x-offset to the definition of the Celestial Intermediate Pole (CIP), in arc seconds.
- getCelestialPoleOffsetY() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the y-offset to the definition of the Celestial Intermediate Pole (CIP), in arc seconds.
- getCellAlpha() - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Gets the alpha value of grid cells, this is combined with the overall alpha specified in
Color
(
get
/
set
).
- getCenter() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the origin of the
ReferenceFrameName
(
get
/
set
),
which may be a natural Solar System body, including any planet
barycenter or the Solar System barycenter, or another spacecraft.
- getCenter() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the center of the extent.
- getCenter() - Method in class agi.foundation.graphics.advanced.BoundingSphere
-
Gets the Cartesian center of the bounding sphere.
- getCenter() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets the center of the surface arc.
- getCenter() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the location for the center of the circular hold.
- getCenter() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the center of the search area.
- getCenter() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the center coordinates of the tile in the fixed frame of the central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.CentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint(JplDECentralBody) - Method in class agi.foundation.celestial.JplDE
-
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Gets a point describing the center of mass of this planetary system.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Gets a point describing the center of mass of this solar system.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfMassPoint() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets a point describing the center of mass of this central body.
- getCenterOfTurnOne() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the center of the first racetrack turn.
- getCenterOfTurnTwo() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the center of the second racetrack turn.
- getCenterOfWindow(JulianDate, double, JulianDate) - Static method in class agi.foundation.time.JulianDate
-
Divides time into windows, each of length windowLength
seconds, with the first
window centered on referenceEpoch
.
- getCenterTolerance() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the numerical tolerance used to determine if a point is located near the center of the ellipsoid.
- getCentralBodies() - Method in class agi.foundation.graphics.Scene
-
- getCentralBodies() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets the central bodies in the database.
- getCentralBodies() - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets the central bodies of the facilities in the database.
- getCentralBody() - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Gets the central body relative to which the altitude is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Gets the central body relative to which the azimuth is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Gets the central body relative to which the azimuth and azimuth rate are computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the central body used to define the cartographic coordinates.
- getCentralBody() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the central body on which the constraint is defined.
- getCentralBody() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Gets the central body used in this constraint.
- getCentralBody() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Gets the central body to consider in this constraint.
- getCentralBody() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Gets the central body relative to which the elevation is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Gets the central body relative to which the elevation is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Gets the central body to which the equatorial plane is defined.
- getCentralBody() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Gets the central body relative to which the elevation is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Gets the central body relative to which the elevation and elevation rate are computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Gets the central body associated with the target and used to determine the target's local horizon.
- getCentralBody() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Gets the central body relative to which the plane of the local horizon is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Gets the central body relative to which the surface distance is computed.
- getCentralBody() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Gets the central body relative to which the elevation is computed.
- getCentralBody() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Gets the
CentralBody
(
get
/
set
) to be used in converting the propagation state elements.
- getCentralBody() - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Gets the central body that the refraction model is associated with.
- getCentralBody() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets the body which creates the gravity and provides a reference point at its center of mass.
- getCentralBody() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets the
CentralBody
about which this correction is applied.
- getCentralBody() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the central body of the atmosphere described by the density model.
- getCentralBody() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Gets the
CentralBody
(
get
/
set
) to use for the
two-body gravity correction and as an eclipsing body to monitor for boundary crossings.
- getCentralBody() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets the primary gravitational body.
- getCentralBody() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the
CentralBody
(
get
) of this gravity field.
- getCentralBody() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets the body which defines the
TargetPoint
(
get
/
set
) frame.
- getCentralBody() - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets the body which creates the gravity and defines the inertial frame of propagation.
- getCentralBody() - Method in class agi.foundation.celestial.WindModel
-
Gets the central body that the wind model is associated with.
- getCentralBody() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the central body for the photodetector.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Gets the central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Gets the central body used as the altitude reference.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Gets the model's central body.
- getCentralBody() - Method in class agi.foundation.geometry.AxesBPlane
-
Gets the
CentralBody
(
get
/
set
) that the
OrbitalPoint
(
get
/
set
) is near.
- getCentralBody() - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Gets the central body that defines the surface.
- getCentralBody() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the
CentralBody
(
get
/
set
) with respect to which these
Axes
are defined.
- getCentralBody() - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Gets the central body that defines the surface.
- getCentralBody() - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Gets the
CentralBody
(
get
/
set
) that the
ReferencePoint
(
get
/
set
) is orbiting.
- getCentralBody() - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Gets the central body associated with this grid.
- getCentralBody() - Method in class agi.foundation.geometry.discrete.CoverageGridPoint
-
Gets the (optional)
CentralBody
(
get
/
set
) associated with this grid point.
- getCentralBody() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
- getCentralBody() - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Gets the central body.
- getCentralBody() - Method in class agi.foundation.geometry.PointAtAltitude
-
Gets the central body.
- getCentralBody() - Method in class agi.foundation.geometry.PointCartographic
-
Gets the central body (such as a planet) to which the point is attached.
- getCentralBody() - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Gets the central body that the point will be projected on to.
- getCentralBody() - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Gets the
CentralBody
(
get
/
set
) on which the
SurfaceRegion
(
get
/
set
) is located.
- getCentralBody() - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Gets the
CentralBody
(
get
/
set
) to use.
- getCentralBody() - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Gets the central body relative to which the altitude is computed.
- getCentralBody() - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Gets the
CentralBody
(
get
/
set
) in which the link will be observed.
- getCentralBody() - Method in class agi.foundation.geometry.VectorBPlane
-
Gets the
CentralBody
(
get
/
set
) to use.
- getCentralBody() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getCentralBody() - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Gets the
CentralBody
to which the altitude is relative.
- getCentralBody() - Method in class agi.foundation.graphics.GreatArcInterpolator
-
Gets or sets the central body used when interpolating with Interpolate
.
- getCentralBody() - Method in class agi.foundation.graphics.RhumbLineInterpolator
-
Gets or sets the central body used when interpolating with Interpolate
.
- getCentralBody() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets the
CentralBody
(
get
) on which the field of view will be projected.
- getCentralBody() - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Gets the central body providing the topology and orientation of the
SurfaceCurve
(
get
/
set
),
and on which the curve is defined.
- getCentralBody() - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Gets the central body providing the orientation and topology of the
SurfaceRegion
(
get
/
set
), and on which the region is defined.
- getCentralBody() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets the
CentralBody
(
get
/
set
) on which the field of view will be projected.
- getCentralBody() - Method in interface agi.foundation.platforms.ICentralBodySurfaceCurveService
-
Gets central body of the curve.
- getCentralBody() - Method in interface agi.foundation.platforms.ICentralBodySurfaceRegionService
-
Gets the central body of the region.
- getCentralBody() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the central body that the
InitialPosition
(
get
/
set
) and target position are located on.
- getCentralBody() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the central body that the
InitialPosition
(
get
) and
FinalPosition
(
get
) of the trajectory are located on.
- getCentralBody() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the instance to use to define the principal frame and shape of the central body.
- getCentralBody() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the central body to be used for the launch segment.
- getCentralBody() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets the central body on which this route is defined.
- getCentralBody() - Method in class agi.foundation.routedesign.RoutePropagator
-
Gets the
CentralBody
(
get
/
set
) upon which to build the route.
- getCentralBody() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the central body to be used for the launch segment.
- getCentralBody() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Gets the central body relative to which the longitude, latitude, and altitude
are defined.
- getCentralBody() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Gets the central body relative to which the longitude, latitude, and radius
are defined.
- getCentralBody() - Method in class agi.foundation.terrain.AzimuthElevationMask
-
Gets the central body to which this mask is relative.
- getCentralBody() - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Gets the central body to which this mask is relative.
- getCentralBody() - Method in interface agi.foundation.terrain.IAzimuthElevationMask
-
Gets the central body to which this mask is relative.
- getCentralBody() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets the
CentralBody
(
get
/
set
) on which the sensor field of view will be projected.
- getCentralBody() - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Gets the
CentralBody
(
get
/
set
) about which to rotate the camera.
- getCentralBodyAngularMomentumPerUnitMass() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets a vector that describes the angular momentum per unit mass of the
CentralBody
(
get
/
set
).
- getCentralBodyClipped() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets whether the markers are clipped by the central body.
- getCentralBodyClipped() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets whether the polyline will be clipped by the central body.
- getCentralBodyClipped() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets whether individual points will be clipped by the central body.
- getCentralBodyClipped() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets whether the polyline will be clipped by the central body.
- getCentralBodyClipped() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets whether individual points will be clipped by the central body.
- getCentralBodyGravitationalParameter() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets the gravitational parameter for the
CentralBody
(
get
/
set
).
- getCentralBodyName() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the name of the central body described by the model.
- getCentralBodyName() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
- getCentralBodyName() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets a regular expression that the
CentralBodyName
(
get
/
set
)
must match in order to be included in the query.
- getCentralBodyName() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
- getCentralBodyName() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets a regular expression that the
CentralBodyName
(
get
/
set
)
must match in order to be included in the query.
- getCentralBodyOfPoint(JulianDate, Point) - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the central body most closely associated with a given point.
- getCentralBodyRadius() - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Gets the central body's radius which is used in the calculations to denote the surface.
- getCentroid(ArrayList<Cartographic>) - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Computes the centroid of the input points.
- getCentroid() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Gets the point which represents a single planetodetic location for the overall area of the region.
- getCentroid() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Gets the point which represents a single planetodetic location for the overall area of the region.
- getCeres() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the dwarf planet Ceres.
- getCeres() - Static method in class agi.foundation.celestial.SmallSolarSystemBodyAnalyticEphemeris
-
Gets a point describing the motion of Ceres.
- getCeresPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Ceres.
- getCeresPoint() - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Gets a point representing the center of mass location of the dwarf planet Ceres
in a reference frame centered at the current value of
SunPoint
(
get
/
set
).
- getCesiumAvailability() - Method in interface agi.foundation.cesium.advanced.ICesiumAvailabilityService
-
Gets the collection on intervals defining the availability.
- getCesiumAvailability() - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Gets the collection on intervals defining the availability.
- getCesiumReferenceFrame() - Method in interface agi.foundation.cesium.advanced.ICesiumReferenceFrameService
-
Gets the reference frame in which an object's CZML position will be written.
- getCesiumReferenceFrame() - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Gets the reference frame in which an object's CZML position will be written.
- getCesiumSources() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the collection of
CesiumSource
instances used to generate CZML.
- getChainedTransaction() - Method in class agi.foundation.infrastructure.threading.TransactedPropertyChangedEventArgs
-
Gets a
Transaction
that can be used to make additional changes that will
be committed immediately after the current transaction finishes committing.
- getChainedTransaction() - Method in class agi.foundation.infrastructure.threading.TransactionCommittedEventArgs
-
Gets a
Transaction
that can be used to make additional changes that will
be committed immediately after the current transaction finishes committing.
- getChannelLink() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets the link connecting this channel to the satellite's transmitter.
- getCharon() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Plutonian moon Charon.
- getCharon() - Static method in class agi.foundation.celestial.PlutonianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Charon.
- getCharonPoint() - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Charon
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getChecksumLine1() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the checksum for line 1.
- getChecksumLine2() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the checksum for line 2.
- getChildren() - Method in class agi.foundation.graphics.advanced.Tile
-
Gets the number of child tiles.
- getChildren() - Method in class agi.foundation.graphics.KmlContainer
-
The collection of
KmlFeatures
that are children of this container.
- getChildren() - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Gets the collection of children for the owner of this extension.
- getChildren() - Method in interface agi.foundation.infrastructure.IChildrenService
-
Gets a collection of children for a given parent.
- getChildren() - Method in class agi.foundation.platforms.Platform
-
Gets the collection containing the children of this Platform.
- getChipLength() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the length of one pulse of navigation signal data.
- getCircleRadiusGriddingTechnique() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the gridding technique used in the radial coordinate of the circle of revolution.
- getCityName() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the city name.
- getCityName() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets a regular expression that the
CityName
(
get
/
set
)
must match in order to be included in the query.
- getCityTypes() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets the types of cities in the database.
- getClampToGround() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets whether or not the curve should be clamped to the ground.
- getClampToPixel() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets whether the screen space position of each marker is clamped to a pixel.
- getClassification() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the classification.
- getClassification() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the classification.
- getClassification() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the classification.
- getClassificationType() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets whether a classification affects terrain, 3D Tiles or both.
- getClassificationType() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether a classification affects terrain, 3D Tiles or both.
- getClimb() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Gets the performance model to use while climbing.
- getClimbAngle() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the angle at which to climb during takeoff, in radians.
- getClipToParent() - Method in class agi.foundation.graphics.Overlay
-
Gets a value indicating whether or not the overlay will be clipped by the Bounds
of its parent.
- getClock() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the initial clock settings to be used when loading the document.
- getClock() - Method in class agi.foundation.coordinates.Cylindrical
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getClock() - Method in class agi.foundation.coordinates.Polar
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getClock() - Method in class agi.foundation.coordinates.Spherical
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getClock() - Method in class agi.foundation.coordinates.UnitSpherical
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getClock() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the clock data, by pseudorandom number.
- getClockAngleBounds() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the cone clock angle bounds.
- getClockAngleBounds() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the bounds for the cylinder's clock angle.
- getClockAngleBounds() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the clock angle (azimuthal) bounds.
- getClockAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the gridding technique used in the clock angle coordinate.
- getClockAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the gridding technique used in the clock angle coordinate.
- getClockAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the gridding technique used in the clock (azimuthal) coordinate.
- getClockAngles() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets the array of clock angles.
- getClockAngles() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Gets the clock angles.
- getClockAngleValues() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the list of clock angle values that specify the azimuthal angle measured from the x-axis
in the x-y plane.
- getClockAngleValues() - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Gets the list of clock angle values that specify the azimuthal angle measured from the x-axis
in the x-y plane.
- getClockBias() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the clock bias.
- getClockBounds() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets the bounds for the Clock coordinate.
- getClockBounds() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets the bounds for the Clock coordinate.
- getClockCorrection() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the clock data, by Satellite Identifier.
- getClockCorrection() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the clock data, by Satellite Identifier.
- getClockCorrectionRate() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the clock correction rate data, by Satellite Identifier.
- getClockCorrectionRate() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the clock correction rate data, by Satellite Identifier.
- getClockCorrectionRateStandardDeviation() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the standard deviations for the clock correction rate data, defined on the "EV" lines of
the SP3c file, by Satellite Identifier.
- getClockCorrectionRateStandardDeviation() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the standard deviations for the clock correction rate data, defined on the "EV" lines of
the SP3d file, by Satellite Identifier.
- getClockCorrectionRateStandardDeviationApproximate() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the approximate standard deviations for the clock correction data, defined on the same line as the
position data, by Satellite Identifier.
- getClockCorrectionRateStandardDeviationApproximate() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the approximate standard deviations for the clock correction data, defined on the same line as the
position data, by Satellite Identifier.
- getClockCorrectionStandardDeviation() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the standard deviations for the clock correction data, defined on the "EP" lines of the SP3c file,
by Satellite Identifier.
- getClockCorrectionStandardDeviation() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the standard deviations for the clock correction data, defined on the "EP" lines of the SP3d file,
by Satellite Identifier.
- getClockCorrectionStandardDeviationApproximate() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the approximate standard deviations for the clock correction data, defined on the same line as the
position data, by Satellite Identifier.
- getClockCorrectionStandardDeviationApproximate() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the approximate standard deviations for the clock correction data, defined on the same line as the
position data, by Satellite Identifier.
- getClockDrift() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the clock drift.
- getClockDriftRate() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the clock drift rate.
- getClockErrorA() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 2nd order term for the clock error growth (meters/sec^2).
- getClockErrorB() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 1st order term for the clock error growth (meters/sec).
- getClockErrorC() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 0th order term for the clock error growth (meters).
- getClockEvent() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the clock event times as indicated by the clock event flag in the position 'P' record
If the flag is set for this time, there was a clock event after the previous epoch or at this epoch.
- getClockEvent() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the clock event times as indicated by the clock event flag in the position 'P' record
If the flag is set for this time, there was a clock event after the previous epoch or at this epoch.
- getClockFrequencyError() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the Satellite Clock Phase error in meters/second
- getClockPhaseError() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the Satellite Clock Phase error in meters
- getClockPhaseError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the clock phase error component of the user range error.
- getClockPredicted() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the clock correction prediction times as indicated by the clock prediction flag in the position 'P' record
If the flag is set for this time, the clock correction for this time is predicted, otherwise it is not.
- getClockPredicted() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the clock correction prediction times as indicated by the clock prediction flag in the position 'P' record
If the flag is set for this time, the clock correction for this time is predicted, otherwise it is not.
- getClockRate() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the clock rate data, by pseudorandom number.
- getClockStandardDeviationBase() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the base number used in the calculation of the clock correction and clock correction rate standard deviations.
- getClockStandardDeviationBase() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the base number used in the calculation of the clock correction and clock correction rate standard deviations.
- getCloseBottom() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether to close the bottom of the extruded region.
- getClosed() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
Gets whether the solid is closed.
- getClosedPoints(ArrayList<Cartographic>) - Static method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Closes a set of input points by checking the final point.
- getCloseTop() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether to close the top of the extruded region.
- getCloudCeiling() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a value for the cloud ceiling, in meters.
- getCloudLayerThickness() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a value for the cloud layer thickness, in meters.
- getCloudLiquidWaterDensity() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets the cloud liquid water density, in g/m3.
- getClouds() - Method in class agi.foundation.graphics.Scene
-
Gets the
Clouds
for the scene.
- getCloudsUri() - Method in class agi.foundation.graphics.Clouds
-
The URI of the clouds file.
- getCloudTemperature() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets the cloud temperature, in kelvin.
- getCoefficientOfDrag() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the drag coefficient of the object.
- getCoefficientOfReflectivity() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the coefficient of reflectivity.
- getCoefficientOfReflectivityType() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
- getCoefficients() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the coefficients "a".
- getCoefficientsEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.Iers2003SolidTideModel
-
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
- getCoefficientsEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model.
- getCoefficientsEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Gets an instance of an evaluator that returns the normalized tide coefficients of the simple solid tide model at a given time.
- getCoefficientsEvaluator() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
- getCoefficientsEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.SolidTideModel
-
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
- getCoefficientsEvaluator() - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Gets an instance of an evaluator that returns the secular variations of the gravity field at a given time.
- getCoefficientsEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Gets an instance of an evaluator that returns the secular variations of the gravity field at a given time.
- getCollectionHashCode(Iterable<T>) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Computes a hash code from the items in an enumerable collection.
- getCollectionHashCode(T[]) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Computes a hash code from the items in an array.
- getCollectionHashCode(double[]) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Computes a hash code from the items in an array.
- getColor() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the color of the billboard.
- getColor() - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Gets the color of the grid.
- getColor() - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Gets the color of the image.
- getColor() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the color to blend with the model's rendered color.
- getColor() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the color of the point.
- getColor() - Method in class agi.foundation.cesium.PolylineArrowMaterialGraphics
-
Gets the color of the line.
- getColor() - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Gets the color of the dashes on the line.
- getColor() - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Gets the color of the line.
- getColor() - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Gets the color of the line.
- getColor() - Method in class agi.foundation.cesium.SolidColorMaterialGraphics
-
Gets the color.
- getColor() - Method in class agi.foundation.cesium.VectorGraphics
-
Gets the color of the vector.
- getColor() - Method in class agi.foundation.graphics.AxesPrimitive
-
- getColor() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getColor() - Method in class agi.foundation.graphics.CompositePrimitive
-
The composite primitive does not support the color property.
- getColor() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the colors that affects every marker in the batch.
- getColor() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
The ordered composite primitive does not support the color property.
- getColor() - Method in class agi.foundation.graphics.Overlay
-
Gets the overlay's color.
- getColor() - Method in class agi.foundation.graphics.PathPoint
-
Gets the color associated with this point.
- getColor() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the color associated with this point.
- getColor() - Method in class agi.foundation.graphics.PathPrimitive
-
The path primitive does not support the Color property.
- getColor() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the color that affects every point in the batch.
- getColor() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the primitive's color.
- getColor() - Method in class agi.foundation.graphics.Primitive
-
Gets the primitive's color.
- getColor() - Method in class agi.foundation.graphics.ProjectedRaster
-
This method is not supported by ProjectedRaster.
- getColor() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the color that affects every string in the batch.
- getColor() - Method in class agi.foundation.platforms.LineGraphics
-
Gets a parameter defining the color and translucency of the line over time.
- getColor() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the color of the marker over time.
- getColor() - Method in class agi.foundation.platforms.ModelGraphics
-
Gets a parameter defining the color of the model over time.
- getColor() - Method in class agi.foundation.platforms.PointGraphics
-
Gets a parameter defining the color and translucency of the point over time.
- getColor() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the color of the solid.
- getColor() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets a parameter defining the color and translucency of the surface over time.
- getColor() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the color of the text over time.
- getColor() - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Gets a parameter defining the color of the mesh.
- getColor() - Method in class agi.foundation.tracking.EntityVisualizer
-
Gets the color.
- getColor() - Method in class agi.foundation.tracking.HistoryVisualizer
-
- getColor() - Method in class agi.foundation.tracking.LabelVisualizer
-
- getColor() - Method in class agi.foundation.tracking.MarkerVisualizer
-
- getColor() - Method in class agi.foundation.tracking.ModelVisualizer
-
- getColor() - Method in class agi.foundation.tracking.PointVisualizer
-
- getColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets the color of the sensor volume.
- getColor() - Method in class agi.foundation.tracking.WaypointVisualizer
-
- getColorBlendAmount() - Method in class agi.foundation.cesium.ModelGraphics
-
- getColorBlendMode() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the mode to use for blending between
Color
(
get
/
set
) and the model's color.
- getColumnDimension() - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets the number of columns in this matrix.
- getColumnDimension() - Method in class agi.foundation.coordinates.Matrix
-
Gets the number of columns in this matrix.
- getColumnDimension() - Method in class agi.foundation.geometry.DynamicMatrixEvaluator
-
Gets the
ColumnDimension
(
get
) of the
Matrix
object produced by the evaluation calls.
- getColumnDimension() - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Gets the number of columns.
- getCommandedValues() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
-
Gets the cruise commanded values associated with the
Altitude
(
get
).
- getComment() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the comment lines 19-22.
- getComment() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the comment lines as a single
String
.
- getComment() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the comment lines as a single
String
.
- getComments() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Gets a collection containing comments from the header of a CCSDS OEM file.
- getCommittedObjects() - Method in class agi.foundation.infrastructure.threading.TransactionCommittedEventArgs
-
Gets an enumerable list of the transacted objects (such as
TransactedProperty
)
that are committed as part of this transaction.
- getCommonName() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets a common name for the satellite.
- getCommonName() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
CommonName
(
get
/
set
)
must match in order to be included in the query.
- getCommunicationLink() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Gets the object which provides the services needed to compute this scalar.
- getCommunicationLink() - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Gets the object which provides the services needed to compute this scalar.
- getCommunicationObject() - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Gets the object which provides the services needed to compute this scalar.
- getCommunicationParameter() - Method in class agi.foundation.coverage.figureofmerit.CommunicationFigureOfMerit
-
Gets the scalar communication parameter to use as a template for this figure of merit.
- getCommunicationsAccessQuery() - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
- getComplete() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
-
Gets the portion of the interval that has already been explored.
- getComplete() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
-
Gets the portion of the interval that has already been explored.
- getComplete() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
-
Gets the portion of the interval that has already been explored.
- getCompletedSuccessfully() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
Gets a value indicating whether the
operator
run completed successfully.
- getCompleteSegment() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Gets the complete segment that this segment subdivides.
- getComponentExpirationDate(String) - Static method in class agi.foundation.Licensing
-
Gets the expiration date of the specified component.
- getComponents() - Method in class agi.foundation.geometry.VectorFixed
-
Gets the components of this Vector resolved in the defining reference axes.
- getComponentType(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns the component type of the type supplied as type
if a
parameterised type or generic array type, otherwise type
itself.
- getComponentType(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns the component type of the type supplied as type
if a
parameterised type or generic array type, otherwise type
itself.
- getComputationalWeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Get the computational weight associated with configuring this connection
with the previous and next procedure.
- getComputeInitialConditionsOnCreation() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Gets or sets a value indicating whether
propagators
created by this
definition
will have the initial conditions of
their
IncludeHighestDerivativeInOutput
(
get
/
set
)
and
auxiliary elements
computed in their
CurrentState
(
get
) just after creation.
- getComputeMode() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Gets the mode used for computing the signal-to-noise ratio.
- getComputeMode() - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Gets the signal-to-noise ratio compute mode.
- getCondition() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
- getCondition() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
- getConditions() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
- getConditions() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
- getConditionsThatStoppedPropagation() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
Gets all of the
StoppingConditions
that stopped propagation in the order that
they occurred.
- getConditionStoppedOn() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets the
definition
of the stopping condition
that stopped the function.
- getConditionStoppedOn() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
- getConditionStoppedOn() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
- getCone() - Method in class agi.foundation.coordinates.Spherical
-
Gets the angular coordinate measured from the positive z-axis and toward the negative z-axis.
- getCone() - Method in class agi.foundation.coordinates.UnitSpherical
-
Gets the angular coordinate measured from the positive z-axis and toward the negative z-axis.
- getConeAngleBounds() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the cone angle (polar) bounds.
- getConeAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the gridding technique used in the cone (polar) coordinate.
- getConeAngles() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets the array of cone angles.
- getConeAngles() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Gets the cone angles.
- getConeAngleValues() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the list of cone angle values that specify the zenith angle measured from the z-axis.
- getConeAngleValues() - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Gets the list of cone angle values that specify the zenith angle measured from the z-axis.
- getConeBounds() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets the bounds for the Cone coordinate.
- getConfiguration() - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
-
- getConfiguration() - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
-
- getConfiguration() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getConfigureRequestCallback() - Static method in class agi.foundation.graphics.NetworkContext
-
Gets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
- getConnection() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the strategy to use when connecting the previous procedure with the next.
- getConnectionConfigurationResults() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets a list containing results for the connections where there was a problem or other metadata associated with configuration.
- getConnectionDependency() - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Gets the order in which to configure the surrounding connections.
- getConnectionStatus() - Method in class agi.foundation.routedesign.advanced.HeightConfigurationResult
-
Gets the status of the given configuration.
- getConnectionStatus() - Method in class agi.foundation.routedesign.advanced.SpeedConfigurationResult
-
Gets the status of the given configuration.
- getConnectionStatus() - Method in class agi.foundation.routedesign.advanced.SurfaceConfigurationResult
-
Gets the status of the given configuration.
- getConnectionType() - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
- getConserveDistanceForAberration() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets a value indicating whether to only correct for the direction of the vector
and not its magnitude when computing the aberration due to relative motion of the observer
with respect to the target.
- getConsiderDimension() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the summed dimension of all of the consider parameters.
- getConsideredIntervals() - Method in class agi.foundation.coverage.CoverageData
-
Gets the intervals considered when computing these coverage results.
- getConsiderParameter(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getConstantCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
- getConstantFalseAlarmRateReferenceCellCount() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Gets the number of constant false alarm rate reference cells.
- getConstantNoise() - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Gets the constant noise value, in meters.
- getConstants() - Method in class agi.foundation.celestial.JplDEFile
-
Gets an enumerator for the constants in the file.
- getConstantValue(String) - Method in class agi.foundation.celestial.JplDEFile
-
Retrieves the value associated with the named constant.
- getConstrainedInclinedSegment(double, double, double, double, double, double, double, double, double, TerrainProvider) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Get a segment without specifying the intermediate flight path angle.
- getConstrainedLink() - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.RangeConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLink() - Method in interface agi.foundation.access.ILinkConstraint
-
Gets the link to which this constraint applies.
- getConstrainedLinkEnd(ILinkConstraint) - Static method in class agi.foundation.access.AccessConstraintHelper
-
Gets the object at the end of the link to which a specified constraint is applied.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.RangeConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedLinkEnd() - Method in interface agi.foundation.access.ILinkConstraint
-
Gets the end of the link to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Gets the object to which this constraint is applied.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
- getConstrainedObject() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
- getConstrainedObject() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
- getConstrainedObject() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
- getConstrainedObject() - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Gets the object to which this constraint applies.
- getConstrainedObject() - Method in interface agi.foundation.access.ISingleObjectConstraint
-
Gets the object to which this constraint applies.
- getConstrainedUpAxis() - Method in class agi.foundation.graphics.Camera
-
Gets the axis to constrain the up vector to.
- getConstrainEntryAndExitToTrackArcs() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets a value indicating whether to ignore the additional entry and exit turns,
restricting the entry and exit to be tangent to the two turns in the racetrack.
- getConstraint() - Method in class agi.foundation.access.AccessConstraintEvaluationResult
-
Gets the constraint instance that was evaluated.
- getConstraintDifference() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Gets how the difference will be computed.
- getConstraintDifference() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Gets how the difference will be computed.
- getConstraintParameter() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Gets the communication parameter on which to constrain access.
- getConstraintParameter() - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Gets the communication parameter on which to constrain access.
- getConstraintParameter() - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Gets the communication parameter on which to constrain access.
- getConstraintResults() - Method in class agi.foundation.access.AccessEvaluationResult
-
Gets the results of Constraint evaluation.
- getConstraints() - Method in interface agi.foundation.access.IAccessConstraintsService
-
- getConstraints() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
- getConstraints() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
- getConstraints() - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Gets the constraint collection.
- getConstraints() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
- getConstraints() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the
constraints
that must also be
satisfied for this stopping condition to stop propagation.
- getConstraintSatisfactionCallback() - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
- getConstraintSettings() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
- getConstraintValue() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the desired constraint value.
- getConstraintValueFromFunctionValue(double) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator
-
Adjusts a raw function value to be above zero when the value is between the
MinimumValue
(
get
/
set
)
and
MaximumValue
(
get
/
set
), and less than zero when it is outside that range.
- getConstraintValues() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionResults
-
Returns a copy of constraint values computed by the
function
.
- getContent() - Method in class agi.foundation.graphics.KmlFeature
-
Gets the content associated with this feature.
- getContext() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
- getContext() - Method in interface agi.foundation.infrastructure.ICalculationContextStorageStrategy
-
- getContext() - Method in class agi.foundation.infrastructure.threading.TransactedObject
-
Gets the transaction context in which this object can be modified.
- getContext() - Method in class agi.foundation.infrastructure.ThreadStaticCalculationContextStorageStrategy
-
- getContext() - Method in class agi.foundation.tracking.EntitySet
-
Gets the context used for transactions on this entity set.
- getContext() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets the context for which to archive entities.
- getContext() - Method in class agi.foundation.Transaction
-
Gets the transaction context in which this transaction operates.
- getContinueExecution() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Gets a value indicating whether a thread should continue its threaded execution.
- getContinueIfOperatorsDoNotConverge() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Gets a value indicating whether the next operator should continue if the operators do not converge.
- getContinueOnFailure() - Method in class agi.foundation.graphics.imaging.SequenceFilter
-
Gets whether to continue applying filters in the sequence regardless of individual filter failures.
- getControlBounds() - Method in class agi.foundation.graphics.Overlay
-
Gets the bounds of the overlay in coordinates relative to the overall
Insight3D
control.
- getControlPosition() - Method in class agi.foundation.graphics.Overlay
-
Gets the position of the overlay in coordinates relative to the overall
Insight3D
control.
- getControlPosition() - Method in class agi.foundation.graphics.ScreenOverlayPickResult
-
Gets the position that was picked within the overall
Insight3D
control.
- getControlSize() - Method in class agi.foundation.graphics.Overlay
-
Gets the size of the overlay in coordinates relative to the overall
Insight3D
control.
- getConverged() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
Gets a value indicating whether the solver converged.
- getConverged() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets a value indicating whether the solver converged on this iteration.
- getConverged() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
-
Gets a value indicating whether the
corrector
converged.
- getConverged() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
-
Gets a value indicating whether the
optimizer
converged.
- getConvergenceBehavior() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Gets the behavior that should be done when an
operators
converges.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the criteria used in determining convergence.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the criteria used in determining convergence.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the criteria used in determining convergence.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Gets the criteria used for convergence when searching for a precise crossing
of this threshold.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Gets the criteria used for convergence when searching for a precise crossing
of this threshold.
- getConvergenceCriteria() - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Gets the criteria used for convergence when searching for a precise crossing
of this threshold.
- getConvergenceFunction() - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Gets or sets a customizable convergence function that is used to determine if the optimizer
converges on a given iteration.
- getConvergenceTolerance() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Gets the convergence tolerance to use when solving.
- getConversionCallback(TFormatType, TFormatType) - Method in class agi.foundation.infrastructure.FormatConverter
-
Gets the callback that converts from one format to another.
- getConversionDistance(TFormatType, TFormatType) - Method in class agi.foundation.infrastructure.FormatConverter
-
Gets the number of intermediate conversions that must be done to convert from
from
to to
.
- getConversionDistance(TimeStandard, TimeStandard) - Static method in class agi.foundation.time.TimeStandardConverter
-
Gets the number of intermediate conversions that must be done to convert from
from
to to
.
- getConverter(int[]) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getConverter(int[]) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
- getConverter(int[]) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this auxiliary state element.
- getConverter() - Method in class agi.foundation.propagators.NumericalPropagator
-
- getConverter() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.PropagationScalar
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.PropagationVector
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getConverter(EvaluatorGroup, Motion1<int[]>) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets an instance of an output type which can convert the output of propagation
back into the native type of this state element.
- getCookie() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the cookie string associated with this network link.
- getCoordinateAxes() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Gets the axes in which the data is defined.
- getCoordinateAxes() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the axes in which this covariance data is observed.
- getCoordinatedPriorTo1993() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets a value indicating whether or not to use the pattern equations for earth-station antennas with diameter/wavelength ratios
less than 100, in networks coordinated prior to 1993.
- getCoordinatedPriorTo1993() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets a value indicating whether or not to use the pattern equations for earth-station antennas with diameter/wavelength ratios
less than 100, in networks coordinated prior to 1993.
- getCoordinatedUniversalTime() - Static method in class agi.foundation.time.TimeStandard
-
Gets the Coordinated Universal Time (UTC) time standard.
- getCoordinateSystem() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the coordinate System from Line 1.
- getCoordinateSystem() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the coordinate system.
- getCoordinateSystem() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the coordinate system.
- getCoordinateSystem() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Gets the reference frame in which the data is defined.
- getCorrectionEvaluator() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
This method creates an evaluator to calculate the post integration correction.
- getCorrectionEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
This method creates an evaluator to calculate the post integration correction.
- getCorrectionEvaluator() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
-
This method creates an evaluator to calculate the post integration correction.
- getCorrectionEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
-
This method creates an evaluator to calculate the post integration correction.
- getCorrelatorSpacing() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the spacing between the early and late correlator peaks, in chips.
- getCorrelatorSpacing() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the spacing between the early and late correlator peaks, in chips.
- getCosineCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Gets the array of cosine coefficients (m= [1, L])
- getCosineCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the list of this model's Cosine coefficients (m= [1, L])
- getCosineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
- getCosineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
- getCosineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
- getCosineCorrectionToArgumentOfLatitude() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
- getCosineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
- getCosineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
- getCosineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
- getCosineCorrectionToInclination() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the cosine harmonic correction term to the angle of inclination.
- getCosineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getCosineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getCosineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getCosineCorrectionToOrbitRadius() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getCosineExponent() - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Gets the cosine exponent.
- getCostateElementIdentification() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets or sets the identification of the optional costate vector element in the state passed into the
ImpulsiveManeuverSegment
.
- getCostateVector() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the
Vector
that can optionally be used to construct geometry types (such as the
Orientation
(
get
/
set
))
that represent the
CostateElementIdentification
(
get
/
set
) at propagation time.
- getCostFunction() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- getCostFunction() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- getCostFunctionDifference() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Gets how the difference will be computed.
- getCostFunctionGradient() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
-
Gets the evaluated cost function gradient.
- getCostFunctionSettings() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Gets the settings of the cost function that was computed in all of the function evaluations.
- getCostFunctionValue() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
-
Returns cost function values computed by the
function
.
- getCount() - Method in class agi.foundation.communications.PointScattererLinkPath
-
- getCount() - Method in class agi.foundation.communications.SignalDopplerShiftData
-
Gets the count of frequency doppler shift values.
- getCount() - Method in class agi.foundation.DateMotionCollection1
-
Gets the number of items in this collection.
- getCount() - Method in class agi.foundation.DateMotionCollection2
-
Gets the number of items in this collection.
- getCount() - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Gets the number of display conditions in the composite.
- getCount() - Method in class agi.foundation.graphics.CompositePrimitive
-
Gets the number of primitives in the composite.
- getCount() - Method in class agi.foundation.graphics.imaging.SequenceFilter
-
Gets the number of filters in the collection.
- getCount() - Method in class agi.foundation.graphics.ModelArticulation
-
- getCount() - Method in class agi.foundation.graphics.ModelArticulationCollection
-
- getCount() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Gets the number of primitives in the composite.
- getCount() - Method in class agi.foundation.graphics.PathPrimitive
-
Returns the number of points.
- getCount() - Method in class agi.foundation.graphics.PrimitiveManager
-
Gets the number of primitives in the manager.
- getCount() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the number of items in this collection.
- getCount() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the number of items in this collection.
- getCount() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the number of items in this collection.
- getCount() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the number of items in this collection.
- getCount() - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
-
Gets the number of elements in this dictionary.
- getCount() - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
Gets the number of entries in this collection.
- getCount() - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Gets the number of
ElevationMask
objects in this azimuth elevation mask.
- getCount() - Method in class agi.foundation.tracking.EntityHistory
-
Gets the number of position/time pairs.
- getCount(Transaction) - Method in class agi.foundation.tracking.EntitySet
-
Gets the number of entities in this entity set.
- getCountries() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets the countries in the database.
- getCountryName() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the country name of the city.
- getCountryName() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets a regular expression that the
CountryName
(
get
/
set
)
must match in order to be included in the query.
- getCovarianceAxes() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets a collection containing the axes of the covariance data.
- getCovarianceAxes() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the native axes of the
CovarianceData
(
get
/
set
).
- getCovarianceAxesNames() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets a collection containing names for covariance axes that
are different from those of the reference frame.
- getCovarianceData() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the covariance data.
- getCovarianceData() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the data over which to interpolate.
- getCovarianceData() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the covariance data that is used for blending.
- getCovarianceData() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
Gets the covariance data.
- getCovarianceData() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Gets the covariance data.
- getCovarianceData() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets the covariance data.
- getCovarianceDataComments() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets a collection containing comments from
the covariance data of a segment of a CCSDS OEM file.
- getCovarianceMatrix() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the covariance matrix (H).
- getCovarianceOptions() - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Gets the options for reading in the covariance data of an ephemeris file.
- getCoverageGridCell() - Method in class agi.foundation.geometry.discrete.CoverageGridPoint
-
Gets the (optional) grid cell associated with this grid point.
- getCoverageGridPoint() - Method in class agi.foundation.coverage.CoverageGridPointWithResults
-
- getCoverageTarget() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Gets the object which is the target of the coverage calculation
- getCreationDate() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Gets the file creation date and time in UTC.
- getCreationDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the date the PAF file was created.
- getCreationDate() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the creation date of the PSF file.
- getCreationDate() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the creation date of the SOF file.
- getCreationJulianDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the date the PAF file was created, represented as a
JulianDate
.
- getCreationJulianDate() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the creation date of the PSF file express as a
JulianDate
.
- getCreationJulianDate() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the creation date of the SOF file expressed as a
JulianDate
.
- getCriteria() - Method in class agi.foundation.numericalmethods.advanced.LineSearchSettings
-
Gets the criteria used in determining convergence.
- getCrossingDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the date at which the crossing occurs.
- getCrossingDateTolerance() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the tolerance with which to converge on date when finding
a precise crossing of a threshold.
- getCrossingDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the duration at which the crossing occurs.
- getCrossingDurationTolerance() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the tolerance with which to converge on duration when finding
a precise crossing of a threshold.
- getCrossingValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the function value at the crossing.
- getCrossingValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the function value at the crossing.
- getCrossingValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the function value at the crossing.
- getCrossingVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the Variable at which the crossing occurs.
- getCrossingVariableTolerance() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the tolerance with which to converge on Variable when finding
a precise crossing of a threshold.
- getCrossPolarizationLeakage() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the cross polarization leakage value.
- getCrossPolarizationLeakage() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets the cross polarization leakage value.
- getCrossSection() - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Gets the constant cross section value in meters squared.
- getCrossSectionValues() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets the 2x2 complex cross section scattering coefficient matrix.
- getCrossTrackError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the cross track error component of the user range error
- getCrossTrackErrorA() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 2nd order term for the cross track error growth (meters/sec^2).
- getCrossTrackErrorB() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 1st order term for the cross track error growth (meters/sec).
- getCrossTrackErrorC() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 0th order term for the cross track error growth (meters).
- getCruise() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Gets the performance model to use while cruising.
- getCruiseSpeed() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the speed to use as the target speed at which to traverse along the path.
- getCullFace() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets whether front and/or back-facing triangles may be culled.
- getCumulativeResults() - Method in exception agi.foundation.segmentpropagation.InvalidFuelStateException
-
Gets the results of the entire propagation, if available.
- getCumulativeResults() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
Gets the results of the entire propagation, if available, up to and including the
SegmentPropagator
that stopped propagation.
- getCurrent() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets the electric current passing through the coil.
- getCurrentAxes() - Method in class agi.foundation.coordinates.AxesAdapter
-
Gets the
Axes
that the
ElementIdentification
(
get
/
set
)
in the state will be in once the state is adapted.
- getCurrentDate() - Method in class agi.foundation.coordinates.BasicState
-
- getCurrentDate() - Method in interface agi.foundation.coordinates.ITimeBasedState
-
- getCurrentDate() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the current date, which is the date of the most recent sample.
- getCurrentDate() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
- getCurrentDate() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the date of the current state.
- getCurrentDateIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether
CurrentDate
(
get
) is valid.
- getCurrentDefinedIn() - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Gets the current defined in object.
- getCurrentDuration() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the current duration, which is the duration of the most recent sample.
- getCurrentDurationIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether
CurrentDuration
(
get
) is valid.
- getCurrentIteration() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Gets the number of the current iteration.
- getCurrentIteration() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Gets the number of the current iteration.
- getCurrentReferenceFrame() - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Gets the
ReferenceFrame
that the
ElementIdentification
(
get
/
set
)
in the state will be in once the state is adapted.
- getCurrentState() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets the raw state at the end of the current step when this event is fired.
- getCurrentState() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets a copy of the raw state at the end of the last step taken.
- getCurrentState() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets a copy of the raw state.
- getCurrentState() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets the raw state at the end of the current step when this event is fired.
- getCurrentState() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the most recently computed state from the propagator.
- getCurrentState() - Method in class agi.foundation.propagators.StoppablePropagatorStepTakenArgs
-
- getCurrentStepSize() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the current (positive) size of the step which the integrator will use for the next integration step.
- getCurrentStepSize() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
-
Gets the current (positive) size of the step which the integrator will use for the next integration step.
- getCurrentStepSize() - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
-
Gets the current (positive) size of the step which the integrator will use for the next integration step.
- getCurrentStepSize() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the current (positive) size of the step which the integrator will use for the next integration step.
- getCurrentStepSize() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets the current step size in seconds that the integrator will take when advancing to the next time.
- getCurrentTime() - Method in class agi.foundation.cesium.Clock
-
Gets the initial time when the document is first loaded.
- getCurrentTime() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets the time at the end of the current step when this event is fired.
- getCurrentTime() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets the time at the end of the last step taken.
- getCurrentTime() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets the time at the end of the current step when this event is fired.
- getCurrentTimeStamp() - Method in class agi.foundation.terrain.TerrainCacheGroup
-
Gets a time stamp that can be used for relative ordering of accesses to caches
and regions within this cache group.
- getCurrentValue() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the current value of the transformation.
- getCurrentValue() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the value of the function at the
CurrentVariable
(
get
).
- getCurrentValue() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the value of the function at the
CurrentDuration
(
get
).
- getCurrentValue() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the value of the function at the
CurrentDate
(
get
).
- getCurrentValueIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets a value indicating whether
CurrentValue
(
get
) is valid.
- getCurrentValueIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets a value indicating whether
CurrentValue
(
get
) is valid.
- getCurrentValueIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets a value indicating whether
CurrentValue
(
get
) is valid.
- getCurrentVariable() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the current Variable, which is the Variable of the most recent sample.
- getCurrentVariableIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether
CurrentVariable
(
get
) is valid.
- getCurves() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Gets a read only list of the constituent curves which comprise the overall curve.
- getCustomAtmosphericModel() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Gets a custom atmospheric model to use when computing attenuation.
- getCustomAtmosphericModel() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Gets a custom atmospheric model to use when computing attenuation.
- getCustomAtmosphericModel() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a custom atmospheric model to use when computing attenuation.
- getCustomAtmosphericModel() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom atmospheric model to use when computing attenuation.
- getCustomDefaultConnection() - Method in class agi.foundation.routedesign.RoutePropagator
-
Gets the custom connection that will be used to fill in
any missing connections in the list of route
Segments
(
get
).
- getCustomerID() - Method in class agi.foundation.LicensedComponent
-
Gets the customer ID from the license information.
- getCustomLinkSubdivision() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a custom object which will be used to
subdivide the link into sub-segments, which will then define the sample locations
where the
CustomAtmosphericModel
(
get
/
set
) will be asked to obtain atmospheric data.
- getCustomLinkSubdivision() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom object which will be used to
subdivide the link into sub-segments, which will then define the sample locations
where the
CustomAtmosphericModel
(
get
/
set
) will be asked to obtain atmospheric data.
- getCustomProperties() - Method in interface agi.foundation.cesium.advanced.ICesiumCustomPropertiesService
-
Gets the set of custom CZML properties.
- getCustomProperties() - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Gets the set of custom CZML properties.
- getCustomProperty(String) - Method in class agi.foundation.cesium.CesiumCustomProperties
-
Get a previously added custom property.
- getCustomRainHeight() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Gets a custom value for the rain height.
- getCustomRainHeight() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets a custom value for the rain height, in meters.
- getCustomRainHeight() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets a custom value for the rain height, in meters.
- getCustomRainRate() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Gets a custom value for the rain rate exceeded 0.01% of the time.
- getCustomRainRate() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets a custom value for the rain rate exceeded 0.01% of the time, in meters per second.
- getCustomRainRate() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets a custom value for the rain rate exceeded 0.01% of the time, in meters per second.
- getCustomSegment() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile
-
Gets the custom profile geometry corresponding to the surface geometry of
the procedure to which this profile is attached.
- getCycleRepeats() - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Gets a value indicating whether any time outside the time interval defined by the
AreaData
(
get
)
will be wrapped by adding or subtracting an integer number of time intervals until the transformed time
is inside the time interval.
- getD() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
-
Gets the coefficient of the 0th order monomial.
- getD() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
-
Gets the coefficient of the 1st order monomial.
- getDailyPredictedInterval() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the time interval of daily predicted data points, if known.
- getDarkCurrent() - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Gets the photodetector dark current in amps.
- getDashLength() - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Gets the length in screen-space pixels of a single dash and gap pattern.
- getDashPattern() - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Gets a 16-bit bitfield representing which portions along a single dashLength are the dash (1) and which are the gap (0).
- getData() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets the EOP data represented by this instance.
- getData(JulianDate) - Method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Get the data for a given sample time from
SampleTimes
(
get
).
- getData() - Method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Gets the list of data for this grid point.
- getData() - Method in class agi.foundation.graphics.advanced.Tile
-
Gets the user data that is stored for each tile.
- getData() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets the data over which to interpolate.
- getData() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets the data over which to interpolate.
- getData() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets the data over which to interpolate.
- getData() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets a copy of the processed radar waveform data collection.
- getData() - Method in class agi.foundation.routedesign.advanced.HeightConfigurationResult
-
Gets the diagnostic data associated with the given configuration.
- getData() - Method in class agi.foundation.routedesign.advanced.SpeedConfigurationResult
-
Gets the diagnostic data associated with the given configuration.
- getData() - Method in class agi.foundation.routedesign.advanced.SurfaceConfigurationResult
-
Gets the diagnostic data associated with the given configuration.
- getData() - Method in class agi.foundation.stk.StkAttitudeFile
-
Gets the attitude data.
- getData() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets the ephemeris data.
- getData() - Method in class agi.foundation.stk.StkPatternFile
-
Gets the pattern data.
- getData() - Method in class agi.foundation.time.TimeInterval1
-
Gets the user-defined data associated with this interval.
- getDataAvailable() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets a value indicating whether the data in this record should be used.
- getDataByType(TypeLiteral<T>) - Method in class agi.foundation.communications.PointScattererInformation
-
Get signal data based on the type of data requested.
- getDataByType(Class<?>) - Method in class agi.foundation.communications.PointScattererInformation
-
Get signal data based on the type of data requested.
- getDataByType(TypeLiteral<T>) - Method in class agi.foundation.communications.Signal
-
Gets signal data based on the type of data requested.
- getDataByType(Class<?>) - Method in class agi.foundation.communications.Signal
-
Gets signal data based on the type of data requested.
- getDataByType(TypeLiteral<T>) - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Get the first object of the given type in the processed radar waveform data collection.
- getDataForSatellite(int) - Method in class agi.foundation.navigation.datareaders.SP3aEphemerisData
-
Gets the list of data associated with a particular satellite.
- getDataForSatellite(SatelliteIdentifier) - Method in class agi.foundation.navigation.datareaders.SP3cEphemerisData
-
Gets the list of data associated with a particular satellite.
- getDataForSatellite(SatelliteIdentifier) - Method in class agi.foundation.navigation.datareaders.SP3dEphemerisData
-
Gets the list of data associated with a particular satellite.
- getDataFromMostRecentEphemeris(GlobalPositioningSystemDate) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Retrieves the
RinexNavigationEphemeris
defining all characteristics of this satellite
which represent the most recent ephemeris prior to
date
, compared to
TransmissionTime
(
get
).
- getDataList() - Method in class agi.foundation.communications.PointScattererInformation
-
Create a list of the signal data.
- getDataList() - Method in class agi.foundation.communications.Signal
-
Create a copy of the signal data.
- getDataName() - Method in class agi.foundation.stk.StkPatternFile.Pattern
-
Gets the name of this pattern format's data.
- getDataName() - Method in class agi.foundation.stk.StkPatternFile.PatternAngleOffBoresight
-
Gets the name of this pattern format's data.
- getDataName() - Method in class agi.foundation.stk.StkPatternFile.PatternAzElMask
-
Gets the name of this pattern format's data.
- getDataName() - Method in class agi.foundation.stk.StkPatternFile.PatternReferencePlane
-
Gets the name of this pattern format's data.
- getDataRate() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the rate at which the data is modulated on the carrier, in bits per second.
- getDataRate() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the rate, in bits per second, at which the data is modulated on the carrier.
- getDataRate() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Gets the data rate in bits per second.
- getDataRate() - Method in class agi.foundation.communications.signalprocessing.SignalDataRate
-
Gets the data rate, in bits per second (bps).
- getDataRate() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets the rate at which the data is modulated on the carrier, in bits per second.
- getDataRate() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the rate at which data is encoded on the navigation signal.
- getDataUsedDescriptor() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the Data Used Descriptor, from Line 1.
- getDataUsedDescriptor() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the data used descriptor.
- getDataUsedDescriptor() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the data used descriptor.
- getDate() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the instant at which the parameters are specified, in the TAI time standard.
- getDate() - Method in class agi.foundation.graphics.PathPoint
-
Gets the date associated with this point.
- getDate() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the date associated with this point.
- getDate() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets the date of file creation.
- getDate() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the date of file creation.
- getDate() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Date property for the RINEX header
- getDate() - Method in class agi.foundation.propagators.Waypoint
-
Gets the date at which the waypoint is achieved.
- getDate() - Method in class agi.foundation.time.LeapSecond
-
Gets the date of the leap second.
- getDateMotionCollection(String) - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
- getDateMotionCollection(String, List<JulianDate>, List<double[]>) - Method in class agi.foundation.propagators.PropagationStateConverter
-
- getDateMotionCollection(String, List<ITimeBasedState>) - Static method in class agi.foundation.segmentpropagation.SegmentResults
-
- getDateMotionCollectionOfOverallTrajectory(String) - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
- getDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
- getDateMotionCollectionOfOverallTrajectory(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getDateOfDecay() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the expected date after which the satellite is expected to permanently decay, or
in the case that the
Status
(
get
/
set
) indicates an incomplete calculation this will be
equal to the
ReferenceEpoch
(
get
/
set
) indicating an unknown decay date.
- getDateOfEvent() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
Gets the date of the detected
event
.
- getDateOfLastSample() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the date of the last sample in the table.
- getDates() - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of dates in this collection.
- getDates() - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of dates in this collection.
- getDates() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of dates in this collection.
- getDates() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of dates in this collection.
- getDates() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of dates in this collection.
- getDates() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of dates in this collection.
- getDateTolerance() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the tolerance in seconds that is used to ensure that the dates in
OrbitStates
(
get
/
set
)
and
CovarianceData
(
get
/
set
) are close enough to being equal.
- getDay() - Method in class agi.foundation.time.GregorianDate
-
Gets the day of the month (in the range 1 through the number of days in the
month).
- getDay() - Method in class agi.foundation.time.JulianDate
-
Gets the integer portion of the Julian Date (or astronomical Julian day number).
- getDay() - Method in class agi.foundation.time.YearMonthDay
-
Gets the day of the month (in the range 1 through the number of days in the
month).
- getDayOfWeek() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the day of the week.
- getDayOfWeek() - Method in class agi.foundation.time.GregorianDate
-
Gets the day of the week represented by this instance.
- getDayOfWeek() - Method in class agi.foundation.time.YearMonthDay
-
Gets the day of the week represented by this instance.
- getDayOfYear() - Method in class agi.foundation.time.GregorianDate
-
Gets the day of the year represented by this instance.
- getDayOfYear() - Method in class agi.foundation.time.YearMonthDay
-
Gets the day of the year (in the range 1 through the number of days in the year).
- getDays() - Method in class agi.foundation.time.Duration
-
Gets the day component of this
Duration
.
- getDaysPerBlock() - Method in class agi.foundation.celestial.JplDEFile
-
Gets the number of days in each data block.
- getDebuggingLogger() - Method in class agi.foundation.access.AccessComputation
-
Gets a logger to which debugging information will be written.
- getDebuggingLogger() - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Gets the logger used to examine access query evaluations.
- getDebuggingLogger() - Method in class agi.foundation.access.AccessEvaluator
-
Gets the logger used to examine access query evaluations.
- getDebuggingLogger() - Method in class agi.foundation.access.AccessQuery
-
Gets a logger to which debugging information will be written.
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a logger to which debugging information will be written.
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a logger to which debugging information will be written.
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a logger to which debugging information will be written.
- getDebuggingLogger() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets a logger to which debugging information will be written.
- getDecayAltitude() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the altitude to use to determine when a satellite will permanently decay.
- getDeclination() - Method in class agi.foundation.celestial.IauOrientationParameters
-
Gets the declination of the north pole of the body with respect to
the International Celestial Reference Frame, in radians.
- getDeepFadeOption() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Gets a value indicating whether to use the deep fade option.
- getDefault() - Static method in enum agi.foundation.access.AccessClassification
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.AccessConstraintApplicability
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.AccessConstraintSource
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.AccessEventTimes
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.AccessSignalModel
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.constraints.PlaneIndicator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.LinkGraphDirection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.access.LinkRole
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.aircraftpropagation.ClimbDescentCommandedValuesElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.aircraftpropagation.CruiseCommandedValuesElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.aircraftpropagation.ManeuverReferenceAxes
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.BehaviorBeyondAvailability
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.ccsds.CcsdsInterpolationMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.ccsds.CcsdsOemFileOutputFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.ccsds.CcsdsReferenceFrameType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.CoefficientOfReflectivityType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.EclipseType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.JplDECentralBody
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.JplDEDataIndex
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.KindOfForce
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.RadiationVectorType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.celestial.RoleOfForce
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.AzimuthElevationMaskGraphicsProjection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumArcType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumClassificationType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumColorBlendMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumExtrapolationType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumGenerationStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumHeightReference
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumHorizontalOrigin
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumImageFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumInterpolationAlgorithm
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumLabelStyle
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumResourceBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumSensorVolumePortionToDisplay
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumShadowMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumStripeOrientation
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.CesiumVerticalOrigin
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.ClockRange
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.cesium.ClockStep
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.communications.AntennaTargetingResultReason
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.communications.PolarizationReferenceAxis
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.communications.signalpropagation.ItuRP835Version
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.communications.signalpropagation.TiremPropagationMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.compatibility.EventResetMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.compatibility.FileAccess
-
Get the value that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.compatibility.FileMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.compatibility.FontStyle
-
Get the value that is considered to be the default.
- getDefault() - Static method in class agi.foundation.compatibility.MouseButtons
-
Get the value that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.AxisIndicator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.CartesianElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.CartographicElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.DelaunayElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.EquinoctialElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.EulerSequenceIndicator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.KeplerianElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.KozaiIzsakMeanElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.OrbitDirectionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.OrbitType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.PoleIndicator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.SphericalElement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coordinates.YawPitchRollIndicator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.coverage.CoverageFilterType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.geometry.discrete.CylinderFill
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.discrete.WindingOrder
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.DisplacementVectorParticipant
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.EllipsoidSurfaceRegionCurveConnectionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.shapes.EllipsoidType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.shapes.EnclosureFunctionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.geometry.shapes.SensorSpaceProjection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.BlendingEquation
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.BlendingFunction
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.CameraSnapshotFileFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.CameraVideoFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ConstrainedUpAxis
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ForwardAnimation.AnimationState
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.GlobeOverlayRole
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.IndicesOrderHint
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MaintainAspectRatio
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MapProjection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderingMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderPass
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSizeSource
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSortOrder
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchUnit
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.MessageLoopType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ModelTransformationType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.Origin
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.PathPrimitiveRemoveLocation
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.PrimitivesSortOrder
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ProjectedRasterRenderPass
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.RefreshRate
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.graphics.advanced.RenderPass
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.RenderPassHint
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayOrigin
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayPinningOrigin
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayUnit
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.SimulationAnimationCycle
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.advanced.Visibility
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.AntiAliasing
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.BinaryLogicOperation
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.BingMapsStyle
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.BlurMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.EdgeDetectMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.FlipAxis
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.GradientDetectMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.Jpeg2000CompressionProfile
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.RasterBand
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.RasterFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.RasterOrientation
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.RasterType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.SharpenMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.imaging.VideoPlayback
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.KmlNetworkLinkRefreshMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.KmlNetworkLinkViewRefreshMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.ModelUpAxis
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.OutlineAppearance
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.PolylineType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.CullFace
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.InternalTextureFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.MagnificationFilter
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.MinificationFilter
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.RendererShadeModel
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.renderer.TextureWrap
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.SetHint
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.StereoProjectionMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.graphics.StereoscopicDisplayMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.infrastructure.ParameterAction
-
Get the value that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.infrastructure.threading.PersistentDictionaryAddResult
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.infrastructure.threading.ThreadSource
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.AccuracyCalculationPersona
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.advanced.GpsSignalConfiguration
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalPriority
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalTrackingType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.ConfidenceIntervalVariableDimension
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.datareaders.MeteorologicalMeasurement
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.datareaders.NanuType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.datareaders.OutageType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.datareaders.RinexObservationType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.DilutionOfPrecisionOptimization
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.DilutionOfPrecisionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.GpsReceiverSolutionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.NavigationAccuracyAssessedType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.NavigationAccuracyPredictedType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.NavigationBlockType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.navigation.RaimFlightPhase
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.BehaviorWhenOnThreshold
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.BracketToward
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.BrentSolutionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.ConvergenceCriteria
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.ExtremumKind
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.NewtonRootType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.advanced.ThresholdCrossingSolutionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.CostFunctionGoal
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.DerivativeMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.EndsOfSegment
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.ExtremumType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.FiniteDifferenceMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.FunctionSegmentSlope
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.GaussJacksonCorrectionMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.InequalityBoundType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.IntegrationSense
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.InterpolationAlgorithmType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.KindOfStepSize
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.numericalmethods.ScalarConstraintDifference
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.numericalmethods.StepSizeInformation
-
Get the value that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.platforms.advanced.DisplayConditionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.BallisticPropagatorSolutionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.GeneralPerturbationObjectType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.LambertPathType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.LifetimeCalculationLimitType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.LifetimeCalculationStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.PropagationEventIndication
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.PropagationEventTrigger
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.PropagationStage
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorAscentType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorBurnoutVelocityFrame
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.SortingFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.TransitionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.propagators.WalkerConstellationPattern
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.radar.SignalToNoiseRatioComputeMode
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.radar.SwerlingTargetModel
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.advanced.HeightConfigurationStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.advanced.KindOfTangent
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.advanced.SpeedConfigurationStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.advanced.SurfaceConnectionStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.advanced.SurfaceProcedureConnectionDependency
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.CircularHoldProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.ClosedTurnDirection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.DefaultProfileBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.InscribedTurnProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.KindOfSurfaceConnection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.LandingProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.RacetrackHoldProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.RouteHeightReference
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.SpeedReference
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.StationaryHoldProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.TakeoffProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.TerrainAvoidanceProfile.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.TurnAfterWaypointProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.TurnBeforeWaypointProcedure.ConfigurationData
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.routedesign.WaypointTurnDirection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.ChangeStoppingConditionOption
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.InvalidFuelStateBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.MaximumDurationBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.ReturnSegmentBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.StateForNextSegmentBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.SwitchableSegmentOption
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorConvergenceBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.SignalDirection
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.SphericalMedianCalculationMethod
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.CityType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.CovarianceReadOptions
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkAttitudeFileVersion
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkEphemerisFile.DistanceUnit
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkEphemerisFile.StkTimeFormat
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkEphemerisFileVersion
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkPatternFileVersion
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stk.StkSatelliteDatabaseType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.CircularRange
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.InequalityCondition
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionEnabled
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionTriggeredBehavior
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionValueStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.StopType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.stoppingconditions.WhenToCheckConstraint
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.terrain.GTOPO30Options
-
Get the value that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.terrain.HeightReference
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.terrain.RasterTerrainGridCellDiagonal
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in class agi.foundation.terrain.TerrainCacheGroup
-
Gets the default group.
- getDefault() - Static method in enum agi.foundation.terrain.TerrainRegionStatus
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.foundation.time.Iso8601Format
-
Get the enum constant that is considered to be the default.
- getDefault(TypeLiteral<TEntity>) - Static method in class agi.foundation.tracking.EntityDescriptor
-
Gets the default descriptor for this type of entity.
- getDefault() - Static method in enum agi.foundation.tracking.MatchingStrategy
-
Get the enum constant that is considered to be the default.
- getDefaultAccessConstraints() - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Gets the default access constraints list.
- getDefaultAllowExtrapolation() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets a value indicating whether the evaluator created by this instance is allowed, by default, to extrapolate
assessed performance before the first record or after the last one.
- getDefaultAvailabilityThreshold() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the default availability threshold used when evaluating assessed performance.
- getDefaultConnectionBehavior() - Method in class agi.foundation.routedesign.RoutePropagator
-
Gets the instance of
DefaultConnectionBehavior
(
get
) that defines the behavior
of a generic connection segment between two
RouteProcedures
.
- getDefaultForNewContexts() - Static method in class agi.foundation.infrastructure.CalculationContext
-
Gets the calculation context to use for contexts that do not yet have a calculation context.
- getDefaultInertialFrame() - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Gets the default inertial frame in which the light path is modeled
for new
LinkSpeedOfLight
instances created by the collection.
- getDefaultInitialState() - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Gets the initial state of the segment.
- getDefaultInitialState() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Gets the initial state of the segment.
- getDefaultInstance() - Static method in class agi.foundation.propagators.advanced.PropagationStageParameter
-
- getDefaultInstance() - Static method in class agi.foundation.propagators.advanced.PropagationStateParameter
-
- getDefaultInterpolator() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
- getDefaultInterpolator() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
- getDefaultOptions() - Static method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
- getDefaultPropagationModels() - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Gets the default propagation models list.
- getDefaultReferenceVector() - Method in class agi.foundation.communications.CommunicationSystem
-
- getDefaultSatellite() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the default satellite property for the RINEX header.
- getDefaultStep() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets the default step that will be taken when sampling a function.
- getDefaultStep() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets the default step that will be taken when sampling a function.
- getDefaultStep() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets the default step that will be taken when sampling a function.
- getDefaultTauAngle() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets the default tau angle.
- getDefaultValue() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the default value of the transformation.
- getDefaultValue() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets the default value provided by this parameter.
- getDefaultValue() - Method in class agi.foundation.infrastructure.threading.TransactionParameter
-
Gets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
- getDefaultValue() - Method in class agi.foundation.tracking.EntityParameter
-
Gets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
- getDefaultValuesUsed() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets a value indicating whether or not the default value is used for any parameter.
- getDefinedIn() - Method in class agi.foundation.celestial.ForceEvaluator
-
Gets the
Axes
in which this force is defined.
- getDefinedIn() - Method in class agi.foundation.celestial.TorqueEvaluator
-
Gets the
Axes
in which this torque is defined.
- getDefinedIn(String) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Gets the defined in object for the specified element, or null
if there is none.
- getDefinedIn() - Method in class agi.foundation.geometry.Covariance3By3Evaluator
-
Gets the
Axes
that the covariance information is defined in.
- getDefinedIn(String) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Gets the object (for example, a ReferenceFrame
, an Axes
, etc.)
in which the specified element
is defined in.
- getDefinedIn(String) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Gets the object (for example, a ReferenceFrame
, an Axes
, etc.)
in which the specified element
is defined in.
- getDefinedIn(String) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets the object (for example, a
ReferenceFrame
, an
Axes
, etc.)
in which the specified
element
is defined in.
- getDefinedIn(String) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets the object (for example, a ReferenceFrame
, an Axes
, etc.)
in which the specified element
is defined in.
- getDefinedInAxes() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the
Axes
in which this force is defined.
- getDefinedInAxes() - Method in class agi.foundation.celestial.ConstantForce
-
Gets the axes that the force is represented in.
- getDefinedInAxes() - Method in class agi.foundation.celestial.ConstantTorque
-
Gets the axes that the torque is represented in.
- getDefinedInAxes() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets the
Axes
in which this force is defined.
- getDefinedInAxes() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets the axes in which this force is defined.
- getDefinedInAxes() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the axes in which this force is defined.
- getDefinedInAxes() - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Gets the axes in which the vector is defined.
- getDefinedInAxes() - Method in class agi.foundation.geometry.ParameterizedVector
-
Gets the axes in which the vector is defined.
- getDefinedInAxes() - Method in class agi.foundation.geometry.VectorFixed
-
Gets the axes in which the Vector is defined.
- getDefinedInAxes() - Method in class agi.foundation.geometry.VectorInterpolator
-
Gets the axes in which the interpolated vector is defined.
- getDefinedInAxes() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the
Axes
that the
CovarianceData
(
get
/
set
) is defined in.
- getDefinedInAxes() - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets the Axes that this vector is defined in.
- getDefinedInFrame() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Gets the reference frame for the magnetic field.
- getDefinedInIntervals() - Method in class agi.foundation.geometry.AxesEvaluator
-
Gets a
TimeIntervalCollection
where the
Data
(
get
) property of
each interval is the Axes in which this Axes is defined over the interval.
- getDefinedInIntervals() - Method in class agi.foundation.geometry.PointEvaluator
-
- getDefinedInIntervals() - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
- getDefinedInIntervals() - Method in class agi.foundation.geometry.VectorEvaluator
-
- getDefinitionHashCode() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode(IEquatableDefinition) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code safely.
- getDefinitionHashCode(T) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code safely.
- getDefinitionHashCode(double) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code safely.
- getDefinitionHashCode(int) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code safely.
- getDefinitionHashCode(boolean) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a hash code safely.
- getDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in interface agi.foundation.infrastructure.IEquatableDefinition
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
Gets a hash code representing the definition of this object.
- getDefinitionHashCode() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets a hash code representing the definition of this object.
- getDegenerateSegment(double, double, double, TerrainProvider) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates a segment which represents an instantaneous height and height rate for degenerate surface geometry.
- getDegree() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Gets the maximum degree of the spherical harmonic coefficients.
- getDegree() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the degree of the subset of the model this gravitational field uses.
- getDegree() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets the degree of interpolation to perform.
- getDegree() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets the degree of interpolation to perform.
- getDegree() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets the degree of interpolation to perform.
- getDegreeOfObstruction(Cartesian, Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the obstruction value given two positions.
- getDegreeOfObstruction(Cartesian, Cartesian, double[]) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the obstruction value given two positions.
- getDegreeRequired() - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Gets the minimum degree of approximation that this interpolator can perform.
- getDegreeRequired() - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Gets the minimum degree of approximation that this interpolator can perform.
- getDegreeRequired() - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Gets the minimum degree of approximation that this interpolator can perform.
- getDegreeRequired() - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Gets the minimum degree of approximation that this interpolator can perform.
- getDegreeRequired() - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Gets the minimum degree of approximation that this interpolator can perform.
- getDegrees() - Method in class agi.foundation.DegreesMinutesSeconds
-
Gets the number of degrees.
- getDeimos() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Martian moon Deimos.
- getDeimos() - Static method in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Deimos.
- getDeimosPoint() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Deimos
in a reference frame centered at the current value of
MarsSystemBarycenter
(
get
/
set
).
- getDelayLockLoopFilterBandwidth() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the bandwidth of the DLL tracking loop, in hertz.
- getDelayLockLoopFilterBandwidth() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the bandwidth of the DLL tracking loop, in hertz.
- getDeltaEpsilonCorrection() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the correction to the nutation in the obliquity of the ecliptic (delta Delta epsilon) with
respect to the IAU1980 theory, in arc seconds.
- getDeltaLatitude() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the distance between each post in the latitude direction, in radians.
- getDeltaLatitudeNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the distance between each post in the latitude direction, in the native units of the provider.
- getDeltaLongitude() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the distance between each post in the longitude direction, in radians.
- getDeltaLongitudeNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the distance between each post in the longitude direction, in the native units of the provider.
- getDeltaPsiCorrection() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the correction to the nutation in longitude (delta Delta psi) with respect to the IAU1980 theory, in arc seconds.
- getDeltaUtcOne() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the first order polynomial term for UTC correction
- getDeltaUtcReferenceTime() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the reference time for UTC data
- getDeltaUtcReferenceWeek() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the UTC Reference week number.
- getDeltaUtcZero() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the zeroth order polynomial term for UTC correction
- getDeltaV() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the magnitude of the impulsive velocity change at the start of the trajectory in meters per second.
- getDeltaV() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the delta-V that will get applied to the
PropagationElementIdentification
(
get
/
set
).
- getDensity() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the scalar defining the local atmospheric density.
- getDensity() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the object which calculates density at the object's location,
note that this
ScalarAtmosphericDensity
also holds the central body and position data.
- getDensity() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets the atmospheric model used to calculate density at the location of the
TargetPoint
(
get
/
set
).
- getDensity() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
- getDensity() - Method in class agi.foundation.celestial.USStandardAtmosphere1976.Result
-
Gets the calculated atmospheric density, in kg/m^3.
- getDensity() - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Gets the atmospheric density scalar.
- getDensityRatio() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
- getDensityRatio() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
- getDensityRatio() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
- getDensityRatio() - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Gets the density ratio in the atmosphere.
- getDependencies() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Gets the read only list of the
IPartialDifferentiable
representing
the objects the
PartialDerivatives
(
get
) are with respect to.
- getDependency() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Get the dependency for the connection indicating whether the previous or next connection
should be configured before this one.
- getDependentVariable() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
Gets the
IPartialDifferentiable
identifying the object that the partial derivatives calculated
during evaluation are of.
- getDepth() - Method in class agi.foundation.graphics.PickResult
-
Gets the depth of the picked location in the 3D scene.
- getDepthFailMaterial() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the material to use to draw the curve when it is below the terrain.
- getDerivative() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Gets the derivative to constrain.
- getDerivativeFunction() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the derivative of
Function
(
get
).
- getDerivativeFunction() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the delegate which defines the first order differential equation representing the
derivative of the dependent variables as a function of independent variable and dependent variables.
- getDerivativeMode() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
Gets the current mode in which the derivatives are to be evaluated.
- getDerivativeResults() - Method in class agi.foundation.numericalmethods.MultivariableFunctionEvaluationAndDerivativeResults
-
Gets the derivative results from the evaluation of the multivariable function.
- getDerivativeResults() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
Gets the results of the evaluation of the
function's
derivative.
- getDerivativeResults() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets the results of this iteration of the evaluation of the derivative of the
multivariable function being solved.
- getDerivativeResults() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Gets the results of the evaluation of the
function's
derivative.
- getDerivatives() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the derivative information used in the algorithm.
- getDerivatives() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
Gets the array representing the current derivatives of the dependent variables.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationScalar
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationVector
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivatives(EvaluatorGroup) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
This is used by the
NumericalPropagatorDefinition
to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation.
- getDerivativeToCompute() - Method in class agi.foundation.geometry.PointDifferentiator
-
Gets the derivative to compute by finite-differencing.
- getDerivativeToCompute() - Method in class agi.foundation.geometry.VectorDifferentiator
-
Gets the derivative to compute by finite-differencing.
- getDerivativeTolerance() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
- getDerivativeValue() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the value of the
DerivativeFunction
(
get
) at the
Root
(
get
).
- getDescendants() - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Gets the collection of all descendants for the owner of this extension.
- getDescendants() - Method in interface agi.foundation.infrastructure.IChildrenService
-
Gets all descendants for a given parent.
- getDescent() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Gets the performance model to use while descending.
- getDescentAngle() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the angle of the glide slope for the landing, in radians.
- getDescentSpeed() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the maximum vertical rate of descent (positive),
in meters per second.
- getDescription() - Method in interface agi.foundation.cesium.advanced.IDescriptionService
-
Gets the HTML description of the object.
- getDescription() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the document description.
- getDescription() - Method in class agi.foundation.cesium.DescriptionExtension
-
Gets the description.
- getDescription() - Method in class agi.foundation.graphics.KmlFeature
-
Gets the description associated with this feature.
- getDesignFrequency() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Gets the phased array design frequency.
- getDesiredValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Gets the threshold that the
evaluated value
will be compared to when solving for a particular trajectory.
- getDesiredValue() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
- getDestinationBlendingFunction() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
- getDestinationBlendingFunction() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
- getDetailedLinkBudgetEvaluator(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Static method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for a given link, graph, and intended signal strategy.
- getDetailedLinkBudgetEvaluator(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, EvaluatorGroup) - Static method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for a given link, graph, and intended signal strategy.
- getDetailedLinkBudgetEvaluator(IServiceProvider, IntendedSignalStrategy) - Method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for the given link and intended signal strategy.
- getDetailedLinkBudgetEvaluator(IServiceProvider, IntendedSignalStrategy, EvaluatorGroup) - Method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for the given link and intended signal strategy.
- getDetailedLinkBudgetScalars(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, String) - Static method in class agi.foundation.communications.CommunicationSystem
-
Creates a set of
LinkBudgetScalars
for a given link, graph, and intended signal strategy.
- getDetailedLinkBudgetScalars(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Static method in class agi.foundation.communications.CommunicationSystem
-
Creates a set of
LinkBudgetScalars
for a given link, graph, and intended signal strategy.
- getDetailedLinkBudgetScalars(IServiceProvider, IntendedSignalStrategy) - Method in class agi.foundation.communications.CommunicationSystem
-
- getDetails() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
-
Gets additional details about this outage.
- getDetectedEvents() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
- getDetectorPitch() - Method in interface agi.foundation.platforms.IDetectorPitchService
-
Gets the detector pitch of the device.
- getDetectorPitch() - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Gets the detector pitch of the device.
- getDiameter() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in interface agi.foundation.communications.antennas.IAntennaDiameterService
-
Gets the antenna's physical diameter, in meters.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Gets the antenna diameter.
- getDiameter() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Gets the antenna diameter.
- getDictionaryHashCode(Map<TKey, TValue>) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Computes a hash code from the items in a dictionary.
- getDidymosPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Didymos.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.NumericallyComputedMultivariableFunctionDerivativeResults
-
Gets which difference method was used to compute these results.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
-
Gets which difference method was used to compute these results.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Gets how the default numerically computed derivatives of this function should be computed.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Gets how the default numerically computed derivative of this function should be computed.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Gets the difference method used to compute the derivative of the function.
- getDifferenceMethod() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Gets the difference method used to compute the derivative of the function.
- getDifferentialGroupDelay() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the group delay between two navigation signal transmissions.
- getDifferentiatedPoint() - Method in class agi.foundation.geometry.PointDifferentiator
-
Gets the point whose highest order derivative is being differentiated
- getDifferentiatedVector() - Method in class agi.foundation.geometry.VectorDifferentiator
-
Gets the point whose highest order derivative is being differentiated
- getDiffractionLoss() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the diffraction loss, in dB.
- getDiffuseIntensity() - Method in class agi.foundation.graphics.advanced.Lighting
-
Gets the diffuse intensity from the sun.
- getDiffuseReflectivity() - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Gets the dimensionless diffuse reflectivity coefficient of this plate (that should be
between zero and one).
- getDigitalModulation() - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Gets the digital modulation to add to the signals.
- getDilutionOfPrecisionEvaluator() - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator which can compute the
DilutionOfPrecision
for this GPS receiver at a given time.
- getDilutionOfPrecisionEvaluator(boolean) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator which can compute the
DilutionOfPrecision
for this GPS receiver at a given time.
- getDilutionOfPrecisionEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator which can compute the
DilutionOfPrecision
for this GPS receiver at a given time.
- getDilutionOfPrecisionEvaluator(EvaluatorGroup, boolean) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator which can compute the
DilutionOfPrecision
for this GPS receiver at a given time.
- getDimension() - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.PointPropagationParameter
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarCosine
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarExponent
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarFixed
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarProduct
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarSine
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.ScalarSum
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Gets the total number of elements in the decomposed first-order derivative array.
- getDimension() - Method in interface agi.foundation.numericalmethods.advanced.IPartialDifferentiable
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the number of dependent variables based on the
Dimension
(
get
) of the
SystemOfEquations
(
get
/
set
).
- getDimension() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Gets the number of parameters (per
Order
(
get
/
set
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Gets the number of entries in the auxiliary state, which is one for a
Scalar
.
- getDimension() - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets the dimension, which is three for a
Vector
- getDimension() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the dimension of the values produced by the object.
- getDimension() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimension() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the number of parameters (per
Order
(
get
)) within this element.
- getDimensionForOrder(int) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Get the number of elements in the dependent variables which are of
the given order.
- getDimensionForOrder(int) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Gets the number of variables of the given order
in the dependent variables.
- getDione() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Dione.
- getDione() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Dione.
- getDionePoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Dione
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getDirectedArea() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets the area of the coil multiplied by the unit vector that is normal
to the plane of the coil such that a positive current traveling through the coil
obeys the right hand rule.
- getDirection() - Method in class agi.foundation.communications.antennas.StaticDirection
-
Gets the direction.
- getDirection() - Method in class agi.foundation.communications.antennas.WeightedDirection
-
Gets the direction.
- getDirection() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the parameter indicating whether this orbit is posigrade (+1.0) or retrograde (-1.0).
- getDirection() - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Gets the direction of the ray to project onto the central body.
- getDirection() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets the direction in which the signal travels with respect to the initial point.
- getDirection() - Method in class agi.foundation.graphics.Camera
-
Gets the direction of the camera in Axes
.
- getDirection() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets whether to integrate forward, increasing the independent variable, or backward,
decreasing the independent variable.
- getDirection() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Gets a value that will, at run time, report the current direction of propagation of the
StoppablePropagator
.
- getDirectionOfDelay() - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Gets an enumeration indicating the direction of the delay to apply to
ScalarToDelay
(
get
/
set
).
- getDirectionOfFlight() - Method in class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
-
Gets the rotation sense of the Lambert path.
- getDirections() - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Gets the list of directions that define the custom sensor pattern.
- getDirections() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the direction vectors in the projection's reference frame that define the Projection's
frustum.
- getDirectionsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes) - Method in class agi.foundation.communications.antennas.DirectionsProvider
-
Gets an evaluator for evaluating directions based on an input signal, link direction vector, and antenna axes.
- getDirectionsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Gets an evaluator for evaluating directions based on an input signal, link direction vector, and antenna axes.
- getDirectionsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Gets an evaluator for evaluating directions based on an input signal, link direction vector, and antenna axes.
- getDisableDepthTestDistance() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the distance from the camera at which to disable the depth test.
- getDisableDepthTestDistance() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the distance from the camera at which to disable the depth test.
- getDisableDepthTestDistance() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the distance from the camera at which to disable the depth test.
- getDiscontinuityTolerance() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the tolerance to use to detect discontinuities in the value computed by the stopping condition.
- getDiscretePoints(double) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Get a set of points which discretely represent the overall curve.
- getDiscretePoints(double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Get a set of points which represent the curve discretely based on a given granularity.
- getDisplacementVector() - Method in class agi.foundation.geometry.PointVectorToPoint
-
Gets the vector with which to displace the
BasePoint
(
get
/
set
).
- getDisplacementVectorByRole(IServiceProvider, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets the displacement vector for a given link and role.
- getDisplacementVectorByRole(ILinkService, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets the displacement vector for a given link and role.
- getDisplacementVectorForLinkConstraint(ILinkConstraint) - Static method in class agi.foundation.access.AccessConstraintHelper
-
Gets the displacement vector for a given link constraint and time observer.
- getDisplay() - Method in interface agi.foundation.graphics.advanced.IScreenOverlayContainer
-
Gets if this parent and the collection of overlays that are contained within this parent should be
rendered.
- getDisplay() - Method in class agi.foundation.graphics.ConstantDisplayCondition
-
Gets the value the display condition evaluates to.
- getDisplay() - Method in class agi.foundation.graphics.KmlFeature
-
Gets whether this feature will be displayed in the Scene.
- getDisplay() - Method in class agi.foundation.graphics.Overlay
-
Gets if this overlay and the collection of overlays that are contained within this overlay should be
rendered.
- getDisplay() - Method in class agi.foundation.graphics.Primitive
-
Gets if the primitive should be
rendered.
- getDisplay() - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Gets if the collection of overlays that are contained within this manager should be
rendered.
- getDisplay() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the parameter indicating when the object should be
displayed.
- getDisplay() - Method in class agi.foundation.tracking.EntityVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.ModelVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplay() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether or not the sensor volume is displayed.
- getDisplay() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets a value indicating whether the entities are displayed.
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
Gets the
DisplayCondition
that controls whether or not the
GlobeOverlay
is displayed.
- getDisplayCondition() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getDisplayCondition() - Method in class agi.foundation.graphics.CompositePrimitive
-
Gets the composite's display condition.
- getDisplayCondition() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Gets the composite's display condition.
- getDisplayCondition() - Method in class agi.foundation.graphics.Overlay
-
Gets the display condition that determines if the overlay should be
rendered.
- getDisplayCondition() - Method in class agi.foundation.graphics.Primitive
-
Gets the display condition that determines if the primitive should be
rendered.
- getDisplayCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
Gets the generated display condition.
- getDisplayCondition() - Method in class agi.foundation.tracking.EntityVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.HistoryVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.LabelVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.MarkerVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.ModelVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.PointVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
- getDisplayCondition() - Method in class agi.foundation.tracking.WaypointVisualizer
-
- getDisplayEndCap() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets a parameter defining if a projection end cap is displayed.
- getDisplayEndCap() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets a parameter defining if a projection end cap is displayed.
- getDisplayFill() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets whether the solid's fill is displayed.
- getDisplayFill() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining if the solid is filled.
- getDisplayInScene(Scene) - Method in class agi.foundation.graphics.SceneDisplayCondition
-
Determines whether the display condition allows rendering
rendering
in the given scene.
- getDisplayLabel() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the axes' label is displayed.
- getDisplayLabel() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's label is displayed.
- getDisplayLines() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether persistence lines are displayed.
- getDisplayLines() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether persistence lines are displayed.
- getDisplayMagnitude() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's magnitude is displayed.
- getDisplayMode() - Method in class agi.foundation.graphics.Stereoscopic
-
Gets the stereoscopic display mode for all Scenes.
- getDisplayOutline() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets whether an outline is rendered around the line.
- getDisplayOutline() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets whether an outline is rendered around each point in the batch.
- getDisplayOutline() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets whether an outline is rendered around the polyline.
- getDisplayOutline() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets whether the solid's outline is displayed.
- getDisplayOutline() - Method in class agi.foundation.platforms.LineGraphics
-
Gets a parameter defining the display of the line over time.
- getDisplayOutline() - Method in class agi.foundation.platforms.PointGraphics
-
Gets a parameter defining the display of the point outline over time.
- getDisplayOutline() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining if the solid is outlined.
- getDisplayOutline() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets a value indicating whether to outline each track.
- getDisplayOutline() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets a value indicating whether to outline each point.
- getDisplayOutline() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets a value indicating whether to outline each point.
- getDisplayParameters() - Method in class agi.foundation.platforms.LineGraphics
-
Gets the visibility of the line over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets the visibility of the marker over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.ModelGraphics
-
Gets the visibility of the model over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.PointGraphics
-
Gets the visibility of the point over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets the visibility of the area over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets the visibility of the area over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.TextGraphics
-
Gets the visibility of the text over time.
- getDisplayParameters() - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Gets the visibility of the area over time.
- getDisplayRADec() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's RA-Dec is displayed.
- getDisplaySilhouette() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets whether the solid's silhouette is displayed.
- getDisplaySilhouette() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining if the solid silhouette is displayed.
- getDisplaySweep() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence sweep (triangles) is displayed.
- getDisplaySweep() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence sweep (triangles) is displayed.
- getDisplayTrace() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence trace (points) is displayed.
- getDisplayTrace() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence trace (points) is displayed.
- getDistance() - Method in class agi.foundation.graphics.Camera
-
Gets the distance the camera position is from the reference point.
- getDistance() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the total distance traversed by this connection from start to finish, in meters.
- getDistance() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the total distance traversed by this connection from start to finish, in meters.
- getDistance() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the total distance traversed by this connection from start to finish, in meters.
- getDistance() - Method in class agi.foundation.terrain.ElevationRise
-
Gets the linear distance at which the maximum obscured elevation angle rise occurs.
- getDistanceAlongPrimaryCurve() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurveIntersectionResults
-
Gets the distance from the
InitialPoint
(
get
) along the primary curve at which the intersection was found.
- getDistanceAlongSecondaryCurve() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurveIntersectionResults
-
Gets the distance from the
InitialPoint
(
get
) along the secondary curve at which the intersection was found.
- getDistanceCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the distances from the camera at which this billboard will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the distances from the camera at which this curve will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the distances from the camera at which this region will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the distances from the camera at which this ellipsoid will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the distances from the camera at which this label will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the distances from the camera at which this model will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the distances from the camera at which this path will be displayed.
- getDistanceDisplayCondition() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the distances from the camera at which this point will be displayed.
- getDistanceDisplayConditionPerMarker() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
- getDistanceDisplayConditionPerPoint() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
- getDistanceDisplayConditionPerString() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
- getDistancePerRadius() - Method in class agi.foundation.graphics.Camera
-
Returns the distance that the Camera's Position should be from the ReferencePoint in order to ensure that
a sphere with a 1 meter radius centered at the ReferencePoint fits entirely in the view frustum.
- getDistances() - Method in class agi.foundation.tirem.TiremTerrainProfile
-
Gets the array of great circle distances from the beginning of the profile to each profile point in meters.
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the distance unit of the ephemeris and covariance information.
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the distance unit of the ephemeris and covariance information.
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
- getDistanceUnit() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
- getDivergenceAngle() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Gets the divergence angle, in radians.
- getDivisor() - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Gets the divisor for the result of the convolution kernel operation.
- getDocument() - Method in class agi.foundation.graphics.KmlDocumentLoadedEventArgs
-
Gets the KML document associated with the load event.
- getDocuments() - Method in class agi.foundation.graphics.KmlGraphics
-
- getDomeSurfaceMaterial() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the material used to fill dome surfaces.
- getDonaldJohansonPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of DonaldJohanson.
- getDragCoefficient() - Method in class agi.foundation.celestial.DragPlate
-
Gets the dimensionless drag coefficient of this plate.
- getDragCoefficient() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the coefficient of drag associated with the aerodynamic profile of the satellite.
- getDragCoefficientAtMinimum() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the minimum drag coefficient value.
- getDragCrossSectionalArea() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the mean area of the satellite which is presented perpendicular to the relative velocity
of the atmosphere and produces drag.
- getDragDisabled() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets a value indicating whether the estimation of drag was disabled.
- getDragDropOptions() - Method in class agi.foundation.graphics.awt.Insight3D
-
- getDragIndex() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the drag index.
- getDryMassIdentification() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the identification of the dry mass getting propagated.
- getDryTemperature() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the dry temperature in degrees Celsius.
- getDryZenithPathDelay() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the dry component of zenith path delay in millimeters.
- getDuration() - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
-
Gets the maximum duration that a point will lie on the line.
- getDurationComplete() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets the quantity of time that has already been computed.
- getDurationLimit() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the maximum total time to spend propagating, based on the
OrbitLimitType
(
get
/
set
).
- getDurationThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Gets the threshold used to compare with the computed
Duration
.
- getDurationTolerance() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Gets the tolerance to be used when comparing the computed
Duration
with the
Threshold
(
get
/
set
).
- getDutyCycle() - Method in class agi.foundation.communications.signalprocessing.ModulationOok
-
Gets the duty cycle which is the percentage of one period in which the signal is active.
- getDynamicCovariance() - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Gets the covariance data that will be evaluated to make the
Matrix
at evaluation time.
- getDynamicElements() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- getDynamicElements() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- getDynamicElements() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- getDynamicElements() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- getDynamicPressure() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets a
Scalar
which provides the value of the dynamic pressure.
- getDynamics() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the dynamical characteristics of the position traversing the route.
- getDynamics() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the set of parameters specifying the achievable accelerations during the profile.
- getDynamics() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the platform dynamics that define the pitch up and push over accelerations
to use for the landing descent.
- getDynamics() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the set of parameters specifying the achievable accelerations during the profile.
- getDynamics() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the parameters to use to define the acceleration and pitch rates during takeoff.
- getDynamics() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the set of parameters specifying the achievable accelerations during the profile.
- getDynamicState() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
- getE() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
-
Gets the coefficient of the 0th order monomial.
- getEarth() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Earth.
- getEarth() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of the Earth.
- getEarth() - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
-
- getEarthMoonBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Earth-Moon system.
- getEarthMoonBarycenter() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of the Earth-Moon barycenter according to the equations
described in section 6.
- getEarthMoonBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Earth-Moon system.
- getEarthMoonMassRatio() - Method in class agi.foundation.celestial.JplDE
-
Gets the ratio of the mass of the earth to the mass of the moon.
- getEarthNutationModel() - Method in class agi.foundation.celestial.JplDE
-
Creates a
NutationModel
which uses this JPL DE data for the nutation of the Earth.
- getEarthPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Earth.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE403
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE405
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE421
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE430
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.JplDE440
-
Gets the radius of Earth in kilometers.
- getEarthRadius() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets the effective radius of the Earth (r0) used by the model, in meters.
- getEarthSurfaceGravity() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets the sea-level value of the acceleration of gravity (g0) used by the model, in m/s^2.
- getEast() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets the easternmost X coordinate.
- getEast() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the index of the easternmost post.
- getEasternPostOffsetNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the longitude offset (from the east) of the eastern-most post in the terrain provider.
- getEasting() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Gets the eastward distance of the location into the square.
- getEasting() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Gets the eastward distance of the location into the zone.
- getEasting() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Gets the eastward distance of the location into the zone.
- getEastLongitude() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the easternmost longitude.
- getEccentricity() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the eccentricity of the orbit.
- getEccentricity() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the eccentricity of the orbit.
- getEccentricity() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets eccentricity.
- getEccentricity() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets eccentricity.
- getEccentricity() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets eccentricity.
- getEccentricity() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets eccentricity.
- getEccentricity() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the eccentricity
- getEccentricityCosineLongitudeOfPeriapsis() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Eccentricity * Cos(Argument Of Periapsis +
Direction
(
get
)*Right Ascension Of Ascending Node)
- getEccentricityRate() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the current rate of change of the
Eccentricity
(
get
), in units per second.
- getEccentricitySineLongitudeOfPeriapsis() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Eccentricity * Sin(Argument Of Periapsis +
Direction
(
get
)*Right Ascension Of Ascending Node)
- getEclipseTypeEvaluators(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultation
-
- getEclipseTypeEvaluators() - Method in class agi.foundation.celestial.ScalarOccultation
-
- getEclipseTypeEvaluators(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Gets a list of evaluators that calculate eclipse types for each eclipsing body according to the cylindrical shadow model.
- getEclipseTypeEvaluators(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Gets a list of evaluators that calculate eclipse types for each eclipsing body according to the dual cone shadow model.
- getEclipseTypeEvaluators(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
- getEffectiveIsotropicRadiatedPower() - Method in class agi.foundation.communications.LinkBudget
-
Gets the effective isotropic radiated power.
- getEffectiveIsotropicRadiatedPower() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the effective isotropic radiated power.
- getEffectiveIsotropicRadiatedPower() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets the Effective Isotropic Radiated Power (EIRP) in Watts.
- getEffectiveIsotropicRadiatedPower() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets the Effective Isotropic Radiated Power (EIRP), in watts.
- getEffectiveRadiusFactor() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Gets the effective central body radius factor.
- getEfficiency() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in interface agi.foundation.communications.antennas.IAntennaEfficiencyService
-
Gets the antenna's efficiency.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Gets the efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets the antenna efficiency, as a ratio between zero and one.
- getEfficiency() - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Gets the photodetector quantum efficiency.
- getEfficiency() - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Gets the constant efficiency value.
- getEfficiency() - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Gets the constant efficiency value applied to the single pulse signal-to-noise ratio.
- getElectricFieldPattern() - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
-
Gets the electric field pattern.
- getElement(String) - Method in class agi.foundation.geometry.GeometryDynamicState
-
- getElement() - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Gets the element to compute (latitude, longitude, or height).
- getElement() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarPointElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- getElement() - Method in class agi.foundation.geometry.ScalarVectorElement
-
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Returns the adapter for the given state element
.
- getElementAdapter(String) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Returns the adapter for the given state element
.
- getElementArea() - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Gets the element area, in meters squared.
- getElementDefinedIn(String) - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Gets the
Object
that the
element
was defined in.
- getElementDefinedIn(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the
Object
that the
element
was defined in.
- getElementFactor() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Gets the element factor.
- getElementFromState(double[]) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementFromState(double[]) - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementFromState(double[]) - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementFromState(double[]) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementFromState(double[]) - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementFromState(String, double[]) - Method in class agi.foundation.propagators.PropagationStateConverter
-
Produces this state element's values and their derivatives from the overall raw state.
- getElementIdentification() - Method in class agi.foundation.coordinates.StateElementAdapter
-
Gets the identification of the element to be adapted.
- getElementIdentification() - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Gets the identification of the element in the state that will be adapted.
- getElementIdentification() - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Gets the name of the element in the state to return.
- getElementIdentification() - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Gets the name of the element in the state to return.
- getElementIdentification() - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Gets the name of the element in the state to return.
- getElementIdentification() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Gets the name of the element in the state that should be sampled by this condition.
- getElementIdentification() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Gets the name of the element in the state to compare with the
Threshold
(
get
/
set
).
- getElementIDs() - Method in class agi.foundation.propagators.PropagationStateConverter
-
Gets a collection of the propagated and auxiliary element identification strings
enumerating the elements within the state that this converter represents.
- getElementNumber() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the element number.
- getElementNumber() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the element number
- getElementNumber() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the element number.
- getElementPattern() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Gets the list of
PhasedArrayElement
instances which form the phased arrays element pattern.
- getElements() - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Gets all of the elements in the
PropagatorDefinition
(
get
/
set
) which should also be
all of the elements getting propagated.
- getElements() - Method in class agi.foundation.geometry.GeometryDynamicState
-
Gets a read only collection of the identifications of the elements in this definition.
- getElements() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the list of mean element sets for the successive orbit passes.
- getElements() - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Gets the names of all of the elements that this segment is propagating.
- getElements() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Gets the names of all of the elements that this segment is propagating.
- getElements() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets the names of all of the elements that this segment is propagating.
- getElements() - Method in class agi.foundation.segmentpropagation.SegmentList
-
Gets the names of all of the elements that this segment is propagating.
- getElements() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets the names of all of the elements that this segment is propagating.
- getElementSets() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Gets the set of elements from which to propagate.
- getElementsFromMostRecentEphemeris(GlobalPositioningSystemDate) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Retrieves the
IGpsElements
defining the orbit of this satellite
which represent the most recent ephemeris prior to
date
.
- getElevation() - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Gets the angular coordinate measured from the xy-plane measured toward the negative z-axis.
- getElevation() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the elevation angle of the direction of the object's departure from the
InitialPosition
(
get
), in radians.
- getElevation() - Method in class agi.foundation.terrain.ElevationMask
-
Gets the maximum obscured elevation angle along the ray, in radians.
- getElevation() - Method in class agi.foundation.terrain.ElevationRise
-
Gets the new maximum obscured elevation angle.
- getEllipseCenterLocation() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the elliptic cylinder's center point.
- getEllipseHeading() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the angle between North and the x semiaxis of the constraint ellipse.
- getEllipsoid() - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Gets the ellipsoidal shape to be used in converting the propagation state elements.
- getEllipsoid() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Gets the ellipsoid reference surface on which the curve lies.
- getEllipsoid() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the ellipsoid on which the geodesic lies.
- getEllipsoid() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Gets the ellipsoid on which the rhumb line lies.
- getEllipsoid() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Gets the ellipsoid reference surface on which the curve lies.
- getEllipsoid() - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Gets the ellipsoid on which the surface normal is computed.
- getEllipsoid() - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets the reference ellipsoid.
- getEllipsoidFixedFrame() - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Gets a reference frame fixed to the ellipsoid.
- getEllipsoidGraphics() - Method in interface agi.foundation.cesium.advanced.IEllipsoidGraphicsService
-
Gets the graphical properties of the ellipsoid.
- getEllipsoidGraphics() - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Gets the graphical properties of the ellipsoid.
- getEllipsoidGraphics() - Method in interface agi.foundation.platforms.advanced.ILocationPointCovarianceGraphicsService
-
Gets the ellipsoid graphics.
- getEllipsoidGraphics() - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Gets the ellipsoid graphics.
- getEllipsoidHorizonSurfaceMaterial() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the material used to fill ellipsoid horizon surfaces.
- getEllipsoidSizeEvaluator(Scalar) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates dimensions of the ellipsoid containing the uncertainty of a position
over time.
- getEllipsoidSizeEvaluator(Scalar, EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates dimensions of the ellipsoid containing the uncertainty of a position
over time.
- getEllipsoidSurfaceMaterial() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the material used to fill ellipsoid surfaces.
- getEllipsoidSurfaceRegion() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
- getEllipsoidSurfaceRegion() - Method in interface agi.foundation.geometry.IGetEllipsoidSurfaceRegion
-
- getEllipsoidSurfaceRegion() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
- getEllipsoidSurfaceRegion() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
- getEllipsoidSurfaceRegionHole() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
- getEllipsoidSurfaceRegionHole() - Method in interface agi.foundation.geometry.IGetEllipsoidSurfaceRegionHole
-
- getEllipsoidSurfaceRegionHole() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
- getEllipsoidSurfaceRegionHole() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
- getEllipsoidToSensorTransformation() - Method in class agi.foundation.geometry.shapes.SensorProjection
-
- getEllipsoidType() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the type of the ellipsoid based on the semiaxis lengths.
- getEmpty() - Static method in class agi.foundation.coordinates.BoundingRectangle
-
- getEmpty() - Static method in class agi.foundation.time.TimeInterval
-
Gets an empty interval.
- getEmpty() - Static method in class agi.foundation.time.TimeInterval1
-
Gets an empty interval.
- getEmpty() - Static method in class agi.foundation.time.TimeIntervalCollection
-
- getEmpty() - Static method in class agi.foundation.time.TimeIntervalCollection1
-
- getEnableAutomaticReferencing() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Gets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
- getEnableAutomaticReferencing() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
- getEnableConstantFalseAlarmRate() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Gets a value indicating whether or not to use a constant false alarm rate.
- getEnableCrossPolarizationEffects() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets a value indicating whether to enable cross polarization effects.
- getEnableCrossPolarizationEffects() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets a value indicating whether to enable cross polarization effects.
- getEnabled() - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Gets a value indicating whether the element is enabled, where true
indicates enabled and false
indicates disabled.
- getEnabled() - Method in class agi.foundation.graphics.advanced.Lighting
-
Gets whether or not lighting is enabled.
- getEnabled() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
- getEnabled() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets if this evaluator should be used during propagation.
- getEnceladus() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Enceladus.
- getEnceladus() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Enceladus.
- getEnceladusPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Enceladus
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getEnclosureDescriptions() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the list of descriptions for the enclosure functions for this solid.
- getEnclosureDescriptions() - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Gets the list of descriptions for the enclosure functions for this solid.
- getEnclosureDescriptions() - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Gets the list of descriptions for the enclosure functions for this solid.
- getEnclosureDescriptions() - Method in class agi.foundation.geometry.shapes.Solid
-
Gets the list of descriptions for the enclosure functions for this solid.
- getEnclosureDescriptions() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the list of descriptions for the enclosure functions for this solid.
- getEndArcLength() - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Gets the arc length on the
Boundary
(
get
/
set
)
BoundaryCurve
(
get
) at which the horizon
segment ends.
- getEndCycle() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- getEndDate() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets the last date to be evaluated.
- getEndDateAsPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the date and time this satellite ended its designation as this
PseudoRandomNumber
(
get
/
set
).
- getEndFrame() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the end frame of the video.
- getEndOfFollowSegment() - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Gets the how the final state of propagation will be determined.
- getEndOfSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Gets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- getEndOfSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Gets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- getEndOfSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Gets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- getEndOfSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Gets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- getEndTime() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
Gets the end time of the animation.
- getEndTime() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the end time of the video in seconds.
- getEndX() - Method in class agi.foundation.terrain.QuantizedMeshTileRange
-
Gets the end X coordinate value.
- getEndY() - Method in class agi.foundation.terrain.QuantizedMeshTileRange
-
Gets the end Y coordinate value.
- getEnergyDissipationRate() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the energy dissipation rate of the
satellite due to atmospheric drag in watts/kg.
- getEnergyPerBitToNoiseDensity() - Method in class agi.foundation.communications.LinkBudget
-
Gets the energy per bit to noise density.
- getEnergyPerBitToNoiseDensity() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the energy per bit to noise density.
- getEnRoute() - Method in class agi.foundation.navigation.RaimOutages
-
- getEnRouteArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
-
- getEntireComputedEphemeris() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getEntities(Transaction) - Method in class agi.foundation.tracking.EntitySet
-
Gets a read-only collection of all the entities in the entity set.
- getEntities() - Method in class agi.foundation.tracking.EntityVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.HistoryGenerator
-
Gets the entities for which history is being maintained.
- getEntities() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.ModelVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the entities being visualized.
- getEntities() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets the set of entities visualized by this instance.
- getEntities() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the entities being visualized.
- getEntity() - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Gets the entity to track.
- getEntityById(Transaction, Object) - Method in class agi.foundation.tracking.EntitySet
-
Gets the entity with the given
EntityIdentifier
(
get
).
- getEntityIdentifier() - Method in class agi.foundation.geometry.AxesFromArchive
-
Gets the identifier of the entity whose orientation is to be obtained from the archive.
- getEntityIdentifier() - Method in class agi.foundation.geometry.PointFromArchive
-
Gets the identifier of the entity whose position is to be obtained from the archive.
- getEntityIdentifier() - Method in interface agi.foundation.tracking.IEntityIdentifier
-
Gets the identifier of this entity.
- getEntityIdentifier(int) - Method in class agi.foundation.tracking.RawEntityData
-
Gets the entity identifier from a specified record in the data set.
- getEntityIdentifierType() - Method in class agi.foundation.tracking.EntitySchema
-
Gets the type of the
EntityIdentifier
(
get
) of this entity type.
- getEntityParameter() - Method in class agi.foundation.geometry.EntityAxes
-
Gets the entity parameter specifying the entity from which this axes should get its orientation.
- getEntityParameter() - Method in class agi.foundation.geometry.EntityPoint
-
Gets the entity parameter specifying the entity from which this point should get its position.
- getEntityParameter() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Gets the entity parameter specifying the entity from which this object should get its field of view.
- getEntityParameter() - Method in class agi.foundation.tracking.AccessEntityFilter
-
Gets the entity parameter placeholder in the
Query
(
get
/
set
).
- getEntityPrimitivePropertyComponents(Transaction, TEntity, Object[]) - Method in class agi.foundation.tracking.TrackingArchive
-
Fills an array with the archived properties of an entity.
- getEntries() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets all of the entries in the database.
- getEntries(StkCityDatabaseQuery) - Method in class agi.foundation.stk.StkCityDatabase
-
Gets all of the entries in the database matching a specified query.
- getEntries() - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets all of the entries in the database.
- getEntries(StkFacilityDatabaseQuery) - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets all of the entries in the database matching a specified query.
- getEntries() - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets all of the entries in the database.
- getEntries(StkSatelliteDatabaseQuery) - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets all of the entries in the database matching a specified query.
- getEntryToNextConfiguration() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the result of configuring the entry into the next procedure.
- getEnvironmentConstraint() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor will be occluded by objects in the current view of the environment, e.g.
- getEnvironmentIntersectionColor() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the color of the intersection line between the sensor and the environment.
- getEnvironmentIntersectionWidth() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the width in meters of the intersection line between the sensor and the environment.
- getEnvironmentOcclusionMaterial() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the material to use for the portion of the sensor occluded by the environment.
- getEphemeris() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorResults
-
- getEphemerisData() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the ephemeris data.
- getEphemerisData() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Gets the ephemeris data relative to
CentralBody
(
get
/
set
).
- getEphemerisData() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Gets the ephemeris data relative to
CentralBody
(
get
/
set
).
- getEphemerisData() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Gets the ephemeris data relative to
CoordinateSystem
(
get
/
set
).
- getEphemerisDataComments() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets a collection containing comments from
the ephemeris data of a segment of a CCSDS OEM file.
- getEphemerisForOverallTrajectory() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the ephemeris that should be used to represent the objects trajectory.
- getEphemerisType() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the ephemeris type.
- getEphemerisType() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the ephemeris type.
- getEphemerisType() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the ephemeris type.
- getEpoch() - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Gets the epoch at which the reference state of the aircraft is defined.
- getEpoch() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the defined epoch for the constant terms in the transformation.
- getEpoch() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the time at which the receiver starts receiving signals.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the epoch at which these elements are specified.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.RinexObservationRecord
-
Gets the epoch of this record.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.SemAlmanac
-
Gets the epoch of the almanac, which is the time at which the almanac
curve fit was performed.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the epoch at which these elements are specified.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.YumaAlmanac
-
Gets the epoch of the almanac, which is the time at which the almanac
curve fit was performed.
- getEpoch() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the epoch at which these elements are specified.
- getEpoch() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
Gets the epoch of propagation from which the
SecondsSinceEpoch
(
get
) is measured.
- getEpoch() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the epoch at which these elements are specified.
- getEpoch() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- getEpoch() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets the epoch that the propagated started from.
- getEpoch() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the epoch at which these initial conditions are defined.
- getEpoch() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Gets the Julian date at which the initial conditions are defined.
- getEpoch() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the epoch at which these initial conditions are defined.
- getEpoch() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the epoch at which these initial conditions are defined.
- getEpoch() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Gets the epoch used in computing the number of epoch seconds for this
StoppingCondition
.
- getEpochInterval() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the epoch interval from line 2.
- getEpochInterval() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the epoch interval.
- getEpochInterval() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the epoch interval.
- getEqualities() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- getEqualities() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- getEqualityComparer() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Gets the equality comparer used to determine if the identifier of the signal matches the identifier returned
from the
SignalIdentifier
(
get
/
set
) property.
- getEqualityConstraintGradients() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
-
Gets the evaluated equality constraint gradients.
- getEqualityConstraintSettings() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
- getEqualityConstraintValues() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
-
Returns a copy of equality constraint values computed by the
function
.
- getEquationOfEquinoxes() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default model for the equation of the equinoxes which
defines the right ascension of the mean equinox with respect to the
true equator and equinox.
- getEquationOfTheEquinoxesEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
-
Gets an evaluator to compute the equation of the equinoxes.
- getEquationOfTheEquinoxesEvaluator() - Method in class agi.foundation.celestial.EquationOfEquinoxes
-
Gets an evaluator to compute the equation of the equinoxes.
- getEquationOfTheEquinoxesEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.EquationOfEquinoxes
-
Gets an evaluator to compute the equation of the equinoxes.
- getErosPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Eros.
- getError() - Method in class agi.foundation.compatibility.AsyncCompletedEventArgs
-
Gets a value indicating which error occurred during an asynchronous operation.
- getError() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the error at this estimate in the quadratic approximation relative to the real function.
- getError() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the error between the left middle value and the right middle value.
- getErrorGrowthRate() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the last calculated error growth rate
in kilometers per day.
- getEstimatedElements() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the estimated set of elements representing the ephemeris at epoch.
- getEuropa() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Jovian moon Europa.
- getEuropa() - Static method in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Europa.
- getEuropaPoint() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Europa
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getEurybatesPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Eurybates.
- getEvaluateInterference() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Gets a value indicating whether or not the scalar should account for interference during the scalar evaluation.
- getEvaluateInterferenceSources() - Method in interface agi.foundation.communications.ISignalPropagationPathService
-
Gets a value indicating whether to evaluate signals from interference sources.
- getEvaluationBehavior() - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Gets the type of behavior the
GpsRinexPropagator
will have when it is evaluated beyond its
AvailabilityIntervals
(
get
).
- getEvaluationOrder() - Method in class agi.foundation.access.AccessConstraint
-
Gets a number indicating the evaluation order of this constraint relative
to other constraints.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQuery
-
Gets the suggested evaluation order of this query.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryAnd
-
Gets the suggested evaluation order of this query, which is a function of the
evaluation orders of the queries in this query's
Queries
(
get
) collection.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their
AccessQuery.getEvaluationOrder()
methods.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryAtMostN
-
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their
AccessQuery.getEvaluationOrder()
methods.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryExactlyN
-
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their
AccessQuery.getEvaluationOrder()
methods.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryNot
-
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryOr
-
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their
AccessQuery.getEvaluationOrder()
methods.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their
AccessQuery.getEvaluationOrder()
methods.
- getEvaluationOrder() - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Gets the suggested evaluation order of this query.
- getEvaluator() - Method in class agi.foundation.access.AccessComputation
-
Gets an evaluator that can be used to determine whether Access is available
for individual Julian dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.access.AccessComputation
-
Gets an evaluator that can be used to determine whether Access is available
for individual Julian dates.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessConstraint
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator() - Method in class agi.foundation.access.AccessQuery
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.access.AccessQuery
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQuery
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryAnd
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryAtMostN
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryExactlyN
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryNot
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryOr
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
based on the state provided by evaluating the evaluator produced by the
StateParameter
(
get
/
set
).
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Gets an evaluator for the commanded values during cruise for a given aircraft.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Gets an evaluator for the commanded values during climb for a given aircraft.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Gets an evaluator for the commanded values during climb for a given aircraft.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Gets an evaluator for the commanded values during cruise for a given aircraft.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Gets an evaluator for the commanded values during cruise for a given aircraft.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Gets an instance of an evaluator that can compute the horizontal derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Gets an instance of an evaluator that can compute the horizontal derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Gets an instance of an evaluator that can compute the horizontal derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Gets an evaluator for the commanded values during climb for a given aircraft.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Gets an evaluator for the commanded values during cruise for a given aircraft.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Gets an evaluator for the commanded values during climb for a given aircraft.
- getEvaluator() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets an evaluator that computes the aerodynamic force in the wind frame as drag, side, and lift force components.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets an evaluator that computes the aerodynamic force in the wind frame as drag, side, and lift force components.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Gets an instance of an evaluator that can compute the horizontal derivatives of the maneuver.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
- getEvaluator(EvaluatorGroup, VectorDisplacement) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Gets an evaluator that adjusts the provided displacements relative motion based on atmospheric refraction.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
-
Gets an evaluator that describes the orientation of the default
InertialFrame
(
get
/
set
)
in relation to the axes of the
InternationalCelestialReferenceFrame
(
get
/
set
).
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.celestial.ConstantWindModel
-
Creates an instance of an evaluator that can compute the wind.
- getEvaluator(EvaluatorGroup, VectorDisplacement) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Gets an evaluator that adjusts the provided displacements relative motion based on atmospheric refraction.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.Iau1976Precession
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.Iau1980Nutation
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.IauOrientationAxes
-
Gets an evaluator that can be used to find the orientation of a
CentralBody
based on the angles
provided by the
OrientationFunction
(
get
/
set
).
- getEvaluator(EvaluatorGroup, VectorDisplacement) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Gets an evaluator that adjusts the provided displacements relative motion based on atmospheric refraction.
- getEvaluator(JplDEDataIndex) - Method in class agi.foundation.celestial.JplDEFile
-
Gets an evaluator that can be used to produce the time-varying information based on this JPL DE file.
- getEvaluator(JplDEDataIndex, EvaluatorGroup) - Method in class agi.foundation.celestial.JplDEFile
-
Gets an evaluator that can be used to calculate time-varying information in the file.
- getEvaluator() - Method in class agi.foundation.celestial.LibrationModel
-
Gets an evaluator to evaluate the libration at given dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.LibrationModel
-
Gets an evaluator to evaluate the libration at given dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.MagneticFieldVector
-
- getEvaluator() - Method in class agi.foundation.celestial.NutationModel
-
Gets an evaluator to evaluate the nutation at given dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.NutationModel
-
Gets an evaluator to evaluate the nutation at given dates.
- getEvaluator() - Method in class agi.foundation.celestial.PrecessionModel
-
Gets an evaluator to evaluate the precession at given dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.PrecessionModel
-
Gets an evaluator to evaluate the precession at given dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets an evaluator that calculates Density according to the Jacchia 1970 density model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets an evaluator that calculates Density according to the Jacchia-Roberts density model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets an evaluator that calculates Density according to the MSIS 2000 density model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets an evaluator that calculates Density according to the MSIS 1986 density model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets an evaluator that calculates Density according to the MSIS 1990 density model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Gets an evaluator that calculates occultation according to the cylindrical shadow model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Gets an evaluator that calculates occultation according to the dual cone shadow model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Gets an evaluator that returns an occultation of 0.0 (fully lit).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Gets an evaluator that calculates occultation according to the dual cone shadow model.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup, VectorDisplacement) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets an evaluator that adjusts the provided displacements relative motion based on atmospheric refraction.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets an evaluator that can be used to calculate results from this model for a given location.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets an evaluator that can be used to calculate results from this model for a given location.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
- getEvaluator(IServiceProvider) - Method in class agi.foundation.celestial.WindModel
-
Gets an instance of an evaluator that can compute the wind.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.celestial.WindModel
-
Gets an instance of an evaluator that can compute the wind.
- getEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Gets a
ScalarEvaluator
which computes an element factor using the equation 4 * PI * elementArea * direction.Z^(cosineExponent), where direction.Z is the
z component of the unit vector in the link direction and cosineExponent and elementArea are given by the
CosineExponent
(
get
/
set
) and
ElementArea
(
get
/
set
) properties, respectively.
- getEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
-
Gets a
ScalarEvaluator
for evaluating the element factor based on the link direction vector and the antenna axes.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.SignalComputation
-
Gets an evaluator that can be used to find the value of this computation for a given
JulianDate
.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Gets an evaluator that can be used to find the value of this scalar function
at a given
JulianDate
.
- getEvaluator() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
-
Gets an evaluator that can be used to compute the atmospheric conditions at a given
JulianDate
and
Cartographic
location.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
-
Gets an evaluator that can be used to compute the atmospheric conditions at a given
JulianDate
and
Cartographic
location.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
-
Gets an evaluator that can be used to compute the rain rate in meters per second at a given
JulianDate
and
Cartographic
location.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
-
Gets an evaluator that can be used to compute the rain rate in meters per second at a given
JulianDate
and
Cartographic
location.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
-
Gets an evaluator that can be used to compute the atmospheric conditions at a given
JulianDate
and
Cartographic
location.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
-
Gets an evaluator that can be used to compute the atmospheric conditions at a given
JulianDate
and
Cartographic
location.
- getEvaluator() - Method in class agi.foundation.coordinates.DynamicState
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.coordinates.DynamicState
-
- getEvaluator() - Method in class agi.foundation.geometry.Axes
-
Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.Axes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Gets an evaluator that can be used to find the transformation from
Principal
(
get
/
set
)'s
Axes
to
a new
Axes
defined by the
Principal
(
get
/
set
) and
Reference
(
get
/
set
) vectors
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesBPlane
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Gets an evaluator that can be used to find the transformation from
ReferencePoint
(
get
/
set
)'s
Axes
(
get
/
set
) to a new
Axes
defined by the East-North-Up convention
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Gets an evaluator that can be used to find the transformation from the
ReferenceAxes
(
get
/
set
) to
to a new
Axes
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesFromArchive
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesInAxes
-
Gets an evaluator that can be used to find the transformation from
InAxes
(
get
/
set
) to
the
AxesToObserve
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Gets an evaluator that can be used to find the transformation from
Point
(
get
/
set
)'s
Axes
(
get
/
set
) to
the
AxesToObserve
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesInterpolator
-
Gets an evaluator that can be used to find the transformation from the
ReferenceAxes
(
get
/
set
)
to the orientation produced by the
Interpolator
(
get
/
set
) at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Gets an evaluator that can be used to find the transformation from
Vector
(
get
/
set
)'s
Axes
to
the
AxesToObserve
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets an evaluator that can be used to find the transformation from the
ReferenceAxes
(
get
/
set
) at the
specified
ReferenceEpoch
(
get
/
set
) to a new set of axes which spins about the
SpinAxis
(
get
/
set
) with rates defined by
InitialRotationalVelocity
(
get
/
set
) and
RotationalAcceleration
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Gets an evaluator that can be used to find the transformation from
Point
(
get
/
set
)'s
Axes
(
get
/
set
) to
a new
Axes
defined by the Local Vertical Local Horizontal convention
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Gets an evaluator that can be used to find the transformation from
ReferencePoint
(
get
/
set
)'s
Axes
(
get
/
set
) to a new
Axes
defined by the North-East-Down convention
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Gets an evaluator that can be used to find the motion of this axes in its parent reference frame
based on the state provided by evaluating the evaluator produced by the
StateParameter
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes represented by a
Motion
<
UnitQuaternion
,
Cartesian
>
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Gets an evaluator that can be used to find the transformation from
Point
(
get
/
set
)
Axes
(
get
/
set
) to
a new
Axes
defined by the Vehicle Velocity Local Horizontal convention
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes represented by a
Motion
<
UnitQuaternion
,
Cartesian
>
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Get an evaluator to retrieve the signal data from the propagated
Signal
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.CompositeAxes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.CompositePoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator(Axes, EvaluatorGroup) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator(Axes) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator(Axes, EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator() - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator() - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Gets an evaluator that can be used to compute the
DelaunayElements
of the
OrbitalPoint
(
get
/
set
) at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Gets an evaluator that can be used to compute the
DelaunayElements
of the
OrbitalPoint
(
get
/
set
) at a given date.
- getEvaluator() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
- getEvaluator() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
- getEvaluator() - Method in class agi.foundation.geometry.DynamicMatrix
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicMatrix
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
- getEvaluator() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.EntityAxes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.EntityPoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.GeometryDynamicState
-
- getEvaluator() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedPoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedScalar
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedVector
-
- getEvaluator() - Method in class agi.foundation.geometry.Point
-
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.Point
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointAtAltitude
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointCartographic
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointDifferentiator
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFixedOffset
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFromArchive
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInPointsFrame
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInterpolator
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
based on the state provided by evaluating the evaluator produced by the
StateParameter
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointVectorToPoint
-
- getEvaluator() - Method in class agi.foundation.geometry.ReferenceFrame
-
Gets an evaluator that can be used to find the motion of this reference frame relative to its parent
reference frame at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ReferenceFrame
-
Gets an evaluator that can be used to find a
KinematicTransformation
representing
the motion of this reference frame relative to its parent
reference frame at a given
JulianDate
.
- getEvaluator() - Method in class agi.foundation.geometry.Scalar
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.Scalar
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Gets an evaluator that represents the absolute value of the
Argument
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Gets an evaluator that can be used to find the angle between two vectors represented as a
Motion
<double> at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Get an evaluator to compute the antenna gain.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarBitErrorRate
-
Get an evaluator to compute bit error rate.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
-
Get an evaluator to compute carrier to interference ratio C/I.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
-
Get an evaluator to compute carrier to noise ratio C/N.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Get an evaluator to compute carrier to noise density ratio C/No.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Get an evaluator to compute carrier to noise density plus interference ratio C/(N0+I0).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Get an evaluator to compute carrier to noise plus interference ratio C/(N+I).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCosine
-
Gets an evaluator that represents the cosine of the
Argument
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Get an evaluator which evaluates the
ScalarToDelay
(
get
/
set
) by applying the delay from the
PathForTimeDelay
(
get
/
set
) which will be positive or negative depending on the
DirectionOfDelay
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Gets an evaluator that can be used to find the value of this scalar function at a given JulianDate
.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDerivative
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Gets an evaluator that can be used to find the scalar representing the angle between
two vectors measured about a given axis.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Gets an evaluator that can be used to find the value of this scalar function at a given JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Gets an evaluator that can be used to find the scalar dot product of two vectors expressed as
a
Motion
<double> including derivatives up to the
requested order.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Gets an instance of an evaluator that can compute the dynamic pressure.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Get an evaluator to compute the effective isotropic radiated power (EIRP).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Get an evaluator to compute energy per bit to noise density Eb/No.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Gets an instance of an evaluator that can compute the equivalent airspeed at a given location.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarExponent
-
Gets an evaluator that represents the power term.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarFixed
-
Gets an evaluator that represents a constant scalar value.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Gets an evaluator that can be used to find the
Motion
<
double
>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Get an evaluator to compute GPS communications receiver noise.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Gets an evaluator that can be used to find the
Motion
<double>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Gets an evaluator that can be used to find the angle defined by the two scalar components as a
Motion
<double> at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarJammingToSignal
-
Get an evaluator to compute interference to carrier ratio I/C.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Gets an instance of an evaluator that can compute the mach number at a given location.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
-
Get an evaluator to compute noise plus interference power N+I (in Watts).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarPointElement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Get an evaluator to compute the polarization efficiency.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Get an evaluator to compute the power at the receiver output.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarProduct
-
Gets an evaluator that can be used to find the product of the scalars,
including derivatives up to the requested order.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Get an evaluator to compute the loss in power from propagating the signal along the link.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Get an evaluator to compute received isotropic power (RIP).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Get an evaluator to compute received power flux density.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Gets an evaluator that can be used to find the
Motion
<double>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Gets an evaluator that can be used to find the
Motion
<double>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Gets an evaluator that can be used to find the
Motion
<double>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Gets an evaluator that can be used to find the
Motion
<double>
of this scalar at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSine
-
Gets an evaluator that represents the sine of the
Argument
(
get
/
set
).
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSum
-
Gets an evaluator that can be used to find the sum of the scalars,
including derivatives up to the requested order.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarVectorElement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes represented by a
Motion
<
UnitQuaternion
,
Cartesian
>
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Gets an evaluator that can be used to find the
Motion
<
Cartesian
>
of this point at a given
JulianDate
.
- getEvaluator() - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Gets an evaluator that can be used to find the shape of the sensor field-of-view volume
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Gets an evaluator that can be used to find the shape of the sensor field-of-view volume
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Gets an evaluator that can be used to find the shape of the sensor field-of-view volume
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator() - Method in class agi.foundation.geometry.Vector
-
Gets an evaluator that can be used to find the
Motion
<
Cartesian
>
of this vector at a given date with respect to the axes in which it is defined.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.Vector
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorAcceleration
-
Gets an evaluator that can be used to find the
Motion
<
Cartesian
>
representing the acceleration of the given
Point
(
get
/
set
)
in the given
ReferenceFrame
(
get
/
set
) at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Gets an evaluator that can be used to find the angular acceleration of the
RotatingAxes
(
get
/
set
)
relative to the
ReferenceAxes
(
get
/
set
)
expressed as a
Motion
<
Cartesian
>
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Gets an evaluator that can be used to find the angular velocity of the
RotatingAxes
(
get
/
set
)
relative to the
ReferenceAxes
(
get
/
set
)
expressed as a
Motion
<
Cartesian
> at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorBPlane
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Gets an evaluator that can be used to find the cross product of two vectors represented by
a
Motion
<
Cartesian
> at the given
JulianDate
.
- getEvaluator(IServiceProvider) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
-
Gets an evaluator that can be used to find the value of this vector function
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
-
Gets an evaluator that can be used to find the value of this vector function
at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorDerivative
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorDifferentiator
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorFixed
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Gets an evaluator that can be used to find the
Motion
<
Cartesian
>
of this vector in its parent
Axes
(or in the optional
FixedWithRespectTo
(
get
/
set
) axes) at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInAxes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInterpolator
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInverted
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorMagnitude
-
Gets an evaluator that can be used to find the value and derivatives
of this Scalar function as a
Motion
<double> at a given
JulianDate
.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorNormalized
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Gets an evaluator that can be used to find the
Motion
<
Cartesian
>
of this vector at a given date with respect to the axes in which it is defined.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorScaled
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorSum
-
Gets an evaluator that can be used to find the sum of the vectors,
including derivatives up to the requested order.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorTrueDisplacement
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorVelocity
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator(EvaluatorGroup) - Method in interface agi.foundation.infrastructure.IEvaluatorParameter
-
Gets the placeholder evaluator associated with this parameter.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.infrastructure.threading.TransactionParameter
-
Gets the placeholder evaluator associated with this parameter.
- getEvaluator() - Method in class agi.foundation.infrastructure.ValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.infrastructure.ValueDefinition
-
Gets an evaluator that can be used to produce a value.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.infrastructure.ValueParameter
-
Gets the placeholder evaluator associated with this parameter.
- getEvaluator(int) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
- getEvaluator(int, EvaluatorGroup) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
- getEvaluator(int, Duration, boolean, EvaluatorGroup) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
- getEvaluator() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets an evaluator that can be used to find meteorological data over time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets an evaluator that can be used to find meteorological data over time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.GpsLineOfSightVector
-
Gets an evaluator that can be used to find the motion of this vector in its parent axes
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
- getEvaluator(Axes, EvaluatorGroup) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Constructs an evaluator that calculates the size and orientation of the position covariance over time.
- getEvaluator() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets an evaluator that blends the covariance information.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets an evaluator that blends the covariance information.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
- getEvaluator() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates over
Motions
of double values.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates over
Motions
of double values.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
- getEvaluator() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates rotational motion with the rotation represented as a
Quaternion
and derivatives represented as rotation vectors.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates rotational motion with the rotation represented as a
Quaternion
and derivatives represented as rotation vectors.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
- getEvaluator() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates translational motion represented as
Cartesian
coordinates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets an evaluator that interpolates and extrapolates translational motion represented as
Cartesian
coordinates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Gets an
Evaluator
which returns a value
based on the result of access at the specified time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
-
Gets an evaluator which returns T
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Gets an evaluator which wraps the previously specified Axes.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Gets an
Evaluator
which always returns
Value
(
get
/
set
) as the time this method was called.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Gets an evaluator which returns T
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Gets an evaluator which returns T
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes at a given date.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Gets an evaluator which wraps the previously specified Point.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Gets an evaluator which wraps the previously specified Scalar.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Gets an evaluator which returns the value of the
Data
(
get
) at evaluation time.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Gets an evaluator which wraps the previously specified Vector.
- getEvaluator(EvaluatorGroup, int[]) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration.
- getEvaluator(EvaluatorGroup, int[]) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration.
- getEvaluator(EvaluatorGroup, int[]) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator() - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.J2Propagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.J4Propagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets an evaluator that can propagate at individual dates.
- getEvaluator() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Gets an evaluator that can propagate the state transition matrix to individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Gets an evaluator that can propagate the state transition matrix to individual dates.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets an evaluator that can propagate the position of the path of a platform over time as it traverses the given
collection of
Waypoints
(
get
) using great arcs across the reference
Ellipsoid
(
get
) shape model.
- getEvaluator(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Constructs a
Evaluator
instance from the input signal source, intended signal
strategy, and signal propagation graph.
- getEvaluator(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Constructs a
Evaluator
instance from the input signal source, intended signal
strategy, and signal propagation graph.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.DwellTimeScalar
-
Gets an evaluator to compute the radar waveform dwell time, in seconds.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Gets an evaluator to compute the effective isotropic radiated power (EIRP), in Watts, of the
radar transmitter.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
-
Gets an evaluator to compute the number of pulses integrated in the received waveform.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Gets an evaluator to compute the probability of detection of the received waveform using the Mitchell-Walker
algorithm.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
-
Gets an evaluator to compute the ambiguous target range, in meters, of the radar target.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
-
Gets an evaluator to compute the ambiguous target velocity, in m/s, of the radar target.
- getEvaluator(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
-
Constructs a
Evaluator
instance from the input signal source, intended signal
strategy, and signal propagation graph.
- getEvaluator(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
-
Constructs a
Evaluator
instance from the input signal source, intended signal
strategy, and signal propagation graph.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
-
Gets an evaluator to compute the time, in seconds, it takes for the radar receiver to integrate the number of pulses in the received waveform.
- getEvaluator(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Constructs a
Evaluator
instance from the input signal source, intended signal
strategy, and signal propagation graph.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
-
Gets an evaluator to compute the radar receiver antenna gain, as a unitless ratio, in the direction of the target
object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
-
Gets an evaluator to compute the interference power level, in Watts, at the output of the receive radar antenna.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
-
Gets an evaluator to compute the power level, in Watts, at the output of the receive radar antenna.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Gets an evaluator which computes the signal-to-noise, as a unitless ratio, at the output of the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
-
Gets an evaluator which computes radar cross section, in meters squared, for the target.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
-
Gets an evaluator to compute the power scattered by the target object in the direction of the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
-
Gets an evaluator to compute the doppler shifted frequency of the signal scattered from the target, in hertz, at the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
-
Gets an evaluator to compute the total doppler shift of the transmitted signal, in hertz, at the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
-
Gets an evaluator to compute the total propagation loss, as a unitless ratio, between the target object and
the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
-
Gets an evaluator to compute the received isotropic power (RIP), in Watts, for the link between
the target object and the radar receiver.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
-
Gets an evaluator to compute the radar transmitter antenna gain in the direction of the target object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
-
Gets an evaluator to compute the doppler shifted transmit frequency, in hertz, at the target object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
-
Gets an evaluator to compute the doppler shifted transmit frequency, in hertz, at the target object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
-
Gets an evaluator to compute the total propagation loss, as a unitless ratio, between the radar transmitter and
the target object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
-
Gets an evaluator to compute the received isotropic power (RIP), in Watts, for the link between
the radar transmitter and the target object.
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
- getEvaluator(EvaluatorGroup) - Method in class agi.foundation.tracking.EntityParameter
-
Gets the placeholder evaluator associated with this parameter.
- getEvaluatorGroup() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
- getEvaluatorGroup() - Method in class agi.foundation.cesium.CzmlDocument
-
- getEvaluators() - Method in class agi.foundation.access.ConstraintQueryBuilder
-
Gets the list of evaluators that are part of this constraint query.
- getEvenColor() - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Gets the color of the even tiles.
- getEvenColor() - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Gets the color of the even stripes.
- getEventBehavior() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
- getEventFound() - Method in class agi.foundation.stoppingconditions.StoppingConditionEventFoundEventArgs
-
- getEventThatStoppedPropagator() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets the event that stopped the actual propagation.
- getEventTimes() - Method in class agi.foundation.access.AccessComputation
-
Gets the manner in which event times are to be reported.
- getException() - Method in class agi.foundation.cesium.advanced.SamplingErrorEventArgs
-
Gets the exception pertaining to this event.
- getException() - Method in class agi.foundation.graphics.KmlDocumentLoadedEventArgs
-
An Exception instance, if an error occurred while loading the KML; otherwise a null reference.
- getException() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets the exception that occurred.
- getExecutor() - Static method in class agi.foundation.compatibility.ThreadPool
-
Gets the currently installed
ExecutorService
that will execute tasks for
this thread pool.
- getExhaustVelocity() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the exhaust velocity in meters per second.
- getExitFromPreviousConfiguration() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the result of configuring the exit from the previous procedure.
- getExpirationDate() - Method in class agi.foundation.LicensedComponent
-
Gets the expiration date of the component, or
a date with a year of 9999
if the component does not expire.
- getExpires() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the string specifying the date/time this network should expire and be refreshed.
- getExploreExtremaToFindCrossings() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- getExploreExtremaToFindCrossings() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- getExploreExtremaToFindCrossings() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
-
Gets the explorer instance that is reporting progress.
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
-
Gets the explorer instance that is reporting progress.
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
-
Gets the explorer instance that is reporting progress.
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
- getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
- getExplorer() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
- getExplorer() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
- getExplorer() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
- getExponent() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the bessel function exponent.
- getExponent() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the bessel function exponent.
- getExponent() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets the sinc function exponent.
- getExponent() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the sinc function exponent.
- getExponent() - Method in class agi.foundation.geometry.ScalarExponent
-
Gets the exponent for the
Base
(
get
/
set
).
- getExtensions() - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Gets the collection of extensions attached to this object.
- getExtent() - Method in class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
- getExtent() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getExtent() - Method in class agi.foundation.graphics.advanced.Tile
-
Gets the extent in radians.
- getExtinctionCoefficientModel() - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Gets the model for calculating the extinction coefficient.
- getExtractFormat() - Method in class agi.foundation.graphics.imaging.BandExtractFilter
-
Gets the
RasterFormat
containing the bands and the order of the bands that will be extracted.
- getExtrapolateAboveMaximumCeiling() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Gets a value indicating whether to extrapolate above the maximum altitude.
- getExtrapolateBelowMinimumAltitude() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets a value indicating whether to extrapolate below the minimum altitude.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremaCrossingUncertaintyFactor() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets a value determining how finely to explore an extremum with the potential to cross a threshold.
- getExtremum() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the current estimate of the extremum.
- getExtremum() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the extremum that caused this threshold crossing indication, or null
if this indication was not caused by an extremum.
- getExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the extremum that caused this threshold crossing indication, or null
if this indication was not caused by an extremum.
- getExtremum() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the current estimate of the extremum.
- getExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the extremum that caused this threshold crossing indication, or null
if this indication was not caused by an extremum.
- getExtremumConvergenceCriteria() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the criteria used for convergence when searching for a precise local
extremum of this function.
- getExtremumConvergenceCriteria() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the criteria used for convergence when searching for a precise local
extremum of this function.
- getExtremumConvergenceCriteria() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the criteria used for convergence when searching for a precise local
extremum of this function.
- getExtremumDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
Gets the date of the extremum.
- getExtremumDateTolerance() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the tolerance with which to converge on date when
precisely finding a local extremum.
- getExtremumDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
Gets the duration of the extremum.
- getExtremumDurationTolerance() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the tolerance with which to converge on duration when
precisely finding a local extremum.
- getExtremumKind() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets whether this extremum is a minimum or maximum.
- getExtremumKind() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets whether this extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
Gets a function value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets a value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
Gets a function value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets a value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
Gets a function value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets a value indicating whether the extremum is a minimum or maximum.
- getExtremumType() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Gets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- getExtremumType() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Gets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- getExtremumType() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Gets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- getExtremumValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
Gets the function value of the extremum.
- getExtremumValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
Gets the function value of the extremum.
- getExtremumValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
Gets the function value of the extremum.
- getExtremumValueTolerance() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the tolerance with which to converge on function value when finding
a local extremum of this function.
- getExtremumValueTolerance() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the tolerance with which to converge on function value when finding
a local extremum of this function.
- getExtremumValueTolerance() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the tolerance with which to converge on function value when finding
a local extremum of this function.
- getExtremumVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
Gets the Variable of the extremum.
- getExtremumVariableTolerance() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the tolerance with which to converge on Variable when
precisely finding a local extremum.
- getExtrudedHeight() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the height at which to extrude the region, creating a volume.
- getExtrudedHeightReference() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the extruded height reference of the region, which indicates if
ExtrudedHeight
(
get
/
set
) is relative to terrain or not.
- getExtrusionColor() - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Gets a parameter defining the color and translucency of the extrusion over time.
- getExtrusionDisplayParameters() - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Gets the visibility of the extrusion.
- getEyeOffset() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the billboard's offset from the origin in eye coordinates.
- getEyeOffset() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the label's offset from the origin in eye coordinates.
- getEyeOffset() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch eye offset, which is applied to each marker in the batch.
- getEyeOffset() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Gets the per-batch eye offset, which is applied to each string in the text batch.
- getEyeOffset() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the eye offset of the marker over time.
- getEyeOffset() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the eye offset of the text over time.
- getEyeOffset() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the eye offset of each label from the position of the entity.
- getEyeOffset() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the eye offset of each marker from the position of the entity.
- getEyeSeparationFactor() - Method in class agi.foundation.graphics.Stereoscopic
-
Gets the eye separation factor.
- getFacet(int) - Method in class agi.foundation.infrastructure.CalculationContext
-
Gets the facet with the given ID.
- getFacilityName() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Gets the facility name.
- getFacilityName() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets a regular expression that the
FacilityName
(
get
/
set
)
must match in order to be included in the query.
- getFadeDepthAverageAnnualWorstMonth() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Gets a value indicating whether to use the fade depth for the average annual worst month.
- getFadeOutage() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Gets the fade outage percent, as a decimal.
- getFadeOutage() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Gets the fade outage percent, as a decimal.
- getFadePersistence() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence path should fade over time.
- getFadePersistence() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence path should fade over time.
- getFarDistance() - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the upper bound of the camera distance range.
- getFarNearPlaneRatio() - Method in class agi.foundation.graphics.Camera
-
Gets the value that is used to compute subdivisions of the viewing frustum.
- getFarOutSideLobeLevel() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the far out side-lobe level.
- getFarOutSideLobeLevel() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the far out side-lobe level.
- getFarOutSideLobeLevel() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the far out side-lobe level.
- getFarPlane() - Method in class agi.foundation.graphics.advanced.Projection
-
Gets the far plane associated with the
Projection
.
- getFarPlane() - Method in class agi.foundation.graphics.Camera
-
Gets the distance in meters from the camera to the far plane.
- getFarPlaneTranslucency() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the translucency of the Projection's
far plane.
- getFarValue() - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the value to use at the upper bound of the camera distance range.
- getFidelity() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the model's fidelity.
- getField(String) - Method in class agi.foundation.LicensedComponent
-
Gets a field from the license information for this component, such as Name.
- getFieldByPrn(int) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
Gets the field in this record that corresponds to a given PRN.
- getFieldOfView() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the field of view of the photodetector in radians.
- getFieldOfView() - Method in class agi.foundation.graphics.Camera
-
Gets field of view in radians.
- getFieldOfView() - Method in interface agi.foundation.tracking.IEntitySensorFieldOfView
-
Gets the transactional property that holds the orientation of the entity.
- getFieldOfViewGraphics() - Method in interface agi.foundation.cesium.advanced.IFieldOfViewGraphicsService
-
Gets the graphical properties of the field of view.
- getFieldOfViewGraphics() - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Gets the graphical properties of the sensor.
- getFieldOfViewHorizontal() - Method in class agi.foundation.graphics.advanced.Projection
-
Gets the horizontal field of view associated with the
Projection
.
- getFieldOfViewVertical() - Method in class agi.foundation.graphics.advanced.Projection
-
Gets the vertical field of view associated with the
Projection
.
- getFieldOfViewVolume() - Method in interface agi.foundation.geometry.shapes.IDynamicFieldOfViewService
-
Gets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
- getFieldOfViewVolume() - Method in interface agi.foundation.geometry.shapes.IFieldOfViewService
-
Gets the volume defining the sensor's field of view.
- getFieldOfViewVolume() - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
- getFieldOfViewVolume() - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets the volume of the sensor's field of view defined in the sensor's reference frame.
- getFile() - Method in class agi.foundation.celestial.JplDE
-
Gets the raw JPL DE file represented by this instance.
- getFile() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
- getFile() - Method in class agi.foundation.spice.JplSpkEphemerisProvider
-
Gets the JPL SPK file represented by this instance.
- getFileDegree() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the maximum degree of the gravitation coefficients defined by the .grv file.
- getFileId() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the FILEID of the PAF file.
- getFileId() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the FILEID of the PSF file.
- getFileId() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the FILEID of the SOF file.
- getFileOrder() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the maximum order of the gravitation coefficients defined by the .grv file.
- getFileTypeDescriptor() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the file type descriptor denotes the type of data included in this SP3c file.
- getFileTypeDescriptor() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the file type descriptor denotes the type of data included in this SP3d file.
- getFill() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets whether or not the mask is filled.
- getFill() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether or not the region is filled.
- getFill() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets whether or not the ellipsoid is filled.
- getFillColor() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the fill color of the label.
- getFilter() - Method in class agi.foundation.communications.ComplexReceiver
-
Gets the
SignalFilter
used to filter the signal prior to amplification.
- getFilter() - Method in class agi.foundation.communications.Transceiver
-
Gets the filter for the incoming signal, prior to amplification and retransmission.
- getFilter() - Method in class agi.foundation.communications.Transponder
-
Gets the filter for the incoming signal, prior to amplification and retransmission.
- getFilter() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets the constraint which indicates the bound on the number of assets which must have access
to a grid point in order to provide coverage.
- getFilter() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Gets a constraint indicating how many assets must have access in order to have coverage
- getFilter() - Method in class agi.foundation.graphics.imaging.FilteringRasterStream
-
- getFilterBandwidth() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the bandwidth used by the receiver's rectangular filter, in hertz.
- getFilters() - Method in class agi.foundation.tracking.EntityFilterChain
-
Gets the list of filters being managed by this chain.
- getFilterType() - Method in class agi.foundation.coverage.CoverageFilter
-
Gets a value indicating how the number of assets are used to filter a given interval of access.
- getFinalAngle() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the final flight path angle with respect to the reference surface, in radians.
- getFinalConditionsFixed() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the position and velocity at the
FinalTime
(
get
), in the
CentralBody
(
get
) fixed frame.
- getFinalConditionsInertial() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the position and velocity at the
FinalTime
(
get
), in the
CentralBody
(
get
) inertial frame.
- getFinalDate() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets the date at which propagation stopped.
- getFinalDependentVariableValues() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the values of the dependent variables resulting from the last integration step.
- getFinalDuration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the time it takes for the segment to transition from the inclined slope
to the final conditions.
- getFinalEpoch() - Method in class agi.foundation.celestial.JplDE
-
Gets the last epoch for which ephemeris data is available.
- getFinalEpoch() - Method in class agi.foundation.celestial.JplDEFile
-
Gets the final epoch for which this file contains data.
- getFinalEpsilon() - Method in class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
-
Gets the final error that the solver achieved.
- getFinalFlightPathAngleMismatch() - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Gets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
- getFinalFlightPathAngleMismatch() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Gets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
- getFinalFromNextState(CentralBody, Motion1<Cartesian>, ProfileDynamics, double) - Static method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Creates an instance of the procedure to represent a final state for a route
based on a given state (position and velocity) in the
FixedFrame
(
get
/
set
) of the
CentralBody
.
- getFinalHeading() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the heading at the final point.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets the final heading measured eastward from north, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the final heading of the connection, in radians.
- getFinalHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the final heading of the given curve, in radians.
- getFinalHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the final heading of the connection, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Gets the final heading measured eastward from north, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the final heading of the connection, in radians.
- getFinalHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the final heading of the given curve, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the final heading of the connection, in radians.
- getFinalHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the final heading of the curve corresponding to the given parameters.
- getFinalHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the final heading of the given curve, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Gets the final heading measured eastward from north, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the final heading of the connection, in radians.
- getFinalHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the final heading measured eastward from north, in radians.
- getFinalHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final height of this profile above the reference surface.
- getFinalHeight() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the final height above the reference surface, in meters.
- getFinalHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final height of this profile above the reference surface.
- getFinalHeight() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the final target height above the
HeightReferenceSurface
(
get
/
set
), in meters.
- getFinalHeight() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the final height of the incline with respect to the surface path, in meters.
- getFinalHeight() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the final height of the incline with respect to the surface path, in meters.
- getFinalHeightAboveRunway() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the final constant offset above the runway, in meters.
- getFinalHeightAboveRunway() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the final height above the runway at which to level off, in meters.
- getFinalHeightAboveTerrain() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the final height above the terrain, in meters.
- getFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final height rate for this profile.
- getFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the final vertical velocity, in meters per second.
- getFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final height rate for this profile.
- getFinalHeightRate() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the final vertical velocity, in meters per second.
- getFinalHeightRate() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the final vertical velocity, in meters per second.
- getFinalIndependentVariableValue() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the value of the independent variable after an integration step.
- getFinalIteration() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
Gets the TIterationResults
of the final iteration.
- getFinalIteration() - Method in class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
-
Gets the final iteration number that the solver reached.
- getFinalNestedSegmentResult() - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Gets the results of final segment that was propagated that is not itself a
SegmentListResults
.
- getFinalPoint() - Method in class agi.foundation.geometry.shapes.Curve
-
Gets the final point of the curve.
- getFinalPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Gets the final planetodetic point on the path.
- getFinalPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the final planetodetic point on the path.
- getFinalPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Gets the final planetodetic point on the path.
- getFinalPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Gets the final planetodetic point on the path.
- getFinalPoint() - Method in class agi.foundation.geometry.VectorDisplacement
-
Gets the point which defines the ending of the displacement vector.
- getFinalPoint() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the final point of the connection segment.
- getFinalPoint() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Gets the final point of the connection segment.
- getFinalPoint() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Gets the final point of the connection segment.
- getFinalPoint() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Gets the final point of the connection segment.
- getFinalPoint() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the final point of the connection segment.
- getFinalPosition() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the final or target position, as a
Cartographic
in the
CentralBody
(
get
) fixed frame.
- getFinalPositionMotion() - Method in class agi.foundation.propagators.LambertResult
-
- getFinalPositionResiduals() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets an array of the final position errors between the input position and the estimated position.
- getFinalPropagatedState() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the final state that was propagated by the
SegmentPropagator
in time
from the
EphemerisForOverallTrajectory
(
get
).
- getFinalRootMeanSquareError() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the final value of the root mean square error of the estimated fit.
- getFinalSegmentResult() - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Gets the
SegmentResults
(
get
) of the final
segment
propagated.
- getFinalSegmentsResults() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
- getFinalSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final speed for this profile.
- getFinalSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final speed for this profile.
- getFinalSpeed() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the final target speed at which the platform travels after rolling to a stop at the
end of the landing, in meters per second.
- getFinalSpeed() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the final speed at the end of the profile.
- getFinalState() - Method in class agi.foundation.propagators.advanced.PropagationStepInformation
-
Gets the values of the dependent variables at the end of the current integration step.
- getFinalState() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets the final state of propagation.
- getFinalSurfacePoint() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets the final position at the end of the surface segment.
- getFinalSurfacePoint() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Gets the final position at the end of the surface segment.
- getFinalSurfacePoint() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Gets the final position at the end of the surface segment.
- getFinalSurfacePoint() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the final position at the end of the surface segment.
- getFinalSurfaceSpeed() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
- getFinalTime() - Method in class agi.foundation.propagators.advanced.PropagationStepInformation
-
Gets the time at the end of the current integration step.
- getFinalTime() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the time at which the object arrives at its target position.
- getFinalTime() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the time at which the object arrives at the
FinalPosition
(
get
)
- getFindAccessBetweenSteps() - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Gets a value indicating whether to perform additional access calculations between time steps where access was either gained or lost.
- getFindAllCrossingsPrecisely() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether all crossings should be
found precisely.
- getFindAllCrossingsPrecisely() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether all crossings should be
found precisely.
- getFindAllCrossingsPrecisely() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether all crossings should be
found precisely.
- getFindAllExtremaPrecisely() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether all extrema should be
found precisely.
- getFindAllExtremaPrecisely() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether all extrema should be
found precisely.
- getFindAllExtremaPrecisely() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether all extrema should be
found precisely.
- getFinding() - Method in class agi.foundation.numericalmethods.DoubleExtremumFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DoubleExtremumIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DoubleThresholdCrossingFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DoubleThresholdCrossingIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DurationExtremumFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DurationExtremumIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DurationThresholdCrossingFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.DurationThresholdCrossingIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.JulianDateExtremumFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.JulianDateExtremumIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.JulianDateThresholdCrossingFoundEventArgs
-
Gets the finding indicated by this event.
- getFinding() - Method in class agi.foundation.numericalmethods.JulianDateThresholdCrossingIndicatedEventArgs
-
Gets the finding indicated by this event.
- getFinished() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets a value indicating whether the solver has finished, either because the evaluation was aborted or converged.
- getFirstAxis() - Method in class agi.foundation.coordinates.OrthonormalBasis
-
Gets the first axis.
- getFirstDerivative() - Method in interface agi.foundation.IMotion
-
Gets the first derivative, if it is available.
- getFirstDerivative() - Method in class agi.foundation.Motion1
-
Gets the first derivative, if it is available.
- getFirstDerivative() - Method in class agi.foundation.Motion2
-
Gets the first derivative, if it is available.
- getFirstDerivatives() - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of first derivatives in the collection.
- getFirstDerivatives() - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of first derivatives in the collection.
- getFirstDerivatives() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of first derivatives in the collection.
- getFirstDerivatives() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of first derivatives in the collection.
- getFirstDerivatives() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of first derivatives in the collection.
- getFirstDerivatives() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of first derivatives in the collection.
- getFirstFromList(Iterable<InternationalTerrestrialReferenceFrameTransformer>, String, String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the first ITRF transformation in the list with the desired characteristics.
- getFirstOrderClockCorrection() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the first order clock correction.
- getFirstOrderClockCorrection() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the first order clock correction.
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double, TerrainInterpolator<QuantizedMeshTerrainTile>) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Get the interpolated partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Get the interpolated partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPartials(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Get the partial derivatives of height with respect to the specified longitude and
latitude relative to the provider's
Shape
(
get
/
set
).
- getFirstPropagatedState() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the first state that was propagated by this segment.
- getFirstRotation() - Method in class agi.foundation.coordinates.EulerSequence
-
Gets the first rotation.
- getFirstRotation() - Method in class agi.foundation.coordinates.YawPitchRoll
-
Gets the first rotation.
- getFirstSegmentDefinitionByName(String) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Loops over the
Segments
(
get
) in this
SegmentList
and returns the first
one with the specified
Name
(
get
/
set
), or
null
if a
segment
with that
segmentName
is not in the list
- getFitInterval() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the fit interval representing the duration in hours for which this ephemeris is valid.
- getFixedAt() - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
- getFixedAt() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
- getFixedAt() - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
- getFixedAt() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
- getFixedAxes() - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Gets the
Axes
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- getFixedFrame() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.CentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedFrame() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the default Fixed frame that corresponds to the surface features of this central body.
- getFixedPoint() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Gets the
Point
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- getFixedScalar() - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Gets the
Scalar
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- getFixedVector() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Gets the
Vector
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- getFixedWithRespectTo() - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Gets the (optional)
Axes
in which the
FixedAxes
(
get
/
set
) will be fixed.
- getFixedWithRespectTo() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
- getFixedWithRespectTo() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Gets the (optional)
Axes
in which the
FixedVector
(
get
/
set
) will be fixed.
- getFlightDuration() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the duration of the flight from the
InitialPosition
(
get
) to the
FinalPosition
(
get
)
- getFlipAxis() - Method in class agi.foundation.graphics.imaging.FlipFilter
-
Gets the
FlipAxis
along which the source raster will be flipped.
- getFlipX() - Method in class agi.foundation.graphics.Overlay
-
Gets whether the overlay will be flipped along its X axis.
- getFlipY() - Method in class agi.foundation.graphics.Overlay
-
Gets whether the overlay will be flipped along its Y axis.
- getFocalLength() - Method in interface agi.foundation.platforms.IFocalLengthService
-
Gets the focal length of the device.
- getFocalLength() - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Gets the focal length of the device.
- getFogDensity() - Method in class agi.foundation.graphics.Scene
-
Gets the density of atmospheric fog drawn around the
CentralBody
when
the
Camera
is close to the ground.
- getFont() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the font of the label.
- getFont() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the font used to render the text batch.
- getFont() - Method in class agi.foundation.platforms.TextGraphics
-
Gets the
Font
(
get
/
set
) used to draw the text.
- getFont() - Method in class agi.foundation.tracking.LabelVisualizer
-
- getFootprintInterior() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets the graphics describing the interior of the projection footprint.
- getFootprintInterior() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets the graphics describing the interior of the projection footprint on the
CentralBody
(
get
/
set
).
- getFootprintInteriorColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the color and translucency of the footprint interior.
- getFootprintInteriorDisplay() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether or not to show the footprint interior.
- getFootprintInteriorTexture() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the
Texture2D
of the footprint interior.
- getFootprintInteriorTextureFilter() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
- getFootprintInteriorTextureMatrix() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the
TextureMatrix
of the footprint interior.
- getFootprintInteriorTransparentTextureBorder() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the border of a transparent texture should be drawn for
the footprint interior.
- getFootprintInteriorWireframe() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the footprint interior should be drawn as a wireframe.
- getFootprintOutline() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets the graphics describing the outline of the projection footprint.
- getFootprintOutline() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets the graphics describing the outline of the projection footprint on the
CentralBody
(
get
/
set
).
- getFootprintOutlineColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the color and translucency of the footprint outline.
- getFootprintOutlineDisplay() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether or not to show the footprint outline.
- getFootprintOutlineDisplayOutline() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether to display an outline of the footprint outline.
- getFootprintOutlineOutlineColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the color and translucency of the outline of the footprint outline.
- getFootprintOutlineOutlineWidth() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the width of the outline of the footprint outline.
- getFootprintOutlineWidth() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the width of the footprint outline.
- getForce() - Method in class agi.foundation.celestial.ConstantForce
-
Gets the direction and magnitude of the force.
- getForceEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Gets an instance of an evaluator that can compute the force.
- getForceEvaluator() - Method in class agi.foundation.celestial.ForceModel
-
Gets an instance of an evaluator that can compute the force.
- getForceEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ForceModel
-
Gets an instance of an evaluator that can compute the force.
- getForceEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Gets an instance of an evaluator that can compute the force.
- getForceEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets an instance of an evaluator that can compute the force.
- getForceEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets an instance of an evaluator that can compute the force.
- getForceToCorrect() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
- getForceVector() - Method in class agi.foundation.celestial.ForceModel
-
Gets the
Vector
representation of this force.
- getForeHalfAngle() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the fore half angle defining the conical volume of exclusion about the positive x-axis.
- getFormat() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
- getFormatString() - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Gets the format string.
- getForward() - Method in class agi.foundation.graphics.advanced.StartedEventArgs
-
Gets a value indicating whether animation has been started in the forward or backward direction.
- getForwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationDuration() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the amount of time to extrapolate forward before the property becomes undefined.
- getForwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getForwardExtrapolationType() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Gets the heights of four posts, specified by index.
- getFourPostHeights(int, int, int, int, double[], double[], double[], double[]) - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Gets the heights of four posts, specified by index.
- getFourSurroundingPosts(double, double, int[], int[], int[], int[]) - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the indices of the four posts surrounding a given longitude and latitude point.
- getFraction() - Method in class agi.foundation.geometry.shapes.PointOnCurve
-
Gets the fractional distance along the curve at which this point occurs.
- getFrame() - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Gets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- getFrame() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Gets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- getFrame() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Gets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- getFrame() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Gets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- getFrame() - Method in class agi.foundation.geometry.PointFixedOffset
-
Gets the reference frame in which the point is defined.
- getFrame() - Method in class agi.foundation.geometry.PointInReferenceFrame
-
- getFrame() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarPointElement
-
- getFrame() - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- getFrameOwner() - Method in class agi.foundation.geometry.PointInPointsFrame
-
- getFrameRate() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the frame rate of the video when the
Playback
property is set to
RealTime
.
- getFrameRate() - Static method in class agi.foundation.graphics.SceneManager
-
Gets the
FrameRate
class,
which can be used to keep track of how fast
Scenes
are being .
- getFramesPerSecond() - Method in class agi.foundation.graphics.FrameRate
-
Gets the current frame rate in frames per second.
- getFreeSpaceLoss() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the free space loss, in dB.
- getFrequency() - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
-
Gets the frequency at which the electric field pattern applies.
- getFrequency() - Method in class agi.foundation.communications.Signal
-
Gets the center frequency of the signal, in hertz.
- getFrequency() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Gets the center frequency of the filter, in hertz.
- getFrequency() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets the associated frequency of the complex scattering coefficient matrix data.
- getFrequencyBands() - Method in class agi.foundation.communications.PointScattererExtension
-
Gets the list of frequency bands.
- getFrequencyDependentElectricFieldPatterns() - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
- getFrequencyDependentElectricFieldPatterns() - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
- getFrequencyPolynomial() - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Gets the frequency polynomial.
- getFrequencyRanges() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the list of downlink frequencies known for this satellite.
- getFresnelClearance() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel.PropagationData
-
Gets the ratio of the minimum clearance of the ray path to the first Fresnel zone radius.
- getFrom() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the name of the ITRF whose coordinates are being transformed
into the
To
(
get
/
set
) ITRF.
- getFromBlock(NavigationBlockType) - Static method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Provides the complete set of signals and their characteristics for a given block type.
- getFromContext() - Static method in class agi.foundation.celestial.CentralBodiesFacet
-
- getFromContext() - Static method in class agi.foundation.time.LeapSecondsFacet
-
- getFromEntity() - Method in class agi.foundation.tracking.ViewFromTo
-
Gets the entity whose position will be used to place the camera or null if a
Point
is being used.
- getFromObject() - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Gets the object that provides the starting location for the line of sight vector.
- getFromPoint() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- getFromPoint() - Method in class agi.foundation.tracking.ViewFromTo
-
Gets the Point whose position will be used to place the camera or null if an entity is being used.
- getFromType(NavigationSignalType, NavigationBlockType) - Static method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Provides the signal characteristics specific to a type and block of signal.
- getFromType(NavigationSignalType) - Static method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Provides the signal characteristics specific to a type of signal.
- getFromValue(int) - Static method in enum agi.foundation.access.AccessClassification
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.AccessConstraintApplicability
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.AccessConstraintSource
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.AccessEventTimes
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.AccessSignalModel
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.constraints.PlaneIndicator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.LinkGraphDirection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.access.LinkRole
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.aircraftpropagation.ClimbDescentCommandedValuesElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.aircraftpropagation.CruiseCommandedValuesElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.aircraftpropagation.ManeuverReferenceAxes
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.BehaviorBeyondAvailability
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.ccsds.CcsdsInterpolationMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.ccsds.CcsdsOemFileOutputFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.ccsds.CcsdsReferenceFrameType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.CoefficientOfReflectivityType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.EclipseType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.JplDECentralBody
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.JplDEDataIndex
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.KindOfForce
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.RadiationVectorType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.celestial.RoleOfForce
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.AzimuthElevationMaskGraphicsProjection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumArcType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumClassificationType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumColorBlendMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumExtrapolationType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumGenerationStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumHeightReference
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumHorizontalOrigin
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumImageFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumInterpolationAlgorithm
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumLabelStyle
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumResourceBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumSensorVolumePortionToDisplay
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumShadowMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumStripeOrientation
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.CesiumVerticalOrigin
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.ClockRange
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.cesium.ClockStep
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.communications.AntennaTargetingResultReason
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.communications.PolarizationReferenceAxis
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.communications.signalpropagation.ItuRP835Version
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.communications.signalpropagation.TiremPropagationMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.compatibility.EventResetMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.compatibility.FileAccess
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.compatibility.FileMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.compatibility.FontStyle
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.compatibility.MouseButtons
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.AxisIndicator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.CartesianElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.CartographicElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.DelaunayElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.EquinoctialElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.EulerSequenceIndicator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.KeplerianElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.KozaiIzsakMeanElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.OrbitDirectionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.OrbitType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.PoleIndicator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.SphericalElement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coordinates.YawPitchRollIndicator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.coverage.CoverageFilterType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.geometry.discrete.CylinderFill
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.discrete.WindingOrder
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.DisplacementVectorParticipant
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.EllipsoidSurfaceRegionCurveConnectionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.shapes.EllipsoidType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.shapes.EnclosureFunctionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.geometry.shapes.SensorSpaceProjection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.BlendingEquation
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.BlendingFunction
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.CameraSnapshotFileFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.CameraVideoFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ConstrainedUpAxis
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ForwardAnimation.AnimationState
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.GlobeOverlayRole
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.IndicesOrderHint
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MaintainAspectRatio
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MapProjection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderingMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderPass
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSizeSource
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSortOrder
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchUnit
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.MessageLoopType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ModelTransformationType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.Origin
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.PathPrimitiveRemoveLocation
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.PrimitivesSortOrder
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ProjectedRasterRenderPass
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.RefreshRate
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.graphics.advanced.RenderPass
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.RenderPassHint
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayOrigin
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayPinningOrigin
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayUnit
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.SimulationAnimationCycle
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.advanced.Visibility
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.AntiAliasing
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.BinaryLogicOperation
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.BingMapsStyle
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.BlurMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.EdgeDetectMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.FlipAxis
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.GradientDetectMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.Jpeg2000CompressionProfile
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.RasterBand
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.RasterFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.RasterOrientation
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.RasterType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.SharpenMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.imaging.VideoPlayback
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.KmlNetworkLinkRefreshMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.KmlNetworkLinkViewRefreshMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.ModelUpAxis
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.OutlineAppearance
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.PolylineType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.CullFace
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.InternalTextureFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.MagnificationFilter
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.MinificationFilter
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.RendererShadeModel
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.renderer.TextureWrap
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.SetHint
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.StereoProjectionMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.graphics.StereoscopicDisplayMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.infrastructure.ParameterAction
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.infrastructure.threading.PersistentDictionaryAddResult
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.infrastructure.threading.ThreadSource
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.AccuracyCalculationPersona
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.advanced.GpsSignalConfiguration
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalPriority
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalTrackingType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.ConfidenceIntervalVariableDimension
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.datareaders.MeteorologicalMeasurement
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.datareaders.NanuType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.datareaders.OutageType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.datareaders.RinexObservationType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.DilutionOfPrecisionOptimization
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.DilutionOfPrecisionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.GpsReceiverSolutionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.NavigationAccuracyAssessedType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.NavigationAccuracyPredictedType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.NavigationBlockType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.navigation.RaimFlightPhase
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.BehaviorWhenOnThreshold
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.BracketToward
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.BrentSolutionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.ConvergenceCriteria
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.ExtremumKind
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.NewtonRootType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.advanced.ThresholdCrossingSolutionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.CostFunctionGoal
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.DerivativeMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.EndsOfSegment
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.ExtremumType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.FiniteDifferenceMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.FunctionSegmentSlope
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.GaussJacksonCorrectionMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.InequalityBoundType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.IntegrationSense
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.InterpolationAlgorithmType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.KindOfStepSize
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.numericalmethods.ScalarConstraintDifference
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.numericalmethods.StepSizeInformation
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.platforms.advanced.DisplayConditionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.BallisticPropagatorSolutionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.GeneralPerturbationObjectType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.LambertPathType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.LifetimeCalculationLimitType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.LifetimeCalculationStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.PropagationEventIndication
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.PropagationEventTrigger
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.PropagationStage
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorAscentType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorBurnoutVelocityFrame
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.SortingFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.TransitionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.propagators.WalkerConstellationPattern
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.radar.SignalToNoiseRatioComputeMode
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.radar.SwerlingTargetModel
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.advanced.HeightConfigurationStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.advanced.KindOfTangent
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.advanced.SpeedConfigurationStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.advanced.SurfaceConnectionStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.advanced.SurfaceProcedureConnectionDependency
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.CircularHoldProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.ClosedTurnDirection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.DefaultProfileBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.InscribedTurnProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.KindOfSurfaceConnection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.LandingProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.RacetrackHoldProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.RouteHeightReference
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.SpeedReference
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.StationaryHoldProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.TakeoffProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.TerrainAvoidanceProfile.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.TurnAfterWaypointProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.TurnBeforeWaypointProcedure.ConfigurationData
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.routedesign.WaypointTurnDirection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.ChangeStoppingConditionOption
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.InvalidFuelStateBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.MaximumDurationBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.ReturnSegmentBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.StateForNextSegmentBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.SwitchableSegmentOption
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorConvergenceBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.SignalDirection
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.SphericalMedianCalculationMethod
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.CityType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.CovarianceReadOptions
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkAttitudeFileVersion
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkEphemerisFile.DistanceUnit
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkEphemerisFile.StkTimeFormat
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkEphemerisFileVersion
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkPatternFileVersion
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stk.StkSatelliteDatabaseType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.CircularRange
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.InequalityCondition
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionEnabled
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionTriggeredBehavior
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionValueStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.StopType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.stoppingconditions.WhenToCheckConstraint
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in class agi.foundation.terrain.GTOPO30Options
-
Get the set of values that are associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.terrain.HeightReference
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.terrain.RasterTerrainGridCellDiagonal
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.terrain.TerrainRegionStatus
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.time.Iso8601Format
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.foundation.tracking.MatchingStrategy
-
Get the enum constant that is associated with the given numeric value.
- getFrontEnd() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
- getFrontEndBandwidth() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the bandwidth of the receiver used to track all signals, in hertz.
- getFrontEndBandwidth() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the bandwidth of the front end used to track all signals, in hertz.
- getFrontEndSignalPropagationGraph() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getFrozenCopy() - Method in class agi.foundation.coordinates.Matrix
-
Gets a frozen copy of this
Matrix
.
- getFrozenObject() - Method in exception agi.foundation.ObjectFrozenException
-
Gets the object that was frozen, if available.
- getFrustumColor() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the color of the Projection's
frustum.
- getFrustumTranslucency() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the translucency of the Projection's
frustum.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Gets the commanded rate of fuel flow.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Gets the commanded rate of fuel flow.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Gets a scalar which will determine the commanded rate of fuel flow.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Gets a scalar which will determine the commanded rate of fuel flow.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Gets a scalar which will determine the commanded rate of fuel flow.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the fuel flow rate.
- getFuelFlowRate() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the fuel flow rate.
- getFuelFlowRateLimits() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
- getFuelFlowRateLimits() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
- getFuelFlowRateScalar() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Gets the scalar representing the fuel flow rate.
- getFuelMassIdentification() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the identification of the fuel mass getting propagated.
- getFunction() - Method in class agi.foundation.geometry.shapes.EnclosureDescription
-
Gets the enclosure function.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the evaluation function.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the evaluation function.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
Gets the function for which the extremum was found.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the function for which the extremum is indicated.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
Gets the function for which the extremum was found.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the function for which the extremum is indicated.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the evaluation function.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
Gets the function for which the extremum was found.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the function for which the extremum is indicated.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the function that crossed the threshold.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the evaluation function.
- getFunction() - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Gets the multivariate, vector function representing the set of ordinary differential equations.
- getFunction() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the function to explore.
- getFunction() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampledEventArgs
-
Gets the function that was sampled.
- getFunction() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the function to explore.
- getFunction() - Method in class agi.foundation.numericalmethods.DurationFunctionSampledEventArgs
-
Gets the function that was sampled.
- getFunction() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the function to explore.
- getFunction() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampledEventArgs
-
Gets the function that was sampled.
- getFunction() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
- getFunction() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- getFunction() - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Gets the function to adapt.
- getFunction() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the function to evaluate.
- getFunctionResult() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
Gets the results from the
Function
(
get
/
set
).
- getFunctionResult() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Gets the results from the
Function
(
get
/
set
).
- getFunctionResultsUsedToComputeDerivative() - Method in class agi.foundation.numericalmethods.NumericallyComputedMultivariableFunctionDerivativeResults
-
Gets the results of the function that were computed at the perturbed values of the variables.
- getFunctionResultsUsedToComputeDerivative() - Method in class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
-
Gets the results of the function that were computed at the perturbed values of the variables.
- getFunctions() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the collection of functions to be explored.
- getFunctions() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the collection of functions to be explored.
- getFunctions() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the collection of functions to be explored.
- getFunctionSampler() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Creates a sampler that takes the
DefaultStep
(
get
/
set
).
- getFunctionSampler(Function2<Double, Double>) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Creates a sampler that takes a step suggested by a given function, or
the
DefaultStep
(
get
/
set
) if not step is suggested.
- getFunctionSampler() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Creates a sampler that takes the
DefaultStep
(
get
/
set
).
- getFunctionSampler(Function2<Duration, Double>) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Creates a sampler that takes a step suggested by a given function, or
the
DefaultStep
(
get
/
set
) if not step is suggested.
- getFunctionSampler() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Creates a sampler that takes the
DefaultStep
(
get
/
set
).
- getFunctionSampler(Function2<JulianDate, Double>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Creates a sampler that takes a step suggested by a given function, or
the
DefaultStep
(
get
/
set
) if not step is suggested.
- getFunctionSolverResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
-
- getFunctionTolerance() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the convergence tolerance on the value of the function.
- getFunctionTolerance() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the convergence tolerance on the value of the function.
- getFunctionTolerance() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the convergence tolerance on the value of the function.
- getFunctionTolerance() - Method in class agi.foundation.numericalmethods.advanced.LineSearchSettings
-
Gets the convergence tolerance on the value of the function.
- getFunctionTolerance() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the tolerance used to determine whether the function is zero and a root has been found.
- getFunctionTolerance() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets how close the function value must get to the
threshold
to
be considered equal to.
- getFunctionTolerance() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets how close the function value must get to the
Threshold
(
get
) to be considered equal to.
- getFunctionType() - Method in class agi.foundation.geometry.shapes.EnclosureDescription
-
Gets the type of value returned by the
Function
(
get
).
- getFunctionValue() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the value of the
Function
(
get
) at the
Root
(
get
).
- getFunctionValue() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets the multivariable function evaluation results.
- getFunctionValueInDomain(double) - Method in class agi.foundation.access.CircularAccessConstraint.CircularAccessConstraintEvaluator
-
Converts the given angle value to lie in the domain represented by
the current
StartAngle
(
get
)
and
StopAngle
(
get
).
- getGain() - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Gets the photodetector gain.
- getGain() - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Gets the gain (a factor that multiplies the signal power)
to apply to the input signal.
- getGain() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the gain for the amplifier (a factor that multiplies signal power) to apply to the input signal.
- getGain() - Method in class agi.foundation.communications.Transponder
-
Gets the gain (a factor that multiplies the signal power) used in the transponder's amplifier.
- getGainDecibel(int, int) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Gets the gain value in decibel units at the given phi, theta indices.
- getGainFunction() - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Gets the gain pattern function which takes a direction as a
Cartesian
and
returns a gain value as a double.
- getGainInterpolationDecibelScale() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets a value indicating whether or not the interpolation will be performed in decibels.
- getGainLeftHandCircular(int, int) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the left-hand circular gain value at the given clock angle, cone angle indices.
- getGainRightHandCircular(int, int) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the right-hand circular gain value at the given clock angle, cone angle indices.
- getGamma() - Method in class agi.foundation.graphics.imaging.GammaCorrectionFilter
-
Gets the gamma value for the filter.
- getGanymede() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Jovian moon Ganymede.
- getGanymede() - Static method in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Ganymede.
- getGanymedePoint() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Ganymede
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getGapColor() - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Gets the color of the gaps between dashes on the line.
- getGasparaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Gaspara.
- getGenerateMipmapCompatibleTextures() - Method in class agi.foundation.graphics.advanced.Texture2DFactory
-
- getGenerationTimes() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Gets a collection of the
TimeIntervals
when the
transmitter is broadcasting.
- getGenerationTimes() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets a collection of the
TimeIntervals
when the
transmitter is broadcasting.
- getGenerationTimes() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets a collection of the
TimeIntervals
when the
transmitter is broadcasting.
- getGenerationTimes() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Gets a collection of the
TimeIntervals
when the signal is
being generated.
- getGenerationTimes() - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Gets a collection of the
TimeIntervals
when the signal is
being generated.
- getGenerationTimes() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets a collection of the
time intervals
when the
transmitter is broadcasting.
- getGenerationTimes() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets a collection of the
TimeIntervals
when the
transmitter is broadcasting.
- getGeomagneticFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the value for the time lag used when modeling when to apply the values of
GeomagneticFlux
to the atmosphere.
- getGeomagneticFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the value for the time lag used when modeling when to apply the values of
GeomagneticFlux
to the atmosphere.
- getGeomagneticFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the value for the time lag used when modeling when to apply the values of
GeomagneticFlux
to the atmosphere.
- getGeomagneticFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the value for the time lag used when modeling when to apply the values of
GeomagneticFlux
to the atmosphere.
- getGeomagneticFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the value for the time lag used when modeling when to apply the values of
GeomagneticFlux
to the atmosphere.
- getGeometric() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the geometric dilution of precision (GDOP).
- getGeometryMatrix() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the Geometry matrix (G) after the rotation to the receiver orientation is applied.
- getGetter() - Method in class agi.foundation.tracking.EntitySchemaProperty
-
Gets a callback to get the value of the property.
- getGlobalEphemerisError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the global ephemeris error integrated over the surface of the Earth.
- getGlobalPositioningSystemTime() - Static method in class agi.foundation.time.TimeStandard
-
Gets the Global Positioning System (GPS) time standard.
- getGlobalUserRangeError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the global user range error, integrated over the surface of the Earth.
- getGlobeOverlay() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Gets the globe overlay associated with this instance.
- getGlobeOverlaySettings() - Method in class agi.foundation.graphics.Scene
-
- getGlobeOverlaySettings() - Static method in class agi.foundation.graphics.SceneManager
-
- getGlowPower() - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Gets the strength of the glow.
- getGoal() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets a value indicating whether the cost function is supposed to be minimized or maximized.
- getGoal() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Gets a value indicating whether the cost function is supposed to be minimized or maximized.
- getGoalSignalToNoiseRatio() - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Gets the goal signal-to-noise ratio, after integration.
- getGpsReceiver() - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Gets the GPS receiver associated with this extension.
- getGpsReceiver(IServiceProvider) - Static method in class agi.foundation.navigation.GpsReceiverHelper
-
- getGpsReceiver(IServiceProvider, String) - Static method in class agi.foundation.navigation.GpsReceiverHelper
-
- getGpsReceiver() - Method in interface agi.foundation.navigation.IGpsReceiverService
-
Gets the GPS Receiver.
- getGpsReceiverService() - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Gets the service provider providing the
IGpsReceiverService
, which will be used to determine access to the Satellite.
- getGpsReceiverService(IServiceProvider) - Static method in class agi.foundation.navigation.GpsReceiverHelper
-
- getGpsReceiverService(IServiceProvider, String) - Static method in class agi.foundation.navigation.GpsReceiverHelper
-
- getGpsWeek() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the GPS Week # (to go with
TimeOfEphemeris
(
get
)).
- getGradient(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Get the interpolated gradient of height with respect to the terrain at the
specified longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getGranularity() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Gets the maximum angular distance in radians between sample points along the polyline.
- getGranularity() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Gets the maximum angular distance in radians between sample points along the boundary of the area.
- getGranularity() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the granularity, in radians, used to compute the surface curve.
- getGranularity() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the granularity, in radians, used to compute the surface geometry.
- getGranularity() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets the granularity, in radians, used to compute the line.
- getGranularity() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
Gets the granularity, in radians, used when the triangulation was computed.
- getGranularity() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
- getGranularity() - Method in class agi.foundation.graphics.GreatArcInterpolator
-
Gets or sets the granularity, in radians, used when interpolating with Interpolate
.
- getGranularity() - Method in class agi.foundation.graphics.RhumbLineInterpolator
-
Gets or sets the granularity, in radians, used when interpolating with Interpolate
.
- getGravitationalAcceleration() - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Gets the gravitational acceleration constant to use when evaluating the load factor.
- getGravitationalAcceleration() - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Gets the gravitational acceleration constant to use when evaluating the load factor.
- getGravitationalAcceleration() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets the gravitational acceleration constant to use when converting load factors to accelerations.
- getGravitationalParameter() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets the gravitational parameter to use when computing gravity, in meters cubed per second squared.
- getGravitationalParameter(JplDECentralBody) - Method in class agi.foundation.celestial.JplDE
-
Gets the gravitational parameter of a central body in SI units (m^3/s^2).
- getGravitationalParameter() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Gets the gravitational parameter to use for the two-body gravity correction.
- getGravitationalParameter() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets the gravitational parameter of the primary gravitational body.
- getGravitationalParameter() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the gravitational parameter of the central body described by this gravity field.
- getGravitationalParameter() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the gravitational parameter of the central body.
- getGravitationalParameter() - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Gets the gravitational parameter of the perturbing gravitational body,
in meters cubed per second squared.
- getGravitationalParameter() - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets the gravitational parameter to use when computing gravity, in meters cubed per second squared.
- getGravitationalParameter() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the gravitational parameter used to compute these elements (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the gravitational parameter associated with this element set (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the gravitational parameter used for this element set (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the gravitational parameter used for this element set (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the gravitational parameter used for this element set (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the gravitational parameter associated with this element set (distance cubed per time squared).
- getGravitationalParameter() - Method in class agi.foundation.geometry.AxesBPlane
-
Gets the gravitational parameter of the
CentralBody
(
get
/
set
).
- getGravitationalParameter() - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Gets the gravitational parameter to use when computing the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Gets the gravitational parameter to use when computing the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Gets the gravitational parameter to use when computing the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Gets the gravitational parameter to use when computing the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Gets the gravitational parameter to use to compute the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Gets the gravitational parameter to use to compute the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Gets the gravitational parameter to use to compute the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Gets the gravitational parameter to use to compute the elements.
- getGravitationalParameter() - Method in class agi.foundation.geometry.VectorBPlane
-
Gets the gravitational parameter of the
CentralBody
(
get
/
set
).
- getGravitationalParameter() - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Gets the gravitational parameter to use in the two-body orbit propagation.
- getGravitationalParameter() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the gravitational parameter of the central body that the spacecraft is orbiting.
- getGravitationalParameter() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the gravitational parameter of the
CentralBody
(
get
/
set
).
- getGravitationalParameter() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the gravitational parameter of the
CentralBody
(
get
).
- getGravitationalParameter() - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Gets the gravitational parameter used to determine the orbit.
- getGravitationalParameter() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the gravitational parameter of the central body around which to propagate.
- getGravitationalParameter() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the gravitational parameter of the central body around which to propagate.
- getGravitationalParameter() - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Gets the gravitational parameter of the central body, about which the solver is used.
- getGravitationalParameter() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets the gravitational parameter for the central body around which to propagate.
- getGravitationalParameter() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Gets the gravitational parameter for the central body around which to propagate.
- getGravitationalParameter() - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Gets the gravitational parameter of the central body that the propagated
element is around.
- getGravitationalParameterNative(JplDECentralBody) - Method in class agi.foundation.celestial.JplDE
-
Gets the gravitational parameter of a central body in AU^3/day^2.
- getGravityField() - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
- getGravityModel() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the model defining the magnitude of the gravitational acceleration.
- getGravityModel() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
- getGreenwichHourAngle(JulianDate) - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Computes the hour angle measured using the Greenwich mean sidereal time.
- getGreenwichMeanSiderealTime(JulianDate) - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Computes the mean sidereal time of Greenwich at the provided Julian date.
- getGreenwichMeanSiderealTimeOfMidnight(JulianDate) - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Computes the mean sidereal time of Greenwich at 0hr UT1 on the provided Julian date.
- getGreenwichTrueSiderealTimeEvaluator() - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Gets an evaluator that computes the true sidereal time of Greenwich.
- getGreenwichTrueSiderealTimeEvaluator(EvaluatorGroup) - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Gets an evaluator that computes the true sidereal time of Greenwich.
- getGrid() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Gets the 1 or 3 character grid zone designator.
- getGrid() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets the grid used to generate points of interest over which to analyze coverage.
- getGridCellBoundaries(List<CoverageGridPoint>) - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Generates a list of boundary curves corresponding to the grid point cells represented by each grid point in the specified list.
- getGridCellBoundary(CoverageGridPoint) - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Generates a boundary curve for the given grid point cell represented by the given grid point.
- getGridCellBoundary() - Method in class agi.foundation.geometry.discrete.EllipsoidSurfaceRegionCoverageGridCell
-
- getGridCellBoundaryVertices() - Method in class agi.foundation.geometry.discrete.EllipsoidSurfaceRegionCoverageGridCell
-
Gets the grid point's grid cell boundary vertices.
- getGridCellBounds() - Method in class agi.foundation.geometry.discrete.VolumeElementCoverageGridCell
-
Gets the grid cell bounds.
- getGridPoint() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
Gets a
Point
object that defines the location of any given grid point during the
coverage computation.
- getGridPoint() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
Gets a
Point
object that defines the location of any given grid point during the
coverage computation.
- getGridPointCreationCallback() - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Gets a delegate that is used to create properties for each grid point used in an access calculation.
- getGridPointCreationCallback() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Gets a delegate that is used to create properties for each grid point used in an access calculation.
- getGridPointData() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Gets the list of grid point data.
- getGridPointPlaceholder() - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
- getGridPointPlaceholder() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
- getGridPointPlaceholder() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
- getGridPointPlaceholder() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
- getGridPointProvider() - Method in class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
-
- getGridPointRange(List<Double>, int) - Method in class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Gets the range in the coordinate that the grid point indicated by currentIndex
refers to.
- getGridPointRangeWithWrapping(List<Double>, int) - Method in class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Gets the range in the coordinate that the grid point indicated by currentIndex
refers to.
- getGridPoints() - Method in class agi.foundation.coverage.CoverageResults
-
Gets a list of grid points.
- getGridPointService() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets the service used at each grid point.
- getGroundRefractiveIndexStructureParameter() - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Gets the nominal ground level refractive index structure parameter value in units m-2/3.
- getGroundSpeed() - Method in class agi.foundation.propagators.Waypoint
-
Gets the speed tangent to the ellipsoid surface.
- getGroup() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.coordinates.StateElementAdapter
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.coordinates.StateEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.Evaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in interface agi.foundation.IEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.MotionEvaluator1
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.MotionEvaluator2
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the group that contains this evaluator.
- getGroup() - Method in class agi.foundation.terrain.TerrainCache
-
- getGroupDelayDifferential() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the group delay differential (tgd) in seconds.
- getGroupName() - Method in class agi.foundation.celestial.IndividualPlateModel
-
Gets the name of the group of plates that contains this plate.
- getHailIndicator() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets a value indicating whether hail was detected since the last measurement.
- getHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the half beamwidth value.
- getHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the half beamwidth value.
- getHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the half beamwidth value.
- getHandledButtons() - Method in class agi.foundation.graphics.advanced.MouseOptions
-
- getHardwareLink() - Method in class agi.foundation.communications.Transceiver
-
- getHardwareLink() - Method in class agi.foundation.communications.Transponder
-
- getHasConfigurationErrors() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets a value indicating whether there were errors while configuring the route.
- getHasConverged() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets a value indicating whether the algorithm is in the converged state.
- getHasConverged() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets a value indicating whether the algorithm is in the converged state.
- getHasConverged() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets a value indicating whether the algorithm is in the converged state.
- getHasDefaultValue() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets a value indicating whether this parameter has a default value and is therefore optional.
- getHasFailures() - Method in class agi.foundation.communications.AntennaTargetingResultCollection
-
Gets a value indicating whether there are any targeting failures.
- getHashCode(T) - Method in interface agi.foundation.compatibility.IEqualityComparer
-
Returns a hash code for the specified object.
- getHashCode(Object) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for a specified object, or zero if the object is null
.
- getHashCode(String) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for a specified string, or zero if the string is null
.
- getHashCode(double) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for a specified double.
- getHashCode(int) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for a specified int.
- getHashCode(boolean) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for a specified boolean.
- getHashCode(Iterable<T>) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified sequence.
- getHashCode(Iterable<T>, HashCode.GetHashCodeFunction<T>) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified sequence.
- getHashCode(T[]) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified array.
- getHashCode(double[]) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified array.
- getHashCode(T[], HashCode.GetHashCodeFunction<T>) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified array.
- getHashCode(T[][]) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified two dimensional array.
- getHashCode(double[][]) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified two dimensional array.
- getHashCode(T[][], HashCode.GetHashCodeFunction<T>) - Static method in class agi.foundation.infrastructure.HashCode
-
Gets a hash code for the items in the specified two dimensional array.
- getHashCode(IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
-
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
- GetHashCodeFunction() - Constructor for class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
-
Creates a new instance of this delegate.
- GetHashCodeFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
-
Initializes a delegate that will invoke an instance method on a class instance.
- GetHashCodeFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
-
Initializes a delegate that will invoke a static method on a class.
- getHasZeroMagnitude() - Method in class agi.foundation.coordinates.Cartesian
-
Gets a value indicating whether the
Magnitude
(
get
) of this instance is zero.
- getHasZeroMagnitude() - Method in class agi.foundation.coordinates.Rectangular
-
Gets a value indicating whether the
Magnitude
(
get
) of this instance is zero.
- getHasZeroNorm() - Method in class agi.foundation.coordinates.Quaternion
-
Gets a value indicating whether the
Norm
(
get
) of this instance is zero.
- getHeader() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the header of the SP3a file.
- getHeader() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the header of the SP3c file.
- getHeader() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the header of the SP3d file.
- getHeaders() - Method in class agi.foundation.navigation.datareaders.RinexObservation
-
- getHeading() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Gets the heading of the rhumb line.
- getHeading(Motion1<Double>, int) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Get the heading and its derivatives, in radians and radians/meter.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Get the heading at an arbitrary point along the connection, in radians.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the heading at an arbitrary point along the connection, in radians.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Get the heading measured clockwise from local north, in radians.
- getHeading(Motion1<Double>, int) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Get the heading and its derivatives, in radians and radians/meter.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the heading at an arbitrary point along the connection, in radians.
- getHeading(Duration) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Get the heading at a given time since the start of the segment.
- getHeading(Duration, int) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Get the heading and rates at a given time since the start of the segment.
- getHeading(Motion1<Double>, int) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Get the heading and its derivatives, in radians and radians/meter.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the heading at an arbitrary point along the connection, in radians.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Get the heading measured clockwise from local north, in radians.
- getHeading(Motion1<Double>, int) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Get the heading and its derivatives, in radians and radians/meter.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Get the heading at an arbitrary point along the connection, in radians.
- getHeading(double) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Get the heading measured clockwise from local north, in radians.
- getHeading(Motion1<Double>, int) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Get the heading and its derivatives, in radians and radians/meter.
- getHeading() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Gets the position's heading with respect to north at which to arrive at and leave from the waypoint
Position
(
get
/
set
),
in radians.
- getHeadingAlongLength() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the heading along the
Length
(
get
/
set
) with respect to north, in radians.
- getHeadingFromParameter(double) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Get the heading of the arc at a point specified by the given parameter.
- getHealth() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the Sv health (bits 17-22 w 3 sf 1).
- getHealth() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the satellite health code.
- getHealth() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the satellite health code.
- getHeight() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the height of the billboard, in pixels (or meters, if
SizeInMeters
(
get
/
set
) is
true
).
- getHeight() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the height above the surface of the
CentralBody
that the region is drawn.
- getHeight() - Method in class agi.foundation.compatibility.DimensionF
-
Gets the vertical component.
- getHeight() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the height of the rectangle.
- getHeight() - Method in class agi.foundation.coordinates.Cartographic
-
Gets the linear coordinate measured perpendicular to the surface of the ellipsoid and positive above the surface.
- getHeight() - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Gets the height of the overlay.
- getHeight() - Method in class agi.foundation.graphics.advanced.Tile
-
Gets the height of the tile in pixels.
- getHeight() - Method in class agi.foundation.graphics.imaging.Raster
-
Gets the height of the raster in pixels.
- getHeight() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the height of the raster in pixels.
- getHeight() - Method in class agi.foundation.graphics.Overlay
-
Gets the height of the overlay.
- getHeight() - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Gets the height of the texture in texels.
- getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
- getHeight(Duration) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
- getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
- getHeight(Duration, TerrainProvider) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Get the height at a given time since the start of the segment.
- getHeight(Duration, int, TerrainProvider) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Get the height and rates at a given time since the start of the segment.
- getHeight(Duration) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
- getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
- getHeight(Duration) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
- getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
- getHeight() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets the constant target height above the reference surface of the surface path, in meters.
- getHeight(double, double) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude
using the given interpolator.
- getHeight(double, double) - Method in class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double, TerrainInterpolator<QuantizedMeshTerrainTile>) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
specified
TerrainInterpolator
.
- getHeight(long) - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the height of the vertex in the tile with the given index.
- getHeight(double, double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeight(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
specified
TerrainInterpolator
.
- getHeight(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude using the
default interpolator for this terrain provider.
- getHeightBounds() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the height bounds of the cone.
- getHeightBounds() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the height bounds for the cylinder's z coordinate.
- getHeightBounds() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets the height bounds relative to the reference surface of the
UnderlyingGrid
(
get
).
- getHeightBounds() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the height bounds of the pyramid.
- getHeightConfigurationResult() - Method in class agi.foundation.routedesign.advanced.ProfileConfigurationResult
-
Gets the result containing a status message and diagnostic information for the
configuration of the profile's height.
- getHeightGriddingTechnique() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the gridding technique used in the cone's height coordinate.
- getHeightGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the gridding technique used in the height (z) coordinate.
- getHeightGriddingTechnique() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets the gridding technique used to extrude the
UnderlyingGrid
(
get
).
- getHeightGriddingTechnique() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the gridding technique used in the height direction of the pyramid.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightNativeUnits(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude.
- getHeightReference() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the height reference of the billboard.
- getHeightReference() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the height reference of the region, which indicates if
Height
(
get
/
set
) is relative to terrain or not.
- getHeightReference() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the height reference of the label.
- getHeightReference() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the height reference of the model.
- getHeightReference() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the height reference of the point.
- getHeightReference(Duration) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Get the
TerrainProvider
height reference for the profile height at the given time.
- getHeightReference(Duration) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Get the
TerrainProvider
height reference for the profile height at the given time.
- getHeightReference(Duration) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Get the
TerrainProvider
height reference for the profile height at the given time.
- getHeightReference(Duration) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Get the
TerrainProvider
height reference for the profile height at the given time.
- getHeightReference() - Method in class agi.foundation.terrain.TerrainProvider
-
- getHeightReferenceSurface() - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Gets the reference surface used in defining the height coordinate of the
Position
(
get
/
set
).
- getHeightReferenceSurface() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Gets the reference surface above which the height is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets the reference surface above which the
Altitude
(
get
/
set
) is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Gets the reference surface above which this scalar is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Gets the reference surface above which this scalar is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the reference terrain surface from which the height is measured.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the reference terrain surface from which the height is measured.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets the reference surface above which the height is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the reference surface above which the profile height is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the reference surface above which the height is defined.
- getHeightReferenceSurface() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the reference surface above which the height is defined.
- getHeightRelativeToShape(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude
relative to the provider's
Shape
(
get
/
set
).
- getHeightRelativeToShape(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the interpolated height of the terrain at the specified longitude and latitude
relative to the provider's
Shape
(
get
/
set
).
- getHeightRelativeToSurface(double, double) - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Gets the height of a point at a specific longitude and latitude.
- getHeights() - Method in class agi.foundation.tirem.TiremTerrainProfile
-
Gets the array of profile terrain heights above mean sea level in meters.
- getHeightUnit() - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Gets the unit with which the
Height
(
get
) property is represented.
- getHeightUnit() - Method in class agi.foundation.graphics.Overlay
-
Gets the unit of the Height
property.
- getHelenePoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Helene
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getHemisphere() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Gets the hemisphere of the coordinates.
- getHemisphere() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Gets the hemisphere of the coordinates.
- getHessian(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Get the interpolated hessian matrix based on the function of height with respect to
the specified longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getHighFrequency() - Method in class agi.foundation.stk.StkDatabaseFrequencyRange
-
Gets the high frequency of the range, in megahertz.
- getHistory(TEntity) - Method in class agi.foundation.tracking.HistoryGenerator
-
Gets the
EntityHistory
for the provided entity, or
null
if no history is found.
- getHistoryGenerator() - Method in class agi.foundation.tracking.HistoryVisualizer
-
- getHistoryGenerator() - Method in class agi.foundation.tracking.WaypointVisualizer
-
- getHistoryLength() - Method in class agi.foundation.tracking.HistoryGenerator
-
Gets the length of history to keep in memory for each track.
- getHoldTime() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Gets the duration of time to wait at the waypoint.
- getHoles() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
- getHoles() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Gets a read only collection of surface regions that denote topological cuts (holes) of this region.
- getHoles() - Method in class agi.foundation.geometry.shapes.SensorProjectionBoundary
-
Gets the collection of boundaries representing holes in the sensor projection.
- getHomelessEntities() - Method in class agi.foundation.tracking.EntityFilterChain
-
Gets the set of entities that do not match any of the filters in the chain.
- getHorizons() - Method in class agi.foundation.geometry.shapes.SensorProjectionBoundary
-
Gets the collection of horizons along this boundary.
- getHorizontal() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Gets the linear coordinate measured in the local horizontal plane.
- getHorizontalAcceleration() - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Gets the horizontal component of the acceleration.
- getHorizontalBehavior() - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Gets the horizontal behavior of the maneuver.
- getHorizontalFieldOfView() - Method in class agi.foundation.graphics.Camera
-
Gets the horizontal field of view in radians.
- getHorizontalOrigin() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets whether the billboard is left, center, or right-aligned with the origin.
- getHorizontalOrigin() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets whether the label is left, center, or right-aligned with the origin.
- getHorizontalVectorComponent() - Method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Gets the horizontal polarization electric field component.
- getHorizontalWindSpeed() - Method in class agi.foundation.celestial.ConstantWindModel
-
Gets the horizontal speed of the wind in meters/second.
- getHour() - Method in class agi.foundation.time.GregorianDate
-
Gets the hour (in the range 0 through 23).
- getHullVertices() - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Gets a
List
of the vertices composing the hull in counter-clockwise order.
- getHydraPoint() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Hydra
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getHyperion() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Hyperion.
- getHyperion() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Hyperion.
- getHyperionPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Hyperion
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getIapetus() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Iapetus.
- getIapetus() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Iapetus.
- getIapetusPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Iapetus
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getIboCarrierToImCurve() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
-
Gets a function which represents the input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) curve.
- getIboOboCurve() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
-
Gets a function which represents the input back-off/output back-off (IBO/OBO) curve.
- getIdaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Ida.
- getIdealGasConstant() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets the ideal gas constant (R*) used by the model, in J/(kmol*K).
- getIdentification() - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Gets the string identifying this instance in the overall output.
- getIdentification() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Gets the string identifying this instance in the overall output.
- getIdentification() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets the string identifying this instance in the overall output.
- getIdentification() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets the string identifying this instance in the overall output.
- getIdentification() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the string identifying this instance in the overall output.
- getIdentifications() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
- getIdentifier() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Gets the signal identifier.
- getIdentifier() - Method in interface agi.foundation.communications.IIdentifiableTransmitterService
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.PointScattererExtension
-
Gets the identifier for the signals scattered by this object.
- getIdentifier() - Method in class agi.foundation.communications.PointScattererInformation
-
Gets the signal identifier for the point scatterer.
- getIdentifier() - Method in class agi.foundation.communications.SignalChannelIdentifier
-
- getIdentifier() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets the identifier for this transmitter's signals.
- getIdentifier() - Method in class agi.foundation.communications.StringSignalIdentifier
-
Gets the string identifier used to identify a signal.
- getIdentifier() - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Gets the unique identifier of the object.
- getIdentifier() - Method in interface agi.foundation.infrastructure.IIdentifierService
-
Gets the unique identifier of the object.
- getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
- getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
- getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
- getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
- getIdentifier() - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Gets the interference signal identifier implementation.
- getIdentifier() - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Gets the target signal identifier.
- getIdentifier() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
- getIdentifier() - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Gets the identifying object for this evaluator.
- getIdentifier() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Gets the identifier of the operator that produced this evaluator.
- getIdentifier() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
- getIdentifier() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
- getIdentifiers() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the identifiers of all of the elements propagated by the segment.
- getIdentity() - Static method in class agi.foundation.coordinates.Matrix3By3
-
Gets a
Matrix3By3
representing an identity transformation.
- getIdentity() - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
- getIdentity() - Static method in class agi.foundation.coordinates.Matrix6By6
-
Gets a
Matrix6By6
representing an identity transformation.
- getIdentity() - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
- getIdentity() - Static method in class agi.foundation.coordinates.Quaternion
-
Gets the set of
Quaternion
coordinates representing the identity vector.
- getIdentity() - Static method in class agi.foundation.coordinates.UnitQuaternion
-
Gets a set of
UnitQuaternion
coordinates representing the identity vector.
- getIgnitionState() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Gets a parameter that represents the ignition state, taking into account the
BurnCenteringDuration
(
get
/
set
) and
BurnCenteringBias
(
get
/
set
).
- getIgnoreFinalPropagation() - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
-
Gets a value indicating whether the parent
FollowSegment
should ignore its
EndOfFollowSegment
(
get
/
set
).
- getIgnoreFinalPropagation() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
-
Gets a value indicating whether the parent
FollowSegment
should ignore its
EndOfFollowSegment
(
get
/
set
).
- getIgnorePropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
- getIgnorePropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
- getIgnorePropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkPatternFileOptions
-
- getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
- getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
- getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkPatternFileOptions
-
- getIlluminatingBody() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets the body that is used to determine the direction that solar panel plates face (typically, the Sun).
- getIlluminatingBody() - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets the body to use for the illuminating body (commonly the sun).
- getImage() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the billboard image.
- getImage() - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Gets the image to display on the surface.
- getImagery() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getImageryCacheSize() - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Gets the size of the imagery cache in megabytes.
- getImageryOverlay() - Method in class agi.foundation.graphics.GlobeImageOverlayAddCompleteEventArgs
-
- getImageryPixelError() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Gets the pixel error for imagery.
- getImageSubRegion() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets a sub-region of the image which will be used for the billboard, rather than the entire image,
measured in pixels from the bottom-left.
- getImaginary() - Method in class agi.foundation.coordinates.Complex
-
Gets the imaginary component of the complex number.
- getImaginaryOne() - Static method in class agi.foundation.coordinates.Complex
-
- getInAxes() - Method in class agi.foundation.geometry.AxesInAxes
-
Gets the axes in which to find the axes.
- getInAxes() - Method in class agi.foundation.geometry.VectorInAxes
-
Gets the axes in which to observe the vector.
- getInAxes() - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Gets the
Axes
(
get
/
set
) to observe in.
- getInAxes() - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Gets the
Axes
to observe in.
- getInclination() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the inclination of the orbit, in radians.
- getInclination() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the inclination of the orbit, in radians.
- getInclination() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the inclination of the orbit, in radians.
- getInclination() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the inclination of the orbit, in radians.
- getInclination() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the inclination, in degrees
- getInclination() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
- getInclinationAndRightAscensionCosineParameter() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Sin(Inclination)*Cos(Right Ascension Of Ascending Node) / (1 + Cos(Inclination) )
- getInclinationAndRightAscensionSineParameter() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Sin(Inclination)*Sin(Right Ascension Of Ascending Node) / (1 + Cos(Inclination) )
- getInclinationAngle() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the inclination angle.
- getInclinationAngle() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the inclination angle.
- getInclinationAngle() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the inclination angle.
- getInclinationAngle() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the inclination angle.
- getInclinationOffset() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the orbit inclination angle offset in semicircles.
- getInclinationRate() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the current rate of change of the
Inclination
(
get
), in radians per second.
- getIncludedSatellites() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the collection of satellites included in the accuracy computation.
- getIncludedSatellites() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the collection of satellites included in the accuracy computation.
- getIncludeGpsSignalsAsInterferers() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets a value indicating whether to add GPS signals as interference sources in the front end's communication system.
- getIncludeHighestDerivativeInOutput() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets a value indicating whether to include the derivative computed at each step with the output.
- getIncludeIntegratorInformationInOutput() - Method in class agi.foundation.propagators.NumericalPropagator
-
- getIncludesPermanentTides() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets a value indicating whether the coefficients of the gravity model include permanent tides.
- getIncludeTwoBodyGravity() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets a value indicating whether to include the effects of (two-body) gravity of zero degree and order
or to instead simply return the higher order perturbations.
- getIncrement() - Method in class agi.foundation.geometry.PointDifferentiator
-
Gets the increment used to calculate finite differences
- getIncrement() - Method in class agi.foundation.geometry.VectorDifferentiator
-
Gets the increment used to calculate finite differences
- getIncrementallyLoadTextures() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets whether or not the model can be rendered before all textures have loaded.
- getIndependentVariables() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
Gets the list of
IPartialDifferentiables
identifying the objects
that the partial derivatives calculated during evaluation are with respect to.
- getIndex() - Method in class agi.foundation.graphics.BatchPrimitiveIndex
-
The index of the item contained by the
Primitive
(
get
/
set
).
- getIndex() - Method in interface agi.foundation.infrastructure.IIndexedFormat
-
Gets the index associated with the format.
- getIndex() - Method in class agi.foundation.time.TimeStandard
-
Gets the index corresponding to this time standard.
- getIndexExtent() - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the extent of indices of this instance in the overall terrain provider.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
Gets the finding that indicated the existence of this extremum.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the finding that originally indicated the existence of this threshold crossing.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
Gets the finding that indicated the existence of this extremum.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the finding that originally indicated the existence of this threshold crossing.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
Gets the finding that indicated the existence of this extremum.
- getIndication() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the finding that originally indicated the existence of this threshold crossing.
- getIndication() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets an indication of how the propagator should continue after this event.
- getIndices() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
- getIndices() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
- getIndices() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getIndices() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
-
Gets indices into Positions
and Normals
.
- getIndicesIntoOverallState() - Method in class agi.foundation.propagators.PropagationStateArray
-
Gets the set of indices for each sub-state element which represent the
indices into the
OverallState
(
get
).
- getInequalities() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- getInequalities() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- getInequalityConstraintGradients() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
-
Gets the evaluated inequality constraint gradients.
- getInequalityConstraintSettings() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
- getInequalityConstraintValues() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
-
Returns a copy of inequality constraint values computed by the
function
.
- getInequalityCriteria() - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Gets how the calculated value should be checked to the threshold in the concrete type.
- getInequalityCriteria() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Gets how the calculated value should be checked to the threshold in the concrete type.
- getInertialFrame() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the inertial frame in which the light path is modeled.
- getInertialFrame() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.CentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Gets the default inertial frame for this planetary system.
- getInertialFrame() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets or sets an alternate inertial reference frame.
- getInertialFrame() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Gets the default inertial frame for this solar system.
- getInertialFrame() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the default Inertial frame for this central body.
- getInertialFrame() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets the inertial frame in which the light path is modeled.
- getInertialFrameForLightTravel() - Method in class agi.foundation.access.AccessComputation
-
Gets the inertial reference frame in which light travel is modeled.
- getInertialPropagationFrame() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the inertial propagation frame that is used to propagate the
OrbitStates
(
get
/
set
)
and the
CovarianceData
(
get
/
set
).
- getInertiaMatrix() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets the 3x3 inertia matrix of the gravity-gradient satellite.
- getInertiaMatrix() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets the 3x3 inertia matrix of the body on which the torques are applied.
- getInfinite() - Static method in class agi.foundation.time.TimeInterval
-
Gets an interval that represents the maximum possible span of time.
- getInfinite() - Static method in class agi.foundation.time.TimeIntervalCollection
-
- getInfinite() - Static method in class agi.foundation.time.TimeIntervalCollection1
-
- getInformation() - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Gets information about this GPS satellite.
- getInformation() - Method in interface agi.foundation.navigation.IGpsSatelliteInformationService
-
Gets information about this GPS satellite.
- getInFrame() - Method in class agi.foundation.platforms.PointGraphicsParameter
-
- getInitialAcceleration() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the initial acceleration at launch.
- getInitialAcceleration() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the initial acceleration at launch.
- getInitialAngle() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the initial flight path angle with respect to the reference surface, in radians.
- getInitialAngularVelocity() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets the initial angular velocity expressed in body-fixed axes.
- getInitialAttitudeQuaternion() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets the initial attitude quaternion that rotates from the
IntegrationFrame
(
get
/
set
) to the body-fixed reference frame.
- getInitialConditions() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the orbital elements from which to propagate.
- getInitialConditions() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the orbital elements from which to propagate.
- getInitialConditions() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the mean elements representing the initial conditions of the orbit.
- getInitialConditions() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Gets the first set of elements in the
ElementSets
(
get
).
- getInitialConditions() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets the orbital elements from which to propagate.
- getInitialConditions() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Gets the orbital state of the spacecraft at the
Epoch
(
get
/
set
).
- getInitialConditionsFixed() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the position and velocity at the
InitialTime
(
get
), in the
CentralBody
(
get
) fixed frame.
- getInitialConditionsInertial() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the position and velocity at the
InitialTime
(
get
), in the
CentralBody
(
get
) inertial frame.
- getInitialConsiderTransitionMatrix() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the optional user-specified initial consider transition matrix.
- getInitialDate() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Gets the initial date to propagate from.
- getInitialDate() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets the optional initial date for this propagator.
- getInitialDependentVariableValues() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the values of the dependent variables prior to an integration step.
- getInitialDuration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the time it takes for the segment to transition from the initial conditions
to the inclined slope.
- getInitialEpoch() - Method in class agi.foundation.celestial.JplDE
-
Gets the first epoch for which ephemeris data is available.
- getInitialEpoch() - Method in class agi.foundation.celestial.JplDEFile
-
Gets the initial epoch for which this file contains data.
- getInitialEpoch() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the time at which the
InitialConditions
(
get
/
set
) are valid.
- getInitialEpoch() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets the time at which the
InitialState
(
get
) is defined.
- getInitialFromPreviousState(CentralBody, Motion1<Cartesian>, ProfileDynamics, double) - Static method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Creates an instance of the procedure to represent an initial state for a route
based on a given state (position and velocity) in the
FixedFrame
(
get
/
set
) of the
CentralBody
.
- getInitialHeading() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the heading at the initial point.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets the initial heading measured eastward from north, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the initial heading of the connection, in radians.
- getInitialHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the initial heading of the given curve, in radians.
- getInitialHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the initial heading of the curve corresponding to the given parameters.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the initial heading of the connection, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Gets the initial heading measured eastward from north, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the initial heading of the connection, in radians.
- getInitialHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the initial heading of the curve corresponding to the given parameters.
- getInitialHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the initial heading of the given curve, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the initial heading of the connection, in radians.
- getInitialHeading(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the initial heading of the curve corresponding to the given parameters.
- getInitialHeading(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the initial heading of the given curve, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Gets the initial heading measured eastward from north, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the initial heading of the connection, in radians.
- getInitialHeading() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the initial heading measured eastward from north, in radians.
- getInitialHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial height of this profile above the reference surface.
- getInitialHeight() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the initial height above the reference surface, in meters.
- getInitialHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial height of this profile above the reference surface.
- getInitialHeight() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the initial target height above the
HeightReferenceSurface
(
get
/
set
), in meters.
- getInitialHeight() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the initial height of the incline with respect to the surface path, in meters.
- getInitialHeight() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the initial height of the incline with respect to the surface path, in meters.
- getInitialHeightAboveRunway() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the height above the runway at which the platform approaches the landing, in meters.
- getInitialHeightAboveRunway() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the initial height offset above the runway, in meters.
- getInitialHeightAboveTerrain() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the initial height above the terrain, in meters.
- getInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial height rate for this profile.
- getInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the initial vertical velocity, in meters per second.
- getInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial height rate for this profile.
- getInitialHeightRate() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the initial vertical velocity, in meters per second.
- getInitialHeightRate() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the initial vertical velocity, in meters per second.
- getInitialIndependentVariableValue() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the value of the independent variable prior to an integration step.
- getInitializeConditionCallback() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Gets a
delegate
to initialize this
condition
with the initial state.
- getInitializerCallback() - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
- getInitialMagneticFieldCoefficients() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Gets the collection that represents the static spherical-harmonic magnetic field
coefficients that are valid at the beginning of specific time intervals.
- getInitialMotion() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets the optional initial position and velocity for this propagator.
- getInitialPoint() - Method in class agi.foundation.geometry.shapes.Curve
-
Gets the initial point of the curve.
- getInitialPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Gets the initial planetodetic point on the path.
- getInitialPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the initial planetodetic point on the path.
- getInitialPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Gets the initial planetodetic point on the path.
- getInitialPoint() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Gets the initial planetodetic point on the path.
- getInitialPoint() - Method in class agi.foundation.geometry.VectorDisplacement
-
Gets the point which defines the beginning of the displacement vector.
- getInitialPoint() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the initial point of the connection segment.
- getInitialPoint() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Gets the initial point of the connection segment.
- getInitialPoint() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Gets the initial point of the connection segment.
- getInitialPoint() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Gets the initial point of the connection segment.
- getInitialPoint() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the initial point of the connection segment.
- getInitialPosition() - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Gets the initial position in the fixed frame.
- getInitialPosition() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the initial point of the ballistic trajectory, in the
CentralBody
(
get
/
set
) inertial frame.
- getInitialPosition() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the initial position, as a
Cartographic
in the
CentralBody
(
get
) fixed frame.
- getInitialPosition() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the initial position.
- getInitialPositionMotion() - Method in class agi.foundation.propagators.LambertResult
-
- getInitialPositionResiduals() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets an array of the initial position errors between the input position and the estimated position.
- getInitialPropagationDirection() - Method in class agi.foundation.propagators.StoppablePropagator
-
- getInitialRootMeanSquareError() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the initial value of the root mean square error of the estimated fit.
- getInitialRotation() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the rotational displacement of this axes with respect to the reference axes at the reference epoch.
- getInitialRotationalVelocity() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the magnitude of the rotational velocity with respect to the reference axes at the reference epoch.
- getInitialSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial speed for this profile.
- getInitialSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial speed for this profile.
- getInitialSpeed() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the initial speed at the beginning of the profile.
- getInitialSpeed() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets the initial speed at the beginning of the profile.
- getInitialSpeed() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the speed at which the platform is moving at the start of the runway, in meters per second.
- getInitialState() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the initial values of this element of the state and their derivatives.
- getInitialState() - Method in class agi.foundation.propagators.advanced.PropagationStepInformation
-
Gets the values of the dependent variables at the beginning of the current integration step.
- getInitialState() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets a copy of the raw initial state used to start propagation.
- getInitialState() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets the initial value and its derivatives up to the order
of the
ScalarDerivative
(
get
/
set
).
- getInitialState() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the initial vector and its derivatives up to the order
of the
VectorDerivative
(
get
/
set
).
- getInitialState(IntegrationSense) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
-
Creates the initial state from the wrapped propagator.
- getInitialState(IntegrationSense) - Method in class agi.foundation.propagators.StoppablePropagator
-
Creates the initial state from the wrapped propagator.
- getInitialState() - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Gets the initial state.
- getInitialState() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getInitialStateSegmentsState() - Method in class agi.foundation.segmentpropagation.InitialStateSegmentConfiguration
-
- getInitialStateTransitionMatrix() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the optional user-specified initial state transition matrix.
- getInitialStepSize() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the initial (positive) size of the step to add to the
InitialIndependentVariableValue
(
get
/
set
)
when performing an integration.
- getInitialSurfacePoint() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets the initial position at the start of the surface segment.
- getInitialSurfacePoint() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Gets the initial position at the start of the surface segment.
- getInitialSurfacePoint() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Gets the initial position at the start of the surface segment.
- getInitialSurfacePoint() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the initial position at the start of the surface segment.
- getInitialSurfaceSpeed() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
- getInitialTime() - Method in class agi.foundation.propagators.advanced.PropagationStepInformation
-
Gets the time at the beginning of the current integration step.
- getInitialTime() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the time at which the object leaves the
InitialPosition
(
get
/
set
) and begins its ballistic flight.
- getInitialTime() - Method in class agi.foundation.propagators.BallisticTrajectoryInformation
-
Gets the time at which the object leaves the
InitialPosition
(
get
)
- getInitialValue() - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Gets the initial
JulianDate
to use when the
Value
(
get
) is initially evaluated.
- getInitialValue() - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Gets the initial value to use when the
Value
(
get
) is initially evaluated.
- getInitialValue() - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Gets the initial
Duration
to use when the
Value
(
get
) is initially evaluated.
- getInitialValue() - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Gets the initial value to use when the
Value
(
get
) is first evaluated.
- getInitialValue() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets the initial value of the variable.
- getInitialValue() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Gets the initial value to use for the
StoppingCondition
that the
Threshold
(
get
)
is the threshold of.
- getInitialVelocity() - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Gets the initial velocity in the fixed frame.
- getInitialVelocity() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the initial velocity of the ballistic trajectory, in the
CentralBody
(
get
/
set
) inertial frame.
- getInitialVelocity() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the initial velocity.
- getInnerCostateParameter() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets a second optional parameter that can be used to evaluate the
Orientation
(
get
/
set
) and
ExhaustVelocity
(
get
/
set
).
- getInnerEvaluator() - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Gets the evaluator which is delayed by the
LinkDelay
(
get
).
- getInnerHalfAngle() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the inner half angle used to define the interior conical volume of exclusion.
- getInnerHalfAngle() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the inner half angle used to define the interior conical volume of exclusion.
- getInnerParameter() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the parameter used to evaluate the
Orientation
(
get
/
set
) and
ExhaustVelocity
(
get
/
set
).
- getInnerRadii() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the inner radii of the ellipsoid.
- getInnerScalar() - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Gets the scalar that produces an angle.
- getInnerWarning() - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionWarning
-
- getInputAntenna() - Method in class agi.foundation.communications.Transceiver
-
Gets the input antenna platform.
- getInputAntenna() - Method in class agi.foundation.communications.Transponder
-
Gets the input antenna platform.
- getInputAntennaGainPattern() - Method in class agi.foundation.communications.Transceiver
-
Gets the antenna gain pattern used by the input antenna.
- getInputAntennaGainPattern() - Method in class agi.foundation.communications.Transponder
-
Gets the antenna gain pattern used by the transponder's input antenna.
- getInputAntennaNoiseTemperature() - Method in class agi.foundation.communications.Transceiver
-
Gets the equivalent noise temperature for the antenna, in kelvin.
- getInputEntities() - Method in class agi.foundation.tracking.EntityFilterChain
-
Gets the input entity set being filtered.
- getInputPolarizationSource() - Method in class agi.foundation.communications.Transceiver
-
Gets the input polarization source.
- getInputPolarizationSource() - Method in class agi.foundation.communications.Transponder
-
Gets the input polarization source.
- getInputSignalProcessor() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the input to the signal processor.
- getInputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Gets the signal processor which produces the set of signals to transmit through the antenna.
- getInputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets the signal processor which produces the set of signals to transmit through the antenna.
- getInputSignalProcessor() - Method in interface agi.foundation.communications.antennas.ISignalToTransmitService
-
Gets the
SignalProcessor
which produces the set of signals to transmit,
just prior to passing through the antenna.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Gets the input to the signal processor.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the input to the signal processor.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Gets the input to the signal processor.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Gets the input to the signal processor.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalProcessor() - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Gets the signal processor which produces the set of signals which this processor modifies.
- getInputSignalSource() - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
- getInputTimeObserver() - Method in class agi.foundation.access.ConstraintQueryBuilder
-
- getInputWaveformProcessor() - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Gets the input to the waveform processor.
- getInstance() - Static method in class agi.foundation.celestial.Iau2006XysData
-
Gets the instance of the embedded IAU2006 XYS data.
- getInstance() - Static method in class agi.foundation.cesium.advanced.AzimuthElevationMaskCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.BillboardCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.CentralBodySurfaceCurveCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.CentralBodySurfaceRegionCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.CustomPropertiesCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.DeleteCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.DeleteOrientationCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.DeletePositionCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.DescriptionCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.EllipsoidCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.FieldOfViewCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.LabelCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.LinkCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.LocationPointCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.ModelCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.NameCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.OrientationAxesCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.ParentCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.PassThroughCesiumUriResolver
-
- getInstance() - Static method in class agi.foundation.cesium.advanced.PathCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.PointGraphicsCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.TilesetCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.VectorCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.cesium.advanced.ViewFromCesiumSource
-
Gets the instance.
- getInstance() - Static method in class agi.foundation.infrastructure.CalculationContext
-
Gets the current calculation context.
- getIntegratedSignalToNoisePlusInterferenceRatio() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the computed integrated signal-to-noise plus interference ratio for the received waveform.
- getIntegrationAxes() - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Gets the axes that this force model will be integrated in.
- getIntegrationAxes() - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Gets the
Axes
used to define the state during integration.
- getIntegrationAxes() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets a
Axes
which is parameterized on the attitude and angular velocity in the state during integration.
- getIntegrationDynamicMatrix() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getIntegrationElements() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- getIntegrationElements() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets names of the integration elements.
- getIntegrationFrame() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
- getIntegrationFrame() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
- getIntegrationFrame() - Method in class agi.foundation.geometry.AxesPropagationParameter
-
- getIntegrationFrame() - Method in class agi.foundation.geometry.PointPropagationParameter
-
- getIntegrationFrame() - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Gets the frame of the integrated point.
- getIntegrationFrame() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
- getIntegrationFrame() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the inertial
ReferenceFrame
in which the position, velocity, and forces are defined.
- getIntegrationGain() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the integration gain.
- getIntegrationInformation() - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
Gets the list of information about the integration process at each of the
Times
(
get
).
- getIntegrationPoint() - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Gets a
Point
which is parameterized on the position and velocity in the state
during integration.
- getIntegrationPoint() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Gets the
Point
used to determine the argument of latitude
at a particular time.
- getIntegrationPoint() - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Gets the
Point
of the integrated position.
- getIntegrationPoint() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets a
Point
which is parameterized on the position and velocity in the state during integration.
- getIntegrationTime() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the integration time, in seconds.
- getIntegrationValue() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets a
Scalar
object that is parameterized on this scalar value during integration.
- getIntegrationValue() - Method in class agi.foundation.propagators.PropagationVector
-
Gets a
Vector
object that is parameterized on a vector value in the state during integration.
- getIntegrator() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- getIntendedSignalEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Get an evaluator which produces a single
Signal
as the intended signal from the given
ISignalSource
.
- getIntendedSignalStrategies() - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
- getIntendedSignalStrategy() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Gets the strategy used to identify the signal to be used when computing this scalar.
- getIntendedSignalStrategy() - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Gets the strategy used to identify the signal to be used when computing this scalar.
- getIntendedSignalStrategy() - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Gets the strategy used to identify the signal to be used when computing this scalar.
- getIntendedSignalStrategy() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Gets the method used to identify the desired signal for scalar evaluation.
- getInterferencePower() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the interference power, in Watts.
- getInterferenceSignals() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the collection of interference signals that were received at the same time as the processed waveform signal.
- getInterferingSources() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getInteriorGraphics() - Method in interface agi.foundation.platforms.advanced.ICentralBodySurfaceRegionGraphicsService
-
Gets the graphics describing the interior of the region.
- getInteriorGraphics() - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Gets the graphics describing the interior of the region.
- getIntermediateAccelerationAlongSlope() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the total acceleration along the climb or descent plane measured positive
along the direction of motion, in meters per second squared.
- getIntermediateDuration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the time it takes for the segment to transition along the inclined slope
while ascending or descending.
- getIntermediateHorizontalAcceleration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the horizontal acceleration during the climb or descent measured positive
along the direction of motion, in meters per second squared.
- getIntermediateHorizontalRate() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the horizontal velocity during the climb or descent, in meters per second.
- getIntermediateInclineAngle() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the intermediate flight path angle with respect to the corresponding reference surface, in radians.
- getIntermediateVerticalAcceleration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the vertical acceleration during the climb or descent measured positive
along the direction of motion, in meters per second squared.
- getIntermediateVerticalRate() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the vertical velocity during the climb or descent, in meters per second.
- getInternalFormat() - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Gets the internal format of the texture.
- getInternationalAtomicTime() - Static method in class agi.foundation.time.TimeStandard
-
Gets the International Atomic Time (TAI) time standard.
- getInternationalCelestialReferenceFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the International Celestial Reference Frame.
- getInternationalDesignator() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the international designator.
- getInternationalDesignator() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the international designator
- getInternationalDesignator() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the international designator.
- getInternationalDesignator() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the international designator for the satellite.
- getInternationalDesignator() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
InternationalDesignator
(
get
/
set
)
must match in order to be included in the query.
- getInterpolationAlgorithm() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the algorithm to use for interpolation.
- getInterpolationAlgorithm() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets the interpolation algorithm used to interpolate.
- getInterpolationAlgorithm() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets the interpolation algorithm used to interpolate the rotational motion.
- getInterpolationAlgorithm() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets the interpolation algorithm used to interpolate the translational motion.
- getInterpolationDegree() - Method in interface agi.foundation.cesium.advanced.ICesiumDirectionService
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in interface agi.foundation.cesium.advanced.ICesiumOrientationService
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationDegree() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the degree of the polynomial to use for interpolation.
- getInterpolationMethod() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the optional interpolation method for the ephemeris data
immediately following the metadata block.
- getInterpolationOrder() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the interpolation order for the ephemeris data
immediately following the metadata block.
- getInterpolationOrder() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the order of the Lagrange polynomial to use to interpolate the data in the table.
- getInterpolationOrder() - Method in class agi.foundation.celestial.ScalarVariableArea
-
Gets the order of the interpolation that will be done to estimate the area.
- getInterpolator() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets an interpolator for the ephemeris data.
- getInterpolator() - Method in class agi.foundation.geometry.AxesInterpolator
-
Gets the interpolator.
- getInterpolator() - Method in class agi.foundation.geometry.PointInterpolator
-
Gets the interpolator.
- getInterpolator() - Method in class agi.foundation.geometry.ScalarInterpolator
-
Gets the interpolator.
- getInterpolator() - Method in class agi.foundation.geometry.VectorInterpolator
-
Gets the interpolator.
- getInterpolator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator() - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Gets an evaluator which can compute the interpolated value of a function.
- getInterpolator() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the interpolator used to get values between the analytical points.
- getInterpolator() - Method in class agi.foundation.stk.StkAttitudeFile.Attitude
-
Gets the interpolator to use to interpolate this attitude data.
- getInterpolator() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the interpolator to use to interpolate this covariance data.
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the interpolator to use to interpolate this ephemeris data.
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
- getInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
- getInterpretTimesUsingLeapSecondsFacet() - Method in class agi.foundation.celestial.EarthOrientationParametersReadOptions
-
- getIntersectionColor() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the color of the intersection outline of the sensor with the central body.
- getIntersectionWidth() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the width of the intersection outline of the sensor with the central body.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeleteFanDirectionsService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeleteOrientationService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeletePolygonHolesService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeletePolygonPositionsService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeletePolylinePositionsService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeletePositionService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in interface agi.foundation.cesium.advanced.ICesiumDeleteVectorDirectionService
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.cesium.Clock
-
Gets the time span covered by the document.
- getInterval() - Method in class agi.foundation.cesium.DeleteCesiumProperty
-
Gets the interval over which to delete data for the property.
- getInterval() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Interval property for the RINEX header.
- getInterval() - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Gets the interval which contains the data to return at time of evaluation.
- getIntervalEndTime() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the
SceneManager
time at which the video
will stop playing when the
Playback
property is set to
videoplayback.TimeInterval
.
- getIntervalOfValidity() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer
-
- getIntervals() - Method in class agi.foundation.cesium.CompositeCesiumProperty
-
Gets time intervals over which this property is defined.
- getIntervals() - Method in class agi.foundation.cesium.TimeIntervalCesiumProperty
-
Gets time intervals over which this property is defined.
- getIntervals() - Method in class agi.foundation.geometry.CompositeAxes
-
Gets the collection of intervals where the data for a given interval represents the Axes for that time.
- getIntervals() - Method in class agi.foundation.geometry.CompositePoint
-
Gets the collection of intervals where the data for a given interval represents the Point for that time.
- getIntervalStartTime() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the
SceneManager
time at which the video
will begin playing when the
Playback
property is set to
videoplayback.TimeInterval
.
- getInvalidFuelUseBehavior() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets a
enum
specifying what should be done if there
is not enough fuel for the requested
DeltaV
(
get
/
set
).
- getInverseSemimajorAxis() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the inverse of the semimajor axis.
- getInvert() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Gets a value indicating whether or not the angle should be measured opposite the usual direction.
- getInvert() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Gets a value indicating whether or not the angle should be measured opposite the usual direction.
- getInvertedQuery() - Method in class agi.foundation.access.AccessQueryNot
-
Gets the query to invert.
- getIo() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Jovian moon Io.
- getIo() - Static method in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Io.
- getIonosphereAlphaOne() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereAlphaThree() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereAlphaTwo() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereAlphaZero() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereBetaOne() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereBetaThree() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereBetaTwo() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIonosphereBetaZero() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the ionosphere parameters of almanac
- getIoPoint() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Io
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getIsActive() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets a value indicating whether this satellite is currently active, that is, whether it is currently
designated as this
PseudoRandomNumber
(
get
/
set
).
- getIsActive() - Method in class agi.foundation.Transaction
-
Gets a value indicating whether or not this transaction is still active.
- getIsAnimating() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
- getIsAnimating() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
Gets whether or not animation is playing.
- getIsBusy() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Gets a value indicating whether this instance is running an asynchronous operation.
- getIsConnected() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets a value indicating whether the figure is connected.
- getIsConnected() - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Gets a value indicating whether the figure is connected.
- getIsConnected() - Method in class agi.foundation.geometry.shapes.Figure
-
Gets a value indicating whether the figure is connected.
- getIsConnected() - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Gets a value indicating whether the figure is connected.
- getIsConnected() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets a value indicating whether the figure is connected.
- getIsDualFrequency() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets a value indicating whether this receiver uses signals from two frequencies.
- getIsDualFrequency() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets a value indicating whether this receiver uses signals from two frequencies.
- getIsEmpty() - Method in class agi.foundation.time.TimeInterval
-
Gets a value indicating whether the interval is empty.
- getIsEmpty() - Method in class agi.foundation.time.TimeInterval1
-
Gets a value indicating whether the interval is empty.
- getIsEmpty() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets a value indicating whether this interval collection is empty,
where emptiness is defined as the count of intervals being equal to zero.
- getIsEmpty() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets a value indicating whether this interval collection is empty,
where emptiness is defined as the count of intervals being equal to zero.
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
-
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
-
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
-
- getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
- getIsExecuting() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets a value indicating whether the task is currently executing.
- getIsExpired() - Method in class agi.foundation.LicensedComponent
-
Gets a value indicating whether this component is expired.
- getIsFinite() - Method in class agi.foundation.Bounds
-
Gets a value indicating whether this instance has a finite value as either the lower or upper bound.
- getIsFinite() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets a value indicating whether this instance has a finite range.
- getIsFrozen() - Method in class agi.foundation.communications.SignalPropagationGraph
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in interface agi.foundation.infrastructure.IFreezable
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets a value indicating whether this object is frozen.
- getIsFrozen() - Method in class agi.foundation.tracking.TrackingTypeArchiverCollection
-
Gets a value indicating whether this object is frozen.
- getIsInclusion() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets a value indicating whether access is satisfied inside or outside the
cartographic zone represented by this constraint.
- getIsInfinite() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets a value indicating whether the interval collection is infinite.
- getIsInfinite() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets a value indicating whether the interval collection is infinite.
- getIsLoaded() - Method in class agi.foundation.graphics.KmlFeature
-
Gets whether the document associated with this feature is loaded.
- getIsLockedInMemory() - Method in class agi.foundation.terrain.TerrainRegion
-
Gets a value indicating whether this region is locked in memory.
- getIsMatchMethod() - Method in class agi.foundation.tracking.DelegateEntityFilter
-
- getIsMaximumEnabled() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets a value indicating whether a maximum threshold is used in calculating constraint satisfaction.
- getIsMinimumEnabled() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets a value indicating whether a minimum threshold is used in calculating constraint satisfaction.
- getIsMixedOrder() - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Gets a value indicating whether the highest order derivative for each dependent variable
appearing in the set of equations is not the same.
- getIsNonNominalRunDifferent() - Method in class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
-
Gets a value indicating whether the associated
SegmentPropagator
will behave differently if it is
being run nominally or not.
- getIsNonNominalRunDifferent() - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Gets a value indicating whether the associated
SegmentPropagator
will behave differently if it is
being run nominally or not.
- getIsNonNominalRunDifferent() - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Gets a value indicating whether the associated
SegmentPropagator
will behave differently if it is
being run nominally or not.
- getIsNonNominalRunDifferent() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Gets a value indicating whether the associated
SegmentPropagator
will behave differently if it is
being run nominally or not.
- getIsObservation() - Method in class agi.foundation.navigation.datareaders.RinexObservationRecord
-
Gets a value indicating whether or not this record is an observation.
- getIsPaused() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets whether or not animation is paused.
- getIsPlaying() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets whether or not the video is playing.
- getIsReadOnly() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
Gets a value indicating whether the collection is read-only.
- getIsReadOnly() - Method in class agi.foundation.graphics.ImageCollection
-
Gets whether or not the collection is read only.
- getIsReadOnly() - Method in class agi.foundation.graphics.TerrainCollection
-
Gets whether or not the collection is read only.
- getIsRecording() - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
-
Gets if recording is occurring or not.
- getIsRequiredForCoverage() - Method in class agi.foundation.coverage.AssetDefinition
-
Gets a value indicating whether this asset must provide coverage in order for any others to provide coverage.
- getIsReset() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets whether or not animation has been reset.
- getIsRunning() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Gets a value indicating if the scheduler in running.
- getIsRunning() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a value indicating whether the archiver is currently archiving
changes to entities in the
Context
(
get
).
- getIsStartIncluded() - Method in class agi.foundation.time.TimeInterval
-
Gets a value indicating whether the
Start
(
get
) date is included in the interval.
- getIsStartIncluded() - Method in class agi.foundation.time.TimeInterval1
-
Gets a value indicating whether the
Start
(
get
) date is included in the interval.
- getIsStopIncluded() - Method in class agi.foundation.time.TimeInterval
-
Gets a value indicating whether the
Stop
(
get
) date is included in the interval.
- getIsStopIncluded() - Method in class agi.foundation.time.TimeInterval1
-
Gets a value indicating whether the
Stop
(
get
) date is included in the interval.
- getIsStopped() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets whether or not animation is stopped.
- getIssueOfData() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the issue of data ephemeris (IODE).
- getIssueOfData() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the issue of data ephemeris (IODE).
- getIssueOfData() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the issue of data ephemeris (IODE).
- getIssueOfData() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the issue of data ephemeris (IODE).
- getIssueOfDataClock() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the issue of data clock (IODC).
- getIsSymmetrical() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets a value indicating whether or not the table is symmetrical about the z-axis.
- getIsSymmetrical() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Gets a value indicating whether or not the pattern is symmetrical.
- getIsThreadSafe() - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.CentralBody
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.ConstantEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.coordinates.BasicState
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.coordinates.StateElementAdapter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.coordinates.StateEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.Evaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.Function2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.Function3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.CalculationContext
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.CalculationContextFacet
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in interface agi.foundation.infrastructure.IThreadAware
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunction
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.PropagationStateConverter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.time.LeapSecondsFacet
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsThreadSafe() - Method in class agi.foundation.tracking.EntityFilter
-
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
- getIsTimeVarying() - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.ConstantEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.Evaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets a value indicating whether this frame is fixed with respect to its parent reference frame.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in interface agi.foundation.infrastructure.IIsTimeVarying
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.MotionEvaluator1
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.MotionEvaluator2
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTimeVarying() - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Gets a value indicating whether or not the value of this evaluator changes with time.
- getIsTranslucent() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets whether the overlay contains translucent imagery.
- getIsUnbounded() - Method in class agi.foundation.Bounds
-
- getIsUnbounded() - Method in class agi.foundation.coordinates.CartesianBounds
-
- getIsUndefined() - Method in class agi.foundation.Bounds
-
Gets a value indicating whether any of the values for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Cartesian
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets a value indicating whether any of the bounds coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Cartographic
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Cylindrical
-
Gets a value indicating whether any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets a value indicating whether any of the bounds coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets a value indicating whether any of the matrix values are
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets a value indicating whether any of the matrix values are
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets a value indicating whether any of the matrix values are
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets a value indicating whether any of the matrix values are
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Pyramidal
-
Gets a value indicating whether any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets a value indicating whether any of the bounds coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Quaternion
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Rectangular
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.Spherical
-
Gets a value indicating whether any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets a value indicating whether any of the bounds coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets a value indicating whether any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets a value indicating whether or not any of the coordinates for this instance have the value
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Gets a value indicating whether or not the
Easting
(
get
) and
Northing
(
get
) coordinates for this
instance have the value
Double.NaN
or the
Hemisphere
(
get
) is invalid.
- getIsUndefined() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Gets a value indicating whether or not the
Easting
(
get
) and
Northing
(
get
) coordinates for this
instance have the value
Double.NaN
, the
Zone
(
get
) is not in the
correct range, or the
Hemisphere
(
get
) is invalid.
- getIsUndefined() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets a value indicating whether this instance does not have a well-defined DOP.
- getIsUndefined() - Method in class agi.foundation.terrain.FirstPartialsOfHeight
-
Gets a value indicating whether the values for the partials are not
Double.NaN
.
- getIsUndefined() - Method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets a value indicating whether the values for the partials are not
Double.NaN
.
- getIsValid() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getIsValid() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getIsValid() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getIsValid() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getIsValid() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
Gets whether or not the overlay is valid.
- getIsValid() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getIsValid() - Method in class agi.foundation.graphics.Clouds
-
Returns whether or not the clouds file is valid.
- getIsValid() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets a value indicating whether this is a valid connection to the previous and next procedures.
- getIsValid() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets a value indicating whether this is a valid connection to the previous and next procedures.
- getIsVelocityIncluded() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets a value indicating whether this SP3a file has velocity data included.
- getIsVelocityIncluded() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets a value indicating whether this SP3c file has velocity data included.
- getIsVelocityIncluded() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets a value indicating whether this SP3d file has velocity data included.
- getItalic() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font is italic.
- getItems() - Method in class agi.foundation.compatibility.BaseCollection
-
Gets a list wrapper around the collection.
- getIteration() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
Gets the zero-based iteration count of these results.
- getIteration() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Gets the zero-based iteration count of these results.
- getIterationLimit() - Method in class agi.foundation.routedesign.RoutePropagator
-
Gets the maximum number of times to attempt to configure the surface route
before returning a route that may contain discontinuities or other problems.
- getIterationResults() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
Gets the results for each iteration the solver performed.
- getIterations() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the number of iteration required to adapt the
CurrentStepSize
(
get
) to
within error tolerance.
- getIterations() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the number of iterations taken.
- getIterations() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the number of iterations taken.
- getIterations() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the number of iterations taken.
- getIterations() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the number of iterations taken.
- getIterationsUsed() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets a value indicating the number of iterations used for the solution.
- getItokawaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Itokawa.
- getItrfDefinitions() - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets a list of ITRF transformers that can convert from ITRF2020 and ITRF2014 to earlier ITRF frames.
- getJ2000Frame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the J2000 Reference Frame.
- getJ2000Frame() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the J2000 frame centered at the Sun.
- getJ2ZonalHarmonicCoefficient() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the unnormalized J2 zonal harmonic coefficient used for this element set.
- getJ2ZonalHarmonicCoefficient() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Gets the unnormalized J2 zonal harmonic coefficient to use when computing the elements.
- getJ2ZonalHarmonicCoefficient() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Gets the non-normalized J2 zonal harmonic coefficient.
- getJ2ZonalHarmonicCoefficient() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the non-normalized J2 zonal harmonic coefficient of the central body around which to propagate.
- getJ2ZonalHarmonicCoefficient() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the non-normalized J2 zonal harmonic coefficient of the central body around which to propagate.
- getJ4ZonalHarmonicCoefficient() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the non-normalized J4 zonal harmonic coefficient of the central body around which to propagate.
- getJacobian() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionDerivativeResults
-
Gets the evaluated Jacobian.
- getJammingToSignal() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Gets the jamming to signal scalar.
- getJplDE() - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Gets the JPL DE instance to use.
- getJulianDayNumber() - Method in class agi.foundation.time.YearMonthDay
-
Gets the Julian day number for this
YearMonthDay
instance,
assuming noon on this day.
- getJulianSecondsOfDay() - Method in class agi.foundation.time.GregorianDate
-
Gets the corresponding seconds past noon for this instance.
- getJupiter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Jupiter.
- getJupiter() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Jupiter according to the equations
described in section 6.
- getJupiterPoint() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the location of the physical
center of mass of the planet Jupiter
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getJupiterPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Jupiter.
- getJupiterRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Jupiter in kilometers.
- getJupiterSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Jupiter system.
- getJupiterSystemBarycenter() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Jupiter planetary system.
- getJupiterSystemBarycenter() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Jupiter planetary system.
- getJupiterSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Jupiter system.
- getK2LoveNumber() - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Gets the normalized k20 tidal Love number that is used to correct the C20, C21, C22, S21, and S22 spherical harmonic coefficients.
- getK3LoveNumber() - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Gets the normalized k30 tidal Love number that is used to correct the C30, C31, C32, C33, S31, S32, and S33 spherical harmonic coefficients.
- getKerberosPoint() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Kerberos
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getKernel() - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Gets the convolution kernel of the filter.
- getKeys() - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
-
Gets a read-only collection of keys in the dictionary.
- getKilometersPerAstronomicalUnit() - Method in class agi.foundation.celestial.JplDE
-
Gets the number of kilometers (km) in one astronomical unit (AU).
- getKind() - Method in class agi.foundation.celestial.ForceEvaluator
-
Gets the kind of force this evaluator represents.
- getKind() - Method in class agi.foundation.celestial.ForceModel
-
Gets an enumeration indicating the nature of this force and whether it implicitly
includes mass.
- getKindOfProfile() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets an enumeration indicating what type of connection to use:
following terrain, flying above terrain, or simply moving in a straight line
between procedures.
- getKindOfSurfaceConnection() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the behavior to use to connect the surface procedures.
- getKindOfSurfaceConnection() - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Gets the kind of behavior to use when connecting surface procedures.
- getKml() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getKneeBendFactor() - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Gets the knee bend factor.
- getKneeBendFactor() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets the knee bend factor.
- getKPoints() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the K-Points (15-minute segments) since the most recent GPS epoch.
- getL2Channel() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the codes on L2 channel.
- getL2PDataFlag() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the L2 P data flag.
- getLabel() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the axes label.
- getLabel() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the a user-defined label.
- getLabel() - Method in class agi.foundation.platforms.VectorGraphics
-
Gets the text graphics used to render the vector label.
- getLabelGraphics() - Method in interface agi.foundation.cesium.advanced.ILabelGraphicsService
-
Gets the graphical properties of the label.
- getLabelGraphics() - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Gets the graphical properties of the label.
- getLastAccess() - Method in class agi.foundation.terrain.TerrainRegion
-
Gets the time stamp of the last time this region was accessed.
- getLastDatabaseUpdate() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the date of the last database update.
- getLastFinish() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the number of ticks in the Stopwatch
timer mechanism
at the time the task last finished execution.
- getLastNumberOfSubdivisionsUsed() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets the current maximum number of subdivisions used during the last iteration step.
- getLastObservationTime() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the time of last observation that was used
by orbit determination for the satellite.
- getLastProgress() - Method in class agi.foundation.infrastructure.AverageSubCalculationProgress
-
Gets the last value of the overall progress, averaged over the sub-calculations.
- getLastRunsResults() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Gets the
results
of the solver run.
- getLastRunsResults() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Gets the
results
of the solver run.
- getLastUpdate() - Method in class agi.foundation.tracking.HistoryGenerator
-
Gets the number of ticks returned by Stopwatch.getTimestamp()
at the time of the last history update.
- getLastUpdate() - Method in interface agi.foundation.tracking.IEntityLastUpdate
-
Gets the transactional property that can be used to get or set the
time the entity was last updated.
- getLastUpdateDate() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets the last update date reported in the Generic Database (.gd) file, or
GregorianDate.MinValue
if the file does not exist or does not contain a LastUpdate field.
- getLastUpdateDate() - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets the last update date reported in the Generic Database (.gd) file, or
GregorianDate.MinValue
if the file does not exist or does not contain a LastUpdate field.
- getLastUpdateDate() - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets the last update date reported in the Generic Database (.gd) file, or
GregorianDate.MinValue
if the file does not exist or does not contain a LastUpdate field.
- getLateralAccelerationLimitsEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the lateral acceleration limits of an aircraft.
- getLateralAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the lateral acceleration limits of an aircraft.
- getLateralAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets an evaluator for the lateral acceleration limits of an aircraft.
- getLateralLoadLimits() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets the lateral load limit.
- getLateralSurfaceMaterial() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the material used to fill lateral surfaces.
- getLatitude() - Method in class agi.foundation.coordinates.Cartographic
-
Gets the angular coordinate measured perpendicular to the equatorial plane.
- getLatitude() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Gets the angular coordinate measured from the xy-plane and toward the positive z-axis.
- getLatitude() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets the planetodetic latitude of the line, in radians.
- getLatitude() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the latitude of the city, in radians.
- getLatitude() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Gets the latitude of the facility, in radians.
- getLatitudeLatitudePartial() - Method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets the second partial derivative with respect to latitude.
- getLatitudePartial() - Method in class agi.foundation.terrain.FirstPartialsOfHeight
-
Gets the first order partial derivative of terrain height with respect to latitude.
- getLatitudePiInNativeUnits() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the value of π in the native units of the latitude coordinate.
- getLatitudePosts() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the total number of posts in the latitude direction.
- getLatitudePosts() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the number of posts in the latitude direction.
- getLaunchDateString() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the date and time of the launch.
- getLaunchEpoch() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the epoch at which launch occurs.
- getLaunchPosition() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the position on/near the
CentralBody
(
get
/
set
) where the launch takes place.
- getLaunchSite() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the abbreviated launch site of the satellite.
- getLaunchState() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the launch state.
- getLaunchState() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
-
Gets the launch state.
- getLayerCeilingHeight() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer
-
Gets the layer's maximum height.
- getLayerFloorHeight() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer
-
Gets the layer's minimum height.
- getLeadTime() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the lead time of the path, in seconds.
- getLeapSecondList() - Method in class agi.foundation.time.LeapSecondsFacet
-
Gets the list of leap seconds currently being used by this class.
- getLeapSeconds() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets a list of leap seconds, if known, indicating times when a data point indicates a delta between TAI and UTC which differs
from the prior data point.
- getLeapSeconds() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the time correction due to leap seconds
- getLeapSeconds() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the leap seconds property for the RINEX header.
- getLeastRecentlyUsedRegion() - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
-
Gets the region in this cache that was least recently used.
- getLeastRecentlyUsedRegion() - Method in class agi.foundation.terrain.RasterTerrainCache
-
Gets the region in this cache that was least recently used.
- getLeastRecentlyUsedRegion() - Method in class agi.foundation.terrain.TerrainCache
-
Gets the region in this cache that was least recently used.
- getLeft() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the x-coordinate of the left edge of the rectangle.
- getLeft() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Gets the padding, in pixels, from the left edge of the parent.
- getLeftDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the left date.
- getLeftDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the date to the left of the threshold.
- getLeftDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the left date.
- getLeftDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the date to the left of the threshold.
- getLeftSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the slope between the left and middle samples.
- getLeftSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the slope between the left and middle samples.
- getLeftSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the slope between the left and middle samples.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the left function value.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the function value to the left of the threshold.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the left function value.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the function value to the left of the threshold.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the left function value.
- getLeftValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the function value to the left of the threshold.
- getLeftVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the left date.
- getLeftVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the date to the left of the threshold.
- getLength() - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.cesium.VectorGraphics
-
Gets the graphical length of the vector, in meters.
- getLength() - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Gets the dipole length.
- getLength() - Method in class agi.foundation.compatibility.FileStream
-
Gets the length in bytes of the stream.
- getLength() - Method in interface agi.foundation.compatibility.ISeekableStream
-
Gets the length in bytes of this stream.
- getLength() - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Gets the number of elements.
- getLength() - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Cartographic
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the length of the extent.
- getLength() - Method in class agi.foundation.coordinates.Cylindrical
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Polar
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Pyramidal
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Rectangular
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.Spherical
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.coordinates.UnitSpherical
-
Gets the number of elements in this set of coordinates.
- getLength() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the axes' source-to-arrow-tip length.
- getLength() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the vector's source-to-arrow-tip length.
- getLength() - Method in class agi.foundation.platforms.VectorGraphics
-
Gets a parameter defining the length of the vector.
- getLength() - Method in class agi.foundation.propagators.PropagationStateArray
-
Gets the length of this sub-state.
- getLength() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the length of the search area, in meters.
- getLengthOfDayCorrection() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the correction to the length of a solar day ("LOD"), in seconds.
- getLensFlareEnabled() - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Gets whether or not the lens flare effect is enabled
- getLeucusPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Leucus.
- getLevel() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets the zoom level.
- getLevel() - Method in class agi.foundation.terrain.QuantizedMeshTileID
-
Gets the zoom level.
- getLevelOffAltitudeBandAboveCruise() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets the altitude range above the desired cruise altitude where the aircraft will transition from descending flight to cruising flight.
- getLevelOffAltitudeBandBelowCruise() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets the altitude range below the desired cruise altitude where the aircraft will transition from climbing flight to cruising flight.
- getLicensedComponents() - Static method in class agi.foundation.Licensing
-
Gets a list of components that are licensed for use.
- getLiftCoefficientAtZeroAngleOfAttack() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the lift coefficient value at zero angle of attack.
- getLiftCoefficientSlope() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the lift coefficient slope with respect to the angle of attack in units of radians-1.
- getLighting() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the primitive is lit.
- getLighting() - Method in class agi.foundation.graphics.Scene
-
Gets the
Lighting
associated with the scene.
- getLighting() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets whether the primitive is lit.
- getLighting() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the primitive is lit.
- getLightTravelTimeConvergenceTolerance() - Method in class agi.foundation.access.AccessComputation
-
Gets the convergence tolerance used in determining the light travel time.
- getLightTravelTimeConvergenceTolerance() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the tolerance required to indicate convergence of the light travel time adjustment.
- getLightTravelTimeConvergenceTolerance() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets the tolerance required to indicate convergence of the light travel time adjustment.
- getLightTravelTimeEvaluator() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets an evaluator that evaluates the light travel time between the two points involved in this displacement vector.
- getLightTravelTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets an evaluator that evaluates the light travel time between the two points involved in this displacement vector.
- getLinearClampToEdge() - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets a texture filter with the following properties:
- getLinearDimension() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getLinearRepeat() - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets a texture filter with the following properties:
- getLineCount() - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Gets the number of rows and columns in the grid.
- getLineGraphics() - Method in interface agi.foundation.platforms.advanced.ICentralBodySurfaceCurveGraphicsService
-
Gets the graphics describing the curve.
- getLineGraphics() - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Gets the graphics describing the curve.
- getLineOffset() - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Gets the offset of grid lines along each axis, as a percentage from 0 to 1.
- getLineSearchSettings() - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Gets an optional property that can be used to specify tolerances, convergence criteria, and maximum iterations
for a line search that uses
GoldenSectionFindExtremum
to find the optimal feasible step in the same
direction as the computed step.
- getLineSearchSettings() - Method in class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
-
Gets or sets an optional property that can be used to specify tolerances, convergence criteria, and maximum iterations
for a line search that is used to find the optimal feasible step in the same direction as the computed step.
- getLineThickness() - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Gets the thickness of grid lines along each axis, in pixels.
- getLink() - Method in class agi.foundation.geometry.AxesTargetingLink
-
Gets the link along which the axes is oriented.
- getLink() - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Gets the link that defines the relationship between the two objects.
- getLinkBudgetEvaluator(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Static method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for a given link, graph, and intended signal strategy.
- getLinkBudgetEvaluator(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, EvaluatorGroup) - Static method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for a given link, graph, and intended signal strategy.
- getLinkBudgetEvaluator(IServiceProvider, IntendedSignalStrategy) - Method in class agi.foundation.communications.CommunicationSystem
-
Gets an evaluator for link budget data for the given link and intended signal strategy.
- getLinkBudgetEvaluator(IServiceProvider, IntendedSignalStrategy, EvaluatorGroup) - Method in class agi.foundation.communications.CommunicationSystem
-
- getLinkBudgetScalars(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, String) - Static method in class agi.foundation.communications.CommunicationSystem
-
Creates a set of
LinkBudgetScalars
for a given link, graph, and intended signal strategy.
- getLinkBudgetScalars(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Static method in class agi.foundation.communications.CommunicationSystem
-
Creates a set of
LinkBudgetScalars
for a given link, graph, and intended signal strategy.
- getLinkBudgetScalars(IServiceProvider, IntendedSignalStrategy) - Method in class agi.foundation.communications.CommunicationSystem
-
- getLinkDelay() - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Gets the link delay applied to the
InnerEvaluator
(
get
).
- getLinkDelayEvaluatorByRole(IServiceProvider, EvaluatorGroup, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets a link delay evaluator for a given link and role.
- getLinkDelayEvaluatorByRole(ILinkService, EvaluatorGroup, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets a link delay evaluator for a given link and role.
- getLinkEnd() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Gets a value indicating at which end of the link this scalar is evaluated.
- getLinkEnd() - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Gets the enumeration indicating at which end of the link to evaluate the antenna gain.
- getLinkEnd() - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Gets the enumeration indicating that this scalar is evaluated at the
LinkRole.TRANSMITTER
of the
communication link.
- getLinkEnd() - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Gets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- getLinkEnd() - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Gets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- getLinkEnd() - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Gets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- getLinkGraph() - Method in class agi.foundation.communications.SignalPropagationGraph
-
Construct a
LinkGraph
from all the links in the propagation graph.
- getLinkGraphics() - Method in interface agi.foundation.cesium.advanced.ILinkGraphicsService
-
Gets the graphics describing the line.
- getLinkGraphics() - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Gets the graphical properties of the link.
- getLinkGraphics() - Method in interface agi.foundation.platforms.advanced.ILinkGraphicsService
-
Gets the graphics describing the line.
- getLinkGraphics() - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Gets the graphics describing the line.
- getLinkName() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the name of the link producing these scalars, if available.
- getLinkPath() - Method in interface agi.foundation.communications.ISignalPropagationPathService
-
Gets the link path which is a list of links, as
IServiceProvider
instances,
from the transmission source to the receiver object.
- getLinkPathDelayEvaluator(EvaluatorGroup, LinkRole) - Method in class agi.foundation.access.LinkPath
-
Creates a
LinkDelayEvaluator
which evaluates the time delay offset
from the initial service provider to the final service provider in the path.
- getLinkPathDelayEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.PointScattererLinkPath
-
Creates a
LinkDelayEvaluator
which evaluates the time delay offset from the initial service
provider to the final service provider in the path.
- getLinks() - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Gets the list of links from which the directions are determined.
- getLinks() - Method in class agi.foundation.communications.CommunicationSystem
-
Gets the links defined in this system.
- getLinks() - Method in class agi.foundation.communications.SignalPropagationGraph
-
Gets the links in the graph.
- getLinkService(IServiceProvider) - Static method in class agi.foundation.access.LinkHelper
-
- getLinkService(IServiceProvider, String) - Static method in class agi.foundation.access.LinkHelper
-
- getLinkSnippet() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the link snippet associated with this network link.
- getLinkSubdivisionEvaluator(EvaluatorGroup, IServiceProvider) - Method in interface agi.foundation.geometry.ILinkSubdivisionService
-
Gets an evaluator that, given a time,
produces a list of distances along the link from the transmitter to the receiver
which will define the sub-segments of the overall link.
- getLinkSubdivisionEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.LinkSubdivision
-
Gets an evaluator that, given a time,
produces a list of distances along the link from the transmitter to the receiver
which will define the sub-segments of the overall link.
- getLinkSubdivisionEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Gets an evaluator that, given a time,
produces a list of distances along the link from the transmitter to the receiver
which will define the sub-segments of the overall link.
- getLinkWeightEvaluator(EvaluatorGroup) - Method in interface agi.foundation.communications.antennas.ILinkWeightService
-
- getLinkWeightEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
- getLinkWeightEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
-
- getLiquidWaterDensity() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
-
Gets the liquid water density at the given location, in g/m3.
- getLittleEndian() - Static method in class agi.foundation.infrastructure.EndianBitConverter
-
- getLnaGain() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the gain to apply to the input signal.
- getLnaGain() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the gain of the Low Noise Amplifier (LNA).
- getLnaGain() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the gain of the Low Noise Amplifier (LNA).
- getLnaInputGain() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the gain applied before the signal is amplified.
- getLnaOutputGain() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the gain applied after the signal has been amplified.
- getLoadImpedance() - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Gets the photodetector load impedance in ohms.
- getLocalizedMessage() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- getLocalMinimumSampleSpacing(double, double) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians, at the specified coordinates.
- getLocalMinimumSampleSpacing(double, double) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians, at the specified coordinates.
- getLocalMinimumSampleSpacing(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians, at the specified coordinates.
- getLocation() - Method in class agi.foundation.geometry.PointCartographic
-
Gets the planetodetic location of the point relative to the central body's
Shape
(
get
/
set
).
- getLocation() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurveIntersectionResults
-
Gets the location of the intersection.
- getLocation() - Method in class agi.foundation.propagators.Waypoint
-
Gets the planetodetic position at the waypoint.
- getLocationPoint() - Method in class agi.foundation.celestial.CentralBody
-
Gets the point that describes the position of the object.
- getLocationPoint() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the point defining the tail end of the vector.
- getLocationPoint() - Method in interface agi.foundation.geometry.ILocationPointService
-
Gets the point that describes the position of the object.
- getLocationPoint() - Method in class agi.foundation.platforms.GraphicalVector
-
Gets the point defining the the tail end of the vector.
- getLocationPoint() - Method in class agi.foundation.platforms.LocationPointExtension
-
Gets the point that describes the position of the object.
- getLocationPoint() - Method in class agi.foundation.platforms.Platform
-
Gets the time-varying location of this platform.
- getLocationPointCovariance() - Method in interface agi.foundation.geometry.ILocationPointCovarianceService
-
Gets the description of the axes lengths and orientation of the covariance ellipsoid.
- getLocationPointCovariance() - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Gets the description of the axes lengths and orientation of the covariance ellipsoid.
- getLocationPointService(IServiceProvider) - Static method in class agi.foundation.geometry.PointHelper
-
- getLocationPointService(IServiceProvider, String) - Static method in class agi.foundation.geometry.PointHelper
-
- getLockViewDirection() - Method in class agi.foundation.graphics.Camera
-
Gets whether the camera's direction is locked.
- getLogicOperation() - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Gets the binary logic operation applied to all display conditions in the composite
when the composite is evaluated.
- getLongitude() - Method in class agi.foundation.celestial.Nutation
-
Gets the nutation in longitude, in radians.
- getLongitude() - Method in class agi.foundation.coordinates.Cartographic
-
Gets the angular coordinate lying in the equatorial plane of the ellipsoid and measured from the prime meridian.
- getLongitude() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
- getLongitude() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets the longitude of the line, in radians.
- getLongitude() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the longitude of the city, in radians.
- getLongitude() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Gets the longitude of the facility, in radians.
- getLongitudeLatitudeMixedPartial() - Method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets the mixed partial derivative with respect to longitude and latitude.
- getLongitudeLongitudePartial() - Method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets the second partial derivative with respect to longitude.
- getLongitudeOfAscendingNode() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the longitude of ascending node of orbit plane at weekly epoch.
- getLongitudeOfAscendingNode() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the longitude of ascending node of orbit plane at weekly epoch.
- getLongitudeOfAscendingNode() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the longitude of ascending node of orbit plane at weekly epoch.
- getLongitudeOfAscendingNode() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the longitude of ascending node of orbit plane at weekly epoch.
- getLongitudeOfAscendingNodeSemicircles() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the geographic longitude of the orbital plane at the weekly epoch, in semicircles.
- getLongitudePartial() - Method in class agi.foundation.terrain.FirstPartialsOfHeight
-
Gets the first order partial derivative of terrain height with respect to longitude.
- getLongitudePiInNativeUnits() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the value of π in the native units of the longitude coordinate.
- getLongitudePosts() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the total number of posts in the longitude direction.
- getLongitudePosts() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the number of posts in the longitude direction.
- getLongitudinalAccelerationLimitsEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the longitudinal acceleration limits of an aircraft.
- getLongitudinalAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the longitudinal acceleration limits of an aircraft.
- getLongitudinalAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets an evaluator for the longitudinal acceleration limits of an aircraft.
- getLongitudinalLoadFactor() - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Gets the load factor parallel to the atmospheric relative velocity direction.
- getLongitudinalLoadFactor() - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Gets the load factor parallel to the atmospheric relative velocity direction.
- getLongitudinalLoadLimits() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets the longitudinal load limits.
- getLoop() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets whether the video will loop when it reaches its last frame when the
Playback
property is set to
RealTime
.
- getLossOfLockIndicators() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the array of Loss Of Lock indicators for this satellite in this epoch
Each LLI value is defined as:
Range 0-7
0: OK or not known
Bit 0 set: Lost lock between previous and current observation: cycle slip possible
Bit 1 set: Opposite wavelength factor to the one defined for the satellite, current epoch only
Bit 2 set: Observation under Anti-Spoofing (may suffer from increased noise)
Bits 0 and 1 for phase only.
- getLowerBandwidthFrequency() - Method in class agi.foundation.communications.Signal
-
Gets the lower bandwidth frequency, in hertz.
- getLowerBandwidthLimit() - Method in class agi.foundation.communications.Signal
-
Gets the offset from the center
Frequency
(
get
) to the lower bandwidth limit, in hertz.
- getLowerBandwidthLimit() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Gets the offset to the lower limit of the filter bandwidth, in hertz.
- getLowerBound() - Method in class agi.foundation.Bounds
-
Gets the minimal value defining the range of numbers.
- getLowerBound() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets the minimal value defining the bounds.
- getLowerBound() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets the minimal value defining the bounds.
- getLowerBound() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets the minimal value defining the bounds.
- getLowerBound() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets the minimal value defining the bounds.
- getLowerBound() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the lower bound of the range of independent variables to search for the root within.
- getLowerFrequency() - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Gets the lower frequency for the band of interest.
- getLowerHeight() - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Gets a parameter defining the lower height of the extrusion over time.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the lower bound of the height (in meters above the ellipsoid) for which the density model is valid.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid.
- getLowerHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid.
- getLowerNoiseBandwidthFrequency() - Method in class agi.foundation.communications.Signal
-
Gets the frequency of the lower boundary of the noise bandwidth, in hertz.
- getLowerNoiseBandwidthLimit() - Method in class agi.foundation.communications.Signal
-
Gets the offset from the center
Frequency
(
get
) to the lower limit of the noise bandwidth, in hertz.
- getLowFrequency() - Method in class agi.foundation.stk.StkDatabaseFrequencyRange
-
Gets the low frequency of the range, in megahertz.
- getLuminosity() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets the solar luminosity used to model the solar radiation pressure.
- getLuminosity() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the Scalar describing the solar luminosity.
- getLunarEphemerisNumber() - Method in class agi.foundation.celestial.JplDE
-
Gets the number indicating the source of the data.
- getLutetiaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Lutetia.
- getM11() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the first row, first column.
- getM11() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the first row, first column.
- getM11() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, first column.
- getM11() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, first column.
- getM11() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the first row, first column.
- getM12() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the first row, second column.
- getM12() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the first row, second column.
- getM12() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, second column.
- getM12() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, second column.
- getM12() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the first row, second column.
- getM13() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the first row, third column.
- getM13() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the first row, third column.
- getM13() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, third column.
- getM13() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, third column.
- getM13() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the first row, third column.
- getM14() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, fourth column.
- getM14() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, fourth column.
- getM14() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the first row, fourth column.
- getM15() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, fifth column.
- getM15() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, fifth column.
- getM16() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the first row, sixth column.
- getM16() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the first row, sixth column.
- getM21() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the second row, first column.
- getM21() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the second row, first column.
- getM21() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, first column.
- getM21() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, first column.
- getM21() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the second row, first column.
- getM22() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the second row, second column.
- getM22() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the second row, second column.
- getM22() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, second column.
- getM22() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, second column.
- getM22() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the second row, second column.
- getM23() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the second row, third column.
- getM23() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the second row, third column.
- getM23() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, third column.
- getM23() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, third column.
- getM23() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the second row, third column.
- getM24() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, fourth column.
- getM24() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, fourth column.
- getM24() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the second row, fourth column.
- getM25() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, fifth column.
- getM25() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, fifth column.
- getM26() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the second row, sixth column.
- getM26() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the second row, sixth column.
- getM31() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the third row, first column.
- getM31() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the third row, first column.
- getM31() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, first column.
- getM31() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, first column.
- getM31() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the third row, first column.
- getM32() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the third row, second column.
- getM32() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the third row, second column.
- getM32() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, second column.
- getM32() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, second column.
- getM32() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the third row, second column.
- getM33() - Method in class agi.foundation.coordinates.Matrix3By3
-
Gets the element in the third row, third column.
- getM33() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Gets the element in the third row, third column.
- getM33() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, third column.
- getM33() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, third column.
- getM33() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the third row, third column.
- getM34() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, fourth column.
- getM34() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, fourth column.
- getM34() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the third row, fourth column.
- getM35() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, fifth column.
- getM35() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, fifth column.
- getM36() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the third row, sixth column.
- getM36() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the third row, sixth column.
- getM41() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, first column.
- getM41() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, first column.
- getM41() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the fourth row, first column.
- getM42() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, second column.
- getM42() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, second column.
- getM42() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the fourth row, second column.
- getM43() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, third column.
- getM43() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, third column.
- getM43() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the fourth row, third column.
- getM44() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, fourth column.
- getM44() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, fourth column.
- getM44() - Method in class agi.foundation.graphics.TextureMatrix
-
Gets the element in the fourth row, fourth column.
- getM45() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, fifth column.
- getM45() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, fifth column.
- getM46() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fourth row, sixth column.
- getM46() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fourth row, sixth column.
- getM51() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, first column.
- getM51() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, first column.
- getM52() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, second column.
- getM52() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, second column.
- getM53() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, third column.
- getM53() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, third column.
- getM54() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, fourth column.
- getM54() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, fourth column.
- getM55() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, fifth column.
- getM55() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, fifth column.
- getM56() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the fifth row, sixth column.
- getM56() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the fifth row, sixth column.
- getM61() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, first column.
- getM61() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, first column.
- getM62() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, second column.
- getM62() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, second column.
- getM63() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, third column.
- getM63() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, third column.
- getM64() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, fourth column.
- getM64() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, fourth column.
- getM65() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, fifth column.
- getM65() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, fifth column.
- getM66() - Method in class agi.foundation.coordinates.Matrix6By6
-
Gets the element in the sixth row, sixth column.
- getM66() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Gets the element in the sixth row, sixth column.
- getMagneticFieldCoefficientRates() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Gets the collection that represents the rates of change of the
spherical-harmonic magnetic field coefficients during specific time intervals.
- getMagneticFieldVector() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets a vector describing the magnetic field that the coil
is subjected to.
- getMagnificationFilter() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets the magnification filter used when the pixel being textured maps to an area greater than one texel.
- getMagnitude() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the magnitude of this instance.
- getMagnitude() - Method in class agi.foundation.coordinates.Complex
-
Gets the magnitude of the complex number.
- getMagnitude() - Method in class agi.foundation.coordinates.Rectangular
-
Gets the magnitude of this instance.
- getMagnitude() - Method in class agi.foundation.coordinates.Spherical
-
Gets the linear coordinate measured from the origin.
- getMagnitude() - Method in class agi.foundation.coordinates.UnitSpherical
-
Gets the linear coordinate measured from the origin.
- getMagnitudeBounds() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets the bounds for the Magnitude coordinate.
- getMagnitudeSquared() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the square of the
Magnitude
(
get
) of this instance.
- getMagnitudeSquared() - Method in class agi.foundation.coordinates.Complex
-
Gets the square of the magnitude of the complex number.
- getMagnitudeSquared() - Method in class agi.foundation.coordinates.Rectangular
-
Gets the square of the
Magnitude
(
get
) of this instance.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Gets the main lobe gain.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Gets the main lobe gain.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGain() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets the main lobe gain value.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMainLobeGainOverride() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- getMaintainAspectRatio() - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Gets a value indicating whether the aspect ratio of the texture screen overlay is maintained or not.
- getMaintainQuery() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets the
AccessQuery
that represents the condition for maintaining
access.
- getMaintainRasterFormat() - Method in class agi.foundation.graphics.imaging.BandOrderFilter
-
Gets a value indicating whether to maintain the source raster's format after the filter is applied.
- getMajorClockAngleBounds() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the major clock angle bounds, the clock angle of the torus.
- getMajorClockAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the gridding technique used in the clock angle of the torus.
- getMajorDimension() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the antenna major dimension.
- getMajorDimension() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the antenna major dimension.
- getMajorRadius() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the radius of the torus.
- getManeuver() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Gets the
maneuver
that will be performed.
- getManeuver() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
-
Gets the maneuver information associated with this configuration.
- getManeuver() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentResults
-
- getManeuverReferenceAxes() - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
-
Gets the axes in which the horizontal behavior of a maneuver is defined.
- getManeuverReferenceAxes() - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Gets the reference axes for the behavior.
- getManeuverReferenceAxes() - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Gets the reference axes for the behavior.
- getManeuverReferenceAxes() - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Gets the reference axes for the behavior.
- getManeuverReferenceAxes() - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Gets the axes in which the vertical behavior of a maneuver is defined.
- getMapStyle() - Method in class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
-
Gets the map style.
- getMarkerGraphics() - Method in interface agi.foundation.platforms.advanced.IMarkerGraphicsService
-
Gets the marker graphics.
- getMarkerGraphics() - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Gets the marker graphics.
- getMarkerName() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the marker name for the RINEX observation file.
- getMarkerNumber() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the marker number for the RINEX observation file.
- getMars() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Mars.
- getMars() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Mars according to the equations
described in section 6.
- getMarsPoint() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Gets a point representing the center of mass location of the planet Mars
in a reference frame centered at the current value of
MarsSystemBarycenter
(
get
/
set
).
- getMarsPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Mars (which
is identical to the position of the Mars system
barycenter in this model).
- getMarsRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Mars in kilometers.
- getMarsRadius() - Method in class agi.foundation.celestial.JplDE405
-
Gets the radius of Mars in kilometers.
- getMarsRadius() - Method in class agi.foundation.celestial.JplDE421
-
Gets the radius of Mars in kilometers.
- getMarsSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Mars system.
- getMarsSystemBarycenter() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Mars planetary system.
- getMarsSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Mars system.
- getMask() - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Gets the azimuth-elevation mask.
- getMask() - Method in interface agi.foundation.terrain.IAzimuthElevationMaskService
-
Gets the azimuth-elevation mask.
- getMaskGraphics() - Method in interface agi.foundation.cesium.advanced.IAzimuthElevationMaskGraphicsService
-
Gets the graphical properties of the mask.
- getMaskGraphics() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Gets the graphical properties of the mask.
- getMaskGraphics() - Method in interface agi.foundation.platforms.advanced.IAzimuthElevationMaskGraphicsService
-
Gets the mask graphics.
- getMaskGraphics() - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Gets the graphics describing the mask.
- getMass() - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Gets the mass used to determine the equations of motion.
- getMass() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the aircraft mass.
- getMass() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Gets the
Scalar
describing the mass of the object being corrected.
- getMass() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the total point mass of the body on which the forces are applied.
- getMass() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the mass, in kilograms.
- getMatchingEntities() - Method in class agi.foundation.tracking.EntityFilter
-
Gets the set of entities that match this filter.
- getMatchingStrategy() - Method in class agi.foundation.tracking.EntityFilterChain
-
- getMaterial() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets the material used to fill the region.
- getMaterial() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the material used to color the curve.
- getMaterial() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the material used to fill the region.
- getMaterial() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the material used to fill the surface of the ellipsoid.
- getMaterial() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets the material used to draw the line.
- getMaterial() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the material used to draw the path.
- getMathildePoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Mathilde.
- getMatrix(int, int, int, int) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int, int, int, int, ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Assigns the values of a subsection of this matrix into the given matrix.
- getMatrix(int[], int, int) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int[], int, int, ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Assigns the values of a subsection of this matrix into the given matrix.
- getMatrix(int, int, int[]) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int, int, int[], ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Places the values of a subsection of this matrix into the given matrix.
- getMatrix(int[], int[]) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int[], int[], ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Assigns the values of a subsection of this matrix into the given matrix.
- getMatrix(int, int, int, int) - Method in class agi.foundation.coordinates.Matrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int, int, int, int, Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Places the values of a subsection of this matrix into the given matrix.
- getMatrix(int[], int, int) - Method in class agi.foundation.coordinates.Matrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int[], int, int, Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Places the values of a subsection of this matrix into the given matrix.
- getMatrix(int, int, int[]) - Method in class agi.foundation.coordinates.Matrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int, int, int[], Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Places the values of a subsection of this matrix into the given matrix.
- getMatrix(int[], int[]) - Method in class agi.foundation.coordinates.Matrix
-
Gets a new matrix with the values of the specified subset of this matrix.
- getMatrix(int[], int[], Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Places the values of a subsection of this matrix into the given matrix.
- getMaximumAltitude() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Gets the maximum altitude.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Gets the maximum altitude in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the model's maximum altitude.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the model's maximum altitude.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Gets the model's maximum altitude.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Gets the model's maximum altitude, in meters.
- getMaximumAltitude() - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Gets the maximum altitude, in meters, of the inclusive altitude interval.
- getMaximumAltitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the maximum value of
Altitude
(
get
/
set
) in meters that
is allowed in order for the entry to be included in the query.
- getMaximumApogee() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the maximum value of
Apogee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMaximumClock() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets maximum clock angle of the ellipsoid.
- getMaximumClockAngle() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the maximum clock angle.
- getMaximumCone() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets maximum cone angle of the ellipsoid.
- getMaximumCount() - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
-
Gets the maximum number of points in the path.
- getMaximumDataPointsPerFragment() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Gets the maximum number of data points to write at a time.
- getMaximumDataPointsPerPacket() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the maximum number of data points to store in each CZML packet.
- getMaximumDistance() - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Gets the maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistance() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Gets the maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistance() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistance() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Gets the maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistance() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the parameter indicating the maximum distance from
the
Camera
that the object can be and still be drawn.
- getMaximumDistanceSquared() - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Gets the squared maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Gets the squared maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the squared maximum distance, in meters, of the inclusive distance interval.
- getMaximumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Gets the squared maximum distance, in meters, of the inclusive distance interval.
- getMaximumDuration() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Gets the maximum
Duration
that this segment may propagate before being stopped.
- getMaximumFrequency() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the maximum frequency.
- getMaximumFrequency() - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
Gets the maximum frequency for the overall frequency band of the collection.
- getMaximumFrequency() - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Gets the filter's maximum frequency.
- getMaximumHeight() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the maximum height in the area covered by this tile.
- getMaximumInclination() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the maximum value of
Inclination
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMaximumIntermediateVerticalRate() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the maximum rate of change of the height, in meters per second,
when transitioning from one height to the next.
- getMaximumIterations() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the maximum number of
Iterations
(
get
/
set
) to allow before forcing the integrator
to accept the
CurrentStepSize
(
get
) and proceed to the next step.
- getMaximumIterations() - Method in class agi.foundation.numericalmethods.advanced.LineSearchSettings
-
Gets the maximum number of iterations the line search
is permitted to perform.
- getMaximumIterations() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Gets the maximum number of iterations this operator will take to find a solution.
- getMaximumIterations() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Gets the maximum number of iterations this operator will take to find a solution.
- getMaximumLatitude() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the northernmost planetodetic latitude of the cartographic zone, in radians.
- getMaximumLatitude() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Gets the north-most planetodetic latitude, in radians, bounding the grid.
- getMaximumLatitude() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets the north-most planetodetic latitude of the line, in radians.
- getMaximumLatitude() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets the maximum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMaximumLatitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the maximum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMaximumLevel() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the maximum zoom level.
- getMaximumLongitude() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the easternmost longitude of the cartographic zone, in radians.
- getMaximumLongitude() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets the east-most longitude of the line, in radians.
- getMaximumLongitude() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets the maximum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMaximumLongitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the maximum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMaximumMetersPerPixel() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets the maximum resolution of the inlay in meters per pixel.
- getMaximumNumberOfFrames() - Method in class agi.foundation.graphics.FrameRate
-
Gets the maximum number of frames used to determine frame rate.
- getMaximumObscuredElevation(double, double) - Method in class agi.foundation.terrain.AzimuthElevationMask
-
Computes the maximum elevation angle that is obscured as of a specified distance
along an azimuth ray.
- getMaximumObscuredElevation(ElevationMask, ElevationMask, double, double) - Static method in class agi.foundation.terrain.AzimuthElevationMask
-
Computes the maximum elevation angle that is obscured as of a specified distance
along an azimuth ray between two
ElevationMask
instances.
- getMaximumObscuredElevation(double, double) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Computes the maximum elevation angle that is obscured as of a specified distance
along an azimuth ray.
- getMaximumObscuredElevation(double, double) - Method in interface agi.foundation.terrain.IAzimuthElevationMask
-
Computes the maximum elevation angle that is obscured as of a specified distance
along an azimuth ray.
- getMaximumPerigee() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the maximum value of
Perigee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMaximumPeriod() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the maximum value of
Period
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMaximumPixelSize() - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
-
Gets the maximum pixel size of the inclusive distance interval.
- getMaximumPixelSize() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the parameter indicating the maximum pixel size that
the object can be and still be drawn.
- getMaximumPixelSizeSupported() - Static method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the maximum pixel size supported by the video card.
- getMaximumQueueLength() - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Gets the maximum number of items that is allowed in the queue.
- getMaximumQueueLength() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets the maximum length of the queue of committed transactions to be archived.
- getMaximumRadius() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
- getMaximumRadiusBoundingSphere() - Static method in class agi.foundation.graphics.advanced.BoundingSphere
-
Gets the bounding sphere of maximum possible radius.
- getMaximumRollRate() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the maximum roll rate to allow during the trajectory before throwing an exception.
- getMaximumScale() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the maximum scale size of the model.
- getMaximumScreenSpaceError() - Method in class agi.foundation.cesium.TilesetGraphics
-
Gets the maximum screen space error used to drive level of detail refinement.
- getMaximumSilhouetteWidthSupported() - Static method in class agi.foundation.graphics.SolidPrimitive
-
Gets the maximum silhouette width, in pixels, supported by the video card.
- getMaximumSize() - Method in class agi.foundation.graphics.Overlay
-
Gets the maximum size of the overlay.
- getMaximumSize() - Method in class agi.foundation.terrain.TerrainCacheGroup
-
Gets the maximum size, in bytes, of this cache group.
- getMaximumStep() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets the largest step that will be taken when sampling a function.
- getMaximumStep() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets the largest step that will be taken when sampling a function.
- getMaximumStep() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets the largest step that will be taken when sampling a function.
- getMaximumStep() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets the maximum step to take.
- getMaximumStepsize() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Gets the maximum step size allowed for sampling this constraint.
- getMaximumStepsize() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Gets the maximum step size allowed for sampling this constraint.
- getMaximumStepsize() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Gets the maximum step size allowed for sampling this constraint.
- getMaximumStepSize() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the maximum size of the
CurrentStepSize
(
get
).
- getMaximumStepsize() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the maximum size of the step to take during a single iteration.
- getMaximumStringLength() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Gets the maximum length of each string in the text batch.
- getMaximumTerrainHeight() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
- getMaximumTime() - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
-
Gets the maximum time of the inclusive time interval.
- getMaximumTolerance() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets the tolerance associated with the
MaximumValue
(
get
/
set
) to be used when computing threshold crossings.
- getMaximumValue() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets the maximum function value that is allowed for this constraint to be satisfied.
- getMaximumValue() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the maximum value of the transformation.
- getMaximumWidthSupported() - Static method in class agi.foundation.graphics.PathPrimitive
-
Gets the maximum width, in pixels, supported by the video card.
- getMaximumWidthSupported() - Static method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the maximum width, in pixels, supported by the video card.
- getMaximumZoom() - Method in class agi.foundation.terrain.QuantizedMeshTilesetMetadata
-
Gets the maximum zoom level of the tileset.
- getMaxIterations() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Gets the maximum iterations to perform when solving.
- getMaxOrder() - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Gets the highest order derivative appearing in the set of differential equations
for all the dependent variables.
- getMaxValue() - Static method in class agi.foundation.time.Duration
-
Gets the largest possible value of a
Duration
.
- getMaxValue() - Static method in class agi.foundation.time.JulianDate
-
- getMeanAnomaly() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the mean anomaly (radians).
- getMeanAnomaly() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the mean anomaly.
- getMeanAnomaly() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the mean anomaly.
- getMeanAnomaly() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the mean anomaly.
- getMeanAnomaly() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the mean anomaly.
- getMeanAnomaly() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the mean anomaly, in degrees.
- getMeanAnomalySemicircles() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the mean anomaly, in semicircles.
- getMeanEclipticMeanEquinoxFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the Mean Ecliptic Mean Equinox Reference Frame.
- getMeanEclipticTrueEquinoxFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the Mean Ecliptic True Equinox Reference Frame.
- getMeanEquatorMeanEquinoxFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the Mean Equator Mean Equinox Reference Frame, also
known as the "Mean of Date" reference frame.
- getMeanLongitude() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Mean Anomaly + Argument Of Periapsis +
Direction
(
get
)*Right Ascension Of Ascending Node (radians)
- getMeanMolecularWeightAtSeaLevel() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets the mean molecular weight of the atmosphere at sea level (M0) used by the model, in kg/kmol.
- getMeanMotion() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the mean motion, in revolutions per day.
- getMeanMotionDifference() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the mean motion difference from computed value.
- getMeanMotionDifference() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the mean motion difference from computed value.
- getMeanMotionDifference() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the mean motion difference from computed value.
- getMeanMotionDifference() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the mean motion difference from computed value.
- getMeanMotionDot() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the first derivative of mean motion divided by two, in revolutions per day squared.
- getMeanMotionDot() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the first time derivative of mean motion, in units of revolutions per day squared.
- getMeanMotionDot() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the first derivative of mean motion divided by two, in revolutions per day squared.
- getMeanMotionDot() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the first derivative of mean motion divided by two, in revolutions per day squared.
- getMeanMotionDotDot() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the second derivative of mean motion divided by six, in revolutions per day cubed.
- getMeanMotionDotDot() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the second time derivative of mean motion, in units of revolutions per day cubed.
- getMeanMotionDotDot() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the second derivative of mean motion divided by six, in revolutions per day cubed.
- getMeanMotionDotDot() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the second derivative of mean motion divided by six, in revolutions per day cubed.
- getMeanObliquity() - Method in class agi.foundation.celestial.Precession
-
Gets the mean obliquity of the ecliptic, in radians.
- getMeanSeaLevel() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default mean sea level surface.
- getMeasurementTypes() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets a list of the meteorological data types in the file.
- getMercury() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Mercury.
- getMercury() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Mercury according to the equations
described in section 6.
- getMercuryPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Mercury.
- getMercuryRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Mercury in kilometers.
- getMercuryRadius() - Method in class agi.foundation.celestial.JplDE405
-
Gets the radius of Mercury in kilometers.
- getMercuryRadius() - Method in class agi.foundation.celestial.JplDE421
-
Gets the radius of Mercury in kilometers.
- getMesh(int, int, int) - Method in class agi.foundation.terrain.GeospatialContentServerTerrain
-
Gets a mesh for a specified set of coordinates.
- getMesh(int, int, int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
-
Gets the terrain tile with specified tile coordinates.
- getMesh(int, int, int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets a mesh for a specified set of coordinates.
- getMesh(int, int, int) - Method in class agi.foundation.terrain.StkTerrainServer
-
Gets a mesh for a specified set of coordinates.
- getMeshOutlineIndices() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
Gets the vertex indices defining the outline lines of the mesh.
- getMeshVertexIndices() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
Gets the vertex indices definining the triangles of the sensor mesh.
- getMeshVertexNormals() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
Gets the normals of the vertices definining the sensor volume mesh.
- getMeshVertexPositions() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
Gets the positions of the vertices definining the sensor volume mesh.
- getMessage() - Method in exception agi.foundation.compatibility.ArgumentException
-
- getMessage() - Method in exception agi.foundation.compatibility.ArgumentOutOfRangeException
-
- getMessage() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- getMessage() - Method in class agi.foundation.graphics.GlobeImageOverlayAddCompleteEventArgs
-
Gets the status message for the
asynchronous
operation.
- getMessage() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the message string associated with this network link.
- getMessage() - Method in class agi.foundation.graphics.TerrainOverlayAddCompleteEventArgs
-
Gets the status message for the
asynchronous
operation.
- getMessage() - Method in class agi.foundation.infrastructure.threading.MessageEventArgs
-
Gets the message created as part of the event
- getMessage() - Method in exception agi.foundation.PropertyInvalidException
-
Gets a message that describes the current exception.
- getMessageLoopType() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets the type of message loop employed by the application.
- getMetadata() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the metadata for this tileset.
- getMetaDataComments() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets a collection containing comments from
the metadata of a segment of a CCSDS OEM file.
- getMethod() - Method in class agi.foundation.compatibility.Delegate
-
Gets the method represented by the delegate.
- getMethod() - Method in class agi.foundation.graphics.imaging.BlurFilter
-
Gets the method used to blur the source raster.
- getMethod() - Method in class agi.foundation.graphics.imaging.EdgeDetectFilter
-
Gets the method used to detect edges in the source raster.
- getMethod() - Method in class agi.foundation.graphics.imaging.GradientDetectFilter
-
Gets the method used to detect gradients in the source raster.
- getMethod() - Method in class agi.foundation.graphics.imaging.SharpenFilter
-
Gets the method used to sharpen the source raster.
- getMethonePoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Methone
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getMetisPoint() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Metis
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getMiddleDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the middle date.
- getMiddleDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the middle date.
- getMiddleValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the middle function value.
- getMiddleValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the middle function value.
- getMiddleValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the middle function value.
- getMiddleVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the middle date.
- getMimas() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Mimas.
- getMimas() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Mimas.
- getMimasPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Mimas
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getMinificationFilter() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets the minification filter used when the pixel being textured maps to an area less than or equal to one texel.
- getMinimumAltitude() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets the minimum altitude.
- getMinimumAltitude() - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Gets the minimum altitude, in meters, of the inclusive altitude interval.
- getMinimumAltitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the minimum value of
Altitude
(
get
/
set
) in meters that
is allowed in order for the entry to be included in the query.
- getMinimumApogee() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the minimum value of
Apogee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMinimumClock() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets minimum clock angle of the ellipsoid.
- getMinimumClockAngle() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the minimum clock angle.
- getMinimumCone() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets minimum cone angle of the ellipsoid.
- getMinimumDistance() - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Gets the minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistance() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Gets the minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistance() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistance() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Gets the minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistance() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the parameter indicating the minimum distance from the
Camera
that the object must be before it is drawn.
- getMinimumDistanceSquared() - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Gets the squared minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Gets the squared minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the squared minimum distance, in meters, of the inclusive distance interval.
- getMinimumDistanceSquared() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Gets the squared minimum distance, in meters, of the inclusive distance interval.
- getMinimumFrequency() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the minimum frequency.
- getMinimumFrequency() - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
Gets the minimum frequency for the overall frequency band of the collection.
- getMinimumFrequency() - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Gets the filter's minimum frequency.
- getMinimumHeight() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the minimum height in the area covered by this tile.
- getMinimumHeightAboveTerrain() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the minimum height above the terrain.
- getMinimumHeightAboveTerrain() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the minimum height at which to traverse above the terrain, in meters.
- getMinimumInclination() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the minimum value of
Inclination
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMinimumLatitude() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the southernmost planetodetic latitude of the cartographic zone, in radians.
- getMinimumLatitude() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Gets the south-most planetodetic latitude, in radians, bounding the grid.
- getMinimumLatitude() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets the south-most planetodetic latitude of the line, in radians.
- getMinimumLatitude() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets the minimum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMinimumLatitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the minimum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMinimumLengthInPixels() - Method in class agi.foundation.cesium.VectorGraphics
-
Gets the minimum graphical length of the vector in pixels.
- getMinimumLongitude() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the westernmost longitude of the cartographic zone, in radians.
- getMinimumLongitude() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets the west-most longitude of the line, in radians.
- getMinimumLongitude() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets the minimum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMinimumLongitude() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets the minimum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- getMinimumPerigee() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the minimum value of
Perigee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMinimumPeriod() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets the minimum value of
Period
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- getMinimumPixelSize() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the minimum pixel size of the model.
- getMinimumPixelSize() - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
-
Gets the minimum pixel size of the inclusive distance interval.
- getMinimumPixelSize() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the minimum pixel size the object must be in order
to be drawn.
- getMinimumPixelSizeSupported() - Static method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the minimum pixel size supported by the video card.
- getMinimumRefreshPeriod() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the duration that is the minimum allowed time between refreshes of this network link.
- getMinimumRevolutions() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the minimum number of revolutions to perform before leaving the hold.
- getMinimumRevolutions() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the minimum number of complete revolutions around the racetrack to make prior
to leaving.
- getMinimumRevolutionsFromTime(Duration, SurfaceSegment, SurfaceSegment, SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.HoldingPatternProfile
-
Get the minimum number of revolutions required to spend a minimum time in a holding procedure.
- getMinimumRevolutionsFromTime(Duration, SurfaceSegment, SurfaceSegment, SurfaceSegment) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Get the minimum number of revolutions required to spend a minimum time in a holding procedure.
- getMinimumSampleSpacing() - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians.
- getMinimumSampleSpacing() - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
Gets the smallest distance between the successive height samples of the terrain data, in radians.
- getMinimumSampleSpacing() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians.
- getMinimumSampleSpacing() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians.
- getMinimumSampleSpacing() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the smallest distance between the successive height samples of the terrain data, in radians.
- getMinimumSilhouetteWidthSupported() - Static method in class agi.foundation.graphics.SolidPrimitive
-
Gets the minimum silhouette width, in pixels, supported by the video card.
- getMinimumSize() - Method in class agi.foundation.graphics.Overlay
-
Gets the minimum size of the overlay.
- getMinimumStep() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets the smallest step that will be taken when sampling a function.
- getMinimumStep() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets the smallest step that will be taken when sampling a function.
- getMinimumStep() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets the smallest step that will be taken when sampling a function.
- getMinimumStepSize() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the (positive) minimum size of the
CurrentStepSize
(
get
).
- getMinimumTerrainHeight() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
- getMinimumTime() - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
-
Gets the minimum time of the inclusive time interval.
- getMinimumTime() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the minimum time to spend in the hold before leaving.
- getMinimumTime() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the minimum time to spend in the hold before leaving.
- getMinimumTolerance() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets the tolerance associated with the
MinimumValue
(
get
/
set
) to be used when computing threshold crossings.
- getMinimumValue() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Gets the minimum function value that is required for this constraint to be satisfied.
- getMinimumValue() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the minimum value of the transformation.
- getMinimumWidthSupported() - Static method in class agi.foundation.graphics.PathPrimitive
-
Gets the minimum width, in pixels, supported by the video card.
- getMinimumWidthSupported() - Static method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the minimum width, in pixels, supported by the video card.
- getMinimumZoom() - Method in class agi.foundation.terrain.QuantizedMeshTilesetMetadata
-
Gets the minimum zoom level of the tileset.
- getMinorClockAngleBounds() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the minor clock angle bounds, the clock angle of the circle of revolution.
- getMinorClockAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the gridding technique used for the clock angle used in each circle of revolution.
- getMinorDimension() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the antenna minor dimension.
- getMinorDimension() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the antenna minor dimension.
- getMinorRadiusBounds() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets the minor radius bounds.
- getMinute() - Method in class agi.foundation.time.GregorianDate
-
Gets the minute (in the range 0 through 59).
- getMinutes() - Method in class agi.foundation.DegreesMinutesSeconds
-
Gets the number of arc minutes.
- getMinValue() - Static method in class agi.foundation.time.Duration
-
Gets the smallest possible value of a
Duration
.
- getMinValue() - Static method in class agi.foundation.time.JulianDate
-
- getMirandaPoint() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Miranda
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getMission() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the mission category of the satellite.
- getMission() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
Mission
(
get
/
set
)
must match in order to be included in the query.
- getMissions() - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets the missions of the spacecraft in the database.
- getModel() - Method in class agi.foundation.access.AccessComputation
-
Gets which effects are to be consider in modeling the signal path and observation.
- getModel() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the url of the glTF file.
- getModelGraphics() - Method in interface agi.foundation.cesium.advanced.IModelGraphicsService
-
Gets the graphical properties of the model.
- getModelGraphics() - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Gets the graphical properties of the model.
- getModelGraphics() - Method in interface agi.foundation.platforms.advanced.IModelGraphicsService
-
Gets the model graphics.
- getModelGraphics() - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Gets the model graphics.
- getModelName() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the name of the gravity model being used.
- getModulation() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
- getModulation() - Method in class agi.foundation.communications.OpticalTransmitter
-
- getModulation() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
- getModulation() - Method in class agi.foundation.communications.Transceiver
-
Gets the type of modulation applied to the signal prior to retransmission.
- getMonth() - Method in class agi.foundation.time.GregorianDate
-
Gets the month of the year (in the range 1 through 12).
- getMonth() - Method in class agi.foundation.time.YearMonthDay
-
Gets the month of the year (in the range 1 through 12).
- getMonthlyFitInterval() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the time interval of monthly fit data points, if known.
- getMonthlyPredictedInterval() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the time interval of monthly predicted data points, if known.
- getMoon() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Moon.
- getMoon() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the position of the moon according to the equations described in
section 4.
- getMoon() - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
-
- getMoonFixedFrame() - Method in class agi.foundation.celestial.JplDE403
-
Uses the JplDE403 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
frame.
- getMoonFixedFrame() - Method in class agi.foundation.celestial.JplDE405
-
Uses the JplDE405 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
frame.
- getMoonFixedFrame() - Method in class agi.foundation.celestial.JplDE421
-
Uses the JplDE421 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
frame.
- getMoonFixedFrame() - Method in class agi.foundation.celestial.JplDE430
-
Uses the JplDE430 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
frame.
- getMoonFixedFrame() - Method in class agi.foundation.celestial.JplDE440
-
Uses the JplDE440 data to return the orientation and position of the Moon's principal axes of inertia to define a fixed
frame.
- getMoonLibrationModel() - Method in interface agi.foundation.celestial.IJplDEWithMoonLibrationModel
-
Gets a libration model for the Moon.
- getMoonLibrationModel() - Method in class agi.foundation.celestial.JplDE403
-
Gets a libration model for the Moon.
- getMoonLibrationModel() - Method in class agi.foundation.celestial.JplDE405
-
Gets a libration model for the Moon.
- getMoonLibrationModel() - Method in class agi.foundation.celestial.JplDE421
-
Gets a libration model for the Moon.
- getMoonLibrationModel() - Method in class agi.foundation.celestial.JplDE430
-
Gets a libration model for the Moon.
- getMoonLibrationModel() - Method in class agi.foundation.celestial.JplDE440
-
Gets a libration model for the Moon.
- getMoonPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the Moon.
- getMoonRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Moon in kilometers.
- getMoonTopographicFixedFrame() - Method in class agi.foundation.celestial.JplDE403
-
Uses the JplDE403 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal.
- getMoonTopographicFixedFrame() - Method in class agi.foundation.celestial.JplDE405
-
Uses the JplDE405 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal.
- getMoonTopographicFixedFrame() - Method in class agi.foundation.celestial.JplDE421
-
Uses the JplDE421 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal.
- getMoonTopographicFixedFrame() - Method in class agi.foundation.celestial.JplDE430
-
Uses the JplDE430 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal.
- getMoonTopographicFixedFrame() - Method in class agi.foundation.celestial.JplDE440
-
Uses the JplDE440 data to return the orientation and position of the Moon's "Mean Earth" axes which define a fixed
frame with the z-axis pointing toward the mean axis of rotation, the x-axis pointing toward the mean
direction to the Earth, and the y-axis orthogonal.
- getMoreThanOneImageGlobeOverlaySupported() - Static method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets whether or not the video card allows for more than one image globe overlay
GlobeImageOverlay
to be added.
- getMostOrthogonalAxis() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the axis which is most orthogonal to this instance.
- getMostOrthogonalAxis() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the axis which is most orthogonal to this instance.
- getMostOrthogonalAxis() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the axis which is most orthogonal to this instance.
- getMostParallelAxis() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the axis which is most parallel to this instance.
- getMostParallelAxis() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the axis which is most parallel to this instance.
- getMostParallelAxis() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the axis which is most parallel to this instance.
- getMotion(Motion1<Cartesian>, Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.AlignedConstrained
-
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.
- getMotion(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.AlignedConstrained
-
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.
- getMotion(Motion2<UnitCartesian, Cartesian>, Motion2<UnitCartesian, Cartesian>, int) - Static method in class agi.foundation.coordinates.AlignedConstrained
-
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.
- getMotion(String) - Method in class agi.foundation.coordinates.BasicState
-
Returns the
Motion1
of the requested
elementIdentification
.
- getMotion(String) - Method in interface agi.foundation.coordinates.ITimeBasedState
-
Returns the
Motion1
of the requested
elementIdentification
.
- getMotion(String) - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets the
Motion1
stored in this state specified by the
elementIdentification
.
- getMotion1(Object, JulianDate, JulianDate, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets time-varying data, such as position and velocity, from the archive.
- getMotion1(Object, JulianDate, JulianDate, int, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets time-varying data, such as position and velocity, from the archive.
- getMotion2(Object, JulianDate, JulianDate, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets time-varying data, such as position and velocity, from the archive.
- getMotion2(Object, JulianDate, JulianDate, int, String...) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets time-varying data, such as position and velocity, from the archive.
- getMotionCollection(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Returns a collection of
Motion1
of the
element
from the
EphemerisForOverallTrajectory
(
get
).
- getMotionCollection(String, List<ITimeBasedState>) - Static method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets a
List
of the
element
.
- getMotionID() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the ID in the state that represents the motion to be computed/manipulated.
- getMotionOfDoubleArray(String) - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets the motion of the specified elementIdentification
as an array of doubles.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.BallisticPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets the reference frame in which the motion is defined.
- getMotionReferenceFrame() - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets the reference frame in which the motion is defined.
- getMotions() - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of motion instances in this collection.
- getMotions() - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of motion instances in this collection.
- getMotions() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of motion instances in this collection.
- getMotions() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of motion instances in this collection.
- getMotions() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of motion instances in this collection.
- getMotions() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of motion instances in this collection.
- getMouseOptions() - Method in class agi.foundation.graphics.awt.Insight3D
-
- getMovingLinkEnd() - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Gets the end of the link that is the moving object.
- getMultiplier() - Method in class agi.foundation.cesium.Clock
-
Gets how much time advances with each tick.
- getMultithreadCoverage() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Gets a value indicating whether to use multiple threads to compute coverage.
- getMultithreaded() - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Gets a value indicating whether this optimizer should evaluate an iteration with as many threads as the current threading
policy facet will allow, or with as many
Variables
(
get
)
as there are in the function plus 1; whichever is less.
- getMultithreaded() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Gets a value indicating whether this solver should evaluate with as many threads as the current threading policy facet and
solver algorithm will allow.
- getMultithreaded() - Method in class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
-
Gets a value indicating whether this solver should evaluate an iteration with as many threads as the current threading
policy facet will allow, or with as many
Variables
(
get
)
as there are in the function plus 1; whichever is less.
- getMultithreaded() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Gets a value indicating whether this optimizer should evaluate with as many threads as the current threading policy facet and
optimizer algorithm will allow.
- getMultithreadFindIntervals() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
- getMultithreadSubCalculations() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Gets a value indicating whether subcalculations should use the current
ThreadingPolicy
.
- getN() - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Gets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- getN() - Method in class agi.foundation.access.AccessQueryAtMostN
-
Gets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- getN() - Method in class agi.foundation.access.AccessQueryExactlyN
-
Gets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- getNaifIdCode() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdCode() - Method in interface agi.foundation.spice.IProvideNaifIdCode
-
Gets the NAIF identification code of this central body,
barycenter, spacecraft, ground station, or other physical
object or location.
- getNaifIdsOfAvailableTargetPointsAndCenterPoints() - Method in class agi.foundation.spice.JplSpkFile
-
Interrogates a .bsp file to ascertain which target points are available
and what center points they are modeled to orbit around.
- getName() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets the name of the link.
- getName() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the name of the link.
- getName() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.CentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets the name of the underlying unrefracted link.
- getName() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Gets the name of this planetary system's barycenter.
- getName() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Gets the name of this solar system's barycenter.
- getName() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Gets the string identifying the name of the perturbing gravitational body.
- getName() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the name of the central body.
- getName() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the name of the document.
- getName() - Method in class agi.foundation.communications.Transceiver
-
Gets the transceiver's name.
- getName() - Method in class agi.foundation.communications.Transponder
-
Gets the transponder's name.
- getName() - Method in class agi.foundation.compatibility.FileStream
-
Gets the name of the FileStream that was passed to the constructor.
- getName() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets the typeface name of the font.
- getName() - Method in class agi.foundation.graphics.KmlFeature
-
Gets the name of this feature.
- getName() - Method in class agi.foundation.graphics.ModelArticulation
-
Gets the name of the articulation.
- getName() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the name of the transformation.
- getName() - Method in interface agi.foundation.infrastructure.INameService
-
Gets the name.
- getName() - Method in class agi.foundation.LicensedComponent
-
Gets the name of the component.
- getName() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets an optional name for this cost function.
- getName() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets an optional name for this constraint.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Gets an optional name to identify this constraint.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Gets the optional name of this constraint evaluator.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Gets an optional name to identify this constraint.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Gets the optional name of this cost function evaluator.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Gets an optional name to identify this constraint.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Gets the optional name of this inequality constraint evaluator.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Gets an optional name for this variable.
- getName() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets the optional name for this
variable
.
- getName() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Gets an optional name for this constraint.
- getName() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets an optional name for this variable.
- getName() - Method in class agi.foundation.platforms.Articulation
-
Gets the name of the articulation.
- getName() - Method in class agi.foundation.platforms.NameExtension
-
Gets the name.
- getName() - Method in class agi.foundation.platforms.Platform
-
Gets the name of the platform.
- getName() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the spacecraft name.
- getName() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the spacecraft name
- getName() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the spacecraft name.
- getName() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets a name to describe the
segment
.
- getName() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
- getName() - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Gets a name for this updater.
- getName() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Gets an optional name for you to identify this operator with.
- getName() - Method in class agi.foundation.stk.StkAttitudeFile.Attitude
-
Gets the name of this attitude format.
- getName() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuatAngVels
-
Gets the name of this attitude format.
- getName() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Gets the name of this attitude format.
- getName() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuatScalarFirst
-
Gets the name of this attitude format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the name of this covariance format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
Gets the name of this covariance format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Gets the name of this covariance format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePosVel
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePosVel
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVel
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVelAcc
-
Gets the name of this ephemeris format.
- getName() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets an optional name for this stopping condition.
- getName() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Gets the optional name of this constraint.
- getName() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
- getName() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
- getName() - Method in class agi.foundation.time.TimeStandard
-
Gets the name of this time standard.
- getName() - Method in class agi.foundation.tracking.ArchivedProperty
-
Gets the name of the property.
- getNanuType() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageDetails
-
Gets the type of outage as defined by the NANU.
- getNativeItrfFrame() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets the native International Terrestrial Reference Frame (ITRF) associated with these parameters.
- getNativeToMeters() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the value to multiply a height in the native units of the terrain provider
to convert it to meters.
- getNavigationAccuracyAssessedEvaluator(PerformanceAssessmentFile) - Method in class agi.foundation.navigation.GpsReceiver
-
- getNavigationAccuracyAssessedEvaluator(PerformanceAssessmentFile, AccuracyCalculationPersona, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
- getNavigationAccuracyPredictedEvaluator(PredictionSupportFile) - Method in class agi.foundation.navigation.GpsReceiver
-
- getNavigationAccuracyPredictedEvaluator(PredictionSupportFile, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
- getNavigationAccuracyPredictedEvaluator(PredictionSupportFile, AccuracyCalculationPersona, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
- getNavigationReceiverAccessQuery(GpsReceiver, int) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getNavigationReceiverAccessQuery(GpsReceiver, int) - Method in interface agi.foundation.navigation.advanced.INavigationCommunicationsService
-
Returns the navigation communication query from the receiver's front end for a given satellite ID.
- getNavigationSatellites() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getNavigationSatellites() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the collection of navigation satellites from which this receiver can
potentially receive a navigation signal.
- getNavigationSignals() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Gets the set of navigation signals on this channel.
- getNearDistance() - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the lower bound of the camera distance range.
- getNearestClampToEdge() - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets a texture filter with the following properties:
- getNearestRepeat() - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets a texture filter with the following properties:
- getNearInSideLobeLevel() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets the near-in-side-lobe level relative to the peak gain required by the system design.
- getNearInSideLobeLevel() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets the near-in-side-lobe level relative to the peak gain required by the system design.
- getNearPlane() - Method in class agi.foundation.graphics.advanced.Projection
-
Gets the near plane associated with the
Projection
.
- getNearPlane() - Method in class agi.foundation.graphics.Camera
-
Gets the distance in meters from the camera to the near plane.
- getNearValue() - Method in class agi.foundation.cesium.NearFarScalar
-
Gets the value to use at the lower bound of the camera distance range.
- getNeedsSpecialCoordinateProcessing() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets a value indicating whether or not special processing of longitude and latitude coordinates
is required by this terrain provider.
- getNegate(DisplayCondition) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Determines if a logical not
operation is applied to a display condition
in the composite.
- getNegate(int) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Determines if a logical not
operation is applied to a display condition
in the composite.
- getNegativeX() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the negative x-axis graphics
- getNegativeY() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the negative y-axis graphics
- getNegativeZ() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the negative z-axis graphics
- getNeptune() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Neptune.
- getNeptune() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Neptune according to the equations
described in section 6.
- getNeptunePoint() - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Gets a point representing the location of the physical
center of mass of the planet Neptune
in a reference frame centered at the current value of
NeptuneSystemBarycenter
(
get
/
set
).
- getNeptunePoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Neptune.
- getNeptuneRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Neptune in kilometers.
- getNeptuneSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Neptune system.
- getNeptuneSystemBarycenter() - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Neptune planetary system.
- getNeptuneSystemBarycenter() - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Neptune planetary system.
- getNeptuneSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Neptune system.
- getNetworkName() - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Gets the network name of the facility.
- getNetworkName() - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Gets a regular expression that the
NetworkName
(
get
/
set
)
must match in order to be included in the query.
- getNetworks() - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets the networks of the facilities in the database.
- getNewPropagator() - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
- getNewValue() - Method in class agi.foundation.infrastructure.threading.TransactedPropertyChangedEventArgs
-
Gets the new value of the property.
- getNextFacetId(CreateCalculationContextFacetCallback) - Static method in class agi.foundation.infrastructure.CalculationContext
-
Gets the next available facet ID.
- getNextProcedure() - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Gets the procedure that occurs after this connection.
- getNextSample(double, double, double) - Method in interface agi.foundation.numericalmethods.advanced.IDoubleFunctionSampler
-
Gets the next Variable at which to sample the function.
- getNextSample(Duration, Duration, Duration) - Method in interface agi.foundation.numericalmethods.advanced.IDurationFunctionSampler
-
Gets the next duration at which to sample the function.
- getNextSample(JulianDate, JulianDate, JulianDate) - Method in interface agi.foundation.numericalmethods.advanced.IJulianDateFunctionSampler
-
Gets the next date at which to sample the function.
- getNextSampleSuggestion(TIndependent) - Method in class agi.foundation.Function2
-
Gets a suggestion for the next independent variable value at which to sample this function.
- getNextSampleSuggestion(TIndependent) - Method in class agi.foundation.Function3
-
Gets a suggestion for the next independent variable value at which to sample this function.
- getNextSampleSuggestion(JulianDate) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Gets a suggestion for the next
JulianDate
value at which to sample this function.
- getNextSampleSuggestion(JulianDate, Duration, ITimeBasedState, IntegrationSense) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
- getNextStart() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the number of ticks in the Stopwatch
timer mechanism
at the time the task will next be excecuted.
- getNextStateBehavior() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets the behavior for passing states to the next segment.
- getNextStepFromRelativeMotion(JulianDate, Motion1<Cartesian>, double) - Static method in class agi.foundation.access.AccessConstraintSampling
-
Computes an appropriate next sample step based on the relative motion between the two
platforms involved in the Access computation and a maximum relative motion per step.
- getNextStepFromRelativeMotionEvaluator(ILinkConstraint, double, EvaluatorGroup) - Static method in class agi.foundation.access.AccessConstraintSampling
-
Gets an evaluator that determines the next time at which to sample a constraint function
based on the relative motion between two objects and a maximum relative motion per step.
- getNextStepFromRelativeMotionEvaluator(IServiceProvider, IServiceProvider, double, EvaluatorGroup) - Static method in class agi.foundation.access.AccessConstraintSampling
-
Gets an evaluator that determines the next time at which to sample a constraint function
based on the relative motion between two objects and a maximum relative motion per step.
- getNextStepFromRelativeMotionEvaluator(ReferenceFrame, Point, double, EvaluatorGroup) - Static method in class agi.foundation.access.AccessConstraintSampling
-
Gets an evaluator that determines the next time at which to sample a constraint function
based on the relative motion between two objects and a maximum relative motion per step.
- getNextTime() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets the next animation time.
- getNextTime() - Method in class agi.foundation.graphics.RealTimeAnimation
-
- getNextTime() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
- getNextTime() - Method in class agi.foundation.graphics.SimulationAnimation
-
- getNextTime() - Method in class agi.foundation.graphics.TimeChangedEventArgs
-
Gets the time of the next update if it is different than
Time
(
get
).
- getNightLightsIntensity() - Method in class agi.foundation.graphics.advanced.Lighting
-
Gets the overall brightness for the night light's image overlay,
NightOverlay
(
get
).
- getNightOverlay() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getNixPoint() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Nix
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getNoAccess() - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Gets the value of the property when no access exists.
- getNoAccess() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Gets the value to return if there is no access.
- getNodeTransformations() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the set of node transformations to apply to the model.
- getNoiseBandwidth() - Method in class agi.foundation.communications.Signal
-
Gets the bandwidth of the signal noise, in hertz.
- getNoiseFactor() - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Gets the noise factor representing the ratio of the
NoiseTemperature
(
get
)
to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- getNoiseFactor() - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Gets the photodetector noise factor.
- getNoiseFactor() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the noise factor representing the ratio of the
NoiseTemperature
(
get
)
to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- getNoiseFactor() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the noise factor for the amplifier, representing the ratio of the
NoiseTemperature
(
get
) to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- getNoiseFactor() - Method in class agi.foundation.communications.Transponder
-
- getNoiseFactor() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the
NoiseFactor
(
get
/
set
) this front end uses to calculate noise on the
navigation signals.
- getNoiseFactor() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the noise factor value this receiver uses to calculate noise in the communication signals.
- getNoiseModel() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the model for computing the noise in this receiver when
receiving a signal from a navigation satellite.
- getNoisePlusInterference() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Gets the noise plus interference scalar
- getNoisePower() - Method in class agi.foundation.communications.Signal
-
Gets the power of the noise, in watts, as computed from
the
NoiseTemperature
(
get
) based on the
NoiseBandwidth
(
get
).
- getNoiseTemperature() - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
Gets the antenna noise temperature, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.Signal
-
Gets the equivalent noise temperature, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Gets the noise temperature of the amplifier, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Gets the noise temperature for this signal processor, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the system noise temperature calculated from the different gain values, the
NoiseFactor
(
get
/
set
) and the
ReferenceTemperature
(
get
/
set
).
- getNoiseTemperature() - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Gets the photodetector noise temperature, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Gets the thermal noise temperature of the filter, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the noise temperature of the amplifier, in kelvin.
- getNoiseTemperature() - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
Gets the antenna noise temperature, in kelvin.
- getNominalRun() - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Gets a value indicating whether the segment list is to be run normally and as such the results should be
included as the final results, or if the segment list is to be run as part of some other operation.
- getNominalRun() - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Gets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- getNominalRun() - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Gets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- getNominalRun() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Gets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- getNonPrecisionApproach() - Method in class agi.foundation.navigation.RaimOutages
-
- getNonPrecisionApproachArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
-
- getNorm() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the norm of this instance.
- getNormal(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Get the normal vector to the terrain surface at the specified location.
- getNormalized() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets a value indicating whether the coefficients of the gravity model are normalized.
- getNormalizedStartAngle() - Method in class agi.foundation.access.CircularAccessConstraint
-
- getNormalizedStopAngle() - Method in class agi.foundation.access.CircularAccessConstraint
-
- getNormals() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
- getNormals() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
- getNormals() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getNormals() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
-
Gets the normals of the mesh.
- getNormSquared() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the square of the
Norm
(
get
) of this instance.
- getNorth() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets the northernmost Y coordinate.
- getNorth() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the index of the northernmost post.
- getNorthernPostOffsetNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the latitude offset (from the north) of the northern-most post in the terrain provider.
- getNorthing() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Gets the northward distance of the location into the grid.
- getNorthing() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Gets the northward distance of the location into the zone.
- getNorthing() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Gets the northward distance of the location into the zone.
- getNorthLatitude() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the northernmost latitude.
- getNotes() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the notes associated with the satellite.
- getNow() - Static method in class agi.foundation.time.GregorianDate
-
Gets the
GregorianDate
that represents the current date and time.
- getNow() - Static method in class agi.foundation.time.JulianDate
-
Gets the
JulianDate
that represents the current date and time.
- getNPlateModel() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets a collection that models the spacecraft's body as a collection of individual plates with oriented surface areas and drag coefficients.
- getNPlateModel() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets a collection that models the spacecraft's body as a collection of individual plates with oriented surface areas,
specular reflectivity coefficients, and diffuse reflectivity coefficients.
- getNullDirectionsProvider() - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
- getNumber() - Method in class agi.foundation.Transaction
-
Gets the number of this transaction.
- getNumberOfAssets() - Method in class agi.foundation.coverage.CoverageFilter
-
Gets the number of assets required to satisfy this constraint.
- getNumberOfBands() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the number of bands comprising the raster.
- getNumberOfChannels() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the number of channels in this receiver.
- getNumberOfConsiderParameters() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getNumberOfEphemerides() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Gets the number of ephemerides in this record for this
PseudoRandomNumber
(
get
).
- getNumberOfEpochs() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the number of epochs listed in this file.
- getNumberOfEpochs() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the number of epochs listed in this file.
- getNumberOfEpochs() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the number of epochs listed in this file.
- getNumberOfGaussianQuadratures() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the number of Gaussian quadratures to use when integrating.
- getNumberOfLoops() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets the number of current loops in the magnetic torquer coil.
- getNumberOfMeasurementTypes() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets the number of meteorological data types in the file.
- getNumberOfObservations() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the number of observations for this satellite in this epoch.
- getNumberOfObservations() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Gets the number of observations used for the fit (corresponding to the number of states in the input).
- getNumberOfPlanes() - Method in class agi.foundation.propagators.WalkerConstellation
-
Gets the number of planes in the Walker constellation.
- getNumberOfPoints() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the total number of samples in the XYS table.
- getNumberOfPulsesIntegrated() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the number of pulses integrated.
- getNumberOfRings() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets the number of rings to draw for the outline.
- getNumberOfSamplePoints() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the number of points to be sampled on the interpolation spline.
- getNumberOfSamplePoints() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the number of points to be sampled on the interpolation spline.
- getNumberOfSatellites() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the number of SVs in the RINEX Navigation file.
- getNumberOfSatellites() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the number of satellites property for the RINEX header.
- getNumberOfSatellites() - Method in class agi.foundation.navigation.datareaders.SemAlmanac
-
Gets the number of SVs in the almanac.
- getNumberOfSatellites() - Method in class agi.foundation.navigation.datareaders.YumaAlmanac
-
Gets the number of satellites in the almanac.
- getNumberOfSatellitesPerPlane() - Method in class agi.foundation.propagators.WalkerConstellation
-
Gets the number of satellites per plane of the Walker constellation.
- getNumberOfSats() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the number of satellites contained in this file.
- getNumberOfSats() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the number of satellites contained in this file.
- getNumberOfSats() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the number of satellites contained in this file.
- getNumberOfStages() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the total number of stages in this instance of the Runge-Kutta integrator.
- getNumberOfStateParameters() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getNumberOfThreads() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Gets the number of threads used to execute the recurring tasks.
- getNumberOfThreads() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Gets the number of threads to be used to perform the calculation.
- getNumberOfThreads() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Gets the number of threads to use to execute parallelizable operations.
- getNumberOfTimesToExecuteStoppingConditionsAutoSegment(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Returns the number of times the
auto-segment
associated
with the
stoppingCondition
is set to execute.
- getNumberOfTriangles() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the number of triangles.
- getNumberOfTurns() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Gets the number of turns in the helical antenna.
- getNumberOfVertices() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the number of vertices.
- getNumberOfXTilesAtLevel(int) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the number of tiles in the X direction at a given zoom level.
- getNumberOfYTilesAtLevel(int) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the number of tiles in the Y direction at a given zoom level.
- getNutationModel() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default nutation model used in the FK5 transformation from
J2000 to the Fixed frame.
- getOberonPoint() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Oberon
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getObject() - Method in class agi.foundation.cesium.VelocityVectorDirectionCesiumProperty
-
Gets the object which will be used to calculate the direction of the velocity vector.
- getObjectEvaluator(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
-
Gets an evaluator which returns an object.
- getObjectEvaluator(EvaluatorGroup) - Method in interface agi.foundation.platforms.advanced.IGraphicsParameter
-
Gets an evaluator which returns an object.
- getObjectId() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the object identifier for which the
ephemeris is provided.
- getObjectMapping(T) - Method in class agi.foundation.infrastructure.CopyContext
-
Gets the mapping for the specified object.
- getObjectName() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the name of the object for which the
ephemeris is provided.
- getObjects() - Method in class agi.foundation.graphics.PickResult
-
Gets a collection of objects that were on the pick stack for the picked object.
- getObjectsToWrite() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the collection of instances to be written to CZML.
- getObjectType() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the type of orbiting body.
- getObliquity() - Method in class agi.foundation.celestial.Nutation
-
Gets the nutation in obliquity, in radians.
- getObliquityMapping() - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
- getObliquityMapping() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Gets the type of mapping to use when calculating the tropospheric delay.
- getObservationCharacter() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the observation character property for the RINEX header.
- getObservations() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the array of observations for this satellite in this epoch.
- getObservationSecondsOfDay() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the number of seconds since the start of midnight UTC
at which the observations of the solar flux are assumed to be made.
- getObservationTypes() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the array of observation types for this satellite in this epoch
Each observation type directly corresponds to the observation, LLI and signal strength
of the same index.
- getObservedAxes() - Method in class agi.foundation.geometry.VectorSum
-
Gets the
Axes
in which the resultant vector sum
will be observed.
- getObservedInterval() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the time interval of observed data points, if known.
- getObservedInterval() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets the time interval of observed data points, if known.
- getObservedPoint() - Method in class agi.foundation.geometry.PointInPointsFrame
-
Gets the point that is observed in the
FrameOwner
(
get
/
set
)'s reference frame.
- getObservedPoint() - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Gets the
Point
that is observed in the
Frame
(
get
/
set
).
- getObservedVector() - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Gets the vector observed in the
AxesOwner
(
get
/
set
)'s axes.
- getObserver() - Method in class agi.foundation.geometry.AxesTargetingLink
-
Gets the end of the link that is being oriented.
- getObserver() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Observer property for the RINEX header
- getOccludingBodies() - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets a list of bodies which obscure the illuminating body.
- getOccultationFactor() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets the scalar modeling the amount of occultation at the location of the
TargetPoint
(
get
/
set
).
- getOccultationFactor() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the scalar modeling the amount of occultation at the target position.
- getOddColor() - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Gets the color of the odd tiles.
- getOddColor() - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Gets the color of the odd stripes.
- getOffendingNumber() - Method in exception agi.foundation.compatibility.NotFiniteNumberException
-
- getOfficialName() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the official name for the satellite.
- getOfficialName() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
OfficialName
(
get
/
set
)
must match in order to be included in the query.
- getOffset() - Method in class agi.foundation.celestial.OffAxisTorque
-
Gets the body-fixed position of the thruster with respect to the center of mass of the vehicle.
- getOffset() - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Gets the offset of the start of the stripes.
- getOffset() - Method in class agi.foundation.cesium.ViewFrom
-
Gets the suggested initial offset when tracking an object.
- getOffset() - Method in class agi.foundation.geometry.AxesFixedOffset
-
Gets the offset of this axes, specified as a rotation from the
ReferenceAxes
(
get
/
set
).
- getOffset() - Method in class agi.foundation.geometry.PointFixedOffset
-
Gets the displacement of this point from the origin of the defining reference frame.
- getOffset() - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Gets the offset for the result of the convolution kernel operation.
- getOffset() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegmentResults
-
Gets the offset between the end of the last segment and the time when the engines are ignited.
- getOffset() - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Gets the initial offset from the entity to place the camera,
specified as
AxesEastNorthUp
.
- getOffsetToReceptionTimeEvaluator(EvaluatorGroup) - Method in interface agi.foundation.access.ILinkService
-
Gets an evaluator that, given a time at which something is transmitted by the
Transmitter
(
get
),
evaluates the time at which it will be received by the
Receiver
(
get
).
- getOffsetToReceptionTimeEvaluator() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets an evaluator that, given a time at which an event occurs at the
Transmitter
(
get
/
set
),
evaluates the time at which the event is received by the
Receiver
(
get
/
set
).
- getOffsetToReceptionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.access.LinkInstantaneous
-
Gets an evaluator that, given a time at which an event occurs at the
Transmitter
(
get
/
set
),
evaluates the time at which the event is received by the
Receiver
(
get
/
set
).
- getOffsetToReceptionTimeEvaluator() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets an evaluator that, given a time at which an event occurs at the
Transmitter
(
get
/
set
),
evaluates the time at which the event is received by the
Receiver
(
get
/
set
).
- getOffsetToReceptionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets an evaluator that, given a time at which an event occurs at the
Transmitter
(
get
/
set
),
evaluates the time at which the event is received by the
Receiver
(
get
/
set
).
- getOffsetToReceptionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.LinkRefracted
-
Gets an evaluator that, given a time at which an event occurs at the
Transmitter
(
get
),
evaluates the time at which the event is received by the
Receiver
(
get
).
- getOffsetToTransmissionTimeEvaluator(EvaluatorGroup) - Method in interface agi.foundation.access.ILinkService
-
Gets an evaluator that, given a time at which something is received at the
Receiver
(
get
),
evaluates the time at which it was transmitted by the
Transmitter
(
get
).
- getOffsetToTransmissionTimeEvaluator() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets an evaluator that, given a time at which an event is received at the
Receiver
(
get
/
set
),
evaluates the time at which the event occurred at the
Transmitter
(
get
/
set
).
- getOffsetToTransmissionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.access.LinkInstantaneous
-
Gets an evaluator that, given a time at which an event is received at the
Receiver
(
get
/
set
),
evaluates the time at which the event occurred at the
Transmitter
(
get
/
set
).
- getOffsetToTransmissionTimeEvaluator() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets an evaluator that, given a time at which an event is received at the
Receiver
(
get
/
set
),
evaluates the time at which the event occurred at the
Transmitter
(
get
/
set
).
- getOffsetToTransmissionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets an evaluator that, given a time at which an event is received at the
Receiver
(
get
/
set
),
evaluates the time at which the event occurred at the
Transmitter
(
get
/
set
).
- getOffsetToTransmissionTimeEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.LinkRefracted
-
Gets an evaluator that, given a time at which an event is received at the
Receiver
(
get
),
evaluates the time at which the event occurred at the
Transmitter
(
get
).
- getOldValue() - Method in class agi.foundation.infrastructure.threading.TransactedPropertyChangedEventArgs
-
Gets the old value of the property.
- getOmega() - Method in class agi.foundation.celestial.Nutation
-
Gets the longitude of the mean ascending node of the lunar orbit on the ecliptic plane measured
from the mean equinox of date.
- getOmegaX() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the body-fixed angular velocity coordinate along the positive x-axis.
- getOmegaY() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the body-fixed angular velocity coordinate along the positive y-axis.
- getOmegaZ() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the body-fixed angular velocity coordinate along the positive z-axis.
- getOne() - Static method in class agi.foundation.coordinates.Complex
-
- getOne() - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Gets the first
Scalar
that produces an angle.
- getOne() - Method in class agi.foundation.geometry.ScalarMaximumValue
-
- getOne() - Method in class agi.foundation.geometry.ScalarMinimumValue
-
- getOnlyStoreFinalResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Gets a value indicating whether this
operator
should
report only the final results or all iterations/computations.
- getOnlyStoreFinalResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Gets a value indicating whether this
operator
should
report only the final results or all iterations/computations.
- getOperatorAction() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Gets how the propagator will run the
operators
(will the
operators
be run normally,
be run once, or just run the nominal sequence).
- getOperatorBehavior() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListConfiguration
-
Gets the behavior of how the operators should be run.
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
- getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
- getOperatorResult(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
-
Returns the
results
of the operator made by the
identifier
.
- getOperatorResults() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
-
- getOperators() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Gets the operators that this segment will run.
- getOppositeLinkEnd(LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Given a
LinkRole
, returns the
LinkRole
representing the
opposite end of the link.
- getOpticalBandpassFilterBandwidth() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the bandwidth of the optical bandpass filter preceding the detector, in hertz.
- getOptimizationCriteria() - Method in class agi.foundation.navigation.GpsReceiver
-
- getOptimized(EvaluatorGroup.Callback0<TEvaluator>) - Static method in class agi.foundation.EvaluatorGroup
-
- getOptimizer() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- getOptimizerResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
-
- getOption() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Gets the
Enabled
(
get
/
set
) option of the
Condition
(
get
/
set
) will be
after this operator is evaluated.
- getOptionalGpsReceiverService(IServiceProvider) - Static method in class agi.foundation.navigation.GpsReceiverHelper
-
- getOptionalLinkService(IServiceProvider) - Static method in class agi.foundation.access.LinkHelper
-
Gets the
ILinkService
provided by a link, or
null
if the service does not exist.
- getOptionalLocationPointService(IServiceProvider) - Static method in class agi.foundation.geometry.PointHelper
-
- getOptionalOrientationAxesService(IServiceProvider) - Static method in class agi.foundation.geometry.AxesHelper
-
- getOptionalService(TypeLiteral<T>, IServiceProvider) - Static method in class agi.foundation.infrastructure.ServiceHelper
-
Gets a service from a given service provider, or null
if the service does not exist.
- getOrbitalPoint() - Method in class agi.foundation.geometry.AxesBPlane
-
- getOrbitalPoint() - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Gets the
Point
to use to compute the elements.
- getOrbitalPoint() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Gets the
Point
to use to compute the elements.
- getOrbitalPoint() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Gets the
Point
to use to compute the elements.
- getOrbitalPoint() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Gets the
Point
to use to compute the elements.
- getOrbitalPoint() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Gets the
Point
to compute.
- getOrbitalPoint() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Gets the
Point
to compute.
- getOrbitalPoint() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Gets the
Point
to compute.
- getOrbitalPoint() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Gets the
Point
to compute.
- getOrbitalPoint() - Method in class agi.foundation.geometry.VectorBPlane
-
- getOrbitCount() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the number of orbits produced by the propagator from the initial conditions to the current elements.
- getOrbitCountLimit() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the number of orbits past which to stop propagation.
- getOrbitDescription() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets a description of the orbit.
- getOrbitEpoch() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the Julian date at which the
InitialConditions
(
get
/
set
) are specified.
- getOrbitEpoch() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the Julian date at which the
InitialConditions
(
get
/
set
) are specified.
- getOrbitEpoch() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets the Julian date at which the
InitialConditions
(
get
/
set
) of
the orbit are defined.
- getOrbitLimitType() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the limitation for when the lifetime propagator calculation should stop its iteration.
- getOrbitManeuver() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the orbit maneuver times as indicated by the orbit maneuver flag in the position 'P' record
If the flag is set for this time, there was an orbit maneuver after the previous epoch or at this epoch.
- getOrbitManeuver() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the orbit maneuver times as indicated by the orbit maneuver flag in the position 'P' record
If the flag is set for this time, there was an orbit maneuver after the previous epoch or at this epoch.
- getOrbitPredicted() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the orbit prediction times as indicated by the orbit prediction flag in the position 'P' record
If the flag is set for this time, the orbit for this time is predicted, otherwise it is not.
- getOrbitPredicted() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the orbit prediction times as indicated by the orbit prediction flag in the position 'P' record
If the flag is set for this time, the orbit for this time is predicted, otherwise it is not.
- getOrbitsPerCalculation() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the number of complete orbits to propagate as part of a single iteration of the integration
of the orbital parameters over time.
- getOrbitStates() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the position and velocity vectors of the spacecraft at the same times
as the
CovarianceData
(
get
/
set
).
- getOrbitStatesFrame() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Gets the native reference frame of the
OrbitStates
(
get
/
set
).
- getOrbitType() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the type of orbit represented by these elements.
- getOrbitType() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the type of orbit represented by these elements.
- getOrbitType() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the type of orbit represented by these elements.
- getOrbitType() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the orbit type from line 1.
- getOrbitType() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the orbit type.
- getOrbitType() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the orbit type.
- getOrder() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Gets the maximum order of the spherical harmonic coefficients.
- getOrder() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the order of the subset of the model this gravitational field uses.
- getOrder() - Method in interface agi.foundation.cesium.advanced.ICesiumPositionService
-
Gets the number of derivatives to write to CZML.
- getOrder() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Gets the number of derivatives to write to CZML.
- getOrder() - Method in class agi.foundation.coordinates.Covariance3By3Derivative
-
Gets the order of the sigma and rotation derivatives held by this instance.
- getOrder() - Method in class agi.foundation.DateMotionCollection1
-
Gets the number of derivatives in this collection.
- getOrder() - Method in class agi.foundation.DateMotionCollection2
-
Gets the number of derivatives in this collection.
- getOrder() - Method in class agi.foundation.geometry.ScalarDerivative
-
Gets the order.
- getOrder() - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Gets the order at which to do the comparison.
- getOrder() - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Gets the order at which to do the comparison.
- getOrder() - Method in class agi.foundation.geometry.VectorDerivative
-
Gets the order.
- getOrder() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the number of derivatives in this collection.
- getOrder() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the number of derivatives in this collection.
- getOrder() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the number of derivatives in this collection.
- getOrder() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the number of derivatives in this collection.
- getOrder() - Method in interface agi.foundation.IMotion
-
Gets the number of derivatives described by this instance.
- getOrder() - Method in class agi.foundation.Motion1
-
Gets the number of derivatives described by this instance.
- getOrder() - Method in class agi.foundation.Motion2
-
Gets the number of derivatives described by this instance.
- getOrder() - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
-
Gets the order of the polynomial.
- getOrder() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Gets the order of this auxiliary state.
- getOrder() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets the order of this auxiliary state.
- getOrder() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Gets the total number of derivatives of the
AuxiliaryScalar
(
get
/
set
)
to compute for the output.
- getOrder() - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Gets the highest order of the
Vector
to produce for the output.
- getOrder() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Gets the order of the motion produced by the propagator.
- getOrder() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets the desired order of the propagated
Motion1
.
- getOrder() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the order of the differential equation corresponding to this element.
- getOrder() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets the order of the motion produced by the propagator.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePosVel
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePosVel
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVel
-
Gets the number of derivatives in this data.
- getOrder() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVelAcc
-
Gets the number of derivatives in this data.
- getOrderRequired() - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Gets the number of derivatives of the dependent variable that are required on input
in order to interpolate using this interpolation algorithm.
- getOrderRequired() - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Gets the number of derivatives of the dependent variable that are required on input
in order to interpolate using this interpolation algorithm.
- getOrderRequired() - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Gets the number of derivatives of the dependent variable that are required on input
in order to interpolate using this interpolation algorithm.
- getOrderRequired() - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Gets the number of derivatives of the dependent variable that are required on input
in order to interpolate using this interpolation algorithm.
- getOrderRequired() - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Gets the number of derivatives of the dependent variable that are required on input
in order to interpolate using this interpolation algorithm.
- getOrders() - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Gets the orders of the differential equations in the differential equations.
- getOrders() - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Gets the order of the highest derivative for each of the dependent variables.
- getOrientation() - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Gets the stripe orientation.
- getOrientation() - Method in class agi.foundation.graphics.advanced.Projection
-
- getOrientation() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
- getOrientation() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the model's orientation.
- getOrientation() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
- getOrientation() - Method in interface agi.foundation.tracking.IEntityOrientation
-
Gets the transactional property that holds the orientation of the entity.
- getOrientationAxes() - Method in class agi.foundation.celestial.CentralBody
-
Gets the axes that describes the orientation of the object.
- getOrientationAxes() - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Gets the time-varying axes of the covariance ellipsoid.
- getOrientationAxes() - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Gets the time-varying axes of the covariance ellipsoid.
- getOrientationAxes() - Method in interface agi.foundation.geometry.IOrientationAxesService
-
Gets the axes that describes the orientation of the object.
- getOrientationAxes() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the time-varying axes of the covariance ellipsoid.
- getOrientationAxes() - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Gets the axes that describe the orientation of the object.
- getOrientationAxes() - Method in class agi.foundation.platforms.Platform
-
Gets the time-varying orientation of this platform.
- getOrientationAxes() - Method in interface agi.foundation.tracking.IEntityOrientationDescriptor
-
Gets the axes in which
Orientation
(
get
) is defined.
- getOrientationAxesService(IServiceProvider) - Static method in class agi.foundation.geometry.AxesHelper
-
- getOrientationAxesService(IServiceProvider, String) - Static method in class agi.foundation.geometry.AxesHelper
-
- getOrientationFunction() - Method in class agi.foundation.celestial.IauOrientationAxes
-
Gets the function which computes the orientation parameters of these axes.
- getOrientationParameters() - Method in class agi.foundation.celestial.EarthCentralBody
-
- getOrientations(Object, JulianDate, JulianDate) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection2
representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
- getOrientations(Object, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection2
representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
- getOrientations(Object, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection2
representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
- getOrigin() - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Gets the origin of the ray to project onto the central body.
- getOrigin() - Method in class agi.foundation.geometry.ReferenceFrame
-
Gets the origin of the reference frame.
- getOrigin() - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Gets the origin of rotation.
- getOrigin() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch origin, which is applied to each marker in the batch.
- getOrigin() - Method in class agi.foundation.graphics.Overlay
-
Gets the origin from which the overlay's position is defined.
- getOrigin() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Gets the per-batch origin, which is applied to each string in the text batch.
- getOrigin() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the origin of the marker over time.
- getOrigin() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the
Origin
(
get
/
set
) of the text over time.
- getOrigin() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the origin of each label.
- getOrigin() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the origin of each marker.
- getOriginalConfiguration() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
Gets the original configuration for this segment.
- getOriginalResults() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentResults
-
Gets the results of the segment that was actually propagated.
- getOriginalSatelliteNumber() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the original satellite number of
the object.
- getOriginator() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Gets the creating agency or operator.
- getOrthogonalPolarizationAntennaSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Gets the antenna signal processor which produces the antenna's orthogonal polarization channel signal output.
- getOrthogonalPolarizationInputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Gets the signal processor which produces the set of signals to transmit for the orthogonal polarization channel.
- getOrthogonalPolarizationOutputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Gets the antenna signal processor which produces the antenna's orthogonal polarization channel signal output.
- getOrusPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Orus.
- getOswaldEfficiencyFactor() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the Oswald efficiency factor for the wing.
- getOutageDurationThreshold() - Method in class agi.foundation.navigation.RaimOptions
-
Gets the outage duration threshold, which specifies how much time must pass,
while RAIM is unavailable, before a RAIM outage is signaled.
- getOutageIntervals() - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Gets the intervals when this GPS satellite is unavailable or unhealthy.
- getOutageIntervals() - Method in interface agi.foundation.navigation.IGpsSatelliteOutageService
-
Gets the intervals when this GPS satellite is unavailable or unhealthy.
- getOutagePercent() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Gets the rain outage percent value, as a decimal.
- getOutagePercent() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Gets the rain outage percent value, as a decimal.
- getOutagePercent() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Gets the rain outage percent value, as a decimal.
- getOutageReference() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageDetails
-
Gets the reference defining the outage information (NANU number, etc.).
- getOutageSource() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageDetails
-
Gets the source of the outage information (NANUs, NOTAMs, etc.).
- getOutageTimeInterval() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
-
Gets the time interval spanning the outage duration.
- getOutageType() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageDetails
-
Gets the type of outage: Historical, Current or Predicted.
- getOuterHalfAngle() - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the outer half angle used to define the exterior conical boundary of the volume.
- getOuterHalfAngle() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the outer half angle used to define the exterior conical boundary of the volume.
- getOutline() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets whether or not the mask is outlined.
- getOutline() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether or not the region is outlined.
- getOutline() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets whether or not the ellipsoid is outlined.
- getOutline() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font has an outline around its characters.
- getOutline() - Method in class agi.foundation.platforms.TextGraphics
-
Gets whether or not to outline the text.
- getOutlineAppearance() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the outline's appearance.
- getOutlineAppearance() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the solid outline appearance.
- getOutlineColor() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets the color of the outline.
- getOutlineColor() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the color of the region's outline.
- getOutlineColor() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the color of the ellipsoid's outline.
- getOutlineColor() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the outline color of the label.
- getOutlineColor() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the outline color of the point.
- getOutlineColor() - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Gets the outline color of the line.
- getOutlineColor() - Method in class agi.foundation.graphics.PathPoint
-
Gets the outline color associated with this point.
- getOutlineColor() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the outline color associated with this point.
- getOutlineColor() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the outline's color.
- getOutlineColor() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the outline's color.
- getOutlineColor() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the outline's color.
- getOutlineColor() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the text's outline color.
- getOutlineColor() - Method in class agi.foundation.platforms.LineGraphics
-
Gets a parameter defining the outline color and translucency of the line over time.
- getOutlineColor() - Method in class agi.foundation.platforms.PointGraphics
-
Gets a parameter defining the outline color and translucency of the point over time.
- getOutlineColor() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the color and translucency of the outline.
- getOutlineColor() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the color and translucency of the text outline over time.
- getOutlineColor() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the color of each track outline.
- getOutlineColor() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the outline color for the label text.
- getOutlineColor() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the color of the outline.
- getOutlineColor() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the color of the outline.
- getOutlineIndices() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
Gets indices into Positions
that define the positions outlining the solid.
- getOutlinePolylineType() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
Gets the
PolylineType
of
OutlineIndices
and
OutlinePositions
.
- getOutlinePositions() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
Gets the positions outlining the solid.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.PathPoint
-
Gets the outline translucency associated with this point.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the outline translucency associated with this point.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the translucency of the outline.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the translucency of the outline.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the outline's translucency.
- getOutlineTranslucency() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the text's outline translucency.
- getOutlineTranslucency() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the translucency of the track outline.
- getOutlineTranslucency() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the translucency of the label outline.
- getOutlineTranslucency() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the translucency of the outline.
- getOutlineTranslucency() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the translucency of the point outline.
- getOutlineWidth() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets the width of the outline.
- getOutlineWidth() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the width of the region's outline.
- getOutlineWidth() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the width of the ellipsoid's outline.
- getOutlineWidth() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the outline width of the label.
- getOutlineWidth() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the outline width of the point, in pixels.
- getOutlineWidth() - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Gets the outline width of the line.
- getOutlineWidth() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets the width, in pixels, of the outline around the line.
- getOutlineWidth() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the size, in pixels, of the outline around each point in the batch.
- getOutlineWidth() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the width, in pixels, of the outline around the polyline.
- getOutlineWidth() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the outline's width, in pixels.
- getOutlineWidth() - Method in class agi.foundation.platforms.LineGraphics
-
Gets a parameter defining the width of the line over time.
- getOutlineWidth() - Method in class agi.foundation.platforms.PointGraphics
-
Gets a parameter defining the outline width of the point over time.
- getOutlineWidth() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the width of the outline.
- getOutlineWidth() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the width of the track outline, in pixels.
- getOutlineWidth() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the width of the outline, in pixels.
- getOutlineWidth() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the width of the outline, in pixels.
- getOutputAntenna() - Method in class agi.foundation.communications.Transceiver
-
Gets the output antenna platform.
- getOutputAntenna() - Method in class agi.foundation.communications.Transponder
-
Gets the output antenna platform.
- getOutputAntennaGainPattern() - Method in class agi.foundation.communications.Transceiver
-
Gets the antenna gain pattern used by the output antenna.
- getOutputAntennaGainPattern() - Method in class agi.foundation.communications.Transponder
-
Gets the antenna gain pattern used by the transponder's output antenna.
- getOutputFormat() - Method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
Gets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
- getOutputGain() - Method in class agi.foundation.communications.Transceiver
-
Gets the gain (a factor that multiplies the signal power)
applied to the signal after demodulation before remodulation.
- getOutputNoiseFactor() - Method in class agi.foundation.communications.Transceiver
-
Gets the
NoiseFactor
(
get
/
set
) used in the transceiver's
Amplifier
with respect to a
ReferenceTemperature
(
get
/
set
) of 290 kelvin.
- getOutputPolarizationSource() - Method in class agi.foundation.communications.Transceiver
-
Gets the output polarization source.
- getOutputPolarizationSource() - Method in class agi.foundation.communications.Transponder
-
Gets the output polarization source.
- getOutputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
- getOutputSignalProcessor() - Method in interface agi.foundation.communications.antennas.ISignalReceivedByAntennaService
-
Gets the
SignalProcessor
which produces the output of the antenna,
after it has passed through the antenna and prior to any signal processing in the receiver.
- getOutputSignalProcessorPrepolarizer() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
- getOutputSignalProcessorPrepolarizer() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
- getOutputSignalProcessorPrepolarizer() - Method in interface agi.foundation.communications.antennas.ISignalReceivedByAntennaPrepolarizerService
-
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
- getOutputSparsity() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Gets the interval at which to produce output samples.
- getOutsideExtent() - Static method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets a static instance representing extents that are completely outside the bounding
extent of the provider.
- getOverallSatisfactionIntervals() - Method in class agi.foundation.access.AccessEvaluationResult
-
Gets the overall intervals during which all constraints are satisfied.
- getOverallState() - Method in class agi.foundation.propagators.PropagationStateArray
-
Gets the overall state array which this sub-state maps into.
- getOverallSurfaceDistance() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets the overall distance along the projection of the route onto the
Ellipsoid
shape of the
CentralBody
(
get
).
- getOverallUnknownIntervals() - Method in class agi.foundation.access.AccessEvaluationResult
-
Gets the intervals during which the access engine
was unable to compute access due to missing data.
- getOverlay() - Method in class agi.foundation.graphics.ScreenOverlayPickResult
-
Gets the screen overlay that was picked.
- getOverlays() - Method in interface agi.foundation.graphics.advanced.IScreenOverlayContainer
-
Gets the collection of overlays that are contained within this parent.
- getOverlays() - Method in class agi.foundation.graphics.Overlay
-
Gets the collection of overlays that are contained within this overlay.
- getOverlays() - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Gets the collection of overlays that are contained within this manager.
- getOverrideConstraintSampling() - Method in class agi.foundation.access.AccessComputation
-
Gets a value indicating whether the sampling parameters specified by
Sampling
(
get
) should be
applied to all constraints, overriding the sampling parameters specified by the constraints themselves.
- getOverrideCreationDate() - Method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
- getOverrideHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- getOverrideHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- getOverrideHalfBeamwidth() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- getOverrideScenarioEpoch() - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
Gets a value indicating whether the
ScenarioEpoch
(
get
/
set
) specified on this instance
overrides the one specified in the attitude file itself.
- getOverrideScenarioEpoch() - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Gets a value indicating whether the
ScenarioEpoch
(
get
/
set
) specified on this instance
overrides the one specified in the ephemeris file itself.
- getOverrideSegmentListEphemeris() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getOwner() - Method in class agi.foundation.cesium.advanced.CesiumGenerator
-
Gets the item for which data is to be generated.
- getOwner() - Method in interface agi.foundation.communications.antennas.IReceivingAntennaExtension
-
- getOwner() - Method in interface agi.foundation.communications.antennas.ITransmittingAntennaExtension
-
- getOwner() - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Gets the owner of this collection.
- getOwner() - Method in class agi.foundation.infrastructure.ObjectExtension
-
Gets the owner of this extension.
- getOwner() - Method in class agi.foundation.infrastructure.threading.TransactedObject
-
Gets the object that owns this transacted object, or null
if this object
does not have an owner.
- getOwner() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the owner (country) of the satellite.
- getOwner() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
Owner
(
get
/
set
)
must match in order to be included in the query.
- getOwner() - Method in class agi.foundation.tracking.EntitySet
-
Gets the owner of this entity set.
- getOwners() - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets the owners of the spacecraft in the database.
- getP() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the p coordinate.
- getPacketAcquirementYieldTime() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the thread processing yield time for asynchronous streaming of video over common protocols like udp.
- getPacketBufferLimit() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets a value indicating the buffering limit for packets when processing a video stream.
- getPacketCount() - Method in class agi.foundation.cesium.CzmlUpdateDocument
-
Gets the number of CZML packets contained by this document.
- getPadding() - Method in interface agi.foundation.graphics.advanced.IScreenOverlayContainer
-
Gets the padding surrounding the
Overlays
(
get
) that are contained within this parent.
- getPadding() - Method in class agi.foundation.graphics.Overlay
-
Gets the padding surrounding the Overlays
that are contained within this overlay.
- getPadding() - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Gets the padding surrounding the Overlays
that are contained within this manager.
- getPanning() - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Gets whether holding down shift and dragging the mouse will pan across the surface
of the central body.
- getParameter() - Method in class agi.foundation.communications.SignalComputation
-
Gets the signal parameter to use to parameterize this computation.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Gets the parameter to use to parameterize this point.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Gets the state parameter to use to parameterize this point.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Gets the state parameter to use to parameterize this scalar.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Gets the state parameter to use to parameterize this vector.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedPoint
-
Gets the parameter to use to parameterize this point.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedScalar
-
Gets the parameter to use to parameterize this scalar.
- getParameter() - Method in class agi.foundation.geometry.ParameterizedVector
-
Gets the parameter to use to parameterize this vector.
- getParameter() - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Gets the parameter to use to parameterize this value.
- getParameter() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Gets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- getParameter() - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Gets the parameter to transform.
- getParameters() - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Gets the collection of parameters, there should be
one parameter for each format indicator in the
FormatString
(
get
/
set
).
- getParamName() - Method in exception agi.foundation.compatibility.ArgumentException
-
Gets the name of the parameter that causes this exception.
- getParent() - Method in class agi.foundation.graphics.Overlay
-
Gets the overlay's parent.
- getParent() - Method in interface agi.foundation.infrastructure.IParentService
-
Gets the parent of this object.
- getParent() - Method in class agi.foundation.infrastructure.ParentExtension
-
Gets the parent of the owner of this extension.
- getParent() - Method in class agi.foundation.platforms.Platform
-
Gets the parent platform of this platform.
- getParentConfiguration() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
- getParentList() - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
- getParentProperty() - Method in class agi.foundation.tracking.ArchivedProperty
-
Gets the parent property if this is a sub-property.
- getParentReceiver() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the parent receiver whose axis is used in order to determine if the sun is within the field-of-view of the detector.
- getParentReferenceFrame() - Method in class agi.foundation.geometry.AxesBPlane
-
- getParentReferenceFrame() - Method in class agi.foundation.geometry.VectorBPlane
-
- getParentResults() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getPartialDerivatives() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Gets the
Matrix
of the fixed partial derivatives of the
Subject
(
get
) with respect to the
Dependencies
(
get
).
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets an evaluator that calculates the partial derivatives of the atmospheric drag force
with respect to any of the independentVariables
parameters that apply.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Gets an evaluator that calculates the partial derivatives of the two body gravity acceleration
with respect to any of the independentVariables
parameters that apply.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets an evaluator that calculates the partial derivatives of the density
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets an evaluator that calculates the partial derivatives of the density
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets an evaluator that calculates the partial derivatives of the density
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets an evaluator that calculates the partial derivatives of the density
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets an evaluator that calculates the partial derivatives of the density
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
This type does not have derivatives or partial derivatives with respect to any object except itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
This type does not have derivatives or partial derivatives with respect to any object except itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
This type does not have derivatives or partial derivatives with respect to any object with the exception of itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets an evaluator that calculates the partial derivatives of the solar radiation force
with respect to any of the independentVariables
parameters that apply, generally the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Gets an evaluator that calculates the partial derivatives of spherical harmonic gravity
with respect to position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets an evaluator that calculates the partial derivatives of third body gravity
with respect to the position.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets an evaluator that calculates the partial derivatives of the two body gravity acceleration
with respect to any of the independentVariables
parameters that apply.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Creates an evaluator that calculates the partial derivatives of a point in reference frame
with respect to any valid members of the given state.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.PointPropagationParameter
-
This type does not have derivatives or partial derivatives with respect to any object with the exception of itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Gets an evaluator that calculates the partial derivatives of this
ScalarAbsoluteValue
with respect to the
independentVariables
.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarCosine
-
Gets an evaluator that calculates the partial derivatives of this
ScalarCosine
with respect to the
independentVariables
.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarExponent
-
Gets an evaluator that calculates the partial derivatives of this
ScalarExponent
with respect to the
independentVariables
.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarFixed
-
This type does not have derivatives or partial derivatives with respect to any object with the exception of itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarProduct
-
Gets an evaluator that calculates the partial derivatives of this scalar product
with respect to any of the independentVariables
parameters that apply.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSine
-
Gets an evaluator that calculates the partial derivatives of this
ScalarSine
with respect to the
independentVariables
.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.ScalarSum
-
Gets an evaluator that calculates the partial derivatives of this scalar sum
with respect to any of the independentVariables
parameters that apply.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
This type does not have derivatives or partial derivatives with respect to any object with the exception of itself.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in interface agi.foundation.numericalmethods.advanced.IPartialDifferentiable
-
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Gets an evaluator that returns the fixed
PartialDerivatives
(
get
) with respect to any of the parameters
in the provided generalized state.
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Gets an evaluator that calculates the partial derivatives created from summing the partials of the objects in
PartialsToSum
(
get
).
- getPartialDerivativesEvaluator(List<IPartialDifferentiable>, EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets an evaluator that calculates the partial derivatives of the acceleration of the
IntegrationPoint
(
get
)
with respect to any of the
independentVariables
parameters that apply.
- getPartialsDegree() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the degree of the subset of the model this gravitational field uses
to calculate partial derivatives.
- getPartialsOrder() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the order of the subset of the model this gravitational field uses
to calculate partial derivatives.
- getPartialsToSum() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
- getParticipantByRole(IServiceProvider, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets the participant that is playing a specified role in the link.
- getParticipantByRole(ILinkService, LinkRole) - Static method in class agi.foundation.access.LinkHelper
-
Gets the participant that is playing a specified role in the link.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.StopSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPassAllElementsToNextSegment() - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Gets a value indicating whether the segment is such that it will not define any
Elements
(
get
) or
StateElementAdapters
.
- getPathForTimeDelay() - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Gets the path from which to obtain the link delay.
- getPathGraphics() - Method in interface agi.foundation.cesium.advanced.IPathGraphicsService
-
Gets the graphical properties of the path.
- getPathGraphics() - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Gets the graphical properties of the path.
- getPathLength() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel.PropagationData
-
Gets the great circle path length at sea level.
- getPathType() - Method in class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
-
Gets the whether or not this path was the small or large semi major axis.
- getPatroclusPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Patroclus.
- getPatternData() - Method in class agi.foundation.stk.StkPatternFile.Pattern
-
Gets the pattern data associated with this pattern file in the angular units of the pattern file.
- getPatternType() - Method in class agi.foundation.propagators.WalkerConstellation
-
Gets the pattern type of the Walker constellation.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Gets the pedestal level.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Gets the pedestal level.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Gets the pedestal level.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the pedestal level.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Gets the pedestal level.
- getPedestalLevel() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the pedestal level.
- getPercentComplete() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
-
Gets the percentage of the interval that has already been explored.
- getPercentComplete() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
-
Gets the percentage of the interval that has already been explored.
- getPercentComplete() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
-
Gets the percentage of the interval that has already been explored.
- getPercentComplete() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets an estimate of the percentage of work that has been completed.
- getPercentConfidence() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Gets the desired confidence interval percentage.
- getPerformanceAssessmentData() - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
-
Gets the file used to define the performance assessment data.
- getPerformanceAssessmentFile() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Gets the performance Assessment File (PAF) containing the ephemeris and clock errors for the GPS satellites over
a period of time.
- getPerformanceModels() - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Gets the performance models to be applied to the behavior.
- getPerformanceModels() - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Gets the performance models to be applied to the maneuver.
- getPerformanceModels() - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Gets the performance models to be applied to the behavior.
- getPerigee() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the height of the perigee above the Earth's surface, in meters.
- getPeriod() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the period at which the task is executed.
- getPeriod() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the time, in seconds, for the satellite to complete one revolution of the Earth.
- getPerItemCullingEnabled() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets whether individual text indices will be culled individually.
- getPerItemPickingEnabled() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets whether individual marker indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- getPerItemPickingEnabled() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets whether individual line indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- getPerItemPickingEnabled() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets whether individual point indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- getPerItemPickingEnabled() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets whether individual line indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- getPerItemPickingEnabled() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets whether individual text indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- getPermanentCosineTideCoefficients() - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Gets the two-dimensional array of the permanent cosine tide coefficients.
- getPermanentSineTideCoefficients() - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Gets the two-dimensional array of the permanent sine tide coefficients.
- getPermanentZonalTideCoefficients() - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Gets the one-dimensional array of the permanent zonal tide coefficients.
- getPersistenceDuration() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the maximum length (in seconds) of the persistence path.
- getPersistenceDuration() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the maximum length (in seconds) of the persistence path.
- getPersistenceWidth() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets persistence point/line width.
- getPersistenceWidth() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets persistence point/line width.
- getPerturbationForces() - Method in class agi.foundation.celestial.ResultantForceBuilder
-
- getPerturbationValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
- getPerturbationValues() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Gets the values to use to perturb the variables when the derivative is computed numerically.
- getPerturbationValues() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Gets the values to use to perturb the variables when the derivative is computed numerically.
- getPerturbedResults(int) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
- getPerturbedResults(int) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
- getPhase() - Method in class agi.foundation.coordinates.Complex
-
Gets the phase of the complex number.
- getPhaseByMean() - Method in class agi.foundation.propagators.WalkerConstellation
-
Gets a value indicating whether the mean anomaly or true anomaly is used to phase the Walker constellation.
- getPhaseParameter() - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Gets a parameter which represents the propagation phase.
- getPhaseParameter() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Gets a parameter which represents the propagation phase.
- getPhiValues() - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Gets the list of phi values that specify the azimuthal angle measured from the x-axis
in the x-y plane.
- getPhobos() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Martian moon Phobos.
- getPhobos() - Static method in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Phobos.
- getPhobosPoint() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Phobos
in a reference frame centered at the current value of
MarsSystemBarycenter
(
get
/
set
).
- getPhoebe() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Phoebe.
- getPhoebe() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Phoebe.
- getPhoebePoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Phoebe
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getPhotodetector() - Method in class agi.foundation.communications.OpticalReceiver
-
Gets the photodetector.
- getPickingEnabled() - Method in class agi.foundation.graphics.Overlay
-
Gets a value indicating whether or not picking on the overlay is enabled.
- getPinningOrigin() - Method in class agi.foundation.graphics.Overlay
-
Gets the origin of the PinningPosition
property, relative to the overlay.
- getPinningPosition() - Method in class agi.foundation.graphics.Overlay
-
Gets the pinning position of the overlay, relative to the overlay, which determines the point on the overlay that corresponds to
the Position
property.
- getPitchUpAcceleration() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the (vertical) acceleration used to pitch up when climbing, in meters per second squared.
- getPitchUpAcceleration() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the upward acceleration used to begin an ascent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
- getPixelAspectRatio() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the pixel aspect ratio of the raster.
- getPixelOffset() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the billboard's offset from the origin in pixel coordinates.
- getPixelOffset() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the label's offset from the origin in pixel coordinates.
- getPixelOffset() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch pixel offset, which is applied to each marker in the batch.
- getPixelOffset() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Gets the per-batch pixel offset, which is applied to each string in the text batch.
- getPixelOffset() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the pixel offset of the marker over time.
- getPixelOffset() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the pixel offset of the text over time.
- getPixelOffset() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the pixel offset of each label from the position of the entity.
- getPixelOffset() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the pixel offset of each marker from the position of the entity.
- getPixelOffsetScaleByDistance() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets how the billboard's pixel offset should change based on the billboard's distance from the camera.
- getPixelOffsetScaleByDistance() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets how the label's pixel offset should change based on the label's distance from the camera.
- getPixelSize() - Method in class agi.foundation.cesium.PointGraphics
-
Gets the size of the point.
- getPixelSize() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the size, in pixels, of each point in the point batch.
- getPixelSize() - Method in class agi.foundation.platforms.PointGraphics
-
Gets a parameter defining the size of the point in pixels over time.
- getPixelSize() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the size of each point in pixels.
- getPixelSize() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the size of each point in pixels.
- getPixelSizeCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
- getPixelSizePerDistance() - Method in class agi.foundation.graphics.Camera
-
Gets the approximate number of meters covered by a pixel that is 1
meter away from the camera.
- getPlane() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Gets the plane into which the displacement vector is projected.
- getPlane() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Gets the plane from which the angle to the displacement vector is measured.
- getPlane(int) - Method in class agi.foundation.propagators.WalkerConstellationResult
-
Gets a specific satellite orbital plane within the Walker constellation.
- getPlanetaryEphemerisNumber() - Method in class agi.foundation.celestial.JplDE
-
Gets the number indicating the source of the data.
- getPlateName() - Method in class agi.foundation.celestial.IndividualPlateModel
-
Gets the name of the individual plate.
- getPlatform() - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Gets the
Platform
whose
LocationPoint
(
get
/
set
)
will receive all method calls.
- getPlatform() - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Gets the
Platform
whose
OrientationAxes
(
get
/
set
)
will receive all method calls.
- getPlayback() - Method in class agi.foundation.graphics.imaging.VideoStream
-
- getPluto() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the dwarf planet Pluto.
- getPluto() - Static method in class agi.foundation.celestial.SmallSolarSystemBodyAnalyticEphemeris
-
Gets a point describing the motion of Pluto.
- getPlutoPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Pluto.
- getPlutoPoint() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the location of the physical
center of mass of the planet Pluto
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getPlutoRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Pluto in kilometers.
- getPlutoSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Pluto system.
- getPlutoSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Pluto system.
- getPlutoSystemBarycenter() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Pluto planetary system.
- getPlutoSystemBarycenter() - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Pluto planetary system.
- getPoint() - Method in class agi.foundation.cesium.PointCesiumProperty
-
Gets the Point.
- getPoint() - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Gets the point.
- getPoint() - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Gets the point that defines this axes.
- getPoint() - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Gets the point that defines this axes with its motion.
- getPoint(IServiceProvider) - Static method in class agi.foundation.geometry.PointHelper
-
- getPoint(IServiceProvider, String) - Static method in class agi.foundation.geometry.PointHelper
-
- getPoint() - Method in class agi.foundation.geometry.shapes.PointOnCurve
-
Gets the coordinates of the point on the curve.
- getPoint() - Method in class agi.foundation.geometry.VectorAcceleration
-
Gets the point.
- getPoint() - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Gets the point to be projected onto the ellipsoid surface.
- getPoint() - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Gets the point.
- getPoint() - Method in class agi.foundation.geometry.VectorVelocity
-
Gets the point.
- getPoint() - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Gets the point that the overlay is rotated around, defined relative to
Origin
(
get
).
- getPoint() - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Gets the
Point
(
get
/
set
) to use.
- getPoint(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Get the surface point along the connection at the given arc length.
- getPoint(double) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Get the surface point along the connection at the given arc length.
- getPointGraphics() - Method in interface agi.foundation.cesium.advanced.IPointGraphicsService
-
Gets the graphical properties of the point.
- getPointGraphics() - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Gets the graphical properties of the point.
- getPointGraphics() - Method in interface agi.foundation.platforms.advanced.IPointGraphicsService
-
Gets the point graphics.
- getPointGraphics() - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Gets the point graphics.
- getPointingAxes() - Method in class agi.foundation.celestial.DragBodyPlate
-
Gets the axes that are used to define the pointing of this plate.
- getPointingAxes() - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Gets the axes that are used to define the pointing of this plate.
- getPointingError() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Gets the pointing error angle, in radians.
- getPointIsInFieldOfViewEvaluator(Point) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointIsInFieldOfViewEvaluator(Point, EvaluatorGroup) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointIsInFieldOfViewEvaluator(Point) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointIsInFieldOfViewEvaluator(Point, EvaluatorGroup) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointIsInFieldOfViewEvaluator(Point) - Method in interface agi.foundation.platforms.IFieldOfViewEnclosureService
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointIsInFieldOfViewEvaluator(Point, EvaluatorGroup) - Method in interface agi.foundation.platforms.IFieldOfViewEnclosureService
-
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
- getPointProvider() - Method in class agi.foundation.geometry.ServiceProviderPoint
-
- getPoints(double) - Method in class agi.foundation.geometry.shapes.Curve
-
Provides a collection of points along the curve at the requested granularity.
- getPointsDefiningConstraintVolume() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Gets the
Cartographic
points that define the constraint volume.
- getPointsDefiningConvexHullInLayer() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer
-
Gets the points in the layer that define the convex hull.
- getPolarization() - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Gets the polarization.
- getPolarization() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the polarization.
- getPolarization() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the antenna polarization.
- getPolarizationAdvantage() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Gets a value indicating whether or not to incorporate polarization advantage.
- getPolarizationAdvantage() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Gets a value indicating whether or not to incorporate polarization advantage.
- getPolarizationEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Gets an evaluator for evaluating polarization based on link geometry and polarization axes.
- getPolarizationEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
Gets an evaluator for evaluating polarization based on link geometry and polarization axes.
- getPolarizationEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets an evaluator for evaluating polarization based on link geometry and polarization axes.
- getPolarizationEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Gets an evaluator for evaluating polarization based on link geometry and polarization axes.
- getPolarizationEvaluator(EvaluatorGroup, Vector, Axes) - Method in class agi.foundation.communications.PolarizationSource
-
Gets an evaluator for evaluating polarization based on link geometry and polarization axes.
- getPolarizationReferenceAxis() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the polarization reference axis.
- getPolarizationSource() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Gets the polarization source for the primary polarization channel.
- getPolarizationSource() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the source for modeling polarization.
- getPolarizationSource() - Method in class agi.foundation.communications.ComplexReceiver
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.OpticalReceiver
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the polarization source.
- getPolarizationSource() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Gets the polarization source for modeling polarization efficiency.
- getPolarizationSource() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Gets the source for modeling polarization.
- getPolarizationSource() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the polarization source for modeling polarization efficiency.
- getPoleWanderX() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the pole wander in the X direction at this instant, in arc seconds.
- getPoleWanderY() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the pole wander in the Y direction at this instant, in arc seconds.
- getPolydeucesPoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Polydeuces
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getPolylineType() - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
-
- getPolylineType() - Method in class agi.foundation.graphics.GreatArcInterpolator
-
- getPolylineType() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets how the primitive interprets the positions.
- getPolylineType() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets how the polyline interprets the positions passed to Set
methods.
- getPolylineType() - Method in class agi.foundation.graphics.PositionInterpolator
-
Gets the
PolylineType
of positions
returned from
Interpolate
- getPolylineType() - Method in class agi.foundation.graphics.RhumbLineInterpolator
-
- getPolymelePoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Polymele.
- getPopulation() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the population of the city.
- getPortionToDisplay() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the portion of the sensor to display.
- getPosition() - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Gets the position of the aircraft.
- getPosition() - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Gets the
Point
representing the position of the perturbing gravitational body.
- getPosition() - Method in class agi.foundation.compatibility.FileStream
-
- getPosition() - Method in interface agi.foundation.compatibility.ISeekableStream
-
Gets the current position of this stream.
- getPosition() - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Gets the point specifying the motion over the surface of the
Terrain
(
get
/
set
).
- getPosition() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the
Point
representing the position of the platform and its derivatives.
- getPosition() - Method in class agi.foundation.geometry.discrete.CoverageGridPoint
-
Gets the point representing this grid point.
- getPosition() - Method in class agi.foundation.graphics.advanced.Projection
-
Gets the
Cartesian
defining the position of the
Projection
in the central body's fixed reference frame.
- getPosition() - Method in class agi.foundation.graphics.Camera
-
Gets the position of the camera.
- getPosition() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the position used to compute the distance from the camera.
- getPosition() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the position of the model.
- getPosition() - Method in class agi.foundation.graphics.Overlay
-
Gets the position of the overlay relative to its parent.
- getPosition() - Method in class agi.foundation.graphics.PathPoint
-
Gets the position associated with this point.
- getPosition() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the position associated with this point.
- getPosition() - Method in class agi.foundation.graphics.PickResult
-
Gets the position of the picked location in the central body's fixed reference frame.
- getPosition() - Method in class agi.foundation.graphics.ScreenOverlayPickResult
-
Gets the position that was picked within the picked
Overlay
.
- getPosition() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the solid's position.
- getPosition() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the position dilution of precision (PDOP).
- getPosition() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Gets the geodetic position of the waypoint at which to arrive and leave at the given
Heading
(
get
/
set
).
- getPosition() - Method in class agi.foundation.terrain.AzimuthElevationMask
-
Gets the planetodetic position of the observer for the mask.
- getPosition() - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Gets the planetodetic position of the observer for the mask.
- getPosition() - Method in interface agi.foundation.terrain.IAzimuthElevationMask
-
Gets the planetodetic position of the observer for the mask.
- getPosition() - Method in interface agi.foundation.tracking.IEntityPosition
-
Gets the transactional property that holds the position of the entity.
- getPosition1Motion() - Method in class agi.foundation.propagators.InitialOrbitSolverResults
-
Gets the motion for the first position in the orbit.
- getPosition2Motion() - Method in class agi.foundation.propagators.InitialOrbitSolverResults
-
Gets the motion for the second position in the orbit.
- getPosition3Motion() - Method in class agi.foundation.propagators.InitialOrbitSolverResults
-
Gets the motion for the third position in the orbit.
- getPositionCorrelations() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the correlations for the position data, defined on the "EP" lines of the SP3c file,
by Satellite Identifier.
- getPositionCorrelations() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the correlations for the position data, defined on the "EP" lines of the SP3d file,
by Satellite Identifier.
- getPositionErrorX() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris position error in the Earth-centered, Earth-Fixed X direction in meters
- getPositionErrorY() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris position error in the Earth-centered, Earth-Fixed Y direction in meters
- getPositionErrorZ() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris position error in the Earth-centered, Earth-Fixed Z direction in meters
- getPositionInterpolator() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the
PositionInterpolator
applied to
positions passed to
Set
,
SetCartographic
,
SetSubset
,
and
SetSubsetCartographic
methods.
- getPositionReferenceFrame() - Method in class agi.foundation.graphics.Camera
-
- getPositionReferenceFrame() - Method in interface agi.foundation.tracking.IEntityPositionDescriptor
-
Gets the reference frame in which
Position
(
get
) is defined.
- getPositions() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
- getPositions() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
- getPositions() - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
-
Gets the positions of the computed shape.
- getPositions() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getPositions() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
-
Gets the positions of the mesh.
- getPositions() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the position data, by pseudorandom number.
- getPositions() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the position data, by Satellite Identifier.
- getPositions() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the position data, by Satellite Identifier.
- getPositions() - Method in class agi.foundation.tracking.EntityHistory
-
- getPositions(Object, JulianDate, JulianDate) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection1
representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
- getPositions(Object, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection1
representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
- getPositions(Object, JulianDate, JulianDate, int) - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a
DateMotionCollection1
representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
- getPositionSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space position error.
- getPositionSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space position error.
- getPositionSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the position of the signal in space navigation error
- getPositionStandardDeviations() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the standard deviations for the position data, defined on the "EP" lines of the SP3c file,
by Satellite Identifier.
- getPositionStandardDeviations() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the standard deviations for the position data, defined on the "EP" lines of the SP3d file,
by Satellite Identifier.
- getPositionStandardDeviationsApproximate() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the approximate standard deviations for the position data, defined on the same line as the
position data, by Satellite Identifier.
- getPositionStandardDeviationsApproximate() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the approximate standard deviations for the position data, defined on the same line as the
position data, by Satellite Identifier.
- getPositionsWindingOrder() - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
-
Gets the winding order of Positions
.
- getPositionTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total position error.
- getPositionTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total position error.
- getPositionVelocityFlag() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the Position/Velocity Flag from Line 1.
- getPositionVelocityFlag() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the Position/Velocity Flag.
- getPositionVelocityFlag() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the Position/Velocity Flag.
- getPositiveX() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the positive x-axis graphics
- getPositiveY() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the positive y-axis graphics
- getPositiveZ() - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Gets the positive z-axis graphics
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Gets the height at a post.
- getPostHeight(int, int) - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Gets the height at a post.
- getPostLnaGain() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the gain of the cabling after the Low Noise Amplifier (LNA).
- getPostLnaGain() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the gain of the cabling after the Low Noise Amplifier (LNA).
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.AGIProcessedDataTerrain
-
Returns the altitude values for the input boundary.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.AGIWorldTerrain
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.GeodasGriddedTerrain
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.GTOPO30Terrain
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationDataCell
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(double, double) - Method in class agi.foundation.terrain.RasterTerrainCache
-
Gets the collection of posts containing a specified longitude and latitude.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPosts(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.UsgsDigitalElevationModel
-
Gets the posts over a specified area by reading them from the terrain data source.
- getPower() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Gets the power, in watts, the transmitter's amplifier uses to transmit the signal.
- getPower() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the power, in watts, the transmitter's amplifier uses to transmit the signal.
- getPower() - Method in class agi.foundation.communications.Signal
-
Gets the total signal power, in watts.
- getPowerAtReceiverOutput() - Method in class agi.foundation.communications.LinkBudget
-
Gets the power at receiver output.
- getPowerAtReceiverOutput() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the power at receiver output.
- getPowerAvailableLimits() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the available power limits, typically defined at nominal sea level atmospheric density.
- getPowerDropOffParameter() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the constant used in the computation of the Gagg-Farrar power drop off factor.
- getPowerRequired() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the power required.
- getPowerRequired() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the power required.
- getPrecessionModel() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default precession model used in the FK5 transformation from
J2000 to the Fixed frame.
- getPrecisionExponent() - Method in class agi.foundation.graphics.PrimitiveManager
-
- getPredictedInterval() - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Gets the time interval of predicted data points, if known.
- getPredictionSupportData() - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
-
Gets the file used to define the prediction support data.
- getPredictionSupportFile() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Gets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
- getPreLnaGain() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the gain of the cabling and filtering prior to reaching the Low Noise Amplifier (LNA).
- getPreLnaGain() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the gain of the cabling and filtering prior to reaching the Low Noise Amplifier (LNA).
- getPreloadTerrainAndImagery() - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Gets whether terrain and imagery are preloaded.
- getPressure() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
- getPressure() - Method in class agi.foundation.celestial.USStandardAtmosphere1976.Result
-
Gets the calculated atmospheric pressure, in pascals.
- getPressure() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
-
Gets the pressure at the given location, in pascals.
- getPressure() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
Gets the computed pressure at the given altitude, in pascals.
- getPressure() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the atmospheric pressure in millibars.
- getPressureHectoPascal() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
Gets the computed pressure at the given altitude, in hectopascals.
- getPrettyFormatting() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Gets a value indicating whether the written data should be formatted for easy human readability.
- getPrettyFormatting() - Method in class agi.foundation.cesium.CesiumOutputStream
-
Gets a value indicating whether or not the written data should be formatted for easy human readability.
- getPrettyFormatting() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
- getPrettyFormatting() - Method in class agi.foundation.cesium.CzmlUpdateDocument
-
Gets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
- getPreviousAxes() - Method in class agi.foundation.coordinates.AxesAdapter
-
Gets the
Axes
that the
ElementIdentification
(
get
/
set
)
in the previous state is defined in.
- getPreviousDate() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the date of the previous sample.
- getPreviousDate() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the date of the previously propagated state.
- getPreviousDateIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether
PreviousDate
(
get
) is valid.
- getPreviousDefinedIn() - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Gets the previous defined in object.
- getPreviousDuration() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the duration of the previous sample.
- getPreviousDurationIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether
PreviousDuration
(
get
) is valid.
- getPreviousPreviousDate() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets the date of the previous, previous sample.
- getPreviousPreviousDateIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Gets a value indicating whether
PreviousPreviousDate
(
get
) is valid.
- getPreviousPreviousDuration() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets the duration of the previous, previous sample.
- getPreviousPreviousDurationIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Gets a value indicating whether
PreviousPreviousDuration
(
get
) is valid.
- getPreviousPreviousValue() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the value of the function at the
PreviousPreviousVariable
(
get
).
- getPreviousPreviousValue() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the value of the function at the
PreviousPreviousDuration
(
get
).
- getPreviousPreviousValue() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the value of the function at the
PreviousPreviousDate
(
get
).
- getPreviousPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets a value indicating whether
PreviousPreviousValue
(
get
) is valid.
- getPreviousPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets a value indicating whether
PreviousPreviousValue
(
get
) is valid.
- getPreviousPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets a value indicating whether
PreviousPreviousValue
(
get
) is valid.
- getPreviousPreviousVariable() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the Variable of the previous, previous sample.
- getPreviousPreviousVariableIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether
PreviousPreviousVariable
(
get
) is valid.
- getPreviousProcedure() - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Gets the procedure that occurs prior to this connection.
- getPreviousReferenceFrame() - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Gets the
ReferenceFrame
that the
ElementIdentification
(
get
/
set
)
in the previous state is defined in.
- getPreviousState() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets the raw state at the beginning of the current step.
- getPreviousState() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets the raw state at the beginning of the current step.
- getPreviousState() - Method in class agi.foundation.propagators.StoppablePropagatorStepTakenArgs
-
- getPreviousStepSize() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the size of the last step taken by the integrator.
- getPreviousStepSize() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets the last step size in seconds that was taken by the integrator to produce the
CurrentTime
(
get
) and
CurrentState
(
get
).
- getPreviousTime() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets the time at the beginning of the current step.
- getPreviousTime() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets the time at the beginning of the current step.
- getPreviousValue() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the value of the function at the
PreviousVariable
(
get
).
- getPreviousValue() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the value of the function at the
PreviousDuration
(
get
).
- getPreviousValue() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the value of the function at the
PreviousDate
(
get
).
- getPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets a value indicating whether
PreviousValue
(
get
) is valid.
- getPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets a value indicating whether
PreviousValue
(
get
) is valid.
- getPreviousValueIsValid() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets a value indicating whether
PreviousValue
(
get
) is valid.
- getPreviousVariable() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets the Variable of the previous sample.
- getPreviousVariableIsValid() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Gets a value indicating whether
PreviousVariable
(
get
) is valid.
- getPrimaryConfiguration() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Gets the configuration for the
PrimarySegment
(
get
/
set
).
- getPrimaryPolarizationAntennaSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Gets the antenna signal processor which produces the antenna's primary polarization channel signal output.
- getPrimaryPolarizationInputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Gets the signal processor which produces the set of signals to transmit for the primary polarization channel.
- getPrimaryPolarizationOutputSignalProcessor() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Gets the antenna signal processor which produces the antenna's primary polarization channel signal output.
- getPrimaryPolarizationSource() - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Gets the primary polarization source.
- getPrimarySegment() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets the primary segment.
- getPrimitive() - Method in class agi.foundation.graphics.BatchPrimitiveIndex
-
- getPrimitive() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Gets the primitive associated with this instance.
- getPrimitivePropertyComponents() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a list of the primitive components of the properties for this entity type.
- getPrimitives() - Static method in class agi.foundation.graphics.SceneManager
-
- getPrimitives() - Method in class agi.foundation.tracking.TrackingTypeArchiver
-
Gets the primitives composing the type archived by this instance.
- getPrincipal() - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Gets the principal direction vector with which the X-axis of this set of axes will be aligned.
- getPrincipalAxis() - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Gets the axis along which the
Principal
(
get
/
set
) vector is aligned.
- getPrincipalForces() - Method in class agi.foundation.celestial.ResultantForceBuilder
-
- getPrincipalFrame() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.CentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPrincipalFrame() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the default Fixed frame that corresponds to the gravity frame of this central body.
- getPriority() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets the priority of this signal, used when more than one
NavigationSignal
is available.
- getProbabilityOfFalseAlarm() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Gets the probability of false alarm used in order to determined the detection threshold.
- getProcedure() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Gets the current procedure that corresponds to the configuration results.
- getProcedureConfigurationResults() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets a list containing results for procedures where there was a problem or other metadata associated with the configuration.
- getProcessedRadarWaveformOutput() - Method in interface agi.foundation.radar.IProcessedRadarWaveformOutputService
-
Gets the radar waveform processor representing the output of the service provider.
- getProcessedRadarWaveformOutput() - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
- getProcessingDelay(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Get an evaluator which computes the time delay between the input and output of this
signal processor.
- getProfile() - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Gets the profile associated with this procedure.
- getProfile() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the profile to use with this circular hold.
- getProfile() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Gets the profile to use for the speed and height of the path.
- getProfile() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the profile to use for this racetrack hold.
- getProfileComputationalWeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets a scalar value indicating how expensive the configuration of this profile is.
- getProfileGeometry() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the vertical and temporal geometry along the
SurfaceGeometry
(
get
),
parameterized on time from the start of the profile.
- getProfileResult() - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Gets the result of configuring the vertical and temporal geometry for the connection.
- getProfileResult() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Gets the result of configuring the vertical and temporal geometry for the current
Procedure
(
get
).
- getProfileSegment() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Get the time dynamic geometry of the profile after configuration.
- getProfileSegment() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Get the time dynamic geometry of the profile after configuration.
- getProgram() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets the program that created the file.
- getProgram() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the program that created the file.
- getProgram() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the program property for the RINEX header.
- getProgressPercentage() - Method in class agi.foundation.compatibility.ProgressChangedEventArgs
-
Gets the asynchronous task progress percentage.
- getProjectedRasterModelProjection() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Gets whether
ProjectedRasterGlobeOverlays
will also project onto
models
.
- getProjection() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets how the mask is projected.
- getProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
- getProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
- getProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
- getProjection(Ellipsoid, KinematicTransformation) - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and into space.
- getProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
- getProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
- getProjection() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets the map projection.
- getProjection() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the Projection
that projects
the raster.
- getProjectionAltitude() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
- getProjectionDistance() - Method in class agi.foundation.graphics.Stereoscopic
-
Gets the projection distance.
- getProjectionMode() - Method in class agi.foundation.graphics.Stereoscopic
-
Gets whether the type of stereo projection that will be used.
- getProjectionOptions() - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Gets the
ProjectionOptions
(
get
/
set
) used to generate this sensor projection.
- getProjectionOptions() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
).
- getProjectionOptions() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
/
set
).
- getProjectionOptions() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
/
set
).
- getProjectionRange() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
- getPropagatedSignal() - Method in interface agi.foundation.communications.IPropagatedSignalService
-
Gets the signal source which produces the signals received after being propagated along a communication link.
- getPropagatedSignal() - Method in class agi.foundation.communications.WirelessLinkExtension
-
Gets the signal source which produces the signals received after being propagated along a communication link.
- getPropagatedSignalAfterModel(SignalPropagationModel) - Method in interface agi.foundation.communications.IPropagatedSignalService
-
Gets the signal source which produces the signals received after the selected propagation model.
- getPropagatedSignalAfterModel(SignalPropagationModel) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Gets the signal source which produces the signals received after the selected propagation model.
- getPropagatedSignalBeforeModel(SignalPropagationModel) - Method in interface agi.foundation.communications.IPropagatedSignalService
-
Gets the signal source which produces the signals received before the given propagation model.
- getPropagatedSignalBeforeModel(SignalPropagationModel) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Gets the signal source which produces the signals received before the given propagation model.
- getPropagatedStates() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets all of the
states
propagated.
- getPropagationAxes() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the
Axes
in which the propagation occurs.
- getPropagationDirection() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets the direction of propagation with regard to time,
either increasing or decreasing.
- getPropagationDirection() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Gets the direction that this segment will be initially propagated.
- getPropagationDirection() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
Gets the initial direction of propagation.
- getPropagationDirection() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets what direction propagation initially occurred.
- getPropagationElementIdentification() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
- getPropagationElementIdentification() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Gets the name of the propagated point element that is performing the maneuver.
- getPropagationElementThatRanOut() - Method in exception agi.foundation.segmentpropagation.InvalidFuelStateException
-
Gets the name of the propagation element that ran out of fuel.
- getPropagationFrame() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the frame in which the time history of the orbit was propagated.
- getPropagationFrame() - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
-
- getPropagationFrame() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- getPropagationGraph() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Gets the graph of communication links used to propagate signals.
- getPropagationGraph() - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Gets the graph of communication links used to propagate signals.
- getPropagationGraph() - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Gets the graph of communication links used to propagate signals.
- getPropagationHistory() - Method in class agi.foundation.propagators.StoppableNumericalPropagatorResults
-
- getPropagationLoss() - Method in class agi.foundation.communications.LinkBudget
-
Gets the amount of propagation loss.
- getPropagationLoss() - Method in class agi.foundation.communications.LinkBudget.SignalPropagationModelLoss
-
Gets the propagation loss for the signal propagation model.
- getPropagationLoss() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the amount of propagation loss.
- getPropagationLossPerModel() - Method in class agi.foundation.communications.LinkBudget
-
- getPropagationLossPerModel() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the amount of propagation loss per propagation model, if available.
- getPropagationMode() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the dominant propagation mode used in the propagation.
- getPropagationModels() - Method in interface agi.foundation.communications.IAvailableSignalPropagationModelsService
-
Gets a list of the signal propagation models applied when propagating the signal from transmitter to receiver.
- getPropagationModels() - Method in class agi.foundation.communications.WirelessLinkExtension
-
Gets a list of the propagation models applied when propagating the signal from transmitter to receiver
(free space loss and doppler are added by default).
- getPropagationParameter() - Method in class agi.foundation.propagators.NumericalPropagatorState
-
- getPropagationPoint() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets the
Point
to use in other geometry types that depend on the
propagation of this propagator, such as in
StoppingConditions
that depend on geometry types.
- getPropagationPoint() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the
Point
to use when constructing geometry types (such as the
Orientation
(
get
/
set
)
that represents the
PropagationElementIdentification
(
get
/
set
) at propagation time.
- getPropagationPointIdentification() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets a name to identify the
Points
ephemeris with.
- getPropagationStartState() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Gets a parameter that represents the state at the start of this segment's propagation.
- getPropagationToFinalState() - Method in class agi.foundation.segmentpropagation.FollowSegmentResults
-
- getPropagator() - Method in class agi.foundation.propagators.PropagatorPoint
-
Gets the propagator associated with this point.
- getPropagator() - Method in class agi.foundation.propagators.Sgp4ElementsSwitchByClosestApproach
-
Gets the propagator used to test for the closest approach between two element sets.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
-
Creates the evaluator for this initial state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
-
Creates the evaluator for this final state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
-
Creates the evaluator for this final state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Creates the evaluator for this final state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
-
Creates the evaluator for this initial state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
-
Creates the evaluator for this initial state strategy of a specific
FollowSegment
.
- getPropagator(FollowSegment, EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Creates the evaluator for this initial state strategy of a specific
FollowSegment
.
- getPropagator() - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
- getPropagator() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getPropagatorDefinition() - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
- getPropagatorDefinition() - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
- getPropagatorDefinition() - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Gets the definition of the
StoppablePropagator
(
get
/
set
) that
this segment will propagate.
- getPropagatorDefinition() - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
- getPropagatorDefinition() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
- getPropagatorsRecommendedStep() - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
-
Gets the step size that the underlying propagator recommends to step.
- getPropagatorsRecommendedStep() - Method in class agi.foundation.propagators.StoppablePropagator
-
Gets the step size that the underlying propagator recommends to step.
- getPropellerCount() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the number of propellers for the propulsion model.
- getPropellerRadius() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the radius of the propellers.
- getProperties() - Method in class agi.foundation.stk.StkAttitudeFile
-
Gets a dictionary of key and value pairs in the STK attitude file.
- getProperties() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets a dictionary of key and value pairs in the STK ephemeris file.
- getProperties() - Method in class agi.foundation.stk.StkPatternFile
-
Gets a dictionary of key and value pairs in the STK pattern file.
- getProperties() - Method in class agi.foundation.tracking.EntitySchema
-
Gets the collection of properties in this schema.
- getProperties() - Method in class agi.foundation.tracking.RawEntityData
-
Gets the properties included in this data set.
- getProperties() - Method in class agi.foundation.tracking.TrackingArchive
-
Gets a list of archived properties for this entity type.
- getPropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkAttitudeFile
-
Gets a dictionary of property names and values for the properties with values specified in the file that
are not supported by the
StkAttitudeFile
reader.
- getPropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets a dictionary of property names and values for the properties with values specified in the file that
are not supported by the
StkEphemerisFile
reader.
- getPropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkPatternFile
-
Gets a dictionary of property names and values for the properties with values specified in the file that
are not supported by the
StkPatternFile
reader.
- getPropertyCount() - Method in class agi.foundation.tracking.EntitySchema
-
Gets the number of properties in this schema.
- getPropertyName() - Method in exception agi.foundation.PropertyInvalidException
-
Gets the name of the property that is required.
- getPropertyType() - Method in class agi.foundation.tracking.ArchivedProperty
-
Gets the type of the property.
- getProvider() - Method in exception agi.foundation.ServiceNotAvailableException
-
Gets the provider that did not have the required service, if available.
- getProvinceName() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the province name of the city.
- getProvinceName() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets a regular expression that the
ProvinceName
(
get
/
set
)
must match in order to be included in the query.
- getProvinceRank() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the province rank of the city.
- getProxy() - Method in class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
-
Gets the proxy used for web requests.
- getProxy() - Method in class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
-
Gets the proxy used for web requests.
- getPseudoFixedFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the pseudo-fixed reference frame.
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the GPS satellite's pseudo random number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the PRN of this satellite
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the pseudo random number of the satellite, otherwise known as the PRN or SVID.
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the Pseudo Random Number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Gets the Pseudo Random Number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the PRN for this satellite.
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
-
Gets the Satellite's Pseudo Random Noise Number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the Pseudo Random Number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the Pseudo Random Number (PRN).
- getPseudoRandomNumber() - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Gets the pseudo-random number (PRN) that identifies this GPS satellite.
- getPseudoRandomNumber() - Method in interface agi.foundation.navigation.IGpsPrnService
-
Gets the pseudo-random number (PRN) that identifies this GPS satellite.
- getPseudoRandomNumberCharacter() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the PRN character for this satellite.
- getPseudoRandomNumbers() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the
PseudoRandomNumbers
(
get
) as listed in the header of the SP3a file lines 3-7.
- getPsychePoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Psyche.
- getPulseCount() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Gets the pulse count.
- getPulseCount() - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Gets the pulse count.
- getPulsedSignalData() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
- getPulseRepetitionFrequency() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Gets the pulse repetition frequency.
- getPulseWidth() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Gets the pulse width.
- getPushOverAcceleration() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the (vertical) acceleration used to pitch down when leveling out, in meters per second squared.
- getPushOverAcceleration() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the downward acceleration used to begin a descent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
- getPVStandardDeviationBase() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the base number used in the calculation of the Position and Velocity standard deviations.
- getPVStandardDeviationBase() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the base number used in the calculation of the Position and Velocity standard deviations.
- getQ() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the q coordinate.
- getQueries() - Method in class agi.foundation.access.AccessQueryAnd
-
Gets the collection of sub-queries.
- getQueries() - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Gets the collection of queries, at least
N
(
get
/
set
) of which must be satisfied in order for this query to be satisfied.
- getQueries() - Method in class agi.foundation.access.AccessQueryAtMostN
-
Gets the collection of queries, at most
N
(
get
/
set
) of which can be satisfied in order for this query to be satisfied.
- getQueries() - Method in class agi.foundation.access.AccessQueryExactlyN
-
Gets the collection of queries, exactly
N
(
get
/
set
) of which must be satisfied in order for this query to be satisfied.
- getQueries() - Method in class agi.foundation.access.AccessQueryOr
-
Gets the collection of sub-queries.
- getQueries() - Method in interface agi.foundation.access.ICompositeAccessQuery
-
Gets the collection of sub-queries.
- getQuery() - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Gets the access query to evaluate.
- getQuery(AccessQuery...) - Method in class agi.foundation.coverage.CoverageFilter
-
Constrains a set of access queries into one based on the given
FilterType
(
get
).
- getQuery() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Gets the access query to evaluate.
- getQuery() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Gets the
AccessQuery
that will trigger this stopping condition.
- getQuery() - Method in class agi.foundation.tracking.AccessEntityFilter
-
- getQueryEvaluator(IServiceProvider, AccessConstraint, IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Creates and returns an
AccessEvaluator
wrapping a given constraint evaluator.
- getRadarCrossSection() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the median radar cross section of
the object.
- getRadarParameter() - Method in class agi.foundation.coverage.figureofmerit.RadarFigureOfMerit
-
Gets the scalar radar parameter to use as a template for this figure of merit.
- getRadarReceiver() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
- getRadarTransmitter() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
- getRadial() - Method in class agi.foundation.coordinates.Cylindrical
-
Gets the linear coordinate perpendicular to the z-axis.
- getRadial() - Method in class agi.foundation.coordinates.Polar
-
Gets the linear coordinate perpendicular to the z-axis.
- getRadialBounds() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets the bounds for the Radial coordinate.
- getRadialBounds() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the radial bounds for the cylinder's radial coordinate, which must be positive.
- getRadialBounds() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the radial bounds, which must be positive.
- getRadialError() - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Gets the radial error component of the user range error
- getRadialErrorA() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 2nd order term for the radial error growth (meters/sec^2).
- getRadialErrorB() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 1st order term for the radial error growth (meters/sec).
- getRadialErrorC() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the curve fit 0th order term for the radial error growth (meters).
- getRadialGriddingTechnique() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets the gridding technique used in the radial coordinate.
- getRadialGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets the gridding technique used in the radial coordinate.
- getRadialGriddingTechnique() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets the gridding technique used in the radius coordinate.
- getRadialVelocity() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the rate of change of the magnitude of the position vector (distance/time).
- getRadiansToNative() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the value to multiply an angle in radians by in order to convert it to the
internal units of the terrain provider.
- getRadii() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the radii of the ellipsoid.
- getRadius() - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Gets the radius of the ring to which the grazing angle is to be computed.
- getRadius() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the magnitude of the position vector (distance).
- getRadius() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Gets the linear coordinate measured from the origin.
- getRadius() - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
-
Gets the radial limit of the volume.
- getRadius() - Method in class agi.foundation.graphics.advanced.BoundingSphere
-
Gets the radius of the bounding sphere.
- getRadius() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets the turning radius of the arc measured from the
Center
(
get
), in meters.
- getRadiusOfPeriapsis() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the radius of periapsis of the orbit (distance).
- getRainHeight() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a value for the rain height, in meters.
- getRainIncrement() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the rain increment, defined as the rain accumulation since the last update, in 1/10 millimeters.
- getRainRate() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom value for the rain rate, in m/s.
- getRange() - Method in class agi.foundation.cesium.Clock
-
Gets how time behaves at
Interval
(
get
/
set
) boundaries.
- getRange() - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Gets the linear coordinate measured from the origin.
- getRange() - Method in class agi.foundation.graphics.ModelTransformation
-
Gets the value range of the transformation.
- getRange() - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphics
-
Gets a parameter defining the range of the mask.
- getRanOutOfFuel() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentResults
-
Gets a value indicating whether the maneuver in this segment ran out of fuel.
- getRaster() - Method in class agi.foundation.graphics.imaging.AlphaFromRasterFilter
-
Gets the raster that the source raster will use to derive an agi.foundation.graphics.imaging.RasterBand#Alpha
band.
- getRaster() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the
Raster
that is
projected.
- getRateOfClimb() - Method in class agi.foundation.propagators.Waypoint
-
Gets the velocity normal to the ellipsoid surface.
- getRateOfInclinationAngle() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the rate of inclination angle (IDOT).
- getRateOfInclinationAngle() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the rate of inclination angle (IDOT).
- getRateOfInclinationAngle() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the rate of inclination angle (IDOT).
- getRateOfInclinationAngle() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the rate of inclination angle (IDOT).
- getRateOfRightAscension() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the rate of right ascension.
- getRateOfRightAscension() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the rate of right ascension.
- getRateOfRightAscension() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the rate of right ascension.
- getRateOfRightAscension() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the rate of right ascension.
- getRateOfRightAscensionSemicircles() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the rate of right ascension, in semicircles per second.
- getRawEpoch() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD.
- getRawEpoch() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD
.
- getRawEpoch() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the epoch at which these initial conditions are defined,
represented in the standard form: YYYYDDD.DDDD
.
- getRawType() - Method in class agi.foundation.TypeLiteral
-
Returns the raw type represented by this type literal, if any.
- getRawType(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns the raw type represented by the type supplied as type
, if any.
- getRawType() - Method in class agi.foundation.TypeLiteral
-
Returns the raw type represented by this type literal, if any.
- getRawType(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns the raw type represented by the type supplied as type
, if any.
- getReal() - Method in class agi.foundation.coordinates.Complex
-
Gets the real component of the complex number.
- getReceivedIsotropicPower() - Method in class agi.foundation.communications.LinkBudget
-
Gets the received isotropic power.
- getReceivedIsotropicPower() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the received isotropic power.
- getReceivedPowerFluxDensity() - Method in class agi.foundation.communications.LinkBudget
-
Gets the received power flux density.
- getReceivedPowerFluxDensity() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the received power flux density.
- getReceivedSignal() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the received signal which represents the waveform before it was processed.
- getReceiveFromAll() - Method in class agi.foundation.communications.CommunicationSystem
-
Gets the collection of receiving service providers that will receive signals from all other transmitters in the system.
- getReceiver() - Method in class agi.foundation.access.AccessComputation
-
Gets the
IServiceProvider
for the object that is receiving the signal for
purposes of the Access computation.
- getReceiver() - Method in class agi.foundation.access.AccessEvaluationResult
-
Gets the receiver in the Access computation.
- getReceiver() - Method in interface agi.foundation.access.ILinkService
-
Gets the object that is receiving.
- getReceiver() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets the object that is receiving.
- getReceiver() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the object that is receiving.
- getReceiver() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets the receiver of the underlying unrefracted link.
- getReceiver() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Gets the receiver of the signal traveling through the troposphere.
- getReceiver() - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Gets the receiver of the signal traveling through the ionosphere.
- getReceiverAngleTroposcatterTriangle() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the angle at the receiver in the troposcatter triangle, in radians.
- getReceiverAntennaGainInLinkDirection() - Method in class agi.foundation.communications.LinkBudget
-
Gets the receiver antenna gain in the link direction.
- getReceiverAntennaGainInLinkDirection() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the receiver antenna gain in the link direction.
- getReceiverAntennaGainPattern() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the front end's antenna gain pattern.
- getReceiverAntennaGainPattern() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the front end's antenna gain pattern.
- getReceiverChannels() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getReceiverChannels() - Method in interface agi.foundation.navigation.advanced.INavigationCommunicationsService
-
Gets the collection of channels in a GpsCommunicationsFrontEnd.
- getReceiverClockOffset() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the receiver clock offset property for the RINEX header.
- getReceiverClockOffset() - Method in class agi.foundation.navigation.datareaders.RinexObservationRecord
-
Gets the receiver clock offset.
- getReceiverConstraints() - Method in class agi.foundation.access.AccessComputation
-
Gets a list of constraints that are applied to the
Receiver
(
get
/
set
).
- getReceiverConstraints() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the collection of Access constraints to be applied to the receiver in
determining which navigation satellites are usable by it.
- getReceiverDisplacementRelativeToTransmitter() - Method in interface agi.foundation.access.ILinkService
-
Gets a displacement vector that represents the displacement to the
Receiver
(
get
) as observed
by the
Transmitter
(
get
).
- getReceiverDisplacementRelativeToTransmitter() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets a displacement vector that represents the displacement to the
Receiver
(
get
/
set
) as observed
by the
Transmitter
(
get
/
set
).
- getReceiverDisplacementRelativeToTransmitter() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets a displacement vector that represents the displacement to the
Receiver
(
get
/
set
) as observed
by the
Transmitter
(
get
/
set
).
- getReceiverDisplacementRelativeToTransmitter() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets a displacement vector that represents the refracted displacement to the
Receiver
(
get
) as observed
by the
Transmitter
(
get
).
- getReceiverHeight() - Method in class agi.foundation.tirem.TiremTerrainProfile
-
Gets the receiver structural antenna height in meters.
- getReceiverHorizon() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the index of the profile point where the receiver's horizon occurs.
- getReceiverHorizonAngle() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the receiver horizon angle, in radians.
- getReceiverNumber() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the receiver number property for the RINEX header.
- getReceiverOperatingTemperature() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets the ambient temperature where the receiver is operating, in kelvin.
- getReceiverOperatingTemperature() - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Gets the ambient temperature where the front end is operating, in kelvin.
- getReceiverPathLength() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel.PropagationData
-
Gets the great circle path length at receiver antenna height.
- getReceiverSigmaFactor() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Gets the number of standard deviations of position uncertainty to take into account for the
Receiver
(
get
).
- getReceiverSolutionType() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the type of solution to use to decide which satellites to track out of all the
satellites that are visible.
- getReceiverType() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the receiver type property for the RINEX header.
- getReceiverVelocityOfMovingFrame() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the velocity of the moving frame in which the effect of aberration is to be determined
when finding the apparent position of the transmitter relative to the receiver.
- getReceiverVelocityVectorForAberration() - Method in class agi.foundation.access.AccessComputation
-
Gets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the receiver.
- getReceiverVersion() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the receiver version property for the RINEX header.
- getReceivingAntennaExtension() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
- getRecordCount() - Method in class agi.foundation.tracking.RawEntityData
-
Gets the number of entity records in the data set.
- getRecords() - Method in class agi.foundation.navigation.datareaders.RinexObservation
-
- getRecords(String) - Method in class agi.foundation.navigation.datareaders.RinexObservation
-
Get all of the records for a specific satellite
- getReference() - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Gets the reference direction vector.
- getReference() - Method in class agi.foundation.geometry.AxesTargetingLink
-
Gets the reference direction vector.
- getReferenceArea() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Gets the reference area of the wing.
- getReferenceArea() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the cross-sectional area of the object.
- getReferenceArea() - Method in class agi.foundation.celestial.IndividualPlateModel
-
Gets the surface area of this plate in meters squared.
- getReferenceArea() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the
Scalar
representing the normalized
area of the surface.
- getReferenceAxes() - Method in class agi.foundation.geometry.AxesFixedOffset
-
Gets the axes from which this axes is offset.
- getReferenceAxes() - Method in class agi.foundation.geometry.AxesInterpolator
-
Gets the reference axes in which this axes is defined.
- getReferenceAxes() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the axes from which this axes is offset.
- getReferenceAxes() - Method in class agi.foundation.geometry.ScalarVectorElement
-
Gets the
Axes
to observe the
ReferenceVector
(
get
/
set
).
- getReferenceAxes() - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Gets the reference axes.
- getReferenceAxes() - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Gets the reference axes.
- getReferenceAxis() - Method in class agi.foundation.communications.Polarization
-
Gets the polarization reference axis.
- getReferenceAxis() - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Gets the axis against which the
Reference
(
get
/
set
) vector is constrained.
- getReferenceDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the date the PAF file is referenced to.
- getReferenceDate() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the reference date of the PSF file.
- getReferenceDate() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the reference date of the SOF file.
- getReferenceDistance() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Gets the reference distance for the magnetic field model.
- getReferenceDistance() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets the reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body).
- getReferenceDistance() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the reference distance of the central body.
- getReferenceDistance() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the reference distance (equatorial radius) associated with the J2 zonal harmonic coefficient.
- getReferenceDistance() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Gets the reference distance (equatorial radius) associated with the J2 zonal harmonic coefficient.
- getReferenceDistance() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Gets the reference distance (equatorial radius) associated with the J2 coefficient.
- getReferenceDistance() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the reference distance (equatorial radius) associated with the J2 coefficient.
- getReferenceDistance() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the reference distance (equatorial radius) associated with the J2 and J4 coefficients.
- getReferenceDistance() - Method in class agi.foundation.stk.StkPatternFile.PatternReferencePlane
-
Gets the reference distance for this Reference Plane pattern file.
- getReferenceEpoch() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the
ReferenceEpochJulianEphemerisDate
(
get
) expressed as a
JulianDate
.
- getReferenceEpoch() - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Gets the epoch where the secular variation is zero.
- getReferenceEpoch() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the reference epoch at which the initial rotational displacement and velocity are defined.
- getReferenceEpoch() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the reference time at which the orbit lifetime calculation started.
- getReferenceEpochJulianEphemerisDate() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the Julian Ephemeris Date (JED) of the first sample in the table.
- getReferenceFrame() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the reference frame in which the ephemeris data is given.
- getReferenceFrame() - Method in class agi.foundation.celestial.CentralBody
-
- getReferenceFrame() - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Gets the reference frame in which this points motion is to be observed.
- getReferenceFrame() - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Gets the reference frame relative to which this axes is defined.
- getReferenceFrame() - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Gets the reference frame for this grid, which is the
CentralBody
(
get
/
set
) fixed frame.
- getReferenceFrame() - Method in class agi.foundation.geometry.discrete.CoverageGridPoint
-
Gets the reference frame in which this grid point is defined.
- getReferenceFrame() - Method in class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Gets the reference frame in which this grid is defined.
- getReferenceFrame() - Method in interface agi.foundation.geometry.discrete.ICoverageGrid
-
Gets the reference frame in which this grid is defined.
- getReferenceFrame() - Method in class agi.foundation.geometry.discrete.SpecifiedCoverageGrid
-
- getReferenceFrame() - Method in interface agi.foundation.geometry.IKinematicStateService
-
Gets the reference frame that describes both the position and orientation of this object.
- getReferenceFrame() - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
- getReferenceFrame() - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Gets the
ReferenceFrame
that the elements of
this point in the parameterized state are represented in.
- getReferenceFrame() - Method in class agi.foundation.geometry.ParameterizedPoint
-
- getReferenceFrame() - Method in class agi.foundation.geometry.PointInterpolator
-
Gets the reference frame in which the interpolated point is defined.
- getReferenceFrame() - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Gets the reference frame in which the moving object will be observed.
- getReferenceFrame() - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Gets the reference frame in which the objects are observed.
- getReferenceFrame() - Method in class agi.foundation.geometry.VectorAcceleration
-
Gets the reference frame.
- getReferenceFrame() - Method in class agi.foundation.geometry.VectorVelocity
-
Gets the reference frame.
- getReferenceFrame() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Gets the reference frame that Position
is defined in.
- getReferenceFrame() - Method in class agi.foundation.graphics.Primitive
-
Gets the reference frame this primitive is defined and rendered in.
- getReferenceFrame() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the reference frame that the Projection
is defined in.
- getReferenceFrame() - Method in class agi.foundation.platforms.Platform
-
Gets the reference frame of this platform formed by the combination of
the platform's location and orientation.
- getReferenceFrame() - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Gets the Earth Fixed reference frame, which is the frame that the GPS satellite orbital positions
are referenced to.
- getReferenceFrame() - Method in class agi.foundation.propagators.J2Propagator
-
Gets the reference frame in which the ephemeris is produced.
- getReferenceFrame() - Method in class agi.foundation.propagators.J4Propagator
-
Gets the reference frame in which the ephemeris is produced.
- getReferenceFrame() - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Gets the Earth Fixed reference frame, which is the frame that the GPS satellite orbital positions
are referenced to.
- getReferenceFrame() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Gets True Equator, Mean Equinox (TEME) reference frame, the coordinate system in which SGP4 produces ephemeris.
- getReferenceFrame() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Gets the reference frame in which the ephemeris is produced.
- getReferenceFrame() - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets the reference frame in which ephemeris information is produced.
- getReferenceFrameEpoch() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the epoch of reference frame, if not
intrinsic to the definition of the reference frame.
- getReferenceFrameGraphics() - Method in interface agi.foundation.platforms.advanced.IKinematicStateGraphicsService
-
Gets the reference frame graphics.
- getReferenceFrameGraphics() - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Gets the reference frame graphics.
- getReferenceFrameName() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the name of the reference frame in which the
ephemeris data are given.
- getReferenceFrameTransformation(ReferenceFrame, ReferenceFrame) - Static method in class agi.foundation.geometry.GeometryTransformer
-
Gets an evaluator that can evaluate the transformation between two reference frames.
- getReferenceFrameTransformation(ReferenceFrame, ReferenceFrame, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer
-
Gets an evaluator that can evaluate the transformation between two reference frames.
- getReferenceFrameType() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the type of the reference frame.
- getReferenceJulianDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the date the PAF file is referenced to.
- getReferenceJulianDate() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the reference date of the PSF file expressed as a
JulianDate
.
- getReferenceJulianDate() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the reference date of the SOF file expressed as a
JulianDate
.
- getReferencePoint() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the point at which the coordinated flight condition is imposed.
- getReferencePoint() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the point at which the propulsion model is to be applied.
- getReferencePoint() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the point at which the propulsion model is to be applied.
- getReferencePoint() - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Gets the reference point that defines the axes.
- getReferencePoint() - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Gets the reference point that defines the axes.
- getReferencePoint() - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Gets the
Point
used to construct these axes.
- getReferencePoint() - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Gets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- getReferencePoint() - Method in class agi.foundation.geometry.PointAtAltitude
-
- getReferencePoint() - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Gets the point which is on, or will be projected on, the surface of the ellipsoid in which the region is defined.
- getReferencePoint() - Method in class agi.foundation.geometry.ScalarCartographicElement
-
- getReferencePoint() - Method in class agi.foundation.geometry.ScalarPointElement
-
- getReferencePoint() - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- getReferencePoint() - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Gets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- getReferencePoint() - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Gets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- getReferencePoint() - Method in class agi.foundation.graphics.Camera
-
Gets the reference point of the camera.
- getReferencePointInsideRegion() - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Gets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- getReferencePointInsideRegion() - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Gets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- getReferencePointInsideRegion() - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Gets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- getReferencePointReferenceFrame() - Method in class agi.foundation.graphics.Camera
-
- getReferenceRadius() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
Gets the reference radius of the central body described by this gravity field.
- getReferenceSignal() - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Gets the reference signal which is produced as the intended signal.
- getReferenceSurface() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Gets the
Ellipsoid
upon which the surface region will be defined.
- getReferenceSurface() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Gets the reference surface on which the region is represented by a closed boundary curve.
- getReferenceSurface() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Gets the reference surface on which the region is represented by a closed boundary curve.
- getReferenceSurface() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Gets the reference surface above which the height of the profile is defined.
- getReferenceSurface() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the reference surface.
- getReferenceTemperature() - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Gets the reference temperature for this amplifier, in kelvin.
- getReferenceTemperature() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Gets the amplifier's operating temperature.
- getReferenceTemperature() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the reference temperature for the amplifier, in kelvin.
- getReferenceTerrain() - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Gets the reference terrain with which the grid points are defined.
- getReferenceTerrain() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets the reference terrain with which the grid points are defined.
- getReferenceTerrain() - Method in class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Gets the reference terrain and recalculates the height of the grid points.
- getReferenceUnintendedSignals() - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Gets the collection of signals which represent the unintended signals (e.g.
- getReferenceVector() - Method in class agi.foundation.geometry.ScalarVectorElement
-
- getReflectiveCrossSectionalArea() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the mean area presented to the illuminating body (the Sun) during propagation, in square meters.
- getReflectivityCoefficient() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the coefficient of reflectivity for the satellite.
- getRefractionCeiling() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Gets the refraction ceiling.
- getRefractionCeiling() - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Gets the refraction ceiling.
- getRefractionCeiling() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets the refraction ceiling.
- getRefractionModel() - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Gets the atmospheric refraction model.
- getRefractiveIndexStructureParameterModel() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Gets the scalar for computing the refractive index structure parameter.
- getRefreshInterval() - Method in class agi.foundation.graphics.KmlNetworkLink
-
- getRefreshMode() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the refresh mode of the network link.
- getRefreshRate() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets the rate (fastest or fixed) at which the scene is refreshed during rendering.
- getRefreshRate() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
- getRegions() - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Gets a read-only collection of surface regions which define this grid.
- getRelativeHumidity() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the relative humidity in percent, 0 - 100.
- getRelativeTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
-
Gets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- getRelativeTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
-
Gets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- getRelativeTolerance() - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
-
Gets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- getRelativeToParent() - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Gets a value indicating whether the rotation point is relative to the overlay's parent, or to the overlay itself.
- getRelativeVelocity() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the velocity vector relative to the atmosphere.
- getRelativeVelocity() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the velocity vector relative to the atmosphere.
- getRelativeVelocity() - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Gets the velocity vector relative to the atmosphere.
- getRelativeVelocity() - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Gets the velocity vector relative to the atmosphere.
- getRelativeVelocity() - Method in class agi.foundation.geometry.ScalarMachNumber
-
Gets the vector representing the velocity of the object relative to the atmosphere.
- getRelativeVelocityVector() - Method in class agi.foundation.celestial.WindModel
-
- getRemovedIdentifiers() - Method in class agi.foundation.tracking.EntitySetChangedEventArgs
-
Gets the collection of identifiers of removed entities.
- getRemoveLocation() - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
-
Gets where the positions on the path are removed from.
- getRemoveLocation() - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
-
Gets where the positions on the path are removed from.
- getRenderBackThenFrontFaces() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets whether the primitive is rendered in two passes to improve the visual quality
for translucent, convex meshes.
- getRenderingMethod() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the rendering method used to render the marker batch.
- getRenderingMethod() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the rendering method used to render the mesh.
- getRenderInScreenSpace() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets whether the primitive is positioned and rendered in screen space coordinates.
- getRenderPass() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the pass during which the marker batch is rendered.
- getRenderPass() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the pass during which the projected raster is rendered.
- getRenderPass() - Method in class agi.foundation.platforms.MarkerGraphics
-
- getRepeat() - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Gets the number of times the tiles should repeat along each axis.
- getRepeat() - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Gets the number of times the image repeats along each axis.
- getRepeat() - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Gets the number of times the stripes should repeat; with 1 causing each stripe to be drawn once.
- getReportExtremaAtEndpoints() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
- getReportExtremaAtEndpoints() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
- getReportExtremaAtEndpoints() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
- getReportFunctionExplorerDetails() - Method in class agi.foundation.infrastructure.HierarchicalLogger
-
Gets a value indicating whether to report details from the Function Explorers as well.
- getRepresentativeFieldOfView() - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
- getRepresentativeFieldOfView() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
- getRequestedEstimationEpoch() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
- getRequestedInterval() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Gets the requested interval for data.
- getRequestedInterval() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the interval for which to write data.
- getRequiredDataPoints(int, int) - Static method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Returns the number of data points needed to interpolate with the desired degree of accuracy,
which is the ceiling of (degree
+ 1) / (inputOrder
+ 1).
- getRequiredDataPoints(int, int) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Calculates the number of data points needed to interpolate with the desired degree of accuracy.
- getRequiredDataPoints(int) - Static method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Gets the number of data points needed to interpolate with the desired degree of accuracy,
which is degree + 1.
- getRequiredDataPoints(int) - Static method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Gets the number of data points needed to interpolate with the desired degree of accuracy.
- getRequiredService() - Method in exception agi.foundation.ServiceNotAvailableException
-
Gets the required service that was not available.
- getRequiredTimeObservers() - Method in class agi.foundation.access.ConstraintQueryBuilder
-
Gets the list of time observers required by each evaluator in this constraint query.
- getRequireFunctionTolerance() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets a value indicating whether the
FunctionTolerance
(
get
/
set
) does not need to be satisfied.
- getRequireFunctionTolerance() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets a value indicating whether the
FunctionTolerance
(
get
) does not need to be satisfied.
- getResetBetweenRuns() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Gets a value indicating whether or not this
TargetedSegmentList
should be reset at the start of
every run initiated by this segments parent.
- getResolution() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the resolution of the path, in seconds.
- getResolution() - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Gets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- getResolution() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Gets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- getResolution() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- getResolution() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- getResolution() - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Gets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- getResolution() - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Gets the maximum resolution, in meters, at which to subdivide.
- getResourceTimerEnabled() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
- getResult() - Method in class agi.foundation.compatibility.DoWorkEventArgs
-
Gets or sets a value that represents the result of an asynchronous operation.
- getResult() - Method in class agi.foundation.compatibility.RunWorkerCompletedEventArgs
-
Gets a value that represents the result of an asynchronous operation.
- getResults() - Method in class agi.foundation.numericalmethods.OptimizerFunctionDerivativeEvaluatedEventArgs
-
- getResults() - Method in class agi.foundation.numericalmethods.OptimizerFunctionEvaluatedEventArgs
-
- getResults() - Method in class agi.foundation.numericalmethods.SolverFunctionDerivativeEvaluatedEventArgs
-
- getResults() - Method in class agi.foundation.numericalmethods.SolverFunctionEvaluatedEventArgs
-
- getResults() - Method in class agi.foundation.segmentpropagation.SegmentPropagationEventArgs
-
- getResultsOfSegment(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
This method will do a recursive search through the
SegmentResults
(
get
) and return the
first
results
that correspond with the
segment
, or
null
if the requested segment's results are not found.
- getResultsOfStoppedSegment() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
- getResultType() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the type of result the
Root
(
get
) represents.
- getReturnSegment() - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Gets the segment that will be enabled or disabled by this operator.
- getReturnSegmentBehavior() - Method in class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
-
Gets if the
ReturnSegment
that this configuration
is for will actually return or not.
- getReturnSegmentEnabled() - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Gets the enabled option for the
ReturnSegment
(
get
/
set
).
- getRevolutionCount() - Method in class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
-
Gets the number of revolutions in this transfer orbit.
- getRevolutionCount() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the number of orbits between the
ReferenceEpoch
(
get
/
set
) and
the
DateOfDecay
(
get
/
set
).
- getRevolutionNumber() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the revolution number at epoch.
- getRevolutionNumber() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the revolution number at epoch.
- getRevolutionNumber() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the revolution number at epoch.
- getRevolutions() - Method in class agi.foundation.DegreesMinutesSeconds
-
Gets the number of full 360 degree (2 Pi radians) revolutions.
- getRhea() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Rhea.
- getRhea() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Rhea.
- getRheaPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Rhea
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getRight() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the x-coordinate of the right edge of the rectangle.
- getRight() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Gets the padding, in pixels, from the right edge of the parent.
- getRightAscension() - Method in class agi.foundation.celestial.IauOrientationParameters
-
Gets the right ascension of the north pole of the body with respect to
the International Celestial Reference Frame, in radians.
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the right ascension of ascending node (radians).
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the right ascension of the ascending node of the orbit, in radians.
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the right ascension of the ascending node of the orbit, in radians.
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the right ascension of the ascending node of the orbit, in radians.
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the right ascension of the ascending node of the orbit, in radians.
- getRightAscensionOfAscendingNode() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the right ascension of the ascending node, in degrees
- getRightAscensionOfAscendingNodeRate() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the current rate of change of the
RightAscensionOfAscendingNode
(
get
), in radians per second.
- getRightDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the right date.
- getRightDate() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the date to the right of the threshold.
- getRightDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the right date.
- getRightDuration() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the date to the right of the threshold.
- getRightSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the slope between the middle and right samples.
- getRightSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the slope between the middle and right samples.
- getRightSegmentSlope() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the slope between the middle and right samples.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the right function value.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the function value to the right of the threshold.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Gets the right function value.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the function value to the right of the threshold.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Gets the right function value.
- getRightValue() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the function value to the right of the threshold.
- getRightVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Gets the right date.
- getRightVariable() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the date to the right of the threshold.
- getRinexMeteorologicalFile() - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Gets the
RinexMeteorologicalFile
(
get
/
set
) used in this model.
- getRinexMeteorologicalFile() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Gets the file used to define the meteorological conditions at the receiver.
- getRinexNavigationFile() - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Gets he file used to define the ionospheric correction model parameters, known as the alphas and betas.
- getRinexNavigationFile() - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Gets the file used to define the ionospheric correction model parameters, known as the alphas and betas.
- getRmsAlongTrackError() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the Root Mean Square along track error statistic (meters).
- getRmsClockError() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the Root Mean Square clock error statistic (meters).
- getRmsCrossTrackError() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the Root Mean Square cross track error statistic (meters).
- getRmsRadialError() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the Root Mean Square radial error statistic (meters).
- getRmsUserRangeError() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Gets the Root Mean Square user range error statistic (meters).
- getRole() - Method in class agi.foundation.celestial.ForceEvaluator
-
Gets the role that this force plays in a combined resultant force.
- getRole() - Method in class agi.foundation.celestial.ForceModel
-
Gets the role that this force plays in a combined resultant force.
- getRole() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getRole() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getRole() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getRole() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getRole() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
- getRole() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getRoleOfParticipant(IServiceProvider, IServiceProvider) - Static method in class agi.foundation.access.LinkHelper
-
Gets the role played by a specified participant in the link.
- getRoleOfParticipant(ILinkService, IServiceProvider) - Static method in class agi.foundation.access.LinkHelper
-
Gets the role played by a specified participant in the link.
- getRollDistance() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the distance along the runway it takes to go from
the landing speed to the final speed, in meters.
- getRollDistance() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the distance required to go from the initial speed to the takeoff speed, in meters.
- getRolloverCount() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
- getRolloverDate() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the most recent rollover of the GPS week counter.
- getRoot() - Static method in class agi.foundation.geometry.Axes
-
Gets the root axes, which is not defined in terms of any other axes.
- getRoot() - Static method in class agi.foundation.geometry.Point
-
Gets the root point, which is not defined in terms of any reference frame.
- getRoot() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the current best estimate of independent variable value at which the root occurs.
- getRoot() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the value of the root.
- getRootTile() - Method in class agi.foundation.graphics.advanced.Tiler
-
Gets the root tile of the tree.
- getRotatedReferenceAxis(PolarizationReferenceAxis, double) - Static method in class agi.foundation.communications.Polarization
-
Gets the polarization reference axis rotated by the specified tilt angle.
- getRotatingAxes() - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Gets the rotating axes.
- getRotatingAxes() - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Gets the rotating axes.
- getRotation() - Method in class agi.foundation.celestial.IauOrientationParameters
-
Gets the rotation about the north pole used to align a set of axes
with the meridian defined by the IAU report, in radians.
- getRotation() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the rotation of the billboard, in radians, offset from the
AlignedAxis
(
get
/
set
).
- getRotation() - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Gets the rotation to apply to the model node.
- getRotation() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
Gets the
UnitQuaternion
describing the rotation from the axes of the Covariance Ellipsoid to a reference axes.
- getRotation() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets the off-diagonal components of the skew-symmetric rotation matrix.
- getRotation() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the relative rotation between the reference frames.
- getRotation() - Method in class agi.foundation.coordinates.OrthonormalBasis
-
Gets the rotation from the axes of the defining Cartesian vector(s) to the axes of the basis.
- getRotation() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the off-diagonal components of the skew-symmetric rotation matrix that is used to
transform between the ITRFs, and the rate at which it changes after the
Epoch
(
get
/
set
).
- getRotation() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch rotation angle, in radians, which is applied to each marker in the batch.
- getRotation() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the rotation applied to the solid before rendering.
- getRotation() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the rotation of the marker over time.
- getRotationalAcceleration() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the rotational acceleration of the second reference frame relative to and expressed in
the first reference frame.
- getRotationalAcceleration() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the rotational acceleration or rate of change of the rotational velocity.
- getRotationalAcceleration() - Method in interface agi.foundation.tracking.IEntityRotationalAcceleration
-
Gets the transactional property that holds the rotational acceleration of the entity.
- getRotationalMotion() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the rotational portion of this transformation.
- getRotationalOrder() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the number of rotational motion derivatives described by this transformation.
- getRotationalVelocity() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets the rate of change of the off-diagonal components over time.
- getRotationalVelocity() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the rotational velocity of the second reference frame relative to and expressed in
the first reference frame.
- getRotationalVelocity() - Method in interface agi.foundation.tracking.IEntityRotationalVelocity
-
Gets the transactional property that holds the rotational velocity of the entity.
- getRotationAngle() - Method in class agi.foundation.graphics.Overlay
-
Gets the counter-clockwise rotation of the overlay, in radians.
- getRotationDegree() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the degree of interpolation to perform on the rotations.
- getRotationDerivative() - Method in class agi.foundation.coordinates.Covariance3By3Derivative
-
Gets the
Cartesian
describing the derivative of the rotation to the axes of the Covariance Ellipsoid.
- getRotationInterpolationAlgorithm() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the interpolation algorithm used to interpolate the rotations.
- getRotationPoint() - Method in class agi.foundation.graphics.Overlay
-
Gets the point that the overlay is rotated around when the RotationAngle
property has a
value other than 0.0.
- getRotationRate() - Method in class agi.foundation.celestial.IauOrientationParameters
-
Gets the instantaneous rotation rate about the north pole, in radians per second.
- getRotationVector() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the rotation vector, which is the rotation angle times the rotation axis.
- getRoundness() - Method in class agi.foundation.graphics.Clouds
-
The roundness of the clouds.
- getRoute() - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Gets the route from which to obtain the heading for this scalar.
- getRoute() - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Gets the route from which to obtain the height for this scalar.
- getRoute() - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Gets the route from which to obtain the surface speed for this scalar.
- getRoute() - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Gets the route from which to obtain the total speed for this scalar.
- getRouteProfile() - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Gets the profile to use in order to define the height and speed along the connection.
- getRowAlignment() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the row alignment of the raster data in bytes.
- getRowDimension() - Method in class agi.foundation.coordinates.ComplexMatrix
-
Gets the number of rows in this matrix.
- getRowDimension() - Method in class agi.foundation.coordinates.Matrix
-
Gets the number of rows in this matrix.
- getRowDimension() - Method in class agi.foundation.geometry.DynamicMatrixEvaluator
-
Gets the
RowDimension
(
get
) of the
Matrix
object produced by the evaluation calls.
- getRowDimension() - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Gets the number of rows.
- getRowStride() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the stride or scan/row width in bytes of the raster data.
- getRunAnimations() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets whether or not to run all animations defined in the glTF model.
- getRunBy() - Method in class agi.foundation.navigation.datareaders.RinexMeteorological
-
Gets the agency that created the file.
- getRunBy() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Gets the agency that created the file.
- getRunBy() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the RunBy property for the RINEX header.
- getRunwayHeading() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the heading of the runway with respect to north, in radians.
- getRunwayHeading() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the heading of the runway with respect to north, in radians.
- getRunwayReferenceSurface() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the terrain reference surface to use to define the heights and the surface of the runway.
- getRunwayReferenceSurface() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the terrain reference surface for the runway.
- getRunwayStartPosition() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the geodetic starting point of the runway.
- getRunwayStartPosition() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the position of the start of the runway.
- getRyuguPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Ryugu.
- getS() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the s coordinate.
- getSafetyFactorOne() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets a safety factor used when analyzing roundoff error and determining the new step size.
- getSafetyFactorTwo() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets a safety factor used when analyzing roundoff error and determining the new step size.
- getSampleDate() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampledEventArgs
-
Gets the date at which the function was sampled.
- getSampleDuration() - Method in class agi.foundation.numericalmethods.DurationFunctionSampledEventArgs
-
Gets the duration at which the function was sampled.
- getSampler() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the sampler that controls the times at which the function is sampled
while searching for satisfaction intervals.
- getSamples() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the samples.
- getSampleSuggestionCallback() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
- getSampleSuggestionCallback() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
- getSampleSuggestionCallback() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
- getSampleTimes() - Method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Gets the list of times corresponding to the
Data
(
get
) values.
- getSampleValue() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampledEventArgs
-
Gets the value that was sampled from the function.
- getSampleValue() - Method in class agi.foundation.numericalmethods.DurationFunctionSampledEventArgs
-
Gets the value that was sampled from the function.
- getSampleValue() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampledEventArgs
-
Gets the value that was sampled from the function.
- getSampleVariable() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampledEventArgs
-
Gets the Variable at which the function was sampled.
- getSampling() - Method in class agi.foundation.access.AccessComputation
-
Gets an instance describing how all constraints are to be sampled as part of this
AccessComputation
if
OverrideConstraintSampling
(
get
/
set
) is
true
.
- getSampling() - Method in class agi.foundation.access.AccessConstraint
-
Gets an instance describing how this constraint is to be sampled.
- getSamplingDistance() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the rate at which to sample the terrain, in meters.
- getSamplingInterval() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the independent variable sampling increment.
- getSatellite() - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
- getSatelliteConfiguration() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the satellite configuration code.
- getSatelliteConstellationType() - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Gets the constellation type for this satellite.
- getSatelliteConstraints() - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the collection of Access constraints to be applied to the navigation satellites
in determining which ones are usable by the receiver.
- getSatelliteGlobalUserRangeErrorEvaluator(IServiceProvider) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
- getSatelliteGlobalUserRangeErrorEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
- getSatelliteID() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Gets the ID of the satellite from which these link budgets originate.
- getSatelliteID() - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Gets the satellite ID this query is associated with.
- getSatelliteID() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Gets the satellite ID this channel is tracking signals from.
- getSatelliteID() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets the ID of the navigation satellite broadcasting this signal.
- getSatelliteId() - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Gets the integer ID of the satellite.
- getSatelliteIdentifiers() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the satellite identifiers as listed in the header of the SP3c file.
- getSatelliteIdentifiers() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the satellite identifiers as listed in the header of the SP3d file.
- getSatelliteLinkBudgets(GpsReceiver, int) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Gets GNSS link budgets for a specific satellite identified by satelliteID
.
- getSatelliteMass() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets the mass of the satellite, in kilograms.
- getSatelliteNumber() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the satellite's satellite number.
- getSatelliteNumber() - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Gets the satellite number.
- getSatelliteNumber() - Method in class agi.foundation.propagators.TwoLineElementSet
-
Gets the satellite number.
- getSatelliteNumber() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the satellite number.
- getSatelliteNumber() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the satellite (SSC) number.
- getSatelliteNumber() - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Gets a regular expression that the
SatelliteNumber
(
get
/
set
)
must match in order to be included in the query.
- getSatellitePropagator(int) - Method in class agi.foundation.propagators.WalkerConstellationPlane
-
Gets a propagator for a specific satellite within the orbital plane.
- getSatellitePropagator(int, int) - Method in class agi.foundation.propagators.WalkerConstellationResult
-
Gets a propagator for a specific satellite within the Walker constellation.
- getSatelliteRecord(int) - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Get the header record for this satellite.
- getSatelliteRecord(int, boolean) - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Get the header record for this satellite.
- getSatelliteRecords() - Method in class agi.foundation.navigation.datareaders.RinexObservationRecord
-
Gets the list of satellite records for this record's epoch
- getSatellites() - Method in class agi.foundation.navigation.datareaders.SP3aEphemerisData
-
Gets the collection of satellites for which data is available.
- getSatellites() - Method in class agi.foundation.navigation.datareaders.SP3cEphemerisData
-
Gets the collection of satellites for which data is available.
- getSatellites() - Method in class agi.foundation.navigation.datareaders.SP3dEphemerisData
-
Gets the collection of satellites for which data is available.
- getSatelliteSystemCharacter() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the satellite system character property for the RINEX header.
- getSatelliteTrackingEvaluator() - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date.
- getSatelliteTrackingEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date.
- getSatelliteTrackingIndexEvaluator() - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date.
- getSatelliteTrackingIndexEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date.
- getSatelliteUserRangeErrorEvaluator(IServiceProvider, PerformanceAssessmentFile) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that supplies the user range errors for a satellite at a given date.
- getSatelliteUserRangeErrorEvaluator(IServiceProvider, PerformanceAssessmentFile, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
-
Returns an evaluator that supplies the user range errors for a satellite at a given date.
- getSatelliteVehicleNumber() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the GPS satellite's vehicle number (SVN).
- getSatelliteVehicleNumber() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
-
Gets the Satellite's specific vehicle number (SVN).
- getSatelliteVehicleNumber() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the satellite vehicle number (SVN).
- getSatisfactionForAsset(Object) - Method in class agi.foundation.coverage.CoverageData
-
Get the intervals where both access and coverage exist for the given asset.
- getSatisfactionIntervals() - Method in class agi.foundation.access.AccessConstraintEvaluationResult
-
Gets the intervals during which the constraint is satisfied.
- getSatisfactionIntervals() - Method in class agi.foundation.access.AccessQueryResult
-
Gets the intervals during which the query is satisfied.
- getSatisfactionIntervals() - Method in class agi.foundation.coverage.CoverageData
-
Gets the intervals during which coverage is satisfied.
- getSatisfactionIntervalsWithNumberOfAssets() - Method in class agi.foundation.coverage.CoverageQueryResult
-
Gets the set of overall satisfaction intervals with the number of assets providing coverage for
that interval recorded in the
Data
(
get
) property.
- getSatisfiedCallback() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets a callback that is executed when this condition is satisfied.
- getSatisfiedCallback() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets a delegate
that is executed when this condition is satisfied.
- getSaturatedInputPower() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Gets the saturated input power.
- getSaturatedOutputPower() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Gets the saturated output power.
- getSaturn() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Saturn.
- getSaturn() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Saturn according to the equations
described in section 6.
- getSaturnPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Saturn.
- getSaturnPoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the location of the physical
center of mass of the planet Saturn
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getSaturnRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Saturn in kilometers.
- getSaturnSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Saturn system.
- getSaturnSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Saturn system.
- getSaturnSystemBarycenter() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Saturn planetary system.
- getSaturnSystemBarycenter() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Saturn planetary system.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Gets a value indicating whether the grid should save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getSaveGridCell() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets a value indicating whether the grid is to save grid cell information.
- getScalar() - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Gets the scalar function to compare to
MinimumValue
(
get
/
set
) and
MaximumValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Gets the scalar.
- getScalar() - Method in class agi.foundation.geometry.ScalarDerivative
-
Gets the scalar.
- getScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Gets a scalar representing a model value using a specified GPS receiver,
when receiving a signal from a specified GPS satellite transmitter.
- getScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
A Scalar that can be evaluated to determine the tropospheric error.
- getScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
A Scalar that can be evaluated to determine the single frequency ionospheric error correction.
- getScalar() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Gets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Gets the
Scalar
to compute a value to minimize or maximize.
- getScalar() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Gets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Gets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Gets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Gets the
Scalar
to compute a value to minimize or maximize.
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Gets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Gets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Gets the
Scalar
to compute a value to minimize or maximize.
- getScalar() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Gets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- getScalar() - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Gets the
Scalar
(
get
/
set
) to use.
- getScalar() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Gets the
Scalar
that will computed at every propagation
step to form a function that will be sampled to determine if propagation should stop.
- getScalar() - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Gets the
Scalar
(
get
/
set
) whose
evaluator
will compute the
value to compare with the
Threshold
(
get
/
set
).
- getScalarDerivative() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets the derivative of the highest
Order
(
get
) which specifies the motion of this scalar
parameter over time.
- getScalarElement(ClimbDescentCommandedValuesElement) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
- getScalarElement(CruiseCommandedValuesElement) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
- getScalarElement(CartesianElement, ReferenceFrame, int) - Method in class agi.foundation.geometry.Point
-
Returns a
Scalar
representing the X, Y, Z, or Magnitude, or any derivative of
those elements of this point.
- getScalarElement(CartesianElement, ReferenceFrame) - Method in class agi.foundation.geometry.Point
-
Returns a
Scalar
representing the X, Y, Z, or Magnitude
of this point.
- getScalarElement(CartesianElement, Axes, int) - Method in class agi.foundation.geometry.Vector
-
Gets a
Scalar
representing the X, Y, Z, or Magnitude of this vector,
or any derivative of those elements.
- getScalarElement(CartesianElement, Axes) - Method in class agi.foundation.geometry.Vector
-
Gets a
Scalar
representing the X, Y, Z, or Magnitude of this vector.
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in class agi.foundation.coverage.figureofmerit.CommunicationFigureOfMerit
-
Get a
Scalar
representing a figure of merit based on the given
CommunicationParameter
(
get
/
set
).
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in class agi.foundation.coverage.figureofmerit.DilutionOfPrecisionFigureOfMerit
-
Get a scalar representing the figure of merit for the given data.
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in interface agi.foundation.coverage.figureofmerit.IFigureOfMeritDefinition
-
Get a scalar which represents the figure of merit for the given coverage data.
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
-
Get a scalar representing the figure of merit for the given data.
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
-
Get a scalar representing the figure of merit for the given data.
- getScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider) - Method in class agi.foundation.coverage.figureofmerit.RadarFigureOfMerit
-
Get a
Scalar
representing a figure of merit based on the given
RadarParameter
(
get
/
set
).
- getScalarsToAdd() - Method in class agi.foundation.geometry.ScalarSum
-
Gets the list of scalars to add together.
- getScalarsToMultiply() - Method in class agi.foundation.geometry.ScalarProduct
-
Gets the list of scalars to multiply together.
- getScalarToDelay() - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Gets the scalar which is delayed by the
PathForTimeDelay
(
get
/
set
).
- getScalarWeight() - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Gets the
Scalar
used to compute the link computational weight.
- getScalarX() - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Gets the scalar corresponding to the x-value of atan2(y, x).
- getScalarY() - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Gets the scalar corresponding to the y-value of atan2(y, x).
- getScale() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the scale of the billboard image.
- getScale() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the scale of the label text.
- getScale() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the scale of the model.
- getScale() - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Gets the x,y,z scaling to apply to the model node.
- getScale() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the linear scale used to increase or decrease the size of the rendered model.
- getScale() - Method in class agi.foundation.graphics.Overlay
-
Gets the fractional value used to scale the overlay's Size
property.
- getScale() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets a non-uniform scale that is applied to the solid to increase or
decrease its rendered size.
- getScale() - Method in class agi.foundation.platforms.ModelGraphics
-
Gets a parameter defining the scale of the model over time.
- getScale() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the scale of the solid.
- getScale() - Method in class agi.foundation.tracking.ModelVisualizer
-
Gets the scale of the models, with 1 being actual size.
- getScaleByDistance() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets how the billboard's scale should change based on the billboard's distance from the camera.
- getScaleByDistance() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets how the label's scale should change based on the label's distance from the camera.
- getScaleByDistance() - Method in class agi.foundation.cesium.PointGraphics
-
Gets how the point's scale should change based on the point's distance from the camera.
- getScaleByInverse() - Method in class agi.foundation.geometry.VectorScaled
-
Gets a value indicating whether to scale by the reciprocal of the
ScaleFactor
(
get
/
set
) rather than by the factor itself.
- getScaleFactor() - Method in class agi.foundation.geometry.VectorScaled
-
Gets the factor by which to scale the
Vector
(
get
/
set
).
- getScaling() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets a small number that is added to one to form the diagonal components
of the skew-symmetric rotation matrix.
- getScaling() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets a small number that is added to one to form the diagonal components
of the skew-symmetric rotation matrix that is used to transform between the ITRFs, and the rate at which
it changes after the
Epoch
(
get
/
set
).
- getScaling() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets the type of scaling applied to the cost function.
- getScaling() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets the type of scaling applied to the constraint.
- getScaling() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Gets the type of scaling applied to the constraint.
- getScaling() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets the type of scaling applied to the variable.
- getScalingRate() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets the change in
Scaling
(
get
) over time.
- getScatteringBasis() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Gets the polarization scattering basis.
- getScatteringCoefficient() - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Gets the
ScatteringCoefficient
(
get
/
set
) for the band of interest.
- getScenarioEpoch() - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
Gets the epoch relative to which all times in the attitude file are specified.
- getScenarioEpoch() - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Gets the epoch relative to which all times in the ephemeris file are specified.
- getScene() - Method in class agi.foundation.graphics.awt.Insight3D
-
Gets the
Scene
that is rendered by this instance.
- getSceneCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
-
- getScenes() - Static method in class agi.foundation.graphics.SceneManager
-
- getScenes() - Method in class agi.foundation.platforms.DisplayParameters
-
Gets the the parameter indicating the list of
Scenes
that the object should be displayed
in.
- getSchema() - Method in interface agi.foundation.tracking.IEntityArchiveDescriptor
-
Gets the schema to use for archiving this type of entity.
- getScreenOverlays() - Static method in class agi.foundation.graphics.SceneManager
-
- getScreenSpaceRendering() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Gets a flag that informs the CTextBatchPrimitive to use rendering
optimized for screen space text.
- getSearchRegion() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the rectangular surface region underneath the raster search that represents the area over which to search.
- getSecond() - Method in class agi.foundation.time.GregorianDate
-
Gets the second, including fractional seconds (in the range 0.0 up to, but not
including, 61.0).
- getSecondAxis() - Method in class agi.foundation.coordinates.OrthonormalBasis
-
Gets the second axis.
- getSecondDerivative() - Method in interface agi.foundation.IMotion
-
Gets the second derivative, if it is available.
- getSecondDerivative() - Method in class agi.foundation.Motion1
-
Gets the second derivative, if it is available.
- getSecondDerivative() - Method in class agi.foundation.Motion2
-
Gets the second derivative, if it is available.
- getSecondDerivatives() - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of second derivatives in the collection.
- getSecondDerivatives() - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of second derivatives in the collection.
- getSecondDerivatives() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of second derivatives in the collection.
- getSecondDerivatives() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of second derivatives in the collection.
- getSecondDerivatives() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of second derivatives in the collection.
- getSecondDerivatives() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of second derivatives in the collection.
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double, TerrainInterpolator<QuantizedMeshTerrainTile>) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double, RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondPartials(double, double) - Method in class agi.foundation.terrain.TerrainProvider
-
Get the second order (mixed) partial derivatives of height with respect to the specified
longitude and latitude relative to the provider's
Shape
(
get
/
set
).
- getSecondRotation() - Method in class agi.foundation.coordinates.EulerSequence
-
Gets the second rotation.
- getSecondRotation() - Method in class agi.foundation.coordinates.YawPitchRoll
-
Gets the second rotation.
- getSeconds() - Method in class agi.foundation.DegreesMinutesSeconds
-
Gets the number of arc seconds.
- getSeconds() - Method in class agi.foundation.time.Duration
-
Gets the seconds component of this
Duration
.
- getSecondsDifference() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the number of seconds difference between
Date
(
get
) in UTC and TAI.
- getSecondsOfDay() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the elapsed whole and fractional seconds since the start of the day.
- getSecondsOfDay() - Method in class agi.foundation.time.GregorianDate
-
Gets the corresponding seconds past midnight for this instance.
- getSecondsOfDay() - Method in class agi.foundation.time.JulianDate
-
Gets the number of seconds past noon on the whole-number Julian Day.
- getSecondsOfWeek() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the elapsed whole and fractional seconds since the start of the week.
- getSecondsSinceEpoch() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
Gets the current value of the independent variable.
- getSecularVariationCoefficientRates() - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Gets the linear rates that the gravity coefficients change per year.
- getSecularVariations() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the linear model for the secular variations of this gravity model.
- getSeedElements() - Method in class agi.foundation.propagators.WalkerConstellation
-
- getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
- getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
- getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
- getSegment() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Gets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Gets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Gets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Gets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Gets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Gets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Gets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Gets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Gets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Gets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- getSegment() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Gets the
segment
that this variable will act on.
- getSegment(double) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Get the corresponding immutable surface geometry.
- getSegment(RouteSegment) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Attempts to find the parametric geometry for a particular procedure or connection segment.
- getSegment() - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
- getSegment() - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
- getSegmentAtAngle(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment with an incline at a given flight path angle.
- getSegmentAtAngleWithoutFinalHeight(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment with an incline at a given flight path angle.
- getSegmentAtAngleWithoutInitialHeight(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment with an incline at a given flight path angle.
- getSegmentBoundaryTimes() - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Gets the list of times representing discontinuities that should not be interpolated over.
- getSegmentBoundaryTimes() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the boundary times between segments that the interpolator should not interpolate over.
- getSegmentBoundaryTimes() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Gets the boundary times between segments that the interpolator should not interpolate over.
- getSegmentBoundaryTimes() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Gets the boundary times between segments that the interpolator should not interpolate over.
- getSegmentBoundaryTimes() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Gets the boundary times between segments that the interpolator should not interpolate over.
- getSegmentBoundaryTimes() - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Returns the intervals of propagation of each
segment
.
- getSegmentBoundaryTimes() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the segment boundary times of the data.
- getSegmentBoundaryTimes() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
Gets the segment boundary times of the data.
- getSegmentBoundaryTimes() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Gets the segment boundary times of the data.
- getSegmentBoundaryTimes() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets the list of segment boundary times in the STK ephemeris file.
- getSegmentCompletelyOverriddenByOverlappingSegment() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets a value indicating whether a
SegmentPropagator
after the one that made these results stepped back so
far that the
EphemerisForOverallTrajectory
(
get
) is empty.
- getSegmentDefinition() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the definitional object specifying the behavior of this particular segment prior to
propagating it with a
RoutePropagator
.
- getSegmentIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Gets the
identifier
of the specific
segment being acted upon by this variable.
- getSegmentIdentifier() - Method in exception agi.foundation.segmentpropagation.InvalidFuelStateException
-
- getSegmentIdentifier() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getSegmentIdentifier() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
- getSegmentListPropagator() - Method in class agi.foundation.segmentpropagation.SegmentList
-
- getSegmentListPropagator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SegmentList
-
- getSegmentListPropagator(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
-
- getSegmentListPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
-
- getSegmentListResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
-
- getSegmentListResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
-
- getSegmentName() - Method in exception agi.foundation.segmentpropagation.InvalidFuelStateException
-
- getSegmentName() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
- getSegmentOverrideStartsIn() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets the
segment
that the
SegmentPropagator
that created this set of results starts
in if this segment needs to start before the end of the previous segment.
- getSegmentPropagator() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- getSegmentPropagator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- getSegmentPropagator(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- getSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- getSegmentResults() - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Gets the
SegmentResults
(
get
) of each
segment
in the order that they were propagated.
- getSegments() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets a list of the segments that together define this overall composite segment.
- getSegments() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets the list of parametric segments defining the geometry of the individual pieces of the route,
which together form the overall trajectory.
- getSegments() - Method in class agi.foundation.routedesign.RoutePropagator
-
Gets the list of route segments including the procedures and connections.
- getSegments() - Method in class agi.foundation.segmentpropagation.SegmentList
-
Gets the segments that will get propagated.
- getSegments() - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
-
- getSegmentsConfiguration(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Gets the segment configuration for the segment
, or null
if there is no
configuration for the segment
in this.
- getSegmentsConfiguration(String) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Gets the segment configuration for the
segment
with the
segmentName
, or
null
if there is no
configuration in this for such a
SegmentPropagator
.
- getSegmentToInitializeNextSegmentWith() - Method in class agi.foundation.segmentpropagation.SegmentList
-
- getSegmentToRun() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets the definition of the evaluator that will tell the
SegmentPropagator
which segment to run.
- getSegmentToRunInitially() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Gets which segment should be propagated initially.
- getSegmentToRunParameter() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
- getSegmentUsingSurfaceSpeed(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment where the intermediate flight path angle is defined
by the initial and final height along with the vehicle dynamics.
- getSegmentWithoutFinalConditions(double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment with an incline at a given flight path angle.
- getSegmentWithoutFinalConditions(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment with an incline at a given flight path angle.
- getSegmentWithPrescribedAcceleration(double, double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment where the intermediate flight path angle is defined
by the initial and final height and the thrust acceleration determines the final speed.
- getSegmentWithPrescribedAcceleration(double, double, double, double, double, double, TerrainProvider, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates an inclined profile segment where the intermediate flight path angle is defined
by the initial and final height and the thrust acceleration determines the final speed.
- getSelectedModels() - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Gets the propagation models to use when computing the loss.
- getSemiaxisLengths() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the semiaxis lengths.
- getSemilatusRectum() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Gets the semi-latus rectum of the orbit (distance).
- getSemimajorAxis() - Method in class agi.foundation.coordinates.EquinoctialElements
-
Gets the Semimajor axis (distance).
- getSemimajorAxis() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the semimajor axis of the orbit (distance).
- getSemimajorAxis() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the semimajor axis of the orbit, in meters.
- getSemimajorAxisLength() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the largest semiaxis length.
- getSemimajorAxisRate() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the current rate of change of the
SemimajorAxis
(
get
), in meters per second.
- getSemiminorAxisLength() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the smallest semiaxis length.
- getSensorFieldOfView() - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Gets the
SensorFieldOfView
(
get
/
set
) definition.
- getSensorOrigin() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
- getSensorProjectionEvaluator(CentralBody) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, EvaluatorGroup) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions, EvaluatorGroup) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, EvaluatorGroup) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions, EvaluatorGroup) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions) - Method in interface agi.foundation.platforms.IFieldOfViewProjectionService
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorProjectionEvaluator(CentralBody, SensorProjectionOptions, EvaluatorGroup) - Method in interface agi.foundation.platforms.IFieldOfViewProjectionService
-
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
- getSensorTolerance() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Gets or sets the tolerance, in meters, for the error in the sensor boundary.
- getSequence() - Method in class agi.foundation.coordinates.EulerSequence
-
Gets the order of the axes rotations for this instance.
- getSequence() - Method in class agi.foundation.coordinates.YawPitchRoll
-
Gets the order of the axes rotations for this instance.
- getService(Class<?>) - Method in class agi.foundation.access.AccessConstraintCollection
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.access.AccessQueryResult
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.celestial.CentralBody
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.communications.SignalPropagationGraph
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.Axes
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.LinkSubdivision
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.Point
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.ReferenceFrame
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.geometry.Vector
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.infrastructure.ObjectExtension
-
Gets the service object of the specified type.
- getService(TypeLiteral<T>, IServiceProvider) - Static method in class agi.foundation.infrastructure.ServiceHelper
-
- getService(TypeLiteral<T>, IServiceProvider, String) - Static method in class agi.foundation.infrastructure.ServiceHelper
-
- getService(TypeLiteral<T>, IServiceProvider, boolean) - Static method in class agi.foundation.infrastructure.ServiceHelper
-
Gets a service from a given service provider.
- getService(Class<?>) - Method in interface agi.foundation.IServiceProvider
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in interface agi.foundation.IServiceProvider
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.navigation.GpsReceiver
-
Gets the service object of the specified type.
- getService(Class<?>) - Method in class agi.foundation.platforms.Platform
-
Gets the service object of the specified type.
- getServiceProviders() - Method in class agi.foundation.platforms.ServiceProviderDisplay
-
- getSetHint() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.PolylinePrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.SolidPrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
- getSetHint() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
- getSetHint() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the
SetHint
(
get
) of the underlying primitive.
- getSetHint() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the
SetHint
(
get
) of the underlying primitive.
- getSetHint() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the
SetHint
(
get
) of the underlying primitive.
- getSetHint() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the
SetHint
(
get
) of the underlying primitive.
- getSetHint() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the
SetHint
(
get
) of the underlying primitive.
- getSetter() - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Gets the delegate
that will alter the relevant value in the
segment's configuration.
- getSetter() - Method in class agi.foundation.tracking.EntitySchemaProperty
-
Gets a callback to set the value of the property.
- getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
- getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
- getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
- getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
- getShadeModel() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets the shading model for the mesh.
- getShadeSkyBasedOnAltitude() - Method in class agi.foundation.graphics.Scene
-
Gets whether the sky will be shaded based on
Camera
altitude.
- getShadow() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18.PropagationData
-
Gets the Fresnel shadowing parameter.
- getShadowColor() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the color of projection shadows.
- getShadows() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets whether or not the curve casts or receives shadows.
- getShadows() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether or not the region casts or receives shadows.
- getShadows() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets whether or not the ellipsoid casts or receives shadows.
- getShadows() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets whether or not the line casts or receives shadows.
- getShadows() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets whether or not the model casts or receives shadows.
- getShadowTranslucency() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the translucency of the projection shadows.
- getShape() - Method in class agi.foundation.celestial.ArielCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.CentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.CeresCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.CharonCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.DioneCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.IoCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.MarsCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.MimasCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.MoonCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.RheaCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.SunCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.TethysCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.TitanCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.TritonCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.UranusCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.VenusCentralBody
-
Gets the shape of this central body.
- getShape() - Method in class agi.foundation.celestial.VestaCentralBody
-
Gets the shape of this central body.
- getShape() - Static method in class agi.foundation.celestial.WorldGeodeticSystem1984
-
Gets the shape of the Earth as defined by the WGS84 model.
- getShape() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the shape on which the longitude and latitude are defined.
- getShape() - Method in class agi.foundation.tracking.ViewFromTo
-
Gets the
Ellipsoid
to rotate the camera about.
- getShapeFixedFrame() - Method in class agi.foundation.terrain.TerrainProvider
-
Gets the reference frame fixed to the
Shape
(
get
/
set
) in which the
longitude and latitude are defined.
- getShininess() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getShow() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Gets whether or not the mask is shown.
- getShow() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets whether or not the billboard is shown.
- getShow() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets whether or not the curve is shown.
- getShow() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets whether or not the region is shown.
- getShow() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets whether or not the ellipsoid is shown.
- getShow() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets whether or not the label is shown.
- getShow() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets whether or not the line is shown.
- getShow() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets whether or not the model is shown.
- getShow() - Method in class agi.foundation.cesium.PathGraphics
-
Gets whether or not the path is shown.
- getShow() - Method in class agi.foundation.cesium.PointGraphics
-
Gets whether or not the point is shown.
- getShow() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor is shown.
- getShow() - Method in class agi.foundation.cesium.TilesetGraphics
-
Gets whether or not the tileset is shown.
- getShow() - Method in class agi.foundation.cesium.VectorGraphics
-
Gets whether or not the vector is shown.
- getShow() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getShow() - Method in class agi.foundation.graphics.Clouds
-
Gets whether clouds are rendered.
- getShowAtmosphere() - Method in class agi.foundation.graphics.Scene
-
Gets whether the atmosphere will be drawn around the
CentralBody
.
- getShowBackground() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets whether or not a background behind the label is shown.
- getShowDomeSurfaces() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor's dome surfaces are shown.
- getShowEllipsoidHorizonSurfaces() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor's ellipsoid horizon surfaces are shown.
- getShowEllipsoidSurfaces() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor's ellipsoid surfaces are shown.
- getShowEnvironmentIntersection() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not a line showing where the sensor intersects the environment will be drawn.
- getShowEnvironmentOcclusion() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the portion of the terrain occluded by the environment will be drawn with a separate material.
- getShowFarPlane() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets whether to show the far plane of the Projection
.
- getShowFrustum() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets whether to show the frustum of the Projection
.
- getShowImagery() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getShowIntersection() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the intersection outline of the sensor with the central body is shown.
- getShowLabel() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getShowLateralSurfaces() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the sensor's lateral surfaces are shown.
- getShowShadows() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets whether to show shadows or not.
- getShowStars() - Method in class agi.foundation.graphics.Scene
-
Gets whether stars are shown or hidden in the scene.
- getShowSunshine() - Method in class agi.foundation.graphics.Scene
-
Gets whether sunshine is rendered by the Sun
CentralBody
.
- getShowThroughEllipsoid() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not a sensor intersecting the ellipsoid is drawn through the ellipsoid and potentially out to the other side.
- getShowViewshed() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets whether or not the viewshed of the sensor will be drawn.
- getShowWaterSurface() - Method in class agi.foundation.graphics.Scene
-
Gets whether water surface on earth is shown or hidden in the scene.
- getSideLobeGain() - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Gets the side lobe gain.
- getSideLobeMaskCrossPoint() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets the main lobe and near-in side lobe mask cross point below peak gain.
- getSideLobeMaskLevel() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets the side lobe mask level.
- getSideLobeMaskLevel() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets the side lobe mask level.
- getSideLobeMaskLevel() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets the side lobe mask level.
- getSideLobeMaskLevel() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets the side lobe mask level.
- getSideLobeMaskLevelIsRelativeToMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- getSideLobeMaskLevelIsRelativeToMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- getSideLobeMaskLevelIsRelativeToMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- getSideLobeMaskLevelIsRelativeToMainLobeGain() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- getSiderealPeriod() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the approximate orbit period, in seconds, for the current orbit pass.
- getSigmaDegree() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the degree of interpolation to perform on the sigma values.
- getSigmaDerivatives() - Method in class agi.foundation.coordinates.Covariance3By3Derivative
-
Gets the
Cartesian
with the derivative of the sigma values of the transformed Covariance Matrix.
- getSigmaInterpolationAlgorithm() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Gets the interpolation algorithm used to interpolate the sigma values.
- getSigmas() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
Gets the
Cartesian
with the sigma values of the transformed Covariance Matrix.
- getSigmas() - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Gets the Cartesian representing the constant
Sigmas
(
get
) for the location point
uncertainty described by this instance.
- getSignalData() - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Gets the collection of additional signal data.
- getSignalDataType() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Gets the signal data type used to identify the desired signals.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in interface agi.foundation.communications.ISignalSource
-
Get an evaluator which can produce signals.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Get an evaluator which modifies the
InputSignalProcessor
(
get
/
set
) by adding the
AdditiveFrequency
(
get
/
set
).
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Get an evaluator which modifies the
InputSignalProcessor
(
get
/
set
) by applying the
Gain
(
get
/
set
).
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Get an evaluator which produces the new signal based on the signal properties and generation times.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Gets the signal evaluator from the input signal.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Gets the signal evaluator from the input signal.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Gets a
SignalEvaluator
which will filter out signals from the input source which do not have a frequency which falls
between the minimum and maximum frequencies of the filter.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Get an evaluator which modifies the
InputSignalProcessor
(
get
/
set
) by applying the
LnaGain
(
get
/
set
).
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Gets the signal evaluator from the input signal.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
Get an evaluator which produces the new signal based on the signal properties and generation times.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Get a signal evaluator which takes the signals from the
InputSignalProcessor
(
get
/
set
) and constrains the bandwidth.
- getSignalEvaluator(SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Get an evaluator which produces the new signal based on the signal properties and generation times.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Get an evaluator which modifies the
InputSignalProcessor
(
get
/
set
) by applying the computed output frequency.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Get an evaluator which modifies the
InputSignalProcessor
(
get
/
set
) by applying the computed amplifier gain.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Returns a signal evaluator which takes the signals from the
InputSignalProcessor
(
get
/
set
) and constrains the bandwidth.
- getSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
Get an evaluator which can produce the output from the signal processor.
- getSignalEvaluatorForLink(EvaluatorGroup, SignalPropagationGraph, IServiceProvider) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Gets the signal evaluator for the supplied link.
- getSignalEvaluatorFromTransmitter(EvaluatorGroup, SignalPropagationGraph, IServiceProvider) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Get an evaluator which produces the signal observed directly after transmission in the link direction based
on the given time observer.
- getSignalEvaluatorFromTransmitter(EvaluatorGroup, SignalPropagationGraph, LinkPath) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Get an evaluator which produces the signal observed directly after transmission in the link direction.
- getSignalIdentifier() - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Gets the method for identifying the carrier with the correct modulation.
- getSignalIdentifier() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Gets the identifier to target when searching for the intended signal.
- getSignalOutput() - Method in interface agi.foundation.communications.signalprocessing.ISignalOutputService
-
Gets the signal processor representing the output of the service provider.
- getSignalOutput() - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Gets the signal processor providing the signal output used to calculate signal to noise ratio.
- getSignalOutput() - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Gets the signal processor representing the output of the service provider.
- getSignalPropagationGraph() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Gets the signal propagation graph.
- getSignalPropagationModels() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getSignalPropagationModelType() - Method in class agi.foundation.communications.LinkBudget.SignalPropagationModelLoss
-
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Get a propagator which can propagate a signal along the given communication link.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
-
Get a propagator which can modify a signal's frequency based on the doppler shift.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Get a propagator which can modify a signal based on the free space path loss.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Get a propagator which can propagate a signal along the given communication link.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Get a propagator which can propagate communication signals over the given link.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Get a propagator which can propagate communication signals over the given link.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Get a propagator which can propagate a signal along the given communication link.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Get a propagator which can propagate a set of input signals.
- getSignalPropagator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Get a propagator which can propagate a set of input signals.
- getSignalsToTrack() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
- getSignalStrengths() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the array of signal strengths pertaining to each observation
SignalStrengths
(
get
/
set
)[3] is the strength of the signal used to get the value observations[3]
Each signal strength value is defined as:
1: minimum possible signal strength
5: threshold for good S/N ratio
9: maximum possible signal strength
0: not known/don't care.
- getSignalToTransmit() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
- getSignalToTransmit() - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Gets the signal to transmit as the output of this signal processor.
- getSignalTransmissionAxes() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets the Axes associated with signal transmission.
- getSignalTransmissionAxes() - Method in interface agi.foundation.communications.antennas.ISignalTransmissionService
-
Gets the
Axes
associated with signal transmission.
- getSignalTransmissionAxes() - Method in class agi.foundation.communications.PointScattererExtension
-
Gets the Axes associated with signal transmission.
- getSignalTransmissionEvaluator(EvaluatorGroup, Vector, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Gets an evaluator which produces a set of transmit signals for both the primary and orthogonal polarization channels.
- getSignalTransmissionEvaluator(EvaluatorGroup, Vector, SignalPropagationGraph) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Gets an evaluator which produces the transmitted signal after applying the gain in the link direction.
- getSignalTransmissionEvaluator(EvaluatorGroup, Vector, SignalPropagationGraph) - Method in interface agi.foundation.communications.antennas.ISignalTransmissionService
-
Get an evaluator which can produce the signal after transmission.
- getSignalTransmissionEvaluator(EvaluatorGroup, Vector, SignalPropagationGraph) - Method in class agi.foundation.communications.PointScattererExtension
-
Get an evaluator which can produce a reflected signal which is the incident signal multiplied by the scattering
coefficient computed for the incident and reflected link geometry.
- getSignalTransmitter() - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Gets the navigation signal transmitter for this generator.
- getSignalType() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
- getSignalType() - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Gets the type of signal this generator will produce.
- getSignalType() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets this signal's type.
- getSignalType() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the navigation signal type, including frequency and code.
- getSignalType() - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Gets the signal type of the signal passing through this filter.
- getSilhouetteColor() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the color of the silhouette drawn around the model.
- getSilhouetteColor() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the silhouette's color.
- getSilhouetteColor() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the silhouette color and translucency of the solid.
- getSilhouetteSize() - Method in class agi.foundation.cesium.ModelGraphics
-
Gets the size, in pixels, of the silhouette drawn around the model.
- getSilhouetteTranslucency() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the silhouette's translucency.
- getSilhouetteWidth() - Method in class agi.foundation.graphics.SolidPrimitive
-
Gets the silhouette' width, in pixels.
- getSilhouetteWidth() - Method in class agi.foundation.platforms.SolidGraphics
-
Gets a parameter defining the width of the silhouette of the solid.
- getSineCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Gets the array of sine coefficients (m= [1, L])
- getSineCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the list of this model's Sine coefficients (m= [1, L])
- getSineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
- getSineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
- getSineCorrectionToArgumentOfLatitude() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
- getSineCorrectionToArgumentOfLatitude() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
- getSineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
- getSineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
- getSineCorrectionToInclination() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
- getSineCorrectionToInclination() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the sine harmonic correction term to the angle of inclination.
- getSineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getSineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getSineCorrectionToOrbitRadius() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getSineCorrectionToOrbitRadius() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the amplitude of the sine harmonic correction term to the orbit radius.
- getSinglePointPropagator() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- getSinglePointPropagator(EvaluatorGroup) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- getSinglePulseSignalToNoisePlusInterferenceRatio() - Method in class agi.foundation.radar.ProcessedRadarWaveform
-
Gets the computed single pulse signal-to-noise plus interference ratio for the received waveform.
- getSize() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets the size of the font.
- getSize() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch size, which is applied to each marker in the batch.
- getSize() - Method in class agi.foundation.graphics.Overlay
-
Gets the size of the overlay.
- getSize() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the size of the marker over time.
- getSize() - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
-
Gets the approximate total memory, in bytes, used by all regions in the cache.
- getSize() - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the approximate size of the terrain tile data, in bytes.
- getSize() - Method in class agi.foundation.terrain.RasterTerrainCache
-
Gets the approximate total memory, in bytes, used by all regions in the cache.
- getSize() - Method in class agi.foundation.terrain.TerrainCache
-
Gets the approximate total memory, in bytes, used by all regions in the cache.
- getSize() - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Gets the size of the post data, in bytes.
- getSize() - Method in class agi.foundation.terrain.TerrainRegion
-
Gets the approximate size, in bytes, of this region.
- getSize() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the size of the markers in the unit defined by
SizeUnit
(
get
/
set
).
- getSizeInMeters() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets whether this billboard's size (
Width
(
get
/
set
) and
Height
(
get
/
set
))
should be measured in meters, otherwise size is measured in pixels.
- getSizeSource() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the source used for the size of markers in the batch.
- getSizeSource() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the size source.
- getSizeUnit() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the unit that each marker's size is defined in.
- getSizeUnit() - Method in class agi.foundation.platforms.MarkerGraphics
-
- getSizeUnit() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the size unit.
- getSkySpectralRadiance() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the sky spectral radiance model which produces a value in W * m-2 * sr-1 * Hz-1.
- getSlicePartitions() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the number of slices used to partition the ellipsoid.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the slope of the function at the crossing.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the slope of the segment that crosses the threshold.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the slope of the function at the crossing.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the slope of the segment that crosses the threshold.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the slope of the function at the crossing.
- getSlope() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the slope of the segment that crosses the threshold.
- getSlotOffset() - Method in class agi.foundation.propagators.WalkerConstellation
-
Gets the slot offset (interplane phasing) of the Walker constellation.
- getSlowChangingAxesUpdateInterval() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the interval, in seconds, on which to recalculate slow-changing relationships between axes.
- getSmallSpan(double, double) - Static method in class agi.foundation.Trig
-
Get the signed small span between two arbitrary angles, in radians.
- getSnapshot() - Method in class agi.foundation.graphics.Camera
-
Gets the camera snapshot settings.
- getSnippet() - Method in class agi.foundation.graphics.KmlFeature
-
Gets the snippet associated with this feature.
- getSolarCentralBody() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets the
CentralBody
that represents the sun of the solar system where this force is used.
- getSolarGeophysicalData() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the solar and magnetic flux information.
- getSolarGravitationalParameter() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets the gravitational parameter for the Sun.
- getSolarRadiationParameter() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the AGOM or the area times
the solar radiation pressure coefficient (gamma)
divided by the mass.
- getSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the value for the time lag used when modeling when to apply the values of
SolarRadioFlux
to the atmosphere.
- getSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the value for the time lag used when modeling when to apply the values of
SolarRadioFlux
to the atmosphere.
- getSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the value for the time lag used when modeling when to apply the values of
SolarRadioFlux
to the atmosphere.
- getSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the value for the time lag used when modeling when to apply the values of
SolarRadioFlux
to the atmosphere.
- getSolarRadioFluxLagSeconds() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the value for the time lag used when modeling when to apply the values of
SolarRadioFlux
to the atmosphere.
- getSolarSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the solar system.
- getSolarSystemBarycenter() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Solar System.
- getSolarSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Solar System.
- getSolid() - Method in class agi.foundation.platforms.VectorGraphics
-
Gets the solid graphics use to render the vector.
- getSolutionType() - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Gets the type of solution required when searching for a precise crossing
of this threshold.
- getSolutionType() - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Gets the type of solution required when searching for a precise crossing
of this threshold.
- getSolutionType() - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Gets the type of solution required when searching for a precise crossing
of this threshold.
- getSolveForDrag() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Gets a value indicating whether to attempt to solve for the BSTAR drag value.
- getSolver() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
- getSortingFormat() - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
Gets the specifier for how the history is sorted.
- getSortOrder() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the order in which markers in the marker batch are sorted before rendering.
- getSource() - Method in class agi.foundation.access.AccessConstraintEvaluationResult
-
Gets the type or source of the constraint.
- getSource() - Method in class agi.foundation.celestial.JplDE200
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.celestial.JplDE403
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.celestial.JplDE405
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.celestial.JplDE421
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.celestial.JplDE430
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.celestial.JplDE440
-
Gets the string describing the source of the data.
- getSource() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the source of the PAF file.
- getSource() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the SOURCE of the PSF file.
- getSourceBlendingFunction() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
- getSourceBlendingFunction() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
- getSourceOfWarning() - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
-
- getSouth() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets the southernmost Y coordinate.
- getSouth() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the index of the southernmost post.
- getSouthernPostOffsetNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the latitude offset (toward the north) of the southern-most post in the terrain provider.
- getSouthLatitude() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the southernmost latitude.
- getSpaceBoundaries() - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Gets the boundaries of the projection of the sensor in space.
- getSpaceProjectionDistance() - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Gets the distance to which to project the portions of the sensor that do not intersect
the ellipsoid.
- getSpaceProjectionType() - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Gets the type of space projection to use.
- getSpecialTimes() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the list of special times of interest at which to transition from one bank angle to the next.
- getSpecialTimes() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the "special times" with respect to the beginning of the segment.
- getSpecialTimes() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets a list of times of special interest along the route, such as the beginning or end of a turn
or other points where the geometry changes.
- getSpecificHeatRatio() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Gets the ratio of specific heat of air at constant pressure to the specific
heat of air at constant volume used by the model (γ).
- getSpectralEfficiency() - Method in class agi.foundation.communications.signalprocessing.DigitalModulation
-
Gets the spectral efficiency representing the number of bits that can be represented per unit bandwidth, in bps/Hz.
- getSpectralEfficiency() - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
-
Gets the spectral efficiency representing the number of bits that can be represented per unit bandwidth, in bps/Hz.
- getSpectralEfficiency() - Method in class agi.foundation.communications.signalprocessing.ModulationOok
-
Gets the spectral efficiency representing the number of bits that can be represented per unit bandwidth, in bps/Hz.
- getSpectralEfficiency() - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
-
Gets the spectral efficiency representing the number of bits that can be represented per unit bandwidth, in bps/Hz.
- getSpecularColor() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getSpecularOverlay() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getSpecularReflectivity() - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Gets the dimensionless specular reflectivity coefficient of this plate (that should be
between zero and one).
- getSpeed() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets the target speed along the path, in meters per second.
- getSpeed() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the target cruise speed to use when traversing the connection.
- getSpeed() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the target speed at which to transition between heights.
- getSpeed() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the speed at which to traverse over the terrain.
- getSpeedConfigurationResult() - Method in class agi.foundation.routedesign.advanced.ProfileConfigurationResult
-
Gets the result containing a status message and diagnostic information for the
configuration of the profile's speed.
- getSpeedOfLight() - Method in class agi.foundation.celestial.JplDE
-
Gets the speed of light in km/s.
- getSpeedOfSound() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
- getSpeedOfSound() - Method in class agi.foundation.celestial.USStandardAtmosphere1976.Result
-
Gets the speed of sound, in meters per second.
- getSpeedOfSound() - Method in class agi.foundation.geometry.ScalarMachNumber
-
Gets the speed of sound in the atmosphere.
- getSpeedOnApproach() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the target speed at which to approach the landing maneuver, in meters per second.
- getSpeedReference() - Method in class agi.foundation.routedesign.ProfileSpeed
-
Gets the value indicating whether the
TargetSpeed
(
get
)
includes the vertical component.
- getSpinAxis() - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Gets the body-fixed spin axis of the reaction wheel.
- getSpinAxis() - Method in class agi.foundation.geometry.AxesLinearRate
-
Gets the spin axis with respect to the reference axes.
- getSpinAxisInertia() - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Gets the inertia of the spin axis of the reaction wheel.
- getSpinMagnitude() - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Gets the magnitude of the spin rate of the reaction wheel with respect
to the spacecraft body frame.
- getSquare() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Gets the 2 character 100,000 meter square designator.
- getSquareRootGravitySemimajorAxis() - Method in class agi.foundation.coordinates.DelaunayElements
-
Gets the square root of the product of gravitational parameter and semimajor axis,
(distance squared per time).
- getSquareRootOfSemimajorAxis() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the square root of the semi-major axis (sqrt(meters)).
- getSquareRootOfSemimajorAxis() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the square root of the semi-major axis (sqrt(meters)).
- getSquareRootOfSemimajorAxis() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the square root of the semi-major axis (sqrt(meters)).
- getSquareRootOfSemimajorAxis() - Method in interface agi.foundation.propagators.IGpsElements
-
Gets the square root of the semi-major axis (sqrt(meters)).
- getStackPartitions() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the number of stacks used to partition the ellipsoid.
- getStackTrace() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- getStages() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the coefficients "c".
- getStandard() - Method in class agi.foundation.time.Duration
-
Gets the time standard in which this
Duration
is measured.
- getStandard() - Method in class agi.foundation.time.JulianDate
-
Gets the
TimeStandard
that this astronomical Julian date is based upon.
- getStandardDeviationEvaluator() - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the standard deviation (or sigma) of the position variance over time.
- getStandardDeviationEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Constructs an evaluator that calculates the standard deviation (or sigma) of the position variance over time.
- getStart() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
-
Gets the beginning of the interval being explored.
- getStart() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
-
Gets the beginning of the interval being explored.
- getStart() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
-
Gets the beginning of the interval being explored.
- getStart() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets the start date of the route.
- getStart() - Method in class agi.foundation.time.TimeInterval
-
Gets the start date of the interval.
- getStart() - Method in class agi.foundation.time.TimeInterval1
-
Gets the start date of the interval.
- getStart() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets the start date of the first interval in the collection.
- getStart() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets the start date of the first interval in the collection.
- getStartAngle() - Method in class agi.foundation.access.CircularAccessConstraint.CircularAccessConstraintEvaluator
-
Gets the angle defining the beginning of the satisfaction region.
- getStartAngle() - Method in class agi.foundation.access.CircularAccessConstraint
-
Gets the angle defining the beginning of the satisfaction region.
- getStartArcLength() - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Gets the arc length on the
Boundary
(
get
/
set
)
BoundaryCurve
(
get
) at which the horizon
segment begins.
- getStartCycle() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- getStartDate() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets the first date to be evaluated.
- getStartDateAsPseudoRandomNumber() - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Gets the date and time this satellite began its designation as this
PseudoRandomNumber
(
get
/
set
).
- getStartDistance() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Gets the distance along the
CompleteSegment
(
get
) at which this segment starts.
- getStartEpoch() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the Start epoch, made from the epoch year, month, day, hour, minute and second
from line 1.
- getStartEpoch() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the start epoch, made from the epoch year, month, day, hour, minute and second.
- getStartEpoch() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the start epoch, made from the epoch year, month, day, hour, minute and second.
- getStartEpochGps() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the Start epoch in GPS time format, derived from the GPS week and time of week in line 2.
- getStartEpochGps() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the start epoch in GPS time format, derived from the GPS week and time of week.
- getStartEpochGps() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the start epoch in GPS time format, derived from the GPS week and time of week.
- getStartFractionalDay() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the start epoch fractional day from line 2.
- getStartFractionalDay() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the start epoch fractional day.
- getStartFractionalDay() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the start epoch fractional day.
- getStartFrame() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the start frame of the video.
- getStartModel() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Gets the first model in the chain.
- getStartModifiedJulianDate() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the start epoch modified Julian date from line 2.
- getStartModifiedJulianDate() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the start epoch modified Julian date.
- getStartModifiedJulianDate() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the start epoch modified Julian date.
- getStartOfFollowSegment() - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Gets the how the initial state of propagation will be determined.
- getStartParameter() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets a parameter along the closed arc that represents the entry into the arc.
- getStartQuery() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets the
AccessQuery
that represents the condition for establishing
access.
- getStartQueryEvaluationStartDate() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Gets the
JulianDate
that will be used as the start date for evaluation.
- getStartTime() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the start of total time span covered by the ephemeris data and
covariance data immediately following the metadata block.
- getStartTime() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
Gets the start time of the animation.
- getStartTime() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the start time of the video in seconds.
- getStartX() - Method in class agi.foundation.terrain.QuantizedMeshTileRange
-
Gets the start X coordinate value.
- getStartY() - Method in class agi.foundation.terrain.QuantizedMeshTileRange
-
Gets the start Y coordinate value.
- getState() - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Gets the state that the callback will use to compute the value.
- getState() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets the current animation state.
- getState() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
Gets the current values of the dependent variables.
- getStateAtEngineIgnition() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegmentResults
-
Gets the state at engine ignition.
- getStateAtEvent() - Method in class agi.foundation.stoppingconditions.StoppingConditionEventFoundEventArgs
-
Gets the state of the
EventFound
(
get
).
- getStateAtPropagationStart() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegmentResults
-
Gets the state at the start of propagation before the
burn offset is applied.
- getStateCorrectors() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Gets the collection of correctors which are called after each step but before values are recorded.
- getStateDerivative(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getStateDimension() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets the summed dimension of all of the state parameters.
- getStateForNextSegment() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getStateForNextSegmentBehavior() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
- getStateForNextSegmentBehavior() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getStateIndices() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the indices locating each variable of this element within the overall state.
- getStateOfEvent() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
Gets the
state
of propagation at the time of
the
event
.
- getStateParameter() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.geometry.PointPropagationParameter
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.PropagationScalar
-
Gets a parameter which represents the state during propagation.
- getStateParameter() - Method in class agi.foundation.propagators.PropagationVector
-
Gets a parameter which represents the state during propagation.
- getStateParameter(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getStateParameter() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Gets a parameter which represents the state during propagation.
- getStatePosition() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Gets the position element of the object that is being corrected.
- getStates() - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
Gets the list of raw states.
- getStateUpdater(EvaluatorGroup) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
By default this method returns null.
- getStateUpdater(EvaluatorGroup) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Transforms the rotation vector that is used internally to propagate the attitude to avoid the
singularity at rotation vector magnitudes near 2*pi radians.
- getStateUpdater(EvaluatorGroup) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Creates an object that will update the state of the
StateTransitionMatrix
in between propagation steps, if necessary.
- getStateValue() - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
- getStaticDirectionList() - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
- getStatus() - Method in class agi.foundation.graphics.GlobeImageOverlayAddCompleteEventArgs
-
Gets whether the
asynchronous
operation was successful.
- getStatus() - Method in class agi.foundation.graphics.TerrainOverlayAddCompleteEventArgs
-
Gets whether the
asynchronous
operation was successful.
- getStatus() - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Gets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
- getStatus() - Method in class agi.foundation.terrain.TerrainRegion
-
Gets the current status of this region.
- getSteinsPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Steins.
- getStep() - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Gets the smallest step that should be taken when sampling.
- getStep() - Method in interface agi.foundation.cesium.advanced.ICesiumFixedStepService
-
Gets the step size to be used for sampling properties.
- getStep() - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Gets the step size to be used for sampling properties.
- getStep() - Method in class agi.foundation.cesium.Clock
-
Gets how time advances with each tick.
- getStep() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets the step size to be used for sampling properties.
- getStep() - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Gets the default step that this propagator will take.
- getStep() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Gets the default step-size that this propagator should take.
- getStep() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Gets the step size for this propagator.
- getStep() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
- getStep() - Method in class agi.foundation.segmentpropagation.HoldSegment
-
- getStepDeflationExponent() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the exponent to apply to the error when calculating the amount to decrease the size of the step.
- getStepDeflationFactor() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets a scalar multiplier to apply to the step when decreasing it.
- getStepInflationExponent() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the exponent to apply to the error when calculating the amount to increase the size of the step.
- getStepInflationFactor() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets a scalar multiplier to apply to the step when increasing it.
- getStepSizeBehavior() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets whether to avoid adapting the step size and instead fix the value of
CurrentStepSize
(
get
).
- getStepSizeDays() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the step between samples in the table, in days.
- getStepSizeInformation() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets a value indicating whether the
CurrentStepSize
(
get
) was changed from the
InitialStepSize
(
get
/
set
)
and, if so, the nature of how it was changed.
- getStepSizeInformation() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets information about the last step taken by the integrator.
- getStepSizeInformation() - Method in class agi.foundation.propagators.NumericalIntegrationInformation
-
Gets information about the behavior of the step size
during the integration step including whether it was altered or not.
- getStepSizeInformation() - Method in class agi.foundation.propagators.NumericalPropagator
-
Gets information about the last step that was taken by the integrator.
- getStepSizeInformation() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets information about the last step taken by the integrator.
- getStepSizeTaken() - Method in class agi.foundation.propagators.NumericalIntegrationInformation
-
Gets the size of the step which was taken to produce the current state.
- getStepTruncationOrder() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Gets the integer exponent specifying the order of magnitude at which to
truncate the significant digits in the
CurrentStepSize
(
get
).
- getStereoscopic() - Static method in class agi.foundation.graphics.SceneManager
-
Gets the stereoscopic options for all Scenes.
- getStop() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
-
Gets the end of the interval being explored.
- getStop() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
-
Gets the end of the interval being explored.
- getStop() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
-
Gets the end of the interval being explored.
- getStop() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Gets the stop date at the end of the route.
- getStop() - Method in class agi.foundation.time.TimeInterval
-
Gets the stop date of the interval.
- getStop() - Method in class agi.foundation.time.TimeInterval1
-
Gets the stop date of the interval.
- getStop() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets the stop date of the last interval in the collection
- getStop() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets the stop date of the last interval in the collection
- getStopAllPropagation() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Gets a value indicating whether all propagation must stop and whatever results
have been computed should be returned.
- getStopAngle() - Method in class agi.foundation.access.CircularAccessConstraint.CircularAccessConstraintEvaluator
-
Gets the angle defining the end of the satisfaction region
- getStopAngle() - Method in class agi.foundation.access.CircularAccessConstraint
-
Gets the angle defining the end of the satisfaction region
- getStopDistance() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Gets the distance along the
CompleteSegment
(
get
) at which this segment stops.
- getStopEnabled() - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Gets a value indicating whether the
StopSegment
(
get
/
set
) should be enabled or disabled.
- getStopEnabled() - Method in class agi.foundation.segmentpropagation.StopSegment
-
Gets a value indicating whether this segment will actually stop propagation.
- getStopEnabled() - Method in class agi.foundation.segmentpropagation.StopSegmentConfiguration
-
Gets a value indicating whether the
StopSegment
that this configuration
is for will actually stop or not.
- getStopModel() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Gets the last model in the chain.
- getStopOnEventNumber() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets how many times the threshold must be met, or how many extrema must be found before stopping.
- getStopOnEventNumber() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets how many times an event should be found before stopping.
- getStopOnMaximumDurationBehavior() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Gets what should be done if the span of propagation exceeds the
MaximumDuration
(
get
/
set
).
- getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
- getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
- getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
- getStoppablePropagator(EvaluatorGroup) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getStoppablePropagator() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getStoppablePropagator() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- getStoppablePropagatorResults() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
- getStoppablePropagatorResults() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
- getStopParameter() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets a parameter along the closed arc that represents the exit from the arc.
- getStoppedOnMaximumDuration() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
Gets a value indicating whether the propagation stopped due to the
MaximumDuration
(
get
/
set
) being exceeded.
- getStoppedOnMaximumDuration() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
Gets a value indicating whether the propagation stopped due to the
MaximumDuration
(
get
/
set
) being exceeded.
- getStoppingClassification() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Gets the access classification to stop on.
- getStoppingConditionEvaluators() - Method in class agi.foundation.propagators.StoppablePropagator
-
- getStoppingConditions() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Gets the list of
StoppingConditions
that will
find events and dictate when propagation should end.
- getStoppingConditions() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- getStoppingConditionsAutoSegment(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Returns the
SegmentDefinition
that is set to be run if the
specified
stoppingCondition
stops propagation,
or
null
if there has not been such a segment specified.
- getStoppingConditionToUpdate() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
- getStopPropagationForCurrentSegmentList() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getStopSegment() - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Gets the segment that will be enabled or disabled by this operator.
- getStopTime() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets the end of total time span covered by ephemeris data and covariance
data immediately following the metadata block.
- getStraightSegment(double, double, double, double, double, TerrainProvider) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates a straight line from the initial height to the final height without any pitching maneuvers.
- getStraightSegment(double, double, double, double, double, double, TerrainProvider) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates a straight line from the initial height to the final height without any pitching maneuvers,
with the additional constraint that the thrust acceleration along the slope can't exceed a specified value.
- getStraightSegmentWithPrescribedAcceleration(double, double, double, double, double, TerrainProvider) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Creates a straight line from the initial height to the final height without any pitching maneuvers
but also applies the acceleration to determine the final speed.
- getStream() - Method in class agi.foundation.graphics.imaging.FilteringRasterStream
-
- getStrikeout() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font has a horizontal line through its characters.
- getSTRotation() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the rotation, in radians, to apply to the surface's texture.
- getStyle() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the style of the label.
- getStyle() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets the
FontStyle
enumeration that contains the style for this font.
- getStyxPoint() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Styx
in a reference frame centered at the current value of
PlutoSystemBarycenter
(
get
/
set
).
- getSubCalculationProgress() - Method in class agi.foundation.infrastructure.AverageSubCalculationProgress
-
Gets the set of progress values, each representing the progress of a sub-calculation.
- getSubcarrierFrequency() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the sub-carrier frequency if one is used for the code.
- getSubdivisions() - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Gets the number of points per outline; thus controlling the granularity.
- getSubdivisions() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets or sets the set of successive subdivisions used to take steps.
- getSubject() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Gets the entity whose partials are represented by this fixed object.
- getSubject() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Gets the object whose partials are represented by the terms contained in this summation.
- getSun() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Sun.
- getSun() - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
-
- getSunPoint() - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Gets a point representing the location of the Sun.
- getSunPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the Sun.
- getSunPoint() - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Gets a point representing the location of the Sun.
- getSunRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Sun in kilometers.
- getSunSpectralRadiantEmittance() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the sun spectral radiant emittance model which produces a value in W * m-2 * Hz-1.
- getSupported() - Static method in class agi.foundation.graphics.ProjectedRaster
-
- getSupported() - Static method in class agi.foundation.graphics.TerrainOverlay
-
- getSurfaceBoundaries() - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Gets the boundaries of the projection of the sensor onto the surface.
- getSurfaceConductivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the conductivity of the earth's surface.
- getSurfaceConductivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the conductivity of the earth's surface.
- getSurfaceCurve() - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Gets the definition of the curve on the surface of the central body.
- getSurfaceCurve() - Method in interface agi.foundation.platforms.ICentralBodySurfaceCurveService
-
Gets the surface curve.
- getSurfaceCurve(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve(Ellipsoid, Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve(Ellipsoid, Cartographic, double, double) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Generate a curve representing the connection from the initial to the final point.
- getSurfaceCurve() - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Gets the curve to follow.
- getSurfaceCurveGraphics() - Method in interface agi.foundation.cesium.advanced.ICentralBodySurfaceCurveGraphicsService
-
Gets the graphical properties of the line.
- getSurfaceCurveGraphics() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Gets the graphical properties of the surface curve.
- getSurfaceDistance() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Gets the total distance along the curve to the location of the final point.
- getSurfaceDistance() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Gets the total distance along the geodesic to the location of the final point.
- getSurfaceDistance() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Gets the total distance along the rhumb line to the location of the final point.
- getSurfaceDistance() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Gets the total distance along the curve to the location of the final point.
- getSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the total distance traversed by this connection from start to finish, in meters.
- getSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the total arc-length traveled along the surface during this segment, in meters.
- getSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the total distance traversed by this connection from start to finish, in meters.
- getSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the total arc length along the surface path, in meters.
- getSurfaceEntryResult() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Gets the result of configuring the surface geometry and connection for entering the current
Procedure
(
get
).
- getSurfaceExitResult() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Gets the result of configuring the surface geometry and connection for exiting the current
Procedure
(
get
).
- getSurfaceGeometry() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the geometry along the
SurfaceShape
(
get
), parameterized on arc length along the surface path.
- getSurfaceGravity() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the value of the surface gravity corresponding to the
CentralBody
(
get
/
set
),
in meters per second squared.
- getSurfaceHumidity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the humidity of the earth's surface in grams per cubic meter at the transmitter.
- getSurfaceHumidity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the humidity of the earth's surface in grams per cubic meter at the transmitter.
- getSurfaceMotion(Duration, int) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
- getSurfaceMotion(Duration) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Get the value for the arc length along the surface path, in meters.
- getSurfaceMotion(Duration, int) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
- getSurfaceMotion(Duration) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Get the value for the arc length along the surface path, in meters.
- getSurfaceMotion(Duration, int) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
- getSurfaceMotion(Duration) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Get the value for the arc length along the surface path, in meters.
- getSurfaceMotion(Duration, int) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
- getSurfacePath() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.LandingProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.RouteProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePath() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Get an object that will allow configuration of the surface geometry as it
connects with other procedures.
- getSurfacePathComputationalWeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Gets the weight to use when reporting progress.
- getSurfacePoint(double) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get the surface point along the connection at the given arc length.
- getSurfacePoint(double) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get the surface point along the connection at the given arc length.
- getSurfacePoint(double) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get the surface point along the connection at the given arc length.
- getSurfacePointFromParameter(double) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Get the point on the surface along the surface arc at the given parameter.
- getSurfaceRefractivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the refractivity of the earth's surface.
- getSurfaceRefractivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the refractivity of the earth's surface.
- getSurfaceRefractivityPolynomialCoefficients() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Gets the surface refractivity polynomial coefficients.
- getSurfaceRegion() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Gets the surface region.
- getSurfaceRegion() - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
- getSurfaceRegion() - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Gets the definition of the region on the surface of the central body.
- getSurfaceRegion() - Method in interface agi.foundation.platforms.ICentralBodySurfaceRegionService
-
Gets the region of interest on the reference surface.
- getSurfaceRegionGraphics() - Method in interface agi.foundation.cesium.advanced.ICentralBodySurfaceRegionGraphicsService
-
Gets the graphical properties of the polygon.
- getSurfaceRegionGraphics() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Gets the graphical properties of the surface region.
- getSurfaceRegions() - Method in class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
-
Gets a read-only collection of
EllipsoidSurfaceRegions
that are used to constrain
the set of points generated by
GridPointProvider
(
get
) to create the subset that will be this grid's points.
- getSurfaceRelativePermittivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the relative permittivity of the earth's surface.
- getSurfaceRelativePermittivity() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the relative permittivity of the earth's surface.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Create the surface geometry for the given connection.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Create an immutable
SurfaceSegment
representing the geometry of this procedure,
including any entry and exit arcs prior to the connections.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Get an instance of the surface geometry corresponding to this connection segment.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Get an instance of the surface geometry corresponding to this connection segment.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Get an instance of the surface geometry corresponding to this connection segment.
- getSurfaceSegment() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Create the surface geometry for the given connection.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Gets the shape of the reference surface upon which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Gets the shape of the reference surface upon which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Gets the shape of the reference surface upon which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Gets the shape of the surface upon which the path is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Gets the shape of the reference surface upon which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets the shape of the surface on which the arc is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Gets the shape of the reference surface upon which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the shape of the surface upon which the path is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the shape of the reference surface over which the surface path is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the shape of the surface upon which the surface geometry of the route is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Gets the shape of the surface over which the path is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Gets the reference surface over which the surface geometry is defined.
- getSurfaceShape() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Gets the shape of the reference surface over which to define the surface geometry.
- getSurfaceShape() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the reference surface over which to define the geometry.
- getSurfaceShape() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the shape of the reference surface over which to define the surface geometry for the search.
- getSurfaceShape() - Method in class agi.foundation.routedesign.RouteConnection
-
Gets the reference surface to use when defining the surface geometry and heights above it.
- getSurfaceShape() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Gets the shape of the reference surface over which to define the surface geometry.
- getSurfaceShape() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Gets the shape of the reference surface over which to define the surface geometry.
- getSurfaceTemperature() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Gets temperature in kelvin.
- getSurfaceTolerance() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the numerical tolerance used to determine if a point is located on the surface of the ellipsoid.
- getSwerlingTargetModel() - Method in class agi.foundation.radar.SignalSwerlingTargetModel
-
Gets the radar cross section Swerling target model.
- getSwitchableManeuverSegment() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
- getSwitchingMethod() - Method in class agi.foundation.propagators.Sgp4Elements
-
Gets the method to use when switching between this element set and the following element set.
- getSwitchingScalar(Axes, Vector, Vector) - Method in class agi.foundation.celestial.DragBodyPlate
-
Gets a scalar that is used to determine whether this plate is facing a direction within
90 degrees of the incident atmosphere direction at a given time.
- getSwitchingScalar(Axes, Vector, Vector) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Gets a scalar that is used to determine whether this plate is facing a direction within
90 degrees of the incident atmosphere direction at a given time.
- getSwitchingScalar(Axes, Vector, Vector) - Method in class agi.foundation.celestial.DragPlate
-
Gets a scalar that is used to determine whether this plate is facing a direction within
90 degrees of the incident atmosphere direction at a given time.
- getSwitchingScalar(Axes, Vector, Vector) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Gets a scalar that is used to determine whether this plate is facing a direction within
90 degrees of the incident atmosphere direction at a given time.
- getSwitchingScalar(Axes, Vector) - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Gets a scalar that is used to determine whether this plate is facing a direction within
90 degrees of the incident sunlight direction at a given time.
- getSwitchTime(Sgp4Elements, Sgp4Elements) - Method in class agi.foundation.propagators.Sgp4ElementsSwitchByClosestApproach
-
Determine the intervals of time covered by each element set.
- getSwitchTime(Sgp4Elements, Sgp4Elements) - Method in class agi.foundation.propagators.Sgp4ElementsSwitchByEpoch
-
Determine the intervals of time covered by each element set.
- getSwitchTime(Sgp4Elements, Sgp4Elements) - Method in class agi.foundation.propagators.Sgp4ElementsSwitchByMidpoint
-
Determine the intervals of time covered by each element set.
- getSwitchTime(Sgp4Elements, Sgp4Elements) - Method in class agi.foundation.propagators.Sgp4ElementsSwitching
-
Determine the intervals of time covered by each element set.
- getSymbolRate(double) - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
-
Gets the rate at which symbols are transmitted, based on the rate of bits.
- getSymbolRate(double) - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
-
Gets the rate at which symbols are transmitted, based on the rate of bits.
- getSyncRoot() - Method in class agi.foundation.tracking.EntityHistory
-
Gets an object that can be used to synchronize access to the
EntityHistory
- getSystemId() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the SYSID of the PAF file.
- getSystemId() - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Gets the SYSID of the PSF file.
- getSystemId() - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Gets the SYSID of the SOF file.
- getSystemOfEquations() - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
-
Gets the system of equations which define the derivatives of a set of
dependent variables.
- getSystemOfEquations() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Gets the system of differential equations corresponding to the derivatives of the
dependent variables.
- getT() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Gets the t coordinate.
- getTableau() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
-
Gets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
- getTableau() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
-
Gets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
- getTag() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getTag() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getTag() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getTag() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getTag() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
Gets custom data associated with this globe overlay.
- getTag() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getTag() - Method in class agi.foundation.graphics.Overlay
-
Gets custom data associated with this screen overlay.
- getTag() - Method in class agi.foundation.graphics.Primitive
-
Gets custom data associated with this primitive.
- getTaiMinusUtc(JulianDate) - Method in class agi.foundation.time.LeapSecondsFacet
-
Returns the difference TAI - UTC as of the given date, in seconds.
- getTaiOffsetFromUtc() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the number of leap seconds ("DAT") as specified in the EOP file.
- getTakeoffSpeed() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the speed after the specified
RollDistance
(
get
/
set
) at which the platform
begins to takeoff, in meters per second.
- getTaperPower() - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Gets the strength of the tapering effect.
- getTarget() - Method in class agi.foundation.compatibility.Delegate
-
Gets the class instance on which the current delegate invokes the instance method.
- getTarget() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
- getTargetedFramesPerSecond() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
- getTargetedFramesPerSecond() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
Gets the targeted frames per second if
RefreshRate
is set to
use
agi.foundation.graphics.advanced.refreshrate.TargetedFramesPerSecond
.
- getTargetException() - Method in exception agi.foundation.compatibility.RuntimeInvocationTargetException
-
- getTargetFinalHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final height that this profile will attempt to target.
- getTargetFinalHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final height that this profile will attempt to target.
- getTargetFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final height rate that this profile will attempt to target.
- getTargetFinalHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final height rate that this profile will attempt to target.
- getTargetFinalSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the final speed that this profile will attempt to target.
- getTargetFinalSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the final speed that this profile will attempt to target.
- getTargetFrequency() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Gets the frequency to target when searching for the intended signal.
- getTargetFrequency() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Gets the frequency to target when searching for the intended signal.
- getTargetFrequency() - Method in class agi.foundation.communications.SimpleReceiver
-
Gets the target frequency for the receiver, in hertz.
- getTargetInitialHeight() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial height that this profile will attempt to target.
- getTargetInitialHeight() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial height that this profile will attempt to target.
- getTargetInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial height rate that this profile will attempt to target.
- getTargetInitialHeightRate() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial height rate that this profile will attempt to target.
- getTargetInitialSpeed() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Gets the initial speed that this profile will attempt to target.
- getTargetInitialSpeed() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Gets the initial speed that this profile will attempt to target.
- getTargetObject() - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Gets the object that is the view target of the
ViewingObject
(
get
/
set
).
- getTargetPoint() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Gets the point at which the drag is applied from the
TargetPoint
(
get
/
set
) of the
Density
(
get
/
set
).
- getTargetPoint() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
- getTargetPoint() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Gets the point where the magnetic field vector is calculated.
- getTargetPoint() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Gets the point at which the drag is applied from the
TargetPoint
(
get
/
set
) of the
Density
(
get
/
set
).
- getTargetPoint() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Gets the point at which the solar radiation is applied from the
TargetPoint
(
get
/
set
) of the
OccultationFactor
(
get
/
set
).
- getTargetPoint() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the target point describing the time-varying position at which density is
to be calculated.
- getTargetPoint() - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets the
Point
representing the location at which
the occultation factor is being calculated.
- getTargetPoint() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Gets the point at which the solar radiation is applied from the
TargetPoint
(
get
/
set
) of the
OccultationFactor
(
get
/
set
).
- getTargetPoint() - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Gets the target point at which to measure the gravitational acceleration.
- getTargetPoint() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets the target point at which the gravity is measured.
- getTargetPoint() - Method in class agi.foundation.celestial.TwoBodyGravity
-
Gets the target point at which to measure the gravitational acceleration.
- getTargetPoint(IProvideNaifIdCode, IProvideNaifIdCode) - Method in class agi.foundation.spice.JplSpkFile
-
Gets a point describing the position of a target location with respect
to a center location.
- getTargetPoint(IProvideNaifIdCode, IProvideNaifIdCode, Point) - Method in class agi.foundation.spice.JplSpkFile
-
Gets a point describing the position of a target location with respect
to a center location.
- getTargetPoint(int, int, Point) - Method in class agi.foundation.spice.JplSpkFile
-
Gets a point describing the position of a target location with respect
to a center location.
- getTargetRollRate() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Gets the desired roll rate at which to transition from one bank angle to the next, in radians per second.
- getTargetSpeed() - Method in class agi.foundation.routedesign.ProfileSpeed
-
Gets the target speed, in meters per second.
- getTask() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the recurring task.
- getTaskCount() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Gets the number of tasks.
- getTaskData(RecurringTask) - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Gets a copy of the performance metrics associated with the given
recurring task.
- getTasks() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Gets the list of tasks.
- getTau(int, int) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Gets the tilt angle value at the given clock angle, cone angle indices.
- getTelestoPoint() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Telesto
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getTemperature() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
- getTemperature() - Method in class agi.foundation.celestial.USStandardAtmosphere1976.Result
-
Gets the calculated temperature, in kelvin.
- getTemperature() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
-
Gets the temperature at the given location, in kelvin.
- getTemperature() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
Gets the computed temperature at the given altitude, in kelvin.
- getTemperature() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
-
Gets the temperature at the given location, in kelvin.
- getTemplate() - Method in class agi.foundation.graphics.renderer.Texture2D
-
- getTerminal() - Method in class agi.foundation.navigation.RaimOutages
-
- getTerminalArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
-
- getTerminateOnSamplingError() - Method in class agi.foundation.cesium.CzmlDocument
-
Gets a value indicating whether CZML generation halts when a sampling error occurs;
for example if a TLE fails to propagate at the desired time.
- getTerrain() - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Gets the terrain surface over which to traverse.
- getTerrain() - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- getTerrain() - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Gets the terrain over which to traverse.
- getTerrainCacheSize() - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Gets the size of the terrain cache in megabytes.
- getTerrainMeshPixelError() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Gets the pixel error for terrain meshes.
- getTerrainOverlay() - Method in class agi.foundation.graphics.TerrainOverlayAddCompleteEventArgs
-
- getTerrainProfileComputation() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the terrain profile computation.
- getTerrainProvider() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Gets the terrain provider that provides the terrain to use in computing
the line of sight.
- getTerrainProvider() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the terrain provider used in computing loss with the TIREM model.
- getTerrainProvider() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the terrain provider used in computing loss with the TIREM model.
- getTerrainProvider() - Method in class agi.foundation.terrain.TerrainPosts
-
Gets the terrain provider that provided this collection of posts.
- getTerrainSamplingDistance() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets the sampling distance used for the terrain avoidance algorithm.
- getTerrainSamplingStep() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets the terrain sampling step, in radians.
- getTerrainSamplingStep() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets the terrain sampling step, in radians.
- getTerrainSurface() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
- getTerrestrialTime() - Static method in class agi.foundation.time.TimeStandard
-
Gets the Terrestrial Time (TT) time standard.
- getTethys() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Tethys.
- getTethys() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Tethys.
- getTethysPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Tethys
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getText() - Method in class agi.foundation.cesium.Description
-
Gets the HTML description of the object.
- getText() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets the text of the label.
- getText() - Method in class agi.foundation.platforms.TextGraphics
-
Gets a parameter indicating the value of the text over time.
- getTextGraphics() - Method in interface agi.foundation.platforms.advanced.ITextGraphicsService
-
Gets the text graphical properties.
- getTextGraphics() - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Gets the text graphical properties.
- getTexture() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch texture, which is applied to each marker in the batch.
- getTexture() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the texture applied to this primitive when rendering.
- getTexture() - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Gets the texture (image) to be drawn on the overlay.
- getTexture() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets the texture to be drawn on the triangle mesh.
- getTexture() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating the
Texture2D
of the marker over time.
- getTexture() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets a parameter defining the
Texture2D
of the surface over time.
- getTextureCoordinate() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the per-batch texture coordinate, which is applied to each marker in the batch.
- getTextureFilter() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the filter used for per-marker or per-batch textures.
- getTextureFilter() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the filter used when a Texture
is applied to this primitive.
- getTextureFilter() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the filter used to filter the texture-based Font
.
- getTextureFilter() - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Gets the filter used for the Texture
associated with this overlay.
- getTextureFilter() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets the filter used for the Texture
associated with this triangle mesh.
- getTextureFilter() - Method in class agi.foundation.platforms.MarkerGraphics
-
- getTextureFilter() - Method in class agi.foundation.platforms.SurfaceGraphics
-
- getTextureFilter() - Method in class agi.foundation.platforms.TextGraphics
-
- getTextureFilter() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets filter to use.
- getTextureMatrix() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the matrix used to transform texture coordinates when a Texture
is applied to this primitive.
- getTextureMatrix() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets a parameter defining the
TextureMatrix
(
get
/
set
) of the surface over time.
- getTextures() - Static method in class agi.foundation.graphics.SceneManager
-
- getThebePoint() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Thebe
in a reference frame centered at the current value of
JupiterSystemBarycenter
(
get
/
set
).
- getTheta() - Method in class agi.foundation.celestial.Precession
-
Gets the accumulated precession angle theta, in radians, used to tilt the x-y-plane to the mean equator of date.
- getThetaValues() - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Gets the list of theta values that specify the zenith angle measured from the z-axis.
- getThirdAxis() - Method in class agi.foundation.coordinates.OrthonormalBasis
-
Gets the third axis.
- getThirdBodies() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Gets a list of the positions of the perturbing gravitational bodies and their
gravitational parameters.
- getThirdBodies() - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
-
Gets a list of the tidal third bodies that are currently configured to this solid tide model.
- getThirdBodyPoint() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Gets the center of mass point for the third body.
- getThirdRotation() - Method in class agi.foundation.coordinates.EulerSequence
-
Gets the third rotation.
- getThirdRotation() - Method in class agi.foundation.coordinates.YawPitchRoll
-
Gets the third rotation.
- getThreadFactory() - Static method in class agi.foundation.compatibility.ThreadHelper
-
- getThreadLocalInstance() - Static method in class agi.foundation.cesium.advanced.CachingCesiumUriResolver
-
- getThreadSource() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Gets the source of new threads to be used to execute parallelizable operations.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
-
Gets the threshold crossed by the function.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
-
Gets the threshold being crossed.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
-
Gets the threshold crossed by the function.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
-
Gets the threshold being crossed.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
-
Gets the threshold crossed by the function.
- getThreshold() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
-
Gets the threshold being crossed.
- getThreshold() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Gets the threshold value that this operator will change.
- getThreshold() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Gets the threshold to stop at.
- getThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
- getThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
- getThreshold() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
- getThreshold() - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Gets the threshold used to compare with the states
time
.
- getThreshold() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Gets the threshold to stop at.
- getThreshold() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the threshold to stop at.
- getThreshold() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
- getThreshold() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Gets the threshold to stop at.
- getThresholdCallback() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Gets the callback that will compute the new value of the threshold.
- getThresholdParameter() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Gets the parameter that can be used to parameterize evaluators
that should be changed by this
operator
.
- getThresholds() - Method in class agi.foundation.navigation.RaimOptions
-
Gets the default thresholds used for alarm.
- getThresholds() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Gets the collection of thresholds of interest.
- getThresholds() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Gets the collection of thresholds of interest.
- getThresholds() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Gets the collection of thresholds of interest.
- getThresholdUsed() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
Gets the value of the threshold that the stopping condition was driving
propagation too.
- getThrottleSetting() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the throttle setting.
- getThrottleSetting() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the throttle setting.
- getThrustAcceleration() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets the value of the acceleration to use when increasing the speed, in meters per second squared.
- getThrustAcceleration() - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Gets the acceleration to use when transitioning from the initial to the final speed.
- getThrustAcceleration() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the maximum achievable acceleration along the velocity vector (positive),
in meters per second squared.
- getThrustAvailableLimits() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the available thrust limits, typically defined at nominal sea level atmospheric density.
- getThrustDeceleration() - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Gets the value of the acceleration to use when decreasing the speed, in meters per second squared.
- getThrustDeceleration() - Method in class agi.foundation.routedesign.ProfileDynamics
-
Gets the maximum achievable deceleration anti-parallel to the velocity vector (positive),
in meters per second squared.
- getThrustRequired() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the thrust force required to statically trim the forces acting on the aircraft.
- getThrustRequired() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Gets the required thrust.
- getThrustRequired() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Gets the required thrust.
- getThrustVector() - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Gets the thrust vector.
- getThrustVector() - Method in class agi.foundation.celestial.OffAxisTorque
-
Gets the thrust vector.
- getTideCoefficientsDegree() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets the degree of the tidal spherical harmonic gravity field.
- getTideCoefficientsOrder() - Method in class agi.foundation.celestial.SolidTideModel
-
Gets the order of the tidal spherical harmonic gravity field.
- getTideModel() - Method in class agi.foundation.celestial.SphericalHarmonicGravityField
-
- getTiler() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets a custom tiler, if the plugin requires it.
- getTiles(Tile) - Method in class agi.foundation.graphics.advanced.Tiler
-
Gets the child tiles of parentTile
.
- getTilesetGraphics() - Method in interface agi.foundation.cesium.advanced.ITilesetGraphicsService
-
Gets the graphical properties of the tileset.
- getTilesetGraphics() - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Gets the graphical properties of the tileset.
- getTilesetName() - Method in class agi.foundation.terrain.StkTerrainServer
-
Gets the name of the tileset to read.
- getTiltAngle() - Method in class agi.foundation.communications.Polarization
-
Gets the polarization tilt angle.
- getTime() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Gets the current animation time.
- getTime() - Method in class agi.foundation.graphics.RenderingEventArgs
-
Gets the time of the render.
- getTime() - Static method in class agi.foundation.graphics.SceneManager
-
Gets the current time of all
Scenes
.
- getTime() - Method in class agi.foundation.graphics.TimeChangedEventArgs
-
Gets the time of the update.
- getTime() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the time dilution of precision (TDOP).
- getTimeConstant() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Gets the time constant in seconds.
- getTimeFormat() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the time format of the ephemeris and covariance information.
- getTimeInterval() - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets the time interval over which the propagator can supply ephemeris.
- getTimeIntervalCollectionOfVolumeLayers() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
This helper method will create all of the layers for this constraint for all times data is available.
- getTimeIntervalFinder() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets the time interval finder that is reporting progress.
- getTimeIntervalOfEntireComputedEphemeris() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getTimeIntervalOfEphemerisForOverallTrajectory() - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- getTimeMultiplier() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
Gets the multiplier describing the rate of simulation time relative to real time.
- getTimeObserver() - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
- getTimeObserver() - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Gets the time observer instance used to validate the time observer for each link in
Links
(
get
).
- getTimeObserver() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
- getTimeObserver() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Gets the time observer of the access query.
- getTimeObserver() - Method in class agi.foundation.tracking.AccessEntityFilter
-
- getTimeOfClock() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets GPS date of the time of clock of the message.
- getTimeOfEphemeris() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the time of ephemeris (TOE).
- getTimeOfEphemerisGpsDate() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the GPS date of the time of ephemeris of the message.
- getTimeOfFirstObservation() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the time of first observation property for the RINEX header.
- getTimeOfFlight() - Method in class agi.foundation.propagators.LambertResult
-
Gets the time of flight between the
InitialPositionMotion
(
get
/
set
) and
FinalPositionMotion
(
get
/
set
).
- getTimeOffset() - Method in class agi.foundation.graphics.RealTimeAnimation
-
Gets the offset in seconds that is applied to the current time.
- getTimeOfLastObservation() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the time of last observation property for the RINEX header.
- getTimeOfObservation() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the time corresponding to this record, in the
GlobalPositioningSystemTime
(
get
) standard.
- getTimeOfPeriapsis() - Method in class agi.foundation.coordinates.LifetimeElements
-
Gets the time at the periapsis of this orbit pass.
- getTimeReference() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the time standard all data in the SP3c file is referenced to.
- getTimeReference() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the time standard all data in the SP3d file is referenced to.
- getTimeRefractivityGradient() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Gets the percent time refractivity gradient, as a decimal.
- getTimeRefractivityGradient() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Gets the percent time refractivity gradient, as a decimal.
- getTimes() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the epochs listed in the SP3a file, in the GPS time standard.
- getTimes() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the epochs listed in the SP3c file, in the
TimeStandard
specified by the file.
- getTimes() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the epochs listed in the SP3d file, in the
TimeStandard
specified by the file.
- getTimes() - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
-
Gets the list of times at which each set of data was recorded.
- getTimes() - Method in class agi.foundation.stk.StkAttitudeFile.Attitude
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Gets the times of the data points.
- getTimes() - Method in class agi.foundation.tracking.EntityHistory
-
- getTimesExecuted() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the number of times the task has been executed.
- getTimeSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space time error.
- getTimeSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space time error.
- getTimeSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the time component of the signal in space navigation error
- getTimeStandard() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the time standard used for metadata, ephemeris data,
and covariance data.
- getTimeStandard() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the time standard property for the RINEX header.
- getTimeStandard() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
- getTimeStandard() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
- getTimeStep() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
- getTimeStep() - Method in class agi.foundation.graphics.SimulationAnimation
-
Gets the size of an animation step in seconds.
- getTimeTolerance() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the convergence tolerance on the time when finding function extremum
and crossings of the constraint threshold.
- getTimeTolerance() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- getTimeTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total time error.
- getTimeTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total time error.
- getTitan() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Saturnian moon Titan.
- getTitan() - Static method in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Titan.
- getTitania() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Uranian moon Titania.
- getTitania() - Static method in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Titania.
- getTitaniaPoint() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Titania
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getTitanPoint() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Titan
in a reference frame centered at the current value of
SaturnSystemBarycenter
(
get
/
set
).
- getTitles() - Method in class agi.foundation.celestial.JplDE
-
Gets the collection of titles.
- getTitles() - Method in class agi.foundation.celestial.JplDEFile
-
Gets the titles of this file.
- getTo() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the name of the ITRF that coordinates are being transformed into.
- getToEntity() - Method in class agi.foundation.tracking.ViewFromTo
-
Gets the entity whose position will be used to aim the camera or null if a
Point
is being used.
- getTolerance() - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.CircularAccessConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Gets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- getTolerance() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets the value for the tolerance used to scale the error control,
which will control both how accurate the integrator is and the step size used
during integration.
- getTolerance() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets the tolerance used for determining convergence.
- getTolerance() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets the tolerance used for convergence in the independent variable.
- getTolerance() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets the tolerance used for convergence in the independent variable.
- getTolerance() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets a value indicating how close the evaluated value must get to the
BoundValue
(
get
/
set
) to consider this inequality to be on the bound.
- getTolerance() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets the tolerance used for convergence in the independent variable.
- getTolerance() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Gets the tolerance for the
DesiredValue
(
get
/
set
).
- getTolerance() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
- getTolerance() - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Gets the tolerance to be used when comparing the computed states time with the
Threshold
(
get
/
set
).
- getTolerance() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
- getToObject() - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Gets the object that provides the ending location for the line of sight vector.
- getTop() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the y-coordinate of the top edge of the rectangle.
- getTop() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Gets the padding, in pixels, from the top edge of the parent.
- getTopBoundaryPositions() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
Gets the boundary positions along the top of the extrusion.
- getToPoint() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Gets the other
Point
to compute the multi-body value with.
- getToPoint() - Method in class agi.foundation.tracking.ViewFromTo
-
Gets the Point whose position will be used to aim the camera or null if an entity is being used.
- getTorque() - Method in class agi.foundation.celestial.ConstantTorque
-
Gets the direction and magnitude of the torque.
- getTorqueEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Gets an instance of an evaluator that can compute the torque.
- getTorqueEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Gets an instance of an evaluator that can compute the torque.
- getTorqueEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.OffAxisTorque
-
Gets an instance of an evaluator that can compute the torque.
- getTorqueEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Gets an instance of an evaluator that can compute the torque.
- getTorqueEvaluator() - Method in class agi.foundation.celestial.TorqueModel
-
Gets an instance of an evaluator that can compute the torque.
- getTorqueEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.TorqueModel
-
Gets an instance of an evaluator that can compute the torque.
- getTorques() - Method in class agi.foundation.celestial.ResultantTorqueBuilder
-
Gets a list of torques that form a resultant torque.
- getTorqueVector() - Method in class agi.foundation.celestial.TorqueModel
-
Gets the
Vector
representation of this torque.
- getTotalDays() - Method in class agi.foundation.time.Duration
-
Gets the total number of whole and fractional days represented by this
Duration
.
- getTotalDays() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
- getTotalDays() - Method in class agi.foundation.time.JulianDate
-
Gets the total number of whole and fractional days represented by this astronomical Julian date.
- getTotalDaysSinceRollover() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the total number of whole and fractional days that have elapsed since
RolloverDate
(
get
).
- getTotalDistance() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the total horizontal distance traverse by the profile segment, in meters.
- getTotalDopplerShift() - Method in class agi.foundation.communications.SignalDopplerShiftData
-
Gets the total doppler shift.
- getTotalDuration() - Method in class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
-
Gets the quantity of time to be evaluated.
- getTotalDuration() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the total time it takes for the segment to complete the transition from
the initial conditions through an ascent or descent maneuver and then to connect
with the final conditions.
- getTotalNoiseScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Gets a scalar representing the total noise at a specified
NavigationReceiverChannel
, in meters,
when receiving a signal from a specified GPS satellite transmitter.
- getTotalNoiseScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Gets a scalar representing the total noise at a specified GPS receiver, in meters,
when receiving a signal from a specified GPS satellite transmitter.
- getTotalNoiseScalar(IServiceProvider, IServiceProvider) - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
-
Gets a scalar representing the total noise at a specified GPS receiver, in meters,
when receiving a signal from a specified GPS satellite transmitter.
- getTotalPathLoss() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the total path loss, in dB.
- getTotalSeconds() - Method in class agi.foundation.time.Duration
-
Gets the total number of seconds represented by this
Duration
, including the seconds
that compose the days returned by the
Days
(
get
) property.
- getTotalTaiOffsetFromUtc() - Method in class agi.foundation.time.LeapSecond
-
Gets the total difference TAI - UTC after this leap second, in seconds.
- getTotalTicks() - Method in class agi.foundation.infrastructure.threading.RecurringTaskStatistics
-
Gets the total number of ticks in the Stopwatch
timer mechanism
that have elapsed while this task was executing.
- getTotalTime() - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Gets the total time elapsed over the course of this segment.
- getTotalTime(double) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Get the time required to travel the specified arc length.
- getTotalTime() - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Gets the total time elapsed over the course of this segment.
- getTotalTime(double) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Get the time required to travel the specified arc length.
- getTotalTime(double) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Get the time required to travel the specified arc length.
- getTotalTime() - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Gets the total time elapsed over the course of this segment.
- getTotalTime() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Gets the total time elapsed over the course of this segment.
- getTotalTime(double) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Get the time required to travel the specified arc length.
- getTotalWeight() - Method in class agi.foundation.coverage.CoverageResults
-
Gets a
Scalar
representing the total weight for all the points.
- getTotalZenithPathDelay() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the total zenith path delay in millimeters.
- getTrackedSatellitesNotIncluded() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the collection of satellites tracked by the
GpsReceiver
but NOT
included in the accuracy computation.
- getTrackedSatellitesNotIncluded() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the collection of satellites tracked by the
GpsReceiver
but NOT
included in the accuracy computation.
- getTracking() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Gets this signal's role: as a starting signal in the channel, or a maintaining signal.
- getTrailTime() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the trail time of the path, in seconds.
- getTransactionParameter() - Method in class agi.foundation.geometry.EntityAxes
-
Gets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- getTransactionParameter() - Method in class agi.foundation.geometry.EntityPoint
-
Gets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- getTransactionParameter() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Gets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- getTransactionParameter() - Method in class agi.foundation.tracking.AccessEntityFilter
-
- getTransformation() - Method in class agi.foundation.platforms.Articulation
-
Gets the name of the transformation contained in the articulation.
- getTransformationCallback() - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Gets a delegate which takes the result of the input
parameter and converts it to the desired output.
- getTransformationFromPointsAxes(Point, Axes) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
-
Gets an evaluator that can be used to find the transformation from the axes in which a point is defined to a given axes.
- getTransformationFromPointsAxes(Point, Axes, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
-
Gets an evaluator that can be used to find the transformation from the axes in which a point is defined to a given axes.
- getTransformationFromVectorsAxes(Vector, Axes) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
-
Gets an evaluator that can be used to find the transformation from the axes in which a vector is defined to
a given axes.
- getTransformationFromVectorsAxes(Vector, Axes, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
-
Gets an evaluator that can be used to find the transformation from the axes in which a vector is defined to
a given axes.
- getTransitionPoints() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Gets the arc lengths, in meters, at which the geometry changes behavior.
- getTransitionPoints() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Gets the arc lengths, in meters, at which the geometry changes behavior.
- getTransitionPoints() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Gets the arc lengths, in meters, at which the geometry changes behavior.
- getTransitionPoints() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Gets the arc lengths, in meters, at which the geometry changes behavior.
- getTransitionPoints() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Gets the arc lengths, in meters, at which the geometry changes behavior.
- getTransitionType() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- getTranslation() - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Gets the x,y,z translation to apply to the model node.
- getTranslation() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets the relative position vector between the reference frames.
- getTranslation() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the relative position vector between the reference frames.
- getTranslation() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Gets the constant position offset between the two ITRFs, and the rate at which
it changes after the
Epoch
(
get
/
set
).
- getTranslationalAcceleration() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the relative acceleration vector between the reference frames.
- getTranslationalMotion() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the translational portion of this transformation.
- getTranslationalOrder() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the number of translational motion derivatives described by this transformation.
- getTranslationalVelocity() - Method in class agi.foundation.coordinates.HelmertTransformation
-
Gets the relative velocity vector between the reference frames.
- getTranslationalVelocity() - Method in class agi.foundation.coordinates.KinematicTransformation
-
Gets the relative velocity vector between the reference frames.
- getTranslationX() - Method in class agi.foundation.graphics.Overlay
-
Gets the value with which the overlay will be translated from the X value of the
Position
property.
- getTranslationY() - Method in class agi.foundation.graphics.Overlay
-
Gets the value with which the overlay will be translated from the Y value of the
Position
property.
- getTranslucency() - Method in class agi.foundation.graphics.CompositePrimitive
-
The composite primitive does not support the translucency property.
- getTranslucency() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets the translucency value for the image.
- getTranslucency() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets the translucency that affects every marker in the batch.
- getTranslucency() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the primitive's translucency.
- getTranslucency() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
The ordered composite primitive does not support the translucency property.
- getTranslucency() - Method in class agi.foundation.graphics.Overlay
-
Gets the overlay's translucency.
- getTranslucency() - Method in class agi.foundation.graphics.PathPoint
-
Gets the translucency associated with this point.
- getTranslucency() - Method in class agi.foundation.graphics.PathPointBuilder
-
Gets the translucency associated with this point.
- getTranslucency() - Method in class agi.foundation.graphics.PathPrimitive
-
The path primitive does not support the Translucency property.
- getTranslucency() - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Gets the translucency that affects every point in the batch.
- getTranslucency() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the primitive's translucency.
- getTranslucency() - Method in class agi.foundation.graphics.Primitive
-
Gets the primitive's translucency.
- getTranslucency() - Method in class agi.foundation.graphics.ProjectedRaster
-
Gets the translucency of the Projection
.
- getTranslucency() - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets the translucency that affects every string in the batch.
- getTranslucency() - Method in class agi.foundation.tracking.EntityVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.LabelVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.MarkerVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.ModelVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.PointVisualizer
-
Gets the translucency.
- getTranslucency() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets the translucency of the sensor volume, where 0.0 is completely clear and 1.0 is
completely opaque.
- getTranslucency() - Method in class agi.foundation.tracking.WaypointVisualizer
-
Gets the translucency.
- getTranslucencyByDistance() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets how the billboard's translucency should change based on the billboard's distance from the camera.
- getTranslucencyByDistance() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets how the label's translucency should change based on the label's distance from the camera.
- getTranslucencyByDistance() - Method in class agi.foundation.cesium.PointGraphics
-
Gets how the point's translucency should change based on the point's distance from the camera.
- getTranslucentPrimitivesSortOrder() - Method in class agi.foundation.graphics.CompositePrimitive
-
Gets the sort order for translucent primitives in this composite.
- getTranslucentPrimitivesSortOrder() - Method in class agi.foundation.graphics.PrimitiveManager
-
Gets the sort order for translucent primitives in the primitive manager.
- getTransmissionPower() - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Gets the navigation signal's transmitted power.
- getTransmissionTime() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the transmission time of the message in seconds of the
GpsWeek
(
get
).
- getTransmissionTimeGpsDate() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Gets the GPS date of the transmission time of the message.
- getTransmittedSignal() - Method in interface agi.foundation.communications.ITransmittedSignalService
-
Gets the signal source which produces the signals transmitted along a communication link.
- getTransmittedSignal() - Method in class agi.foundation.communications.WirelessLinkExtension
-
Gets the signal source which produces the signals transmitted along a communication link.
- getTransmitter() - Method in class agi.foundation.access.AccessComputation
-
Gets the
IServiceProvider
for the object that is transmitting the signal for
purposes of the Access computation.
- getTransmitter() - Method in class agi.foundation.access.AccessEvaluationResult
-
Gets the transmitter in the Access computation.
- getTransmitter() - Method in interface agi.foundation.access.ILinkService
-
Gets the object that is transmitting.
- getTransmitter() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets the object that is transmitting.
- getTransmitter() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the object that is transmitting.
- getTransmitter() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets the transmitter of the underlying unrefracted link.
- getTransmitter() - Method in interface agi.foundation.communications.ISignalPropagationPathService
-
Gets the desired transmitter for the signal propagation path.
- getTransmitter() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Gets the transmitter to identify when searching for the intended signal.
- getTransmitter() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Gets the transmitter of the signal traveling through the troposphere.
- getTransmitter() - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Gets the transmitter of the signal traveling through the ionosphere.
- getTransmitterAngleTroposcatterTriangle() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the angle at the transmitter in the troposcatter triangle, in radians.
- getTransmitterAntennaGainInLinkDirection() - Method in class agi.foundation.communications.LinkBudget
-
Gets the transmitter antenna gain in the link direction.
- getTransmitterAntennaGainInLinkDirection() - Method in class agi.foundation.communications.LinkBudgetScalars
-
Gets the transmitter antenna gain in the link direction.
- getTransmitterConstraints() - Method in class agi.foundation.access.AccessComputation
-
Gets a list of constraints that are applied to the
Transmitter
(
get
/
set
).
- getTransmitterDisplacementRelativeToReceiver() - Method in interface agi.foundation.access.ILinkService
-
Gets a displacement vector that represents the displacement to the
Transmitter
(
get
) as observed
by the
Receiver
(
get
).
- getTransmitterDisplacementRelativeToReceiver() - Method in class agi.foundation.access.LinkInstantaneous
-
Gets a displacement vector that represents the displacement to the
Transmitter
(
get
/
set
) as observed
by the
Receiver
(
get
/
set
).
- getTransmitterDisplacementRelativeToReceiver() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets a displacement vector that represents the displacement to the
Transmitter
(
get
/
set
) as observed
by the
Receiver
(
get
/
set
).
- getTransmitterDisplacementRelativeToReceiver() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets a displacement vector that represents the refracted displacement to the
Transmitter
(
get
) as observed
by the
Receiver
(
get
).
- getTransmitterHeight() - Method in class agi.foundation.tirem.TiremTerrainProfile
-
Gets the transmitter structural antenna height in meters.
- getTransmitterHorizon() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the index of the profile point where the transmitter's horizon occurs.
- getTransmitterHorizonAngle() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the transmitter horizon angle, in radians.
- getTransmitterPathLength() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel.PropagationData
-
Gets the great circle path length at transmitter antenna height.
- getTransmitters() - Method in interface agi.foundation.navigation.advanced.INavigationTransmitterService
-
Gets a collection of transmitters used by a navigation satellite.
- getTransmitters() - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Gets a collection of signal generators this extension will transmit with.
- getTransmitterSigmaFactor() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Gets the number of standard deviations of position uncertainty to take into account for the
Transmitter
(
get
).
- getTransmitterVelocityOfMovingFrame() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Gets the velocity of the moving frame in which the effect of aberration is to be determined
when finding the apparent position of the receiver relative to the transmitter.
- getTransmitterVelocityVectorForAberration() - Method in class agi.foundation.access.AccessComputation
-
Gets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the transmitter.
- getTransmitToAll() - Method in class agi.foundation.communications.CommunicationSystem
-
Gets the collection of transmitting service providers that will broadcast to all receivers in the system.
- getTransparent() - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Gets whether or not the image has transparency.
- getTransparentColor() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
Gets the
Color
that will become transparent.
- getTransparentTextureBorder() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the boolean that defines if the color obtained from texture coordinates beyond
the texture border should be considered transparent or not.
- getTransparentTextureBorder() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets a parameter defining whether the border of a transparent texture should be drawn, over time.
- getTransverseLoadFactor() - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Gets the load factor orthogonal to the atmospheric relative velocity direction.
- getTrendingStep() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- getTrendingStep() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- getTrendingStep() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- getTriangleWindingOrder() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
-
- getTriangleWindingOrder() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
-
- getTriangleWindingOrder() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
-
- getTriangleWindingOrder() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
-
Gets the orientation of front-facing triangles in the mesh.
- getTriangleWindingOrder() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets the orientation of front-facing triangles in the mesh.
- getTriangleWindingOrder() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets the orientation of front-facing triangles.
- getTrigger() - Method in class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Gets information about which method triggered this event.
- getTrigger() - Method in class agi.foundation.propagators.PropagationEventArgs
-
Gets information about which method triggered this event.
- getTrigger() - Method in class agi.foundation.propagators.StoppablePropagatorStepTakenArgs
-
Gets information about which method triggered this event.
- getTriton() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the Neptunian moon Triton.
- getTriton() - Static method in class agi.foundation.celestial.NeptunianMoonsAnalyticEphemeris
-
Gets a point describing the motion of Triton.
- getTritonPoint() - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Triton
in a reference frame centered at the current value of
NeptuneSystemBarycenter
(
get
/
set
).
- getTroposcatterAngle() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the troposcatter angle, in radians.
- getTroposcatterLoss() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the troposcatter loss, in dB.
- getTrueAnomaly() - Method in class agi.foundation.coordinates.KeplerianElements
-
Gets the true anomaly of the orbit, in radians.
- getTrueAnomaly() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Gets the true anomaly of the orbit, in radians.
- getTrueEquatorMeanEquinoxFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the True Equator, Mean Equinox (TEME) Reference Frame.
- getTrueEquatorTrueEquinoxFrame() - Method in class agi.foundation.celestial.EarthCentralBody
-
Gets the True Equator True Equinox Reference Frame, also
known as the "True of Date" reference frame.
- getTrueScale() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether vector's "true scale" length (based on how the primitive was created) should be used.
- getTurnDirection() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Gets the direction in which the path turns over the surface.
- getTurnDirection() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the direction (right or left) of the turn.
- getTurnDirection() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the direction in which the racetrack turns.
- getTurnDirection() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Gets an enumeration indicating whether to force the waypoint to turn in a particular direction.
- getTurnDirection() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Gets an enumeration indicating whether to force the waypoint to turn in a particular direction.
- getTurningRadius() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Gets the surface distance from the center of the hold to the circular path.
- getTurningRadius() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Gets the turning radius, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Gets the horizontal turning radius to use when turning toward and from the given heading, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the radius at which to turn during the spiral transition from the
InitialHeight
(
get
/
set
) to the
FinalHeight
(
get
/
set
), in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Gets the horizontal radius at which to turn, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the turning radius for the position, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Gets the turn radius, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Gets the horizontal radius at which to turn before the waypoint, in meters.
- getTurningRadius() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Gets the horizontal radius at which to turn before the waypoint, in meters.
- getTurningRadiusAfterLanding() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the final turning radius at which to turn toward the next procedure after landing, in meters.
- getTurningRadiusAfterTakeoff() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
- getTurningRadiusBeforeTakeoff() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Gets the final turning radius at which to turn toward the next procedure after landing, in meters.
- getTurningRadiusForEntryAndExit() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the turning radius used to enter and exit the racetrack, in meters.
- getTurningRadiusForHold() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Gets the radius of the circular arcs at either end of the racetrack, in meters.
- getTurningRadiusOnApproach() - Method in class agi.foundation.routedesign.LandingProcedure
-
Gets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
- getTurnRate() - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Gets the rate of turn.
- getTurnSpacing() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Gets turn spacing of the helical antenna.
- getTwo() - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Gets the second
Scalar
that produces an angle.
- getTwo() - Method in class agi.foundation.geometry.ScalarMaximumValue
-
- getTwo() - Method in class agi.foundation.geometry.ScalarMinimumValue
-
- getTwoLineElementSet() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the two-line element set for this satellite.
- getType() - Method in class agi.foundation.coverage.figureofmerit.DilutionOfPrecisionFigureOfMerit
-
Gets the type of dilution of precision to calculate.
- getType() - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
-
Gets the type of assessed navigation accuracy.
- getType() - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
-
Gets the type of predicted navigation accuracy.
- getType() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the
RasterType
associated with the attributes.
- getType() - Method in class agi.foundation.graphics.ModelTransformation
-
- getType() - Method in class agi.foundation.TypeLiteral
-
Returns the type represented by this type literal.
- getType() - Method in class agi.foundation.TypeLiteral
-
Returns the type represented by this type literal.
- getTypeArchivers() - Method in class agi.foundation.tracking.TrackingArchive
-
- getTypeOfCity() - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Gets the type of the city.
- getTypeOfCity() - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Gets a value that the
TypeOfCity
(
get
/
set
)
must match in order to be included in the query.
- getTypeOfOutput() - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfOutput() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfOutput() - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfOutput() - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfOutput() - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfOutput() - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
-
Gets the type associated with the output of this instance.
- getTypeOfStoppingCondition() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Gets the type of the event to stop on (extrema, threshold, ...).
- getTypeOfStoppingCondition() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets the type of the stop (local extrema, any threshold, ...)
- getUmbrielPoint() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Gets a point representing the center of mass location of the moon Umbriel
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getUnableToMeetConditionsWithSetInitialAcceleration() - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
- getUnableToMeetConditionsWithSetInitialAcceleration() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
- getUnbounded() - Static method in class agi.foundation.Bounds
-
Gets a set of
Bounds
representing the full range of real values from negative infinity to positive infinity.
- getUnbounded() - Static method in class agi.foundation.coordinates.CartesianBounds
-
Gets a set of
CartesianBounds
representing the full range of real values from negative infinity to positive infinity.
- getUndefined() - Static method in class agi.foundation.Bounds
-
- getUndefined() - Static method in class agi.foundation.communications.ElectricFieldVectorComponents
-
- getUndefined() - Static method in class agi.foundation.coordinates.Cartesian
-
- getUndefined() - Static method in class agi.foundation.coordinates.CartesianBounds
-
- getUndefined() - Static method in class agi.foundation.coordinates.Cartographic
-
- getUndefined() - Static method in class agi.foundation.coordinates.Cylindrical
-
- getUndefined() - Static method in class agi.foundation.coordinates.CylindricalBounds
-
- getUndefined() - Static method in class agi.foundation.coordinates.Matrix3By3
-
- getUndefined() - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
- getUndefined() - Static method in class agi.foundation.coordinates.Matrix6By6
-
- getUndefined() - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
- getUndefined() - Static method in class agi.foundation.coordinates.Pyramidal
-
- getUndefined() - Static method in class agi.foundation.coordinates.PyramidalBounds
-
- getUndefined() - Static method in class agi.foundation.coordinates.Quaternion
-
- getUndefined() - Static method in class agi.foundation.coordinates.Rectangular
-
- getUndefined() - Static method in class agi.foundation.coordinates.Spherical
-
- getUndefined() - Static method in class agi.foundation.coordinates.SphericalBounds
-
- getUndefined() - Static method in class agi.foundation.coordinates.UnitCartesian
-
- getUndefined() - Static method in class agi.foundation.coordinates.UnitQuaternion
-
- getUndefined() - Static method in class agi.foundation.coordinates.UnitRectangular
-
- getUndefined() - Static method in class agi.foundation.coordinates.UniversalPolarStereographic
-
- getUndefined() - Static method in class agi.foundation.coordinates.UniversalTransverseMercator
-
- getUndefined() - Static method in class agi.foundation.terrain.FirstPartialsOfHeight
-
Gets a static instance representing values for the partials such that they are undefined (
Double.NaN
).
- getUndefined() - Static method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets a static instance representing values for the partials such that they are undefined (
Double.NaN
).
- getUnderline() - Method in class agi.foundation.graphics.GraphicsFont
-
Gets a value that indicates whether this font is underlined.
- getUnderlyingGrid() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets the underlying grid that is extruded.
- getUnintendedSignalEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Get an evaluator which simply produces the
ReferenceUnintendedSignals
(
get
/
set
).
- getUnintendedSignalEvaluator(EvaluatorGroup, SignalPropagationGraph, ISignalSource) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Get an evaluator which produces a collection of
Signals
from the given
ISignalSource
by
determining the intended signal and removing it from the collection.
- getUnitAxisCartesian() - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Gets a parameter that specifies the axis of rotation of this solar panel in
body-fixed coordinates.
- getUnitAxisCartesian() - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Gets a parameter that specifies the axis of rotation of this solar panel in
body-fixed coordinates.
- getUnitNormalCartesian() - Method in class agi.foundation.celestial.DragBodyPlate
-
Gets a parameter that specifies the direction of this plate in
body-fixed or pointing axis-fixed coordinates.
- getUnitNormalCartesian() - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Gets a parameter that specifies the direction of this plate in
body-fixed or pointing axis-fixed coordinates.
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.DragBodyPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitNormalVector(Axes, Vector) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Gets the unit normal vector of the plate that describes its pointing
and is used to determine how much of the plate's
ReferenceArea
(
get
/
set
)
is directed toward the Sun (for
SolarRadiationPlates
)
or toward the incoming atmosphere (for
DragPlates
).
- getUnitX() - Static method in class agi.foundation.coordinates.UnitCartesian
-
- getUnitX() - Static method in class agi.foundation.coordinates.UnitRectangular
-
- getUnitXVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
-
- getUnitY() - Static method in class agi.foundation.coordinates.UnitCartesian
-
- getUnitY() - Static method in class agi.foundation.coordinates.UnitRectangular
-
- getUnitYVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
-
- getUnitZ() - Static method in class agi.foundation.coordinates.UnitCartesian
-
- getUnitZVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
-
- getUniversalTime1() - Static method in class agi.foundation.time.TimeStandard
-
Gets the Universal Time 1 (UT1) time standard.
- getUnknownIntervals() - Method in class agi.foundation.access.AccessConstraintEvaluationResult
-
Gets the intervals during which the access engine
was unable to compute access for this constraint due to missing data.
- getUnknownIntervals() - Method in class agi.foundation.access.AccessQueryResult
-
Gets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
- getUnknownIntervals() - Method in class agi.foundation.coverage.CoverageData
-
Gets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
- getUnorganizedNodes() - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Gets the unorganized nodes that will form the surface boundary.
- getUnrefractedDisplacementVector() - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Gets the underlying unrefracted displacement vector.
- getUnrefractedLink() - Method in class agi.foundation.celestial.LinkRefracted
-
Gets the underlying unrefracted link.
- getUnsupportedProperties() - Method in class agi.foundation.stk.StkAttitudeFile
-
Gets a dictionary of property names and values for the properties that are contained in the file but that
are not supported by the
StkAttitudeFile
reader.
- getUnsupportedProperties() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets a dictionary of property names and values for the properties that are contained in the file but that
are not supported by the
StkEphemerisFile
reader.
- getUnsupportedProperties() - Method in class agi.foundation.stk.StkPatternFile
-
Gets a dictionary of property names and values for the properties that are contained in the file but that
are not supported by the
StkPatternFile
reader.
- getUpAxis() - Method in class agi.foundation.platforms.ModelGraphics
-
Gets a parameter defining the up axis of the model over time.
- getUpdated() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets a string containing the date on which the XYS data in the table was last updated.
- getUpdated1980NutationModel() - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Gets an instance of the nutation model published by the
IERS in 1996 to modify the fundamental arguments of the
IAU1980 Nutation theory.
- getUpdateDelta() - Method in class agi.foundation.graphics.advanced.ProjectionStream
-
Gets the update delta of the projection stream in seconds.
- getUpdateDelta() - Method in class agi.foundation.graphics.imaging.RasterStream
-
Gets the update delta of the raster stream in seconds.
- getUpdatedEquationOfEquinoxes() - Static method in class agi.foundation.celestial.IersTechnicalNote21
-
Gets an instance of the updated equation of the equinoxes published by the
IERS in 1996.
- getUpdatePolicy() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets how the primitive will be updated based on the current animation time.
- getUpdaterCallback() - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Gets the callback that will update the state.
- getUpdates() - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Gets the list of updates that will happen to the state when this segment is propagated.
- getUpperBandwidthFrequency() - Method in class agi.foundation.communications.Signal
-
Gets the upper bandwidth frequency, in hertz.
- getUpperBandwidthLimit() - Method in class agi.foundation.communications.Signal
-
Gets the offset from the center
Frequency
(
get
) to the upper bandwidth limit, in hertz.
- getUpperBandwidthLimit() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Gets the offset to the upper limit of the filter bandwidth, in hertz.
- getUpperBound() - Method in class agi.foundation.Bounds
-
Gets the maximal value defining the range of numbers.
- getUpperBound() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets the maximal value defining the bounds.
- getUpperBound() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets the maximal value defining the bounds.
- getUpperBound() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets the maximal value defining the bounds.
- getUpperBound() - Method in class agi.foundation.coordinates.SphericalBounds
-
Gets the maximal value defining the bounds.
- getUpperBound() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the upper bound of the range of independent variables to search for the root within.
- getUpperHeight() - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Gets a parameter defining the upper height of the extrusion over time.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the upper bound of the height (in meters above the ellipsoid) above which the density model will return a value of zero.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Gets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Gets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- getUpperHeightLimit() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Gets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- getUpperNoiseBandwidthFrequency() - Method in class agi.foundation.communications.Signal
-
Gets the frequency of the upper boundary of the noise bandwidth, in hertz.
- getUpperNoiseBandwidthLimit() - Method in class agi.foundation.communications.Signal
-
Gets the offset from the center
Frequency
(
get
) to the upper limit of the noise bandwidth, in hertz.
- getUpVector() - Method in class agi.foundation.graphics.Camera
-
Gets the up direction of the camera in Axes
.
- getUranus() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Uranus.
- getUranus() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Uranus according to the equations
described in section 6.
- getUranusPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Uranus.
- getUranusPoint() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Gets a point representing the location of the physical
center of mass of the planet Uranus
in a reference frame centered at the current value of
UranusSystemBarycenter
(
get
/
set
).
- getUranusRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Uranus in kilometers.
- getUranusSystemBarycenter() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the barycenter of the Uranus system.
- getUranusSystemBarycenter() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Uranus system.
- getUranusSystemBarycenter() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Uranus planetary system.
- getUranusSystemBarycenter() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Gets a point representing the location of the barycenter
of the Uranus planetary system.
- getUri() - Method in class agi.foundation.cesium.CesiumResource
-
Gets the URI of the resource.
- getUri() - Method in class agi.foundation.cesium.TilesetGraphics
-
Gets the URI of the 3D tileset.
- getUri() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- getUri() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- getUri() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- getUri() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets the URI, if applicable.
- getUri() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- getUri() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
- getUri() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- getUri() - Method in class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
-
Gets the URI of the Bing Maps server.
- getUri() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Gets the
URI
of the video.
- getUri() - Method in class agi.foundation.graphics.KmlDocument
-
Gets the
URI
of the document.
- getUri() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the
URI
of the network link.
- getUri() - Method in class agi.foundation.graphics.ModelPrimitive
-
Gets the URI of the file used to load the file.
- getUri() - Method in class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
-
Gets the URI of the OpenStreetMap server.
- getUri() - Method in class agi.foundation.platforms.Articulation
-
Gets the Uri of the model to which the articulation pertains.
- getUri() - Method in class agi.foundation.platforms.ModelGraphics
-
Gets a parameter defining the
Uri
(
get
/
set
) of the model over time.
- getUseableStartTime() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the optional start of useable time span covered by ephemeris
data immediately following the metadata block.
- getUseableStopTime() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the optional end of useable time span covered by ephemeris
data immediately following the metadata block.
- getUseAbsoluteValue() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Gets a value indicating whether the direction of propagation should not matter when
evaluating this
StoppingCondition
.
- getUseAbsoluteValue() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Gets a value indicating whether the magnitude of the computed value should be used when
compared to the
Threshold
(
get
/
set
).
- getUseAltitudeBasedTranslucency() - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Gets whether to use altitude to determine the translucency value for the image or not.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseAppendix8MainLobeModel() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Gets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- getUseApproximateAltitude() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Gets a value indicating whether to use approximate altitude when computing the height above
the surface of the central body.
- getUseApproximateAltitude() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Gets a value indicating whether to use approximate altitude when computing the height above
the surface of the central body.
- getUseApToComputeKpValues() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets a value indicating whether the geophysical data set was configured to use the Ap geomagnetic flux indices
to compute the Kp values, instead of using the Kp values reported natively in the raw data.
- getUseAtmosphericAbsorptionModel() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets a value indicating whether TIREM Atmospheric Absorption loss is included in the results.
- getUseAtmosphericAbsorptionModel() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets a value indicating whether TIREM Atmospheric Absorption loss is included in the results.
- getUseCellAreaForWeight() - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Gets a value indicating whether the grid cell's surface area should be used as the weight.
- getUseCellSurfaceAreaForWeight() - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Gets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- getUseCellSurfaceAreaForWeight() - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Gets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- getUseCellSurfaceAreaForWeight() - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Gets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- getUseCellSurfaceAreaForWeight() - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Gets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- getUseCellSurfaceAreaForWeight() - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Gets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCellVolumeForWeight() - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Gets a value indicating whether to use the volume of the grid cells as the weight for each point.
- getUseCustomBlendingParameters() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
- getUseCustomBlendingParameters() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
- getUseDailyFluxData() - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
- getUseDeSitterCorrection() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets a value indicating whether the de Sitter correction is to be used.
- getUseDirectTransition() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Gets a value indicating whether to connect directly between the initial and final
conditions or whether to try to cruise using a constant height and speed if possible.
- getUseDirectTransition() - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Gets a value indicating whether to attempt to transition directly from the initial height to the final height
or whether to cruise at the initial height and then ascend or descend to the final height at
the rate given by the specified
Dynamics
(
get
/
set
).
- getUseFastApproxMethod() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Gets a value indicating whether to use the fast approximation method.
- getUseFastApproxMethod() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Gets a value indicating whether to use the fast approximation method.
- getUseFreeSpaceLossModel() - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Gets a value indicating whether this model will compute free-space path loss.
- getUseFreeSpaceLossModel() - Method in interface agi.foundation.communications.signalpropagation.IFreeSpacePathLossModel
-
Gets a value indicating whether this model will compute free-space path loss.
- getUseFreeSpaceLossModel() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets a value indicating whether the TIREM Free Space loss is included in the results.
- getUseFreeSpaceLossModel() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets a value indicating whether the TIREM Free Space loss is included in the results.
- getUseFunctionSamplingSuggestion() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Gets a value indicating whether the sampling suggestion from the constraint should be used.
- getUseFunctionSamplingSuggestion() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Gets a value indicating whether the sampling suggestion from the constraint should be used.
- getUseFunctionSamplingSuggestion() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Gets a value indicating whether the sampling suggestion from the constraint should be used.
- getUseGlobalAtmosphere() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Gets a value indicating whether to use the ITU-R P.835 global atmospheric model for
determining the pressure, water vapor pressure, and temperature at a specific altitude.
- getUseGlobalAtmosphere() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Gets a value indicating whether to use the ITU-R P.835 global atmospheric model for
determining the pressure, water vapor pressure, and temperature at a specific altitude.
- getUseHorizontalPolarization() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Gets a value indicating whether to use horizontal polarization instead of the default vertical polarization setting.
- getUseHorizontalPolarization() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Gets a value indicating whether to use horizontal polarization instead of the default vertical polarization setting.
- getUseLenseThirringCorrection() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Gets a value indicating whether the Lense-Thirring correction is to be used.
- getUseLogarithmicSampling() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Gets a value indicating whether this scalar's values will be converted to a logarithmic scale
when performing sampling for access calculations.
- getUseLogarithmicSampling() - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Gets a value indicating whether this scalar's values will be converted to a logarithmic scale
when performing sampling for access calculations.
- getUseLogarithmicSampling() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Gets a value indicating whether computed values will be converted to a logarithmic scale
when performing sampling for access calculations.
- getUseOriginalPropagator() - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
Gets a value indicating whether the original propagator in the
PropagateSegment
should be used, or if the propagator in this configuration should be used.
- getUseOriginAsPoint() - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Gets a value indicating whether the
Origin
(
get
) property will be used as the rotation point.
- getUseRotatingAtmosphere() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets a value indicating whether to model the atmosphere as rotating rather than static.
- getUserRangeAccuracy() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the average User Range Accuracy (URA) number.
- getUserRangeError() - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Gets the User Range error
- getUserRangeErrorDot() - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Gets the user range error rate of change.
- getUserRangeErrors() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the collection of user range errors for the tracked satellites.
- getUserRangeErrorSigma() - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Gets the 1-sigma error for this user range error.
- getUserState() - Method in class agi.foundation.compatibility.AsyncCompletedEventArgs
-
Gets the unique identifier for the asynchronous task.
- getUserState() - Method in class agi.foundation.compatibility.ProgressChangedEventArgs
-
Gets a unique user state.
- getUseSecondOrderOblatenessCorrection() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Gets a value indicating whether to use second order oblateness (J2) correction when propagating the mean orbital elements.
- getUseStartDateForIntervalEvaluation() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
- getUseTransparentColor() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
Gets whether TransparentColor
should be used.
- getUseWaveformPulseCount() - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Gets a value indicating whether to use waveform pulse count.
- getUseWrappedStoppingConditions() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Gets a value indicating whether the stopping conditions on the wrapped propagator should be used when finding the start state.
- getUt1MinusUtc() - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Gets the difference UT1 - UTC at this instant.
- getUValue(long) - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the horizontal coordinate of the vertex in the tile with the given index.
- getValidDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
Gets the time of validity of this record.
- getValidJulianDate() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
Gets the time of validity of this record as a
JulianDate
.
- getValidPerturbations() - Method in class agi.foundation.numericalmethods.NumericallyComputedMultivariableFunctionDerivativeResults
-
Gets a value indicating whether the perturbations are valid.
- getValue() - Method in enum agi.foundation.access.AccessClassification
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.AccessConstraintApplicability
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.AccessConstraintSource
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.AccessEventTimes
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.AccessSignalModel
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.constraints.PlaneIndicator
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.LinkGraphDirection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.access.LinkRole
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.aircraftpropagation.ClimbDescentCommandedValuesElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.aircraftpropagation.CruiseCommandedValuesElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.aircraftpropagation.ManeuverReferenceAxes
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.BehaviorBeyondAvailability
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.ccsds.CcsdsInterpolationMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.ccsds.CcsdsOemFileOutputFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.ccsds.CcsdsReferenceFrameType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.CoefficientOfReflectivityType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.EclipseType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.JplDECentralBody
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.JplDEDataIndex
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.KindOfForce
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.RadiationVectorType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.celestial.RoleOfForce
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.AzimuthElevationMaskGraphicsProjection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumArcType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumClassificationType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumColorBlendMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumExtrapolationType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumGenerationStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumHeightReference
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumHorizontalOrigin
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumImageFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumInterpolationAlgorithm
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumLabelStyle
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumResourceBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumSensorVolumePortionToDisplay
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumShadowMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumStripeOrientation
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.CesiumVerticalOrigin
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.ClockRange
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.cesium.ClockStep
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.cesium.ConstantCesiumProperty
-
Gets the constant value of the property.
- getValue() - Method in enum agi.foundation.communications.AntennaTargetingResultReason
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.communications.PolarizationReferenceAxis
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.communications.signalpropagation.ItuRP835Version
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.communications.signalpropagation.TiremPropagationMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis
-
Get the numeric value associated with this enum constant.
- getValue() - Method in interface agi.foundation.compatibility.Enumeration
-
Gets the integer value for this enumeration value.
- getValue() - Method in enum agi.foundation.compatibility.EventResetMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.compatibility.FileAccess
-
Get the numeric value associated with this value.
- getValue() - Method in enum agi.foundation.compatibility.FileMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.compatibility.FontStyle
-
Get the numeric value associated with this value.
- getValue() - Method in class agi.foundation.compatibility.MouseButtons
-
Get the numeric value associated with this value.
- getValue() - Method in enum agi.foundation.coordinates.AxisIndicator
-
Get the numeric value associated with this enum constant.
- getValue(String) - Method in class agi.foundation.coordinates.BasicState
-
Returns the requested value of the requested element.
- getValue() - Method in enum agi.foundation.coordinates.CartesianElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.CartographicElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.DelaunayElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.EquinoctialElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.EulerSequenceIndicator
-
Get the numeric value associated with this enum constant.
- getValue(String) - Method in interface agi.foundation.coordinates.ITimeBasedState
-
Returns the requested value of the requested element.
- getValue() - Method in enum agi.foundation.coordinates.KeplerianElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.KozaiIzsakMeanElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.OrbitDirectionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.OrbitType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.PoleIndicator
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.SphericalElement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coordinates.YawPitchRollIndicator
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.coverage.CoverageFilterType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.geometry.discrete.CylinderFill
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.geometry.discrete.WindingOrder
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.geometry.DisplacementVectorParticipant
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.geometry.EllipsoidSurfaceRegionCurveConnectionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.geometry.ScalarFixed
-
Gets the constant real value.
- getValue() - Method in enum agi.foundation.geometry.shapes.EllipsoidType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.geometry.shapes.EnclosureFunctionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.geometry.shapes.SensorSpaceProjection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.BlendingEquation
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.BlendingFunction
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.CameraSnapshotFileFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.CameraVideoFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ConstrainedUpAxis
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ForwardAnimation.AnimationState
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.GlobeOverlayRole
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.IndicesOrderHint
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MaintainAspectRatio
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MapProjection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MarkerBatchRenderingMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MarkerBatchRenderPass
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MarkerBatchSizeSource
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MarkerBatchSortOrder
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MarkerBatchUnit
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.MessageLoopType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ModelTransformationType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.Origin
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.PathPrimitiveRemoveLocation
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.PrimitivesSortOrder
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ProjectedRasterRenderPass
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.RefreshRate
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.graphics.advanced.RenderPass
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.RenderPassHint
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ScreenOverlayOrigin
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ScreenOverlayPinningOrigin
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.ScreenOverlayUnit
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.SimulationAnimationCycle
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.advanced.Visibility
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.AntiAliasing
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.BinaryLogicOperation
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.BingMapsStyle
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.BlurMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.EdgeDetectMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.FlipAxis
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.GradientDetectMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.Jpeg2000CompressionProfile
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.RasterBand
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.RasterFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.RasterOrientation
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.RasterType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.SharpenMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.imaging.VideoPlayback
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.KmlNetworkLinkRefreshMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.KmlNetworkLinkViewRefreshMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.ModelUpAxis
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.OutlineAppearance
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.PolylineType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.CullFace
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.InternalTextureFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.MagnificationFilter
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.MinificationFilter
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.RendererShadeModel
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.renderer.TextureWrap
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.SetHint
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.StereoProjectionMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.graphics.StereoscopicDisplayMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in interface agi.foundation.IMotion
-
Gets the value of the coordinate.
- getValue() - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Gets the constant value.
- getValue() - Method in class agi.foundation.infrastructure.ParameterAction
-
Get the numeric value associated with this value.
- getValue() - Method in enum agi.foundation.infrastructure.threading.PersistentDictionaryAddResult
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.infrastructure.threading.ThreadSource
-
Get the numeric value associated with this enum constant.
- getValue(Transaction) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
-
Gets the value of this transacted property in the context of the given transaction,
guaranteeing snapshot isolation.
- getValue() - Method in class agi.foundation.Motion1
-
Gets the value of the coordinate.
- getValue() - Method in class agi.foundation.Motion2
-
Gets the coordinate value.
- getValue() - Method in enum agi.foundation.navigation.AccuracyCalculationPersona
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.advanced.GpsSignalConfiguration
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.advanced.NavigationSignalPriority
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.advanced.NavigationSignalTrackingType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.advanced.NavigationSignalType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.ConfidenceIntervalVariableDimension
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.datareaders.MeteorologicalMeasurement
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.datareaders.NanuType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.datareaders.OutageType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.datareaders.RinexObservationType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.DilutionOfPrecisionOptimization
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.DilutionOfPrecisionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.GpsReceiverSolutionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.NavigationAccuracyAssessedType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.NavigationAccuracyPredictedType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.NavigationBlockType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.navigation.RaimFlightPhase
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.BehaviorWhenOnThreshold
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.BracketToward
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the function value at the current estimate of the extremum.
- getValue() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the function value at the current best estimate of the
Root
(
get
).
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.BrentSolutionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.ConvergenceCriteria
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.ExtremumKind
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the function value at the current estimate of the extremum.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.NewtonRootType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.advanced.ThresholdCrossingSolutionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.CostFunctionGoal
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.DerivativeMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Gets the threshold value of interest.
- getValue() - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Gets the threshold value of interest.
- getValue() - Method in enum agi.foundation.numericalmethods.EndsOfSegment
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.ExtremumType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.FiniteDifferenceMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.FunctionSegmentSlope
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.GaussJacksonCorrectionMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.InequalityBoundType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.IntegrationSense
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.numericalmethods.InterpolationAlgorithmType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Gets the threshold value of interest.
- getValue() - Method in enum agi.foundation.numericalmethods.KindOfStepSize
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.MultivariableFunctionEvaluationAndDerivativeResults
-
Gets the results from the evaluation of the multivariable function.
- getValue() - Method in class agi.foundation.numericalmethods.NumericallyComputedMultivariableFunctionDerivativeResults
-
Gets the results of the function at the nominal values of the variables.
- getValue() - Method in class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
-
Gets the results of the function at the nominal values of the variables.
- getValue() - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
- getValue() - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
- getValue() - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
- getValue() - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
- getValue() - Method in enum agi.foundation.numericalmethods.ScalarConstraintDifference
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.numericalmethods.StepSizeInformation
-
Get the numeric value associated with this value.
- getValue() - Method in enum agi.foundation.platforms.advanced.DisplayConditionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.platforms.Articulation
-
Gets the parameter defining the value of the transformation over time.
- getValue() - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Gets the value.
- getValue() - Method in enum agi.foundation.propagators.BallisticPropagatorSolutionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.GeneralPerturbationObjectType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.LambertPathType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.LifetimeCalculationLimitType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.LifetimeCalculationStatus
-
Get the numeric value associated with this enum constant.
- getValue(String) - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Gets the value specified by the elementIdentification
.
- getValue() - Method in enum agi.foundation.propagators.PropagationEventIndication
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.PropagationEventTrigger
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.PropagationStage
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.SimpleAscentPropagatorAscentType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.SimpleAscentPropagatorBurnoutVelocityFrame
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.SortingFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.TransitionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.propagators.WalkerConstellationPattern
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.radar.SignalToNoiseRatioComputeMode
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.radar.SwerlingTargetModel
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.advanced.HeightConfigurationStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.advanced.KindOfTangent
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.advanced.SpeedConfigurationStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.advanced.SurfaceConnectionStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.advanced.SurfaceProcedureConnectionDependency
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.CircularHoldProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.ClosedTurnDirection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.DefaultProfileBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.InscribedTurnProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.KindOfSurfaceConnection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.LandingProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.RacetrackHoldProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.RouteHeightReference
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.SpeedReference
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.StationaryHoldProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.TakeoffProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.TerrainAvoidanceProfile.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.TurnAfterWaypointProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.TurnBeforeWaypointProcedure.ConfigurationData
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.routedesign.WaypointTurnDirection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.ChangeStoppingConditionOption
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.InvalidFuelStateBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.MaximumDurationBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.ReturnSegmentBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Gets the value that will be used to update the state.
- getValue() - Method in enum agi.foundation.segmentpropagation.StateForNextSegmentBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.SwitchableSegmentOption
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorConvergenceBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.SignalDirection
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.SphericalMedianCalculationMethod
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.CityType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.CovarianceReadOptions
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkAttitudeFileVersion
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkEphemerisFile.DistanceUnit
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkEphemerisFile.StkTimeFormat
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkEphemerisFileVersion
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkPatternFileVersion
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stk.StkSatelliteDatabaseType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.CircularRange
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.InequalityCondition
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.StoppingConditionEnabled
-
Get the numeric value associated with this enum constant.
- getValue(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Compute the value of the stopping condition from the state
.
- getValue() - Method in enum agi.foundation.stoppingconditions.StoppingConditionTriggeredBehavior
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.StoppingConditionValueStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.StopType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.stoppingconditions.WhenToCheckConstraint
-
Get the numeric value associated with this enum constant.
- getValue() - Method in class agi.foundation.terrain.GTOPO30Options
-
Get the numeric value associated with this value.
- getValue() - Method in enum agi.foundation.terrain.HeightReference
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.terrain.RasterTerrainGridCellDiagonal
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.terrain.TerrainRegionStatus
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.time.Iso8601Format
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.foundation.tracking.MatchingStrategy
-
Get the numeric value associated with this enum constant.
- getValueByType(DilutionOfPrecisionType) - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Get the specific value of dilution of precision by its type.
- getValueByType(NavigationAccuracyAssessedType) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Get the specific value of assessed navigation accuracy by its type.
- getValueByType(NavigationAccuracyPredictedType) - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
- getValueOfCondition() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
- getValueOfConditionThatStopped() - Method in class agi.foundation.propagators.StoppablePropagatorResults
-
Gets the value as computed by the stopping condition.
- getValueOfStoppingCondition() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
- getValueOfStoppingCondition() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
- getValues() - Method in class agi.foundation.coordinates.EigenDecomposition
-
Gets the 3-by-3 matrix where the diagonal elements of the matrix hold the eigenvalues.
- getValues() - Method in class agi.foundation.DateMotionCollection1
-
Gets the list of values in the collection.
- getValues() - Method in class agi.foundation.DateMotionCollection2
-
Gets the list of values in the collection.
- getValues() - Method in interface agi.foundation.IDateMotionCollection1
-
Gets the list of values in the collection.
- getValues() - Method in interface agi.foundation.IDateMotionCollection2
-
Gets the list of values in the collection.
- getValues() - Method in class agi.foundation.ImmutableDateMotionCollection1
-
Gets the list of values in the collection.
- getValues() - Method in class agi.foundation.ImmutableDateMotionCollection2
-
Gets the list of values in the collection.
- getValues() - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
-
Gets a read-only collection of values in the dictionary.
- getValues(int) - Method in class agi.foundation.tracking.RawEntityData
-
Gets the values from a specified record in the data set.
- getValueStatus() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Gets which side the currently accepted value of the
StoppingCondition
is
relative to the computed threshold.
- getValueToConstrain() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Gets the type of dilution of precision to use for this constraint.
- getValueToConstrain() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Gets the type of assessed accuracy to use for this constraint.
- getValueToConstrain() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Gets the type of accuracy to predict when evaluating this constraint.
- getValueTolerance() - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Gets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- getValueTolerance() - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Gets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- getValueTolerance() - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Gets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- getValueTolerance() - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Gets the convergence tolerance on the function value when finding function
extremum and crossings of the constraint threshold.
- getVariableDelta() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets the change that should be applied to the state variables in the next iteration.
- getVariableExponent(double) - Static method in class agi.foundation.FloatingPointComparison
-
Returns the order N of the given variable of the form: var * 10^-(N+1) is less than 0.0
- getVariables() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
- getVariables() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
-
Gets the variables that were used to evaluate the gradients.
- getVariables() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- getVariables() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionDerivativeResults
-
Gets the variables that the
Jacobian
(
get
) was evaluated at.
- getVariables() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Gets the
variables
that will change the
trajectory to satisfy the
Constraints
(
get
).
- getVariables() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Gets the
variables
that will change the
trajectory to minimize or maximize the
CostFunction
(
get
/
set
) and satisfy the
Equalities
(
get
) and
Inequalities
(
get
).
- getVariableSettings() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
Gets the
SolverVariableSettings
that correspond to the variable values used to compute
all of the function evaluations.
- getVariableSettings() - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Gets the
SolverVariableSettings
that correspond to the variable values used to compute
all of the function evaluations.
- getVariablesUsed() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
-
Returns a copy of variable values used to compute the
function
.
- getVariablesUsed() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionResults
-
Returns a copy of variable values used to compute the
function
.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Gets the convergence tolerance on the value of the variable.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Gets the convergence tolerance on the value of the independent variable.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Gets the convergence tolerance on the value of the variable.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.advanced.LineSearchSettings
-
Gets the convergence tolerance on the value of the variable.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Gets the tolerance used to determine whether a root guess is the same as another root guess, used in
early detection of non-convergence.
- getVariableTolerance() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Gets the minimum step that the variable is allowed to take.
- getVector() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the vector.
- getVector() - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Gets the vector.
- getVector() - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Gets the vector.
- getVector() - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Gets the vector.
- getVector() - Method in interface agi.foundation.geometry.IVectorService
-
Gets the vector.
- getVector() - Method in class agi.foundation.geometry.VectorDerivative
-
Gets the vector.
- getVector() - Method in class agi.foundation.geometry.VectorMagnitude
-
Gets vector of which to calculate the magnitude.
- getVector() - Method in class agi.foundation.geometry.VectorScaled
-
Gets the vector which is scaled by
ScaleFactor
(
get
/
set
).
- getVector() - Method in class agi.foundation.platforms.GraphicalVector
-
Gets the vector.
- getVector() - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Gets the
Vector
(
get
/
set
) to use.
- getVectorAxis() - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Gets the axis about which to measure the dihedral angle.
- getVectorDerivative() - Method in class agi.foundation.propagators.PropagationVector
-
Gets the derivative of the highest
Order
(
get
) which specifies the motion of this vector
parameter over time.
- getVectorElement(CartesianElement, int) - Method in class agi.foundation.geometry.Axes
-
Creates a
Vector
representing the X, Y or Z of this axes.
- getVectorElement(CartesianElement) - Method in class agi.foundation.geometry.Axes
-
Creates a
Vector
representing the X, Y or Z of this axes.
- getVectorFrom() - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Gets the vector to measure the angle from.
- getVectorGraphics() - Method in interface agi.foundation.cesium.advanced.IVectorGraphicsService
-
Gets the graphical properties of the vector.
- getVectorGraphics() - Method in class agi.foundation.cesium.GraphicalVector
-
Gets the vector graphics.
- getVectorGraphics() - Method in interface agi.foundation.platforms.advanced.IVectorGraphicsService
-
Gets the vector graphics.
- getVectorGraphics() - Method in class agi.foundation.platforms.GraphicalVector
-
Gets the vector graphics.
- getVectorOne() - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Gets the vector which forms an angle with
VectorTwo
(
get
/
set
).
- getVectorOne() - Method in class agi.foundation.geometry.ScalarDotProduct
-
Gets the first vector in the dot product.
- getVectorOne() - Method in class agi.foundation.geometry.VectorCrossProduct
-
Gets the vector to cross with
VectorTwo
(
get
/
set
).
- getVectors() - Method in class agi.foundation.coordinates.EigenDecomposition
-
Gets the 3-by-3 matrix where the columns of the matrix hold the eigenvectors.
- getVectorsToAdd() - Method in class agi.foundation.geometry.VectorSum
-
Gets the list of vectors to sum together.
- getVectorTo() - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Gets the vector to measure the angle to.
- getVectorToInvert() - Method in class agi.foundation.geometry.VectorInverted
-
Gets the vector to invert.
- getVectorToNormalize() - Method in class agi.foundation.geometry.VectorNormalized
-
Gets the vector to be normalized.
- getVectorToObserve() - Method in class agi.foundation.geometry.VectorInAxes
-
Gets the vector to observe.
- getVectorToObserve() - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Gets the vector to observe.
- getVectorToSun() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Gets the vector to the sun to use for modeling the effects of solar radiation on the atmosphere.
- getVectorTwo() - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Gets the vector which forms an angle with
VectorOne
(
get
/
set
).
- getVectorTwo() - Method in class agi.foundation.geometry.ScalarDotProduct
-
Gets the second vector in the dot product.
- getVectorTwo() - Method in class agi.foundation.geometry.VectorCrossProduct
-
Gets the vector with which
VectorOne
(
get
/
set
) is crossed.
- getVectorType() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
- getVectorType() - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets whether or not to use true position to calculate the occultation, or apparent position adjusted for aberration.
- getVectorType() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
- getVelocities() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Gets the Velocity data, by pseudorandom number.
- getVelocities() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the Velocity data, by Satellite Identifier.
- getVelocities() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the Velocity data, by Satellite Identifier.
- getVelocity() - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Gets the velocity of the aircraft with respect to the static or moving local atmosphere,
depending on the value of
VelocityReferenceAxes
(
get
/
set
).
- getVelocity() - Method in interface agi.foundation.tracking.IEntityVelocity
-
Gets the transactional property that holds the velocity of the entity.
- getVelocityCorrelations() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the correlations for the velocity data, defined on the "EV" lines of the SP3c file,
by Satellite Identifier.
- getVelocityCorrelations() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the correlations for the velocity data, defined on the "EV" lines of the SP3d file,
by Satellite Identifier.
- getVelocityDiscontinuityAtBurnout() - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
- getVelocityDiscontinuityAtBurnout() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
- getVelocityErrorX() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed X direction in meters/second
- getVelocityErrorY() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed Y direction in meters/second
- getVelocityErrorZ() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Gets the ephemeris velocity error in the Earth-centered, Earth-Fixed Z direction in meters/second
- getVelocityOfMovingFrame() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Gets the velocity of the moving frame in which the affect of aberration is to be determined.
- getVelocityReferenceAxes() - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Gets the reference axes used to define the velocity of the aircraft with respect to either the static or moving local atmosphere.
- getVelocityStandardDeviations() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the standard deviations for the velocity data, defined on the "EV" lines of the SP3c file,
by Satellite Identifier.
- getVelocityStandardDeviations() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the standard deviations for the velocity data, defined on the "EV" lines of the SP3d file,
by Satellite Identifier.
- getVelocityStandardDeviationsApproximate() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Gets the approximate standard deviations for the velocity data, defined on the same line as the
velocity data, by Satellite Identifier.
- getVelocityStandardDeviationsApproximate() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Gets the approximate standard deviations for the velocity data, defined on the same line as the
velocity data, by Satellite Identifier.
- getVenus() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the planet Venus.
- getVenus() - Static method in class agi.foundation.celestial.Simon1994PlanetaryPositions
-
Gets a point describing the motion of Venus according to the equations
described in section 6.
- getVenusPoint() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Gets a point representing the location of Venus.
- getVenusRadius() - Method in class agi.foundation.celestial.JplDE200
-
Gets the radius of Venus in kilometers.
- getVenusRadius() - Method in class agi.foundation.celestial.JplDE405
-
Gets the radius of Venus in kilometers.
- getVenusRadius() - Method in class agi.foundation.celestial.JplDE421
-
Gets the radius of Venus in kilometers.
- getVersion() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Gets the ephemeris file version.
- getVersion() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the version of the XYS data.
- getVersion() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationData
-
Gets the version of TIREM reporting these results.
- getVersion() - Method in class agi.foundation.infrastructure.threading.TransactionCommittedEventArgs
-
Gets the version number of the committed transaction.
- getVersion() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Gets the version of the PAF file
- getVersion() - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
-
Gets the Version property for the RINEX header.
- getVersion() - Method in class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Gets the version of this file from line 1.
- getVersion() - Method in class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Gets the version of this file.
- getVersion() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Gets the version of this file.
- getVersion() - Method in class agi.foundation.stk.StkAttitudeFile
-
Gets the attitude file version.
- getVersion() - Method in class agi.foundation.stk.StkCityDatabase
-
Gets the version number reported in the Generic Database (.gd) file, or "Unknown" if
the file does not exist or does not contain a Version field.
- getVersion() - Method in class agi.foundation.stk.StkEphemerisFile
-
Gets the ephemeris file version.
- getVersion() - Method in class agi.foundation.stk.StkFacilityDatabase
-
Gets the version number reported in the Generic Database (.gd) file, or "Unknown" if
the file does not exist or does not contain a Version field.
- getVersion() - Method in class agi.foundation.stk.StkPatternFile
-
Gets the pattern file version.
- getVersion() - Method in class agi.foundation.stk.StkSatelliteDatabase
-
Gets the version number reported in the Generic Database (.gd) file, or "Unknown" if
the file does not exist or does not contain a Version field.
- getVertex() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Gets the vertex between the
FromPoint
(
get
/
set
) and the
ToPoint
(
get
/
set
).
- getVertexIndex(int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the vertex index for the given index, with three indices per triangle.
- getVertical() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Gets the linear coordinate measured perpendicular to the local horizontal plane.
- getVerticalAcceleration() - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Gets the vertical component of the acceleration.
- getVerticalAccelerationLimitsEvaluator(IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the vertical acceleration limits of an aircraft.
- getVerticalAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Gets an evaluator for the vertical acceleration limits of an aircraft.
- getVerticalAccelerationLimitsEvaluator(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets an evaluator for the vertical acceleration limits of an aircraft.
- getVerticalBehavior() - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Gets the vertical behavior of the maneuver.
- getVerticalFieldOfView() - Method in class agi.foundation.graphics.Camera
-
Gets the vertical field of view in radians.
- getVerticalLoadLimits() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Gets the vertical load limits.
- getVerticalOrigin() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets whether the billboard is bottom, center, or top-aligned with the origin.
- getVerticalOrigin() - Method in class agi.foundation.cesium.LabelGraphics
-
Gets whether the label is bottom, center, or top-aligned with the origin.
- getVerticalVectorComponent() - Method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Gets the vertical polarization electric field component.
- getVerticalWindSpeed() - Method in class agi.foundation.celestial.ConstantWindModel
-
Gets the vertical speed of the wind in meters/second.
- getVertices() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Gets the list of vertices that define the waypoints of the path.
- getVesta() - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Gets the asteroid Vesta.
- getVesta() - Static method in class agi.foundation.celestial.SmallSolarSystemBodyAnalyticEphemeris
-
Gets a point describing the motion of Vesta.
- getVestaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of Vesta.
- getVestaPoint() - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Gets a point representing the center of mass location of the asteroid Vesta
in a reference frame centered at the current value of
SunPoint
(
get
/
set
).
- getVideoRecording() - Method in class agi.foundation.graphics.Camera
-
Gets the camera video recorder.
- getViewBoundScale() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the value that scales the bounding box defining the view associated with this network link.
- getViewFrom() - Method in interface agi.foundation.cesium.advanced.IViewFromService
-
Gets the object defining the suggested initial offset when tracking an object.
- getViewFrom() - Method in class agi.foundation.cesium.ViewFromExtension
-
Gets the object defining the suggested initial offset when tracking an object.
- getViewingObject() - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Gets the object that views the
TargetObject
(
get
/
set
).
- getViewRefreshMode() - Method in class agi.foundation.graphics.KmlNetworkLink
-
Gets the view refresh mode of the network link.
- getViewRefreshTime() - Method in class agi.foundation.graphics.KmlNetworkLink
-
- getViewshedOccludedColor() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the color of the scene geometry that is not visible to the sensor.
- getViewshedResolution() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the resolution in pixels of the viewshed.
- getViewshedVisibleColor() - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Gets the color of the scene geometry that is visible to the sensor.
- getVignetteEnabled() - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Gets whether or not the vignette effect is enabled.
- getVignetteStrength() - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Sets the strength of the vignette effect, values between [0.001 and 5.0], with
larger values resulting in more pronounced darkening around the perimeter of the
3D window.
- getVirginiaPoint() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Gets a point representing the location of the asteroid Virginia.
- getVisualEffects() - Method in class agi.foundation.graphics.Scene
-
- getVisualizers() - Method in class agi.foundation.platforms.ServiceProviderDisplay
-
- getVisualMagnitude() - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Gets the median visual magnitude of the
object scaled to the standard distance of 35786 km
(elevation of GEO at zenith).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Gets the double value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Gets the float value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Gets the integer value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Gets the integer value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Gets the integer value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Gets the integer value that indicates a void (or post with unknown height).
- getVoidValue() - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Gets the integer value that indicates a void (or post with unknown height).
- getVolume() - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Gets the volume of the ellipsoid.
- getVolume() - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Gets the graphics describing the volume of the projection.
- getVolume() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Gets the graphics describing the volume of the projection.
- getVolumeAffectedByLighting() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the volume is affected by lighting.
- getVolumeBackLineColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the colors of the back lines of the volume.
- getVolumeBackLineWidth() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the width of the back lines of the volume.
- getVolumeColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the color of the volume.
- getVolumeDisplay() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether or not to show the volume.
- getVolumeDisplayFill() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the volume is filled.
- getVolumeDisplayOutline() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the volume is outlined.
- getVolumeDisplaySilhouette() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value indicating whether the volume silhouette is displayed.
- getVolumeOutlineAppearance() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the volume outline appearance.
- getVolumeOutlineColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the color and translucency of the volume outline.
- getVolumeOutlineWidth() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a value defining the width of the volume outline.
- getVolumeSilhouetteColor() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a parameter defining the silhouette color and translucency of the volume.
- getVolumeSilhouetteWidth() - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Gets a parameter defining the width of the silhouette of the volume.
- getVValue(long) - Method in class agi.foundation.terrain.QuantizedMeshTerrainTile
-
Gets the vertical coordinate of the vertex in the tile with the given index.
- getW() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the W coordinate.
- getW() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the W coordinate.
- getWarningMessage() - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
-
Gets the text of the warning message.
- getWarnings() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
- getWarnings() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
-
Gets any warnings that may have been encountered during this evaluation.
- getWaterVaporConcentration() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Gets water vapor concentration, in g/m^3.
- getWaterVaporPressure() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
-
Gets the water-vapor partial pressure at the given location, in pascals.
- getWaterVaporPressure() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
Gets the computed water-vapor pressure at the given altitude, in pascals.
- getWaterVaporPressureHectoPascal() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
Gets the computed water-vapor pressure at the given altitude, in hectopascals.
- getWaveformProcessor() - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Gets the waveform processor used to compute the signal-to-noise ratio.
- getWavelength() - Method in class agi.foundation.communications.OpticalTransmitter
-
Gets the wavelength, in meters, that the signal is transmitted on.
- getWavelength() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Gets the design wavelength of the photodetector, in meters.
- getWavelengthL1() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the Wavelength Fact L1 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities.
- getWavelengthL2() - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Gets the Wavelength Fact L2 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities
0: Single frequency instrument (use only L1).
- getWaypoint() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Gets the waypoint at which to make the transition.
- getWaypoint() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Gets the waypoint location at which the procedure occurs.
- getWaypoint() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Gets the waypoint location at which to wait.
- getWaypoint() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Gets the waypoint location at which the procedure occurs.
- getWaypoint() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Gets the waypoint location at which the procedure occurs.
- getWaypoints() - Method in class agi.foundation.propagators.WaypointPropagator
-
Gets the list of waypoints.
- getWeek() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the week number, which is the number of weeks since January 6, 1980.
- getWeekSinceRollover() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the week number since the most recent GPS week rollover.
- getWeight() - Method in class agi.foundation.geometry.discrete.CoverageGridPoint
-
Gets the weight representing the relative importance of this grid point with respect to
the entire grid.
- getWeight() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Gets a value multiplied by the cost function to prioritize or de-prioritize it
with respect to the constraint errors of any active constraints.
- getWeight() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Gets a value multiplied by the constraint error to prioritize or de-prioritize it
with respect to other constraints or the cost function.
- getWeight() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Gets a value multiplied by the constraint error to prioritize or de-prioritize it
with respect to other constraints or the cost function.
- getWeightingMetric() - Method in class agi.foundation.communications.antennas.StaticDirection
-
Gets the associated weighting metric.
- getWeightingMetric() - Method in class agi.foundation.communications.antennas.WeightedDirection
-
Gets the weighting metric associated with the direction.
- getWeights() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the coefficients "b".
- getWest() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Gets the westernmost X coordinate.
- getWest() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Gets the index of the westernmost post.
- getWesternPostOffsetNativeUnits() - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the longitude offset (toward the east) of the western-most post in the terrain provider.
- getWestLongitude() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the westernmost longitude.
- getWetZenithPathDelay() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the wet zenith path delay in millimeters.
- getWhenToCheck() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Gets when to check this constraint (when a stop is detected or found).
- getWhenToCheck() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Gets when to check the constraint (when an event is detected or exactly found).
- getWhichSegment() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentResults
-
- getWidth() - Method in class agi.foundation.cesium.BillboardGraphics
-
Gets the width of the billboard, in pixels (or meters, if
SizeInMeters
(
get
/
set
) is
true
).
- getWidth() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets width of the curve.
- getWidth() - Method in class agi.foundation.cesium.LinkGraphics
-
Gets the width of the line.
- getWidth() - Method in class agi.foundation.cesium.PathGraphics
-
Gets the width of the path.
- getWidth() - Method in class agi.foundation.compatibility.DimensionF
-
Gets the horizontal component.
- getWidth() - Method in class agi.foundation.coordinates.BoundingRectangle
-
Gets the width of the rectangle.
- getWidth() - Method in class agi.foundation.coordinates.CartographicExtent
-
Gets the width of the extent.
- getWidth() - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Gets the width of the overlay.
- getWidth() - Method in class agi.foundation.graphics.advanced.Tile
-
Gets the width of the tile in pixels.
- getWidth() - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the width in pixels.
- getWidth() - Method in class agi.foundation.graphics.imaging.Raster
-
Gets the width of the raster in pixels.
- getWidth() - Method in class agi.foundation.graphics.imaging.RasterAttributes
-
Gets the width of the raster in pixels.
- getWidth() - Method in class agi.foundation.graphics.Overlay
-
Gets the width of the overlay.
- getWidth() - Method in class agi.foundation.graphics.PathPrimitive
-
Gets the line width, in pixels.
- getWidth() - Method in class agi.foundation.graphics.PolylinePrimitive
-
Gets the line width, in pixels.
- getWidth() - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Gets the width of the texture in texels.
- getWidth() - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the vector's width in pixels.
- getWidth() - Method in class agi.foundation.platforms.LineGraphics
-
Gets a parameter defining the width of the line over time.
- getWidth() - Method in class agi.foundation.platforms.VectorGraphics
-
Gets a parameter defining the width of the vector.
- getWidth() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Gets the width of the search area, in meters.
- getWidth() - Method in class agi.foundation.tracking.HistoryVisualizer
-
Gets the width of the track history line in pixels.
- getWidthUnit() - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Gets the unit with which the
Width
(
get
) property is represented.
- getWidthUnit() - Method in class agi.foundation.graphics.Overlay
-
Gets the unit of the Width
property.
- getWindAzimuth() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the wind azimuth, defining the direction from which the wind blows, in degrees.
- getWindDirection() - Method in class agi.foundation.celestial.ConstantWindModel
-
Gets the direction the wind is coming from in radians, measured clockwise from North toward East.
- getWindModel() - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Gets the wind model to be used when evaluating the behavior.
- getWindModel() - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Gets the wind model to be used when evaluating the maneuver.
- getWindModel() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Gets the wind model to be applied to the coordinated flight condition.
- getWindModel() - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Gets the wind model to be used when evaluating the behavior.
- getWindSpeed() - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Gets the wind speed in meters per second.
- getWindSpeedModel() - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Gets the wind speed model.
- getWindVector() - Method in class agi.foundation.celestial.WindModel
-
- getWireframe() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- getWireframe() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- getWireframe() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- getWireframe() - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Gets a parameter indicating whether the extrusion should be drawn as wireframe.
- getWireframe() - Method in class agi.foundation.platforms.MarkerGraphics
-
Gets a parameter indicating whether to draw the marker as a wireframe.
- getWireframe() - Method in class agi.foundation.platforms.SurfaceGraphics
-
Gets a parameter defining whether the area should be drawn as a wireframe over time.
- getWireframe() - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Gets a parameter defining whether the mesh should be displayed as a wireframe.
- getWorkerReportsProgress() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Gets a value indicating whether this instance can report progress updates.
- getWorkerSupportsCancellation() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Gets a value indicating whether this instance supports asynchronous cancellation.
- getWorkingArray() - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Gets the working array used as a means to efficiently update the intermediate state information
when calling the derivative
DerivativeFunction
(
get
/
set
).
- getWrapS() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets the texture wrap for the s
direction.
- getWrapT() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets the texture wrap for the t
direction.
- getWriteUp() - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Gets the arbitrary write-up text associated with this satellite.
- getX() - Method in class agi.foundation.compatibility.PointF
-
Gets the x-coordinate.
- getX() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the linear coordinate along the positive x-axis.
- getX() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the X coordinate.
- getX() - Method in class agi.foundation.coordinates.Rectangular
-
Gets the linear coordinate along the positive x-axis.
- getX() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the rotation vector coordinate along the positive x-axis.
- getX() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the linear coordinate along the positive x-axis.
- getX() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the X coordinate.
- getX() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the linear coordinate along the positive x-axis.
- getX() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Gets the X position of the overlay.
- getX() - Method in class agi.foundation.graphics.Overlay
-
Gets the X position of the overlay relative to its parent.
- getX() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the dilution of precision along the X axis.
- getX() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the X component of the
DeltaV
(
get
/
set
).
- getX() - Method in class agi.foundation.terrain.QuantizedMeshTileID
-
Gets the X tile coordinate.
- getXAxisBounds() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the bounds in the x-axis.
- getXAxisLength() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the length of the pyramid's base in the x direction.
- getXBeamwidth() - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Gets the beamwidth measured in the antenna x-axis.
- getXBounds() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets the bounds for the X coordinate.
- getXC() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the XC correlation.
- getXC() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the XC correlation.
- getXDimension() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXDimension() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXDimension() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXDimension() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXDimension() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXDimension() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets the antenna x dimension.
- getXGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the gridding technique for the grid points along x.
- getXHalfAngle() - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Gets the half angle measured from the principal direction and in the direction of the x-axis.
- getXPosition() - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Gets the x position of the element in units of wavelength computed from the design frequency.
- getXSemiaxisLength() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the constraint ellipse x semiaxis length.
- getXSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space error in the X direction.
- getXSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space error in the X direction.
- getXSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the x component of the signal in space navigation error
- getXTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total error in the X direction.
- getXTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total error in the X direction.
- getXUnit() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Gets the unit with which the
X
(
get
) property is represented.
- getXUnit() - Method in class agi.foundation.graphics.Overlay
-
Gets the unit of the X
property.
- getXY() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the XY correlation.
- getXY() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the XY correlation.
- getXY() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the dilution of precision in the X-Y plane.
- getXys() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the XYS table, in the order X0, Y0, S0, X1, Y1, S1, etc.
- getXysAlgorithm() - Method in class agi.foundation.celestial.Iau2006XysData
-
Gets the name of the algorithm used to generate the data held in the XYS table.
- getXYSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space error in the XY (Horizontal) direction.
- getXYSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space error in the XY (Horizontal) direction.
- getXYSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the horizontal component of the signal in space navigation error
- getXYTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total error in the XY (Horizontal) direction.
- getXYTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total error in the XY (Horizontal) direction.
- getXZ() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the XZ correlation.
- getXZ() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the XZ correlation.
- getY() - Method in class agi.foundation.compatibility.PointF
-
Gets the y-coordinate.
- getY() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the linear coordinate along the positive y-axis.
- getY() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the Y coordinate.
- getY() - Method in class agi.foundation.coordinates.Rectangular
-
Gets the linear coordinate along the positive y-axis.
- getY() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the rotation vector coordinate along the positive y-axis.
- getY() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the linear coordinate along the positive y-axis.
- getY() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the Y coordinate.
- getY() - Method in class agi.foundation.coordinates.UnitRectangular
-
Gets the linear coordinate along the positive y-axis.
- getY() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Gets the Y position of the overlay.
- getY() - Method in class agi.foundation.graphics.Overlay
-
Gets the Y position of the overlay relative to its parent.
- getY() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the dilution of precision along the Y axis.
- getY() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the Y component of the
DeltaV
(
get
/
set
).
- getY() - Method in class agi.foundation.terrain.QuantizedMeshTileID
-
Gets the Y tile coordinate.
- getYAxisBounds() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the bounds in the y-axis.
- getYAxisLength() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the length of the pyramid's base in the y direction.
- getYBeamwidth() - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Gets the beamwidth measured in the antenna y-axis.
- getYBounds() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets the bounds for the Y coordinate.
- getYC() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the YC correlation.
- getYC() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the YC correlation.
- getYDimension() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYDimension() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYDimension() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYDimension() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYDimension() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYDimension() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Gets the antenna y dimension.
- getYear() - Method in class agi.foundation.time.GregorianDate
-
Gets the year.
- getYear() - Method in class agi.foundation.time.YearMonthDay
-
Gets the year.
- getYGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the gridding technique for the grid points along y.
- getYHalfAngle() - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Gets the half angle measured from the principal direction and in the direction of the y-axis.
- getYPosition() - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Gets the y position of the element in units of wavelength computed from the design frequency.
- getYSemiaxisLength() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Gets the constraint ellipse y semiaxis length.
- getYSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space error in the Y direction.
- getYSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space error in the Y direction.
- getYSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the Y component of the signal in space navigation error
- getYTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total error in the Y direction.
- getYTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total error in the Y direction.
- getYUnit() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Gets the unit with which the
Y
(
get
) property is represented.
- getYUnit() - Method in class agi.foundation.graphics.Overlay
-
Gets the unit of the Y
property.
- getYZ() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the YZ correlation.
- getYZ() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the YZ correlation.
- getZ() - Method in class agi.foundation.celestial.Precession
-
Gets the accumulated precession angle z, in radians, used to align the x-axis with the mean equinox of date by rotating
along the mean equator of date.
- getZ() - Method in class agi.foundation.coordinates.Cartesian
-
Gets the linear coordinate along the positive z-axis.
- getZ() - Method in class agi.foundation.coordinates.Cylindrical
-
Gets the linear coordinate along the positive z-axis.
- getZ() - Method in class agi.foundation.coordinates.Pyramidal
-
Gets the linear coordinate along the positive z-axis.
- getZ() - Method in class agi.foundation.coordinates.Quaternion
-
Gets the Z coordinate.
- getZ() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Gets the rotation vector coordinate along the positive z-axis.
- getZ() - Method in class agi.foundation.coordinates.UnitCartesian
-
Gets the linear coordinate along the positive z-axis.
- getZ() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Gets the Z coordinate.
- getZ() - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Gets the dilution of precision along the Z axis.
- getZ() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets the Z component of the
DeltaV
(
get
/
set
).
- getZAxisBounds() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the bounds in the z-axis.
- getZBounds() - Method in class agi.foundation.coordinates.CartesianBounds
-
Gets the bounds for the Z coordinate.
- getZBounds() - Method in class agi.foundation.coordinates.CylindricalBounds
-
Gets the bounds for the Z coordinate.
- getZBounds() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets the bounds for the Z coordinate.
- getZC() - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Gets the ZC correlation.
- getZC() - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Gets the ZC correlation.
- getZCounts() - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Gets the Z-Counts (1.5 second segments) since the most recent GPS Epoch.
- getZero() - Static method in class agi.foundation.coordinates.AngleAxisRotation
-
- getZero() - Static method in class agi.foundation.coordinates.AzimuthElevationRange
-
- getZero() - Static method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
- getZero() - Static method in class agi.foundation.coordinates.Cartesian
-
Gets a set of
Cartesian
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.Cartographic
-
Gets a set of
Cartographic
coordinates representing the zero vector.
- getZero() - Static method in class agi.foundation.coordinates.Cylindrical
-
Gets a set of
Cylindrical
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
- getZero() - Static method in class agi.foundation.coordinates.Matrix3By3
-
- getZero() - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
- getZero() - Static method in class agi.foundation.coordinates.Matrix6By6
-
- getZero() - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
- getZero() - Static method in class agi.foundation.coordinates.Polar
-
Gets a set of
Polar
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.Pyramidal
-
Gets a set of
Pyramidal
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.Quaternion
-
Gets a set of
Quaternion
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.Rectangular
-
Gets a set of
Rectangular
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.Spherical
-
Gets a set of
Spherical
coordinates with values of zero.
- getZero() - Static method in class agi.foundation.coordinates.TextureCoordinate4DF
-
- getZero() - Static method in class agi.foundation.terrain.FirstPartialsOfHeight
-
Gets a static instance representing values for the partials equal to zero.
- getZero() - Static method in class agi.foundation.terrain.SecondPartialsOfHeight
-
Gets a static instance representing values for the partials equal to zero.
- getZero() - Static method in class agi.foundation.time.Duration
-
- getZerothOrderClockCorrection() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Gets the zeroth order clock correction.
- getZerothOrderClockCorrection() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Gets the zeroth order clock correction.
- getZeroTolerance() - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Gets the tolerance that should be used to check if the evaluated
Argument
(
get
/
set
)
is zero.
- getZeta() - Method in class agi.foundation.celestial.Precession
-
Gets the accumulated precession angle zeta, in radians, used to align the x-axis toward the direction in which
the pole is to be tilted off of the ICRF z-axis.
- getZGriddingTechnique() - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Gets the gridding technique for the grid points along z.
- getZIndex() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Gets the z-index of the curve, used for ordering ground geometry.
- getZIndex() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Gets the z-index of the region, used for ordering ground geometry.
- getZonalCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Gets the array of zonal coefficients (the negative of the cosine coefficients for m=0; J2 = -C20, J3 = -C30, etc.).
- getZonalCoefficients() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Gets the list of this model's zonal coefficients (cosine coefficients for m=0).
- getZone() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Gets the longitude zone of the location.
- getZooming() - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Gets whether clicking and dragging the mouse will zoom to the defined area.
- getZoomLevel() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Gets the zoom level to request tiles at.
- getZSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the signal-in-space error in the Z direction.
- getZSignalInSpace() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the signal-in-space error in the Z direction.
- getZSignalInSpaceOneSigma() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the one sigma error associated with the Z component of the signal in space navigation error
- getZTotal() - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Gets the total error in the Z direction.
- getZTotal() - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Gets the total error in the Z direction.
- getZXAngle() - Method in class agi.foundation.coordinates.Pyramidal
-
Gets the angular coordinate that is z-x.
- getZXAngleBounds() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets the bounds for the ZXAngle coordinate.
- getZXAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the gridding technique used in the (z-x) direction of the pyramid.
- getZYAngle() - Method in class agi.foundation.coordinates.Pyramidal
-
Gets the angular coordinate that is z-y.
- getZYAngleBounds() - Method in class agi.foundation.coordinates.PyramidalBounds
-
Gets the bounds for the ZYAngle coordinate.
- getZYAngleGriddingTechnique() - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Gets the gridding technique used in the (z-y) direction of the pyramid.
- GlobalCoverageGrid - Class in agi.foundation.geometry.discrete
-
Represents a set of grid points spanning the entire globe of the specified
CentralBody
(
get
/
set
).
- GlobalCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Construct a new default instance based on Earth at 5 degrees (approximately 0.087 radians) resolution.
- GlobalCoverageGrid(CentralBody, double) - Constructor for class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Initializes a new instance based on the given central body, in the central body's fixed frame at the input resolution.
- GlobalCoverageGrid(TerrainProvider, double) - Constructor for class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Initializes a new instance based on the given terrain.
- GlobalCoverageGrid(TerrainProvider, CentralBody, double) - Constructor for class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Initializes a new instance based on the given terrain.
- GlobalPositioningSystemDate - Class in agi.foundation.time
-
A date and time format consisting of a week number and a time of week and utilizing
the
GlobalPositioningSystemTime
(
get
) time standard.
- GlobalPositioningSystemDate() - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
Initializes a new instance.
- GlobalPositioningSystemDate(int, int, int, int, int) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
- GlobalPositioningSystemDate(JulianDate) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
- GlobalPositioningSystemDate(ZonedDateTime) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
- GlobalPositioningSystemDate(GregorianDate) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
- GlobalPositioningSystemDate(int, double) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
Initializes a new instance from a week number and a number of seconds into the week.
- GlobalPositioningSystemDate(int, DayOfWeek, double) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
-
Initializes a new instance from a week number, a day of the week, and a number of seconds into the day.
- GlobeImageOverlay - Class in agi.foundation.graphics
-
- GlobeImageOverlay() - Constructor for class agi.foundation.graphics.GlobeImageOverlay
-
- GlobeImageOverlayAddCompleteEventArgs - Class in agi.foundation.graphics
-
- GlobeOverlay - Class in agi.foundation.graphics.advanced
-
- GlobeOverlay() - Constructor for class agi.foundation.graphics.advanced.GlobeOverlay
-
- GlobeOverlayRole - Enum in agi.foundation.graphics.advanced
-
- GlobeOverlaySettings - Class in agi.foundation.graphics.advanced
-
- GnssLinkBudgetScalars - Class in agi.foundation.navigation.advanced
-
Defines a link budget over time.
- GnssLinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRate<DigitalModulation>, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensity<DigitalModulation>, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity, ScalarCarrierToNoiseDensityPlusInterference, ScalarJammingToSignal, ScalarNoisePlusInterference, String, int, NavigationSignalType) - Constructor for class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Creates a new instances specifying all parameters.
- GnssLinkBudgetScalarsCollection - Class in agi.foundation.navigation.advanced
-
- GnssLinkBudgetScalarsCollection() - Constructor for class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
Initializes a new instance.
- GnssLinkBudgetScalarsCollection(Iterable<? extends GnssLinkBudgetScalars>) - Constructor for class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
- GnssLinkBudgetScalarsCollection(GnssLinkBudgetScalarsCollection, CopyContext) - Constructor for class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
Initializes a new instance as a copy of an existing instance.
- GoalSignalToNoiseRatioWaveformIntegrator - Class in agi.foundation.radar
-
A radar waveform integrator which will integrate as many pulses as necessary in order to reach a goal signal-to-noise
ratio.
- GoalSignalToNoiseRatioWaveformIntegrator() - Constructor for class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance.
- GoalSignalToNoiseRatioWaveformIntegrator(double) - Constructor for class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance.
- GoalSignalToNoiseRatioWaveformIntegrator(GoalSignalToNoiseRatioWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance as a copy of an existing instance.
- GoldenRatio - Static variable in class agi.foundation.Constants
-
The golden ratio.
- GoldenSectionFindExtremum - Class in agi.foundation.numericalmethods.advanced
-
Locates a local extremum (minimum or maximum) of a function using the Golden section algorithm.
- GoldenSectionFindExtremum(RealValuedScalarFunction, double, double, ConvergenceCriteria) - Constructor for class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Initializes the extremum finding algorithm.
- GpsCAChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the CA code chip, in seconds.
- GpsCACodeBandwidth - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The total bandwidth of the CA code, between the first nulls.
- GpsCCodeBandwidth - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The total bandwidth of the C code, between the first nulls.
- GpsCommunicationsConstellation - Class in agi.foundation.navigation.advanced
-
Provides methods that create a constellation of GPS satellites with transmitters and antennas for use with a
GpsCommunicationsFrontEnd
.
- GpsCommunicationsFrontEnd - Class in agi.foundation.navigation.advanced
-
A communications-based antenna and navigation signal processing front-end for a
GPS Receiver
.
- GpsCommunicationsFrontEnd() - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Initializes a new instance with default values.
- GpsCommunicationsFrontEnd(PlatformCollection, NavigationSignalCollection, List<SignalPropagationModel>, Point, Axes) - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Creates a front end for a
GpsReceiver
that can be used to model communications between GPS satellites and
the
GpsReceiver
.
- GpsCommunicationsFrontEnd(PlatformCollection, GpsSignalConfiguration, Point, Axes) - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Creates a front end for a
GpsReceiver
that can be used to model communications between GPS satellites and
the
GpsReceiver
, using a predefined receiver signal configuration.
- GpsCommunicationsFrontEnd(GpsCommunicationsFrontEnd, CopyContext) - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Initializes a new instance as a copy of an existing instance.
- GpsCommunicationsNoiseModel - Class in agi.foundation.navigation.advanced
-
Reports a noise value calculated from the receiver communications system for a given satellite,
NavigationReceiverChannel
pair.
- GpsCommunicationsNoiseModel() - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Creates a new GPS Communications Noise Model.
- GpsCommunicationsNoiseModel(GpsCommunicationsFrontEnd) - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
- GpsCommunicationsNoiseModel(GpsCommunicationsNoiseModel, CopyContext) - Constructor for class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Initializes a new instance as a copy of an existing instance.
- GpsDataFile - Class in agi.foundation.navigation.datareaders
-
Reads data from the GPSData.txt file hosted by AGI.
- GpsIQCodeBandwidth - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The total bandwidth of the L5 IQ code, between the first nulls.
- GpsL1CChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the L1C code chip, in seconds.
- GpsL1Frequency - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The frequency of the GPS L1 carrier.
- GpsL2CChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the L2C code chip, in seconds.
- GpsL2Frequency - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The frequency of the GPS L2 carrier.
- GpsL5Frequency - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The frequency of the GPS L5 carrier.
- GpsL5IQChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the L5 I and Q code chips, in seconds.
- GpsLineOfSightVector - Class in agi.foundation.navigation
-
A vector describing the line-of-sight from a GPS satellite to a GPS receiver at the time of reception
according to IS-GPS-200D.
- GpsLineOfSightVector() - Constructor for class agi.foundation.navigation.GpsLineOfSightVector
-
Initializes a new instance.
- GpsLineOfSightVector(Point, Point) - Constructor for class agi.foundation.navigation.GpsLineOfSightVector
-
Initializes a new instance.
- GpsLineOfSightVector(GpsLineOfSightVector, CopyContext) - Constructor for class agi.foundation.navigation.GpsLineOfSightVector
-
Initializes a new instance as a copy of an existing instance.
- GpsMCodeBandwidth - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The total bandwidth of the M code, between the first nulls.
- GpsMCodeChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the M code chip, in seconds.
- GpsPowerSpectralDensityFilter - Class in agi.foundation.navigation.advanced.signalprocessing
-
A filter which constrains the incoming signals into a specified bandwidth range,
accounting for GPS power spectral density
- GpsPowerSpectralDensityFilter() - Constructor for class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Initializes a new instance.
- GpsPowerSpectralDensityFilter(SignalProcessor, NavigationSignalType, NavigationBlockType, double, double, double, double) - Constructor for class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Initialize a new instance based on the given parameters.
- GpsPowerSpectralDensityFilter(GpsPowerSpectralDensityFilter, CopyContext) - Constructor for class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Initializes a new instance as a copy of an existing instance.
- GpsPYChipLength - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The length of the P(Y) code chip, in seconds.
- GpsPYCodeBandwidth - Static variable in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
The total bandwidth of the P(Y) code, between the first nulls.
- GpsReceiver - Class in agi.foundation.navigation
-
A Global Positioning System receiver.
- GpsReceiver() - Constructor for class agi.foundation.navigation.GpsReceiver
-
Initializes a new instance.
- GpsReceiver(PlatformCollection, int, IServiceProvider, double, double) - Constructor for class agi.foundation.navigation.GpsReceiver
-
Initializes a new instance of a basic Gps Receiver.
- GpsReceiver(GpsReceiver, CopyContext) - Constructor for class agi.foundation.navigation.GpsReceiver
-
Initializes a new instance as a copy of an existing instance.
- GpsReceiverErrorModel - Class in agi.foundation.navigation.models
-
A model used by a GPS receiver when receiving a signal from a GPS satellite.
- GpsReceiverErrorModel() - Constructor for class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Initializes a new instance.
- GpsReceiverErrorModel(GpsReceiverErrorModel, CopyContext) - Constructor for class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Initializes a new instance as a copy of an existing instance.
- GpsReceiverExtension - Class in agi.foundation.navigation
-
An extension that associates a
GpsReceiver
(
get
/
set
) with a
Platform
.
- GpsReceiverExtension() - Constructor for class agi.foundation.navigation.GpsReceiverExtension
-
Initializes a new instance.
- GpsReceiverExtension(GpsReceiver) - Constructor for class agi.foundation.navigation.GpsReceiverExtension
-
Initializes a new instance with a specified GPS receiver.
- GpsReceiverExtension(GpsReceiverExtension, CopyContext) - Constructor for class agi.foundation.navigation.GpsReceiverExtension
-
Initializes a new instance as a copy of an existing instance.
- GpsReceiverHelper - Class in agi.foundation.navigation
-
A collection of helper methods for working with
GpsReceiver
and related types.
- GpsReceiverNoiseModel - Class in agi.foundation.navigation
-
A model for the noise at a GPS receiver when receiving a signal from a GPS satellite.
- GpsReceiverNoiseModel() - Constructor for class agi.foundation.navigation.GpsReceiverNoiseModel
-
Initializes a new instance.
- GpsReceiverNoiseModel(GpsReceiverNoiseModel, CopyContext) - Constructor for class agi.foundation.navigation.GpsReceiverNoiseModel
-
Initializes a new instance as a copy of an existing instance.
- GpsReceiverSolutionType - Enum in agi.foundation.navigation
-
Enumeration defining the Solution types available for a receiver.
- GpsRinexPropagator - Class in agi.foundation.propagators
-
GPS RINEX Propagator class propagates GPS orbits - providing GPS satellite positions based on RINEX
broadcast ephemeris sets.
- GpsRinexPropagator(RinexNavigationRecord) - Constructor for class agi.foundation.propagators.GpsRinexPropagator
-
- GpsRinexPropagator(GpsRinexPropagator, CopyContext) - Constructor for class agi.foundation.propagators.GpsRinexPropagator
-
Initializes a new instance as a copy of an existing instance.
- GpsSatelliteAntennaPattern - Class in agi.foundation.communications.antennas
-
A gain pattern representing a constant gain over the earth from a GPS satellite.
- GpsSatelliteAntennaPattern() - Constructor for class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Creates the satellite gain pattern.
- GpsSatelliteAntennaPattern(double) - Constructor for class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Creates the satellite gain pattern, specifying the gain pattern's efficiency.
- GpsSatelliteAntennaPattern(GpsSatelliteAntennaPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Initializes a new instance as a copy of an existing instance.
- GpsSatelliteExtension - Class in agi.foundation.navigation
-
An extension that adds information and behaviors specific to Global Positioning System (GPS)
satellites.
- GpsSatelliteExtension() - Constructor for class agi.foundation.navigation.GpsSatelliteExtension
-
Initializes a new instance.
- GpsSatelliteExtension(GpsSatelliteExtension, CopyContext) - Constructor for class agi.foundation.navigation.GpsSatelliteExtension
-
Initializes a new instance as a copy of an existing instance.
- GpsSatelliteInformation - Class in agi.foundation.navigation.datareaders
-
Describes GPS satellite information from each line in the GPS data file.
- GpsSatelliteInformation(String) - Constructor for class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
- GpsSatelliteInformationExtension - Class in agi.foundation.navigation
-
An extension that adds information about a GPS satellite.
- GpsSatelliteInformationExtension() - Constructor for class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Initializes a new instance.
- GpsSatelliteInformationExtension(GpsSatelliteInformation) - Constructor for class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Initializes a new instance with the given information.
- GpsSatelliteInformationExtension(GpsSatelliteInformationExtension, CopyContext) - Constructor for class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Initializes a new instance as a copy of an existing instance.
- GpsSignalConfiguration - Enum in agi.foundation.navigation.advanced
-
Standard receiver configurations.
- GpsSignalGenerator - Class in agi.foundation.navigation.advanced
-
Defines the necessary pieces for the generation of a GPS navigation signal.
- GpsSignalGenerator() - Constructor for class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Default instance.
- GpsSignalGenerator(NavigationSignalType, ComplexDigitalTransmitter) - Constructor for class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Creates a new instance with the specified signalType
and transmitter
.
- GpsSignalGenerator(GpsSignalGenerator, CopyContext) - Constructor for class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Initializes a new instance as a copy of an existing instance.
- GpsSignalGeneratorCollection - Class in agi.foundation.navigation.advanced
-
- GpsSignalGeneratorCollection() - Constructor for class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Initializes a new instance.
- GpsSignalGeneratorCollection(Iterable<? extends GpsSignalGenerator>) - Constructor for class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
- GpsSignalGeneratorCollection(GpsSignalGeneratorCollection, CopyContext) - Constructor for class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Initializes a new instance as a copy of an existing instance.
- gradient(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
The gradient of the ellipsoid evaluated at the provided position.
- GradientDetectFilter - Class in agi.foundation.graphics.imaging
-
- GradientDetectFilter() - Constructor for class agi.foundation.graphics.imaging.GradientDetectFilter
-
Initializes a new instance.
- GradientDetectFilter(GradientDetectMethod) - Constructor for class agi.foundation.graphics.imaging.GradientDetectFilter
-
- GradientDetectMethod - Enum in agi.foundation.graphics.imaging
-
The method used to detect gradients in a raster.
- GraphicalVector - Class in agi.foundation.cesium
-
- GraphicalVector() - Constructor for class agi.foundation.cesium.GraphicalVector
-
Initializes a new instance.
- GraphicalVector(Vector, VectorGraphics, Point) - Constructor for class agi.foundation.cesium.GraphicalVector
-
Initializes a new instance specifying all parameters.
- GraphicalVector(GraphicalVector, CopyContext) - Constructor for class agi.foundation.cesium.GraphicalVector
-
Initializes a new instance as a copy of an existing instance.
- GraphicalVector - Class in agi.foundation.platforms
-
- GraphicalVector() - Constructor for class agi.foundation.platforms.GraphicalVector
-
Initializes a new instance.
- GraphicalVector(Vector, Point, VectorGraphics) - Constructor for class agi.foundation.platforms.GraphicalVector
-
Initializes a new instance specifying all parameters.
- GraphicalVector(GraphicalVector, CopyContext) - Constructor for class agi.foundation.platforms.GraphicalVector
-
Initializes a new instance as a copy of an existing instance.
- GraphicsFont - Class in agi.foundation.graphics
-
- GraphicsFont(String, int, FontStyle, boolean) - Constructor for class agi.foundation.graphics.GraphicsFont
-
Initializes a graphics font with the given arguments.
- GraphicsFont(String, int) - Constructor for class agi.foundation.graphics.GraphicsFont
-
Initializes a graphics font with the typeface name
and size
.
- GraphicsFont(Font) - Constructor for class agi.foundation.graphics.GraphicsFont
-
Initializes a graphics font using a
Font
object.
- GraphicsFont(Font, boolean) - Constructor for class agi.foundation.graphics.GraphicsFont
-
Initializes a graphics font using a
Font
object.
- GraphicsLibraryVersion - Class in agi.foundation
-
Version information for the Graphics library.
- GraphicsParameter<T> - Class in agi.foundation.platforms.advanced
-
Base class for all graphics parameters, which define the individual
properties of graphics over time.
- GraphicsParameter() - Constructor for class agi.foundation.platforms.advanced.GraphicsParameter
-
Initializes a new instance.
- GraphicsParameter(GraphicsParameter<T>, CopyContext) - Constructor for class agi.foundation.platforms.advanced.GraphicsParameter
-
Initializes a new instance as a copy of an existing instance.
- GraphicsParameterFormatter - Class in agi.foundation.platforms
-
- GraphicsParameterFormatter() - Constructor for class agi.foundation.platforms.GraphicsParameterFormatter
-
Initializes a new instance.
- GraphicsParameterFormatter(String, IGraphicsParameter...) - Constructor for class agi.foundation.platforms.GraphicsParameterFormatter
-
Creates a new instance using the specified parameters.
- GraphicsParameterFormatter(String, Iterable<? extends IGraphicsParameter>) - Constructor for class agi.foundation.platforms.GraphicsParameterFormatter
-
Creates a new instance using the specified parameters.
- GraphicsParameterFormatter(GraphicsParameterFormatter, CopyContext) - Constructor for class agi.foundation.platforms.GraphicsParameterFormatter
-
Initializes a new instance as a copy of an existing instance.
- GraphicsParameterTransform<TInput,TOutput> - Class in agi.foundation.platforms
-
A
GraphicsParameter
which transforms the result of an
input parameter using a callback function.
- GraphicsParameterTransform() - Constructor for class agi.foundation.platforms.GraphicsParameterTransform
-
Initializes a new instance.
- GraphicsParameterTransform(GraphicsParameter<TInput>, Converter<TInput, TOutput>) - Constructor for class agi.foundation.platforms.GraphicsParameterTransform
-
Initializes a new instance with the specified parameters.
- GraphicsParameterTransform(GraphicsParameterTransform<TInput, TOutput>, CopyContext) - Constructor for class agi.foundation.platforms.GraphicsParameterTransform
-
Initializes a new instance as a copy of an existing instance.
- GravitationalParameter - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
-
The gravitational parameter of the Earth in meters cubed per second squared as defined by the EGM96 model.
- GravitationalParameter - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
-
The gravitational parameter of the Earth in meters cubed per second squared as defined by the EGM2008 model.
- GravitationalParameter - Static variable in class agi.foundation.celestial.WorldGeodeticSystem1984
-
The gravitational parameter of the Earth in meters cubed per second squared as defined by the WGS84 model.
- GravityGradientTorque - Class in agi.foundation.celestial
-
- GravityGradientTorque(Point, Matrix3By3Symmetric, Axes) - Constructor for class agi.foundation.celestial.GravityGradientTorque
-
Initializes the gravity-gradient torque model.
- GravityGradientTorque(Point, CentralBody, double, Matrix3By3Symmetric, Axes) - Constructor for class agi.foundation.celestial.GravityGradientTorque
-
Initializes the gravity-gradient torque model.
- grazingAltitude(Cartesian, Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the nearest distance between the ellipsoid and the line segment
between the initial and final points.
- grazingAltitude(Cartographic, Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the nearest distance between the ellipsoid and the line segment
from the provided location and along the indicated direction.
- grazingAltitude(Cartographic, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the nearest distance between the ellipsoid and the line segment
from the provided location and along the indicated direction.
- grazingAltitude(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the nearest distance between the ellipsoid and the line segment
from the provided position and along the indicated direction.
- grazingAltitudeLocation(Cartesian, Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the point on the line segment between the initial and final points
which is nearest to the ellipsoid.
- grazingAltitudeLocation(Cartographic, Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the point on the line segment between the initial and final points
which is nearest to the ellipsoid.
- grazingAltitudeLocation(Cartographic, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the point on the line segment from the provided location and along
the indicated direction which is nearest to the ellipsoid.
- grazingAltitudeLocation(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the point on the line segment from the provided position and along
the indicated direction which is nearest to the ellipsoid.
- grazingAngleLocations(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the two points on the limb of the ellipsoid with the smallest and largest apparent
angular separation with respect to the indicated direction, as viewed from the provided
point.
- grazingAngles(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Provides the angles from the indicated direction to the two points on the limb
of the ellipsoid with the smallest and largest apparent angular separation, as
viewed from the provided point.
- GreatArcInterpolator - Class in agi.foundation.graphics
-
The great arc interpolator computes interpolated positions along a great arc.
- GreatArcInterpolator() - Constructor for class agi.foundation.graphics.GreatArcInterpolator
-
Initializes a default great arc interpolator.
- GreatArcInterpolator(CentralBody) - Constructor for class agi.foundation.graphics.GreatArcInterpolator
-
Initializes a great arc interpolator with the specified centralBody
and a Granularity
of 1
degree.
- GreatArcInterpolator(CentralBody, double) - Constructor for class agi.foundation.graphics.GreatArcInterpolator
-
Initializes a great arc interpolator with the specified centralBody
and granularity
.
- greaterThan(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
-
Returns true
if left
is greater than right
.
- greaterThan(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Returns true
if left
is greater than right
.
- greaterThan(Duration, Duration) - Static method in class agi.foundation.time.Duration
-
Returns true
if left
is longer than right
.
- greaterThan(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
-
Returns true if left
occurs after right
.
- greaterThan(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
-
Returns true
if left
is greater than right
.
- greaterThan(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
-
Returns true if left
occurs after right
.
- greaterThan(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
-
Returns true
if left
is greater than right
.
- greaterThanOrEqual(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
-
Returns true
if left
is greater than or equal to right
.
- greaterThanOrEqual(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Returns true
if left
is greater than or equal to right
.
- greaterThanOrEqual(Duration, Duration) - Static method in class agi.foundation.time.Duration
-
Returns true
if left
is longer than or exactly equal to right
.
- greaterThanOrEqual(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
-
Returns true if left
occurs after or at the same time as right
.
- greaterThanOrEqual(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
-
Returns true
if left
is greater than or equal to right
.
- greaterThanOrEqual(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
-
Returns true if left
occurs after or at the same time as right
.
- greaterThanOrEqual(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
-
Returns true
if left
is greater than or equal to right
.
- GregorianDate - Class in agi.foundation.time
-
Represents a calendar date in the Gregorian calendar.
- GregorianDate() - Constructor for class agi.foundation.time.GregorianDate
-
Initializes a new instance.
- GregorianDate(int, int, int, int, int, double) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(int, int, int) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(int, int, int, int, double) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(int, double) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(JulianDate) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(JulianDate, TimeStandard) - Constructor for class agi.foundation.time.GregorianDate
-
- GregorianDate(ZonedDateTime) - Constructor for class agi.foundation.time.GregorianDate
-
- grid(Bounds, boolean) - Method in interface agi.foundation.geometry.discrete.ICoverageGriddingTechnique
-
Grids the coordinate.
- grid(Bounds, boolean) - Method in class agi.foundation.geometry.discrete.SpecifiedCollectionCoverageGriddingTechnique
-
Grids the coordinate.
- grid(Bounds, boolean) - Method in class agi.foundation.geometry.discrete.SpecifiedNumberOfPointsCoverageGriddingTechnique
-
Grids the coordinate.
- grid(Bounds, boolean) - Method in class agi.foundation.geometry.discrete.SpecifiedResolutionCoverageGriddingTechnique
-
Grids the coordinate.
- GridDescriptiveStatistics - Class in agi.foundation.coverage.figureofmerit
-
A figure of merit providing statistical information pertaining to coverage over a grid.
- GridMaterialGraphics - Class in agi.foundation.cesium
-
Describes graphical properties of a material that fills the surface with a two dimensional grid.
- GridMaterialGraphics() - Constructor for class agi.foundation.cesium.GridMaterialGraphics
-
Initializes a new instance.
- GridPointPlaceholder - Static variable in class agi.foundation.coverage.CoverageData
-
Gets an object that can be used as a placeholder to be replaced by grid points during a coverage calculation.
- GridTimeSampledValues - Class in agi.foundation.coverage.figureofmerit
-
A set of data representing the values of a particular figure of merit sampled over a coverage grid at predefined time intervals.
- GroundSampleDistanceConstraint - Class in agi.foundation.access.constraints
-
An access constraint which requires the Ground Sample Distance (GSD) to be greater than a
minimum and less than a maximum value.
- GroundSampleDistanceConstraint() - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with default values.
- GroundSampleDistanceConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified central body and minimum value.
- GroundSampleDistanceConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
- GroundSampleDistanceConstraint(double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified minimum value.
- GroundSampleDistanceConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- GroundSampleDistanceConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified central body, minimum value, and maximum value.
- GroundSampleDistanceConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified constrained link, constrained link end,
central body, minimum value, and maximum value.
- GroundSampleDistanceConstraint(double, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- GroundSampleDistanceConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
- GroundSampleDistanceConstraint(GroundSampleDistanceConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Initializes a new instance as a copy of an existing instance.
- GTOPO30Options - Class in agi.foundation.terrain
-
- GTOPO30Terrain - Class in agi.foundation.terrain
-
A terrain provider for reading terrain from GTOPO30(G30) files.
- GTOPO30Terrain(String) - Constructor for class agi.foundation.terrain.GTOPO30Terrain
-
Initializes a new instance using the specified GTOPO30 HDR filename.
- GTOPO30Terrain(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.GTOPO30Terrain
-
Initializes a new instance using the specified GTOPO30 HDR filename and
TerrainCacheGroup
.
- GTOPO30Terrain(String, TerrainCacheGroup, GTOPO30Options) - Constructor for class agi.foundation.terrain.GTOPO30Terrain
-
Initializes a new instance using the specified GTOPO30 HDR filename and
TerrainCacheGroup
.
- SaastamoinenTroposphericCorrectionModel - Class in agi.foundation.navigation.models
-
Creates a tropospheric error correction model using the Saastamoinen model.
- SaastamoinenTroposphericCorrectionModel() - Constructor for class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Initializes a new instance.
- SaastamoinenTroposphericCorrectionModel(RinexMeteorological, ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping) - Constructor for class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Creates a SaastamoinenTroposphericCorrectionModel.
- SaastamoinenTroposphericCorrectionModel(SaastamoinenTroposphericCorrectionModel, CopyContext) - Constructor for class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Initializes a new instance as a copy of an existing instance.
- SampledCesiumProperty<T> - Class in agi.foundation.cesium
-
- SampledCesiumProperty() - Constructor for class agi.foundation.cesium.SampledCesiumProperty
-
Initializes a new instance.
- SampledCesiumProperty(DateMotionCollection1<T>) - Constructor for class agi.foundation.cesium.SampledCesiumProperty
-
- SampledCesiumProperty(DateMotionCollection1<T>, ArrayList<JulianDate>) - Constructor for class agi.foundation.cesium.SampledCesiumProperty
-
- SamplingErrorEventArgs - Class in agi.foundation.cesium.advanced
-
Holds details of the
SamplingError
(
add
/
remove
) event.
- SamplingErrorEventArgs(RuntimeException) - Constructor for class agi.foundation.cesium.advanced.SamplingErrorEventArgs
-
Creates a new instance with the provided exception.
- Sat441BspEphemerisProvider - Class in agi.foundation.spice
-
Provides access to the positions of Saturn and several of its moons
with respect to the Saturn system barycenter.
- Sat441BspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.Sat441BspEphemerisProvider
-
Initializes an instance using the specified sat441.bsp filename.
- Sat441BspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.Sat441BspEphemerisProvider
-
Initializes a new instance with the specified stream factory.
- Sat441BspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.Sat441BspEphemerisProvider
-
Initializes an instance using the specified
JplSpkFile
instance.
- Sat441BspEphemerisProvider(Sat441BspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.Sat441BspEphemerisProvider
-
Initializes a new instance as a copy of an existing instance.
- SatelliteGlobalUserRangeError - Class in agi.foundation.navigation
-
Describes the Global User Range Error (URE) for a GPS satellite.
- SatelliteGlobalUserRangeError() - Constructor for class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Initializes a new instance.
- SatelliteGlobalUserRangeError(double, double, double, double, double, double) - Constructor for class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Creates a Satellite Global User Range Error structure, containing URE related data for a specific satellite, integrated over the globe
and represented in the satellite's reference frame.
- SatelliteIdentifier - Class in agi.foundation.navigation.datareaders
-
Satellite Identifier structure for SP3c files.
- SatelliteIdentifier() - Constructor for class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Initializes a new instance.
- SatelliteIdentifier(char, int) - Constructor for class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Initializes a new instance.
- SatelliteOutage - Class in agi.foundation.navigation.datareaders
-
A single outage of a single satellite, as described by a Satellite Outage File (SOF).
- SatelliteOutage(int, int, OutageType, NanuType, String, String, TimeInterval) - Constructor for class agi.foundation.navigation.datareaders.SatelliteOutage
-
Creates a satellite Outage.
- SatelliteOutageCollection - Class in agi.foundation.navigation.datareaders
-
- SatelliteOutageCollection() - Constructor for class agi.foundation.navigation.datareaders.SatelliteOutageCollection
-
Initializes a new instance.
- SatelliteOutageCollection(List<SatelliteOutage>) - Constructor for class agi.foundation.navigation.datareaders.SatelliteOutageCollection
-
Initializes a new instance.
- SatelliteOutageDetails - Class in agi.foundation.navigation.datareaders
-
Holds the details about a specific outage of a GPS satellite.
- SatelliteOutageDetails(OutageType, NanuType, String, String) - Constructor for class agi.foundation.navigation.datareaders.SatelliteOutageDetails
-
Initializes a new instance.
- SatelliteOutageFile - Class in agi.foundation.navigation.datareaders
-
A Satellite Outage File (SOF) that describes the periods of time when the various GPS satellites
were or are expected to be unavailable.
- SatelliteOutageFile() - Constructor for class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Initializes a new instance.
- SatelliteUserRangeError - Class in agi.foundation.navigation
-
Describes the User Range Error (URE) for a GPS satellite.
- SatelliteUserRangeError() - Constructor for class agi.foundation.navigation.SatelliteUserRangeError
-
Initializes a new instance.
- SatelliteUserRangeError(double, double, double) - Constructor for class agi.foundation.navigation.SatelliteUserRangeError
-
Creates a Satellite User Range Error structure, containing URE related data for a specific satellite.
- satisfactionIntervals(Iterable<? extends CoverageGridPointWithResults>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
-
Returns the set of intervals where the entire set of grid points is satisfied.
- SaturnBspEphemerisProvider - Class in agi.foundation.spice
-
Provides access to the positions of the nine major moons of Saturn
with respect to the Saturn system barycenter.
- SaturnBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.SaturnBspEphemerisProvider
-
Initializes an instance using the specified saturn.bsp filename.
- SaturnBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.SaturnBspEphemerisProvider
-
Initializes a new instance with the specified stream factory.
- SaturnBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.SaturnBspEphemerisProvider
-
Initializes an instance using the specified
JplSpkFile
instance.
- SaturnBspEphemerisProvider(SaturnBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.SaturnBspEphemerisProvider
-
Initializes a new instance as a copy of an existing instance.
- SaturnCentralBody - Class in agi.foundation.celestial
-
The planet Saturn.
- SaturnCentralBody() - Constructor for class agi.foundation.celestial.SaturnCentralBody
-
Initializes a new instance.
- SaturnCentralBody(SaturnCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.SaturnCentralBody
-
Initializes a new instance as a copy of an existing instance.
- SaturnGravitationalParameter - Static variable in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
The gravitational parameter of Saturn used by sat441.bsp converted to m^3/s^2.
- SaturnianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
-
Provides
Point
instances representing the positions of some of the Saturnian moons computed using a
J4Propagator
with gravitational terms provided by the
comments file
of the sat441 ephemeris file.
- SaturnJ2 - Static variable in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
The unnormalized J2 term of Saturn used by sat441.bsp.
- SaturnJ4 - Static variable in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
-
The unnormalized J4 term of Saturn used by sat441.bsp.
- SaturnSystemBarycenter - Class in agi.foundation.celestial
-
The barycenter of the Saturn system.
- SaturnSystemBarycenter() - Constructor for class agi.foundation.celestial.SaturnSystemBarycenter
-
Initializes a new instance.
- SaturnSystemBarycenter(SaturnSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.SaturnSystemBarycenter
-
Initializes a new instance as a copy of an existing instance.
- saveToClipboard() - Method in class agi.foundation.graphics.advanced.CameraSnapshot
-
Saves a single frame of the 3D window to the clipboard.
- saveToFile(String, CameraSnapshotFileFormat) - Method in class agi.foundation.graphics.advanced.CameraSnapshot
-
Saves a snapshot of the 3D window to the filename with the specified format.
- saveToFile(String, CameraSnapshotFileFormat, double, double) - Method in class agi.foundation.graphics.advanced.CameraSnapshot
-
Saves a snapshot of the 3D window to the filename with the specified format at high resolution.
- saveToRaster() - Method in class agi.foundation.graphics.advanced.CameraSnapshot
-
Saves a snapshot of the 3D window to a
Raster
.
- saveToTexture() - Method in class agi.foundation.graphics.advanced.CameraSnapshot
-
Saves a snapshot of the 3D window to a
Texture2D
.
- Scalar - Class in agi.foundation.geometry
-
A scalar, representing a real valued, time varying function.
- Scalar() - Constructor for class agi.foundation.geometry.Scalar
-
Initializes a new instance.
- Scalar(Scalar, CopyContext) - Constructor for class agi.foundation.geometry.Scalar
-
Initializes a new instance as a copy of an existing instance.
- ScalarAbsoluteValue - Class in agi.foundation.geometry
-
A
Scalar
representing the absolute value of another scalar.
- ScalarAbsoluteValue() - Constructor for class agi.foundation.geometry.ScalarAbsoluteValue
-
Initializes a new instance.
- ScalarAbsoluteValue(Scalar) - Constructor for class agi.foundation.geometry.ScalarAbsoluteValue
-
Constructs a function which represents the absolute value of a given value.
- ScalarAbsoluteValue(ScalarAbsoluteValue, CopyContext) - Constructor for class agi.foundation.geometry.ScalarAbsoluteValue
-
Initializes a new instance as a copy of an existing instance.
- ScalarAngleBetweenVectors - Class in agi.foundation.geometry
-
A scalar representing the instantaneous angle between two vectors which may vary over time.
- ScalarAngleBetweenVectors() - Constructor for class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Initializes a new instance.
- ScalarAngleBetweenVectors(Vector, Vector) - Constructor for class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Constructs the scalar that will represent the angle between the two given vectors.
- ScalarAngleBetweenVectors(ScalarAngleBetweenVectors, CopyContext) - Constructor for class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Initializes a new instance as a copy of an existing instance.
- ScalarAngleInRange - Class in agi.foundation.geometry
-
A
Scalar
that maps an angle produced by another scalar to a desired range.
- ScalarAngleInRange() - Constructor for class agi.foundation.geometry.ScalarAngleInRange
-
Initializes an instance.
- ScalarAngleInRange(Scalar) - Constructor for class agi.foundation.geometry.ScalarAngleInRange
-
Initializes an instance.
- ScalarAngleInRange(double, double) - Constructor for class agi.foundation.geometry.ScalarAngleInRange
-
Initializes an instance.
- ScalarAngleInRange(Scalar, double, double) - Constructor for class agi.foundation.geometry.ScalarAngleInRange
-
Initializes an instance.
- ScalarAngleInRange(ScalarAngleInRange, CopyContext) - Constructor for class agi.foundation.geometry.ScalarAngleInRange
-
Initializes a new instance as a copy of an existing instance.
- ScalarAngleSmallSpan - Class in agi.foundation.geometry
-
A
Scalar
that represents the small span between two scalars that represent angles.
- ScalarAngleSmallSpan() - Constructor for class agi.foundation.geometry.ScalarAngleSmallSpan
-
Initializes the scalar.
- ScalarAngleSmallSpan(Scalar, Scalar) - Constructor for class agi.foundation.geometry.ScalarAngleSmallSpan
-
Initializes the scalar.
- ScalarAngleSmallSpan(ScalarAngleSmallSpan, CopyContext) - Constructor for class agi.foundation.geometry.ScalarAngleSmallSpan
-
Initializes a new instance as a copy of an existing instance.
- ScalarAntennaGainInLinkDirection - Class in agi.foundation.geometry
-
A scalar which represents the antenna gain for the intended signal
in the direction of the specified communication link.
- ScalarAntennaGainInLinkDirection() - Constructor for class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Initializes a new instance.
- ScalarAntennaGainInLinkDirection(IServiceProvider, LinkRole, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Initialize a new instance based on the given parameters.
- ScalarAntennaGainInLinkDirection(ScalarAntennaGainInLinkDirection, CopyContext) - Constructor for class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Initializes a new instance as a copy of an existing instance.
- ScalarAtEndOfNumericalSegmentConstraint - Class in agi.foundation.numericalmethods
-
- ScalarAtEndOfNumericalSegmentConstraint() - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfNumericalSegmentConstraint(Scalar, SegmentDefinition, double, double, EndsOfSegment, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfNumericalSegmentConstraint(Scalar, SegmentDefinition, double, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfNumericalSegmentConstraint(Scalar, SegmentDefinition, double, double, EndsOfSegment) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfNumericalSegmentConstraint(ScalarAtEndOfNumericalSegmentConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarAtEndOfSegmentConstraint - Class in agi.foundation.numericalmethods
-
- ScalarAtEndOfSegmentConstraint() - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, EndsOfSegment, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, EndsOfSegment, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentConstraint(SegmentDefinition, double, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, EndsOfSegment) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentConstraint(ScalarAtEndOfSegmentConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarAtEndOfSegmentCostFunction - Class in agi.foundation.numericalmethods
-
- ScalarAtEndOfSegmentCostFunction() - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance.
- ScalarAtEndOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, TimeBasedStateParameter, EndsOfSegment, CostFunctionScaling) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance.
- ScalarAtEndOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, TimeBasedStateParameter, EndsOfSegment, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance.
- ScalarAtEndOfSegmentCostFunction(SegmentDefinition, CostFunctionGoal, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance.
- ScalarAtEndOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, TimeBasedStateParameter, EndsOfSegment) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance.
- ScalarAtEndOfSegmentCostFunction(ScalarAtEndOfSegmentCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Initializes a new instance as a copy of an existing instance.
- ScalarAtEndOfSegmentInequalityConstraint - Class in agi.foundation.numericalmethods
-
- ScalarAtEndOfSegmentInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, TimeBasedStateParameter, EndsOfSegment, InequalityConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, TimeBasedStateParameter, EndsOfSegment, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentInequalityConstraint(SegmentDefinition, InequalityBoundType, double, double) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, TimeBasedStateParameter, EndsOfSegment) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarAtEndOfSegmentInequalityConstraint(ScalarAtEndOfSegmentInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarAtmosphericDensity - Class in agi.foundation.celestial
-
Abstract base class for all atmospheric models used to calculate density.
- ScalarAtmosphericDensity() - Constructor for class agi.foundation.celestial.ScalarAtmosphericDensity
-
Initializes a
Scalar
representing atmospheric density.
- ScalarAtmosphericDensity(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarAtmosphericDensity
-
Initializes a
Scalar
representing atmospheric density using the target point
and solar-geophysical data.
- ScalarAtmosphericDensity(Point, SolarGeophysicalData, CentralBody, Vector) - Constructor for class agi.foundation.celestial.ScalarAtmosphericDensity
-
Initializes a
Scalar
representing atmospheric density using the target point
and solar-geophysical data.
- ScalarAtmosphericDensity(ScalarAtmosphericDensity, CopyContext) - Constructor for class agi.foundation.celestial.ScalarAtmosphericDensity
-
Initializes a new instance as a copy of an existing instance.
- ScalarBitErrorRate<TModulation extends DigitalModulation> - Class in agi.foundation.geometry
-
A scalar which represents the bit error rate (BER) from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarBitErrorRate(TypeLiteral<TModulation>) - Constructor for class agi.foundation.geometry.ScalarBitErrorRate
-
Initializes a new instance.
- ScalarBitErrorRate(TypeLiteral<TModulation>, IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarBitErrorRate
-
Initialize a new instance based on the given parameters.
- ScalarBitErrorRate(TypeLiteral<TModulation>, ScalarBitErrorRate<TModulation>, CopyContext) - Constructor for class agi.foundation.geometry.ScalarBitErrorRate
-
Initializes a new instance as a copy of an existing instance.
- ScalarCarrierToInterference - Class in agi.foundation.geometry
-
A scalar which represents the carrier to interference ratio C/I from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarCarrierToInterference() - Constructor for class agi.foundation.geometry.ScalarCarrierToInterference
-
Initializes a new instance.
- ScalarCarrierToInterference(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarCarrierToInterference
-
Initialize a new instance based on the given parameters.
- ScalarCarrierToInterference(ScalarCarrierToInterference, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCarrierToInterference
-
Initializes a new instance as a copy of an existing instance.
- ScalarCarrierToNoise - Class in agi.foundation.geometry
-
A scalar which represents the carrier to noise ratio C/N from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarCarrierToNoise() - Constructor for class agi.foundation.geometry.ScalarCarrierToNoise
-
Initializes a new instance.
- ScalarCarrierToNoise(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoise
-
Initialize a new instance based on the given parameters.
- ScalarCarrierToNoise(ScalarCarrierToNoise, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoise
-
Initializes a new instance as a copy of an existing instance.
- ScalarCarrierToNoiseDensity - Class in agi.foundation.geometry
-
A scalar which represents the carrier to noise density ratio C/No from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarCarrierToNoiseDensity() - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Initializes a new instance.
- ScalarCarrierToNoiseDensity(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Initialize a new instance based on the given parameters.
- ScalarCarrierToNoiseDensity(ScalarCarrierToNoiseDensity, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Initializes a new instance as a copy of an existing instance.
- ScalarCarrierToNoiseDensityPlusInterference - Class in agi.foundation.geometry
-
A scalar which represents the carrier to noise density plus interference ratio C/(N0+I0) from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarCarrierToNoiseDensityPlusInterference() - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Initializes a new instance.
- ScalarCarrierToNoiseDensityPlusInterference(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Initialize a new instance based on the given parameters.
- ScalarCarrierToNoiseDensityPlusInterference(ScalarCarrierToNoiseDensityPlusInterference, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Initializes a new instance as a copy of an existing instance.
- ScalarCarrierToNoisePlusInterference - Class in agi.foundation.geometry
-
A scalar which represents the carrier to noise plus interference ratio C/(N+I) from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarCarrierToNoisePlusInterference() - Constructor for class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Initializes a new instance.
- ScalarCarrierToNoisePlusInterference(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Initialize a new instance based on the given parameters.
- ScalarCarrierToNoisePlusInterference(ScalarCarrierToNoisePlusInterference, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Initializes a new instance as a copy of an existing instance.
- ScalarCartographicElement - Class in agi.foundation.geometry
-
- ScalarCartographicElement() - Constructor for class agi.foundation.geometry.ScalarCartographicElement
-
Initializes a new instance.
- ScalarCartographicElement(CentralBody, Point, CartographicElement) - Constructor for class agi.foundation.geometry.ScalarCartographicElement
-
Initializes a new instance.
- ScalarCartographicElement(ScalarCartographicElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCartographicElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarCesiumProperty - Class in agi.foundation.cesium
-
- ScalarCesiumProperty() - Constructor for class agi.foundation.cesium.ScalarCesiumProperty
-
Initializes a new instance.
- ScalarCesiumProperty(Scalar) - Constructor for class agi.foundation.cesium.ScalarCesiumProperty
-
Initializes a new instance with the provided
Scalar
.
- ScalarConstraint - Class in agi.foundation.access.constraints
-
A class representing a generalized constraint based on a given evaluator
with a minimum and maximum threshold value which indicate the satisfaction region.
- ScalarConstraint() - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance with default values.
- ScalarConstraint(Scalar, double) - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance with the specified scalar and minimum value.
- ScalarConstraint(IServiceProvider, Scalar, double) - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance with the specified constrained object, scalar, and minimum value.
- ScalarConstraint(Scalar, double, double) - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance with the specified scalar, minimum value, and maximum value.
- ScalarConstraint(IServiceProvider, Scalar, double, double) - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance with the specified constrained object, scalar,
minimum value, and maximum value.
- ScalarConstraint(ScalarConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ScalarConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarConstraintDifference - Enum in agi.foundation.numericalmethods
-
Specifies the manner in which the difference is computed.
- ScalarCosine - Class in agi.foundation.geometry
-
A
Scalar
representing the cosine of another scalar.
- ScalarCosine() - Constructor for class agi.foundation.geometry.ScalarCosine
-
Initializes a new instance.
- ScalarCosine(Scalar) - Constructor for class agi.foundation.geometry.ScalarCosine
-
Constructs a function which represents the cosine of a given value.
- ScalarCosine(ScalarCosine, CopyContext) - Constructor for class agi.foundation.geometry.ScalarCosine
-
Initializes a new instance as a copy of an existing instance.
- ScalarDelaunayElement - Class in agi.foundation.geometry
-
- ScalarDelaunayElement() - Constructor for class agi.foundation.geometry.ScalarDelaunayElement
-
Initializes a new instance.
- ScalarDelaunayElement(double, Point, DelaunayElement, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarDelaunayElement
-
Initializes a new instance.
- ScalarDelaunayElement(ScalarDelaunayElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDelaunayElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarDelayedByLink - Class in agi.foundation.geometry
-
- ScalarDelayedByLink() - Constructor for class agi.foundation.geometry.ScalarDelayedByLink
-
Initializes a new instance.
- ScalarDelayedByLink(Scalar, IServiceProvider, LinkRole) - Constructor for class agi.foundation.geometry.ScalarDelayedByLink
-
Initialize a new instance based on the given scalar delayed by the given link.
- ScalarDelayedByLink(Scalar, LinkPath, LinkRole) - Constructor for class agi.foundation.geometry.ScalarDelayedByLink
-
Initialize a new instance based on the given scalar delayed by the given link.
- ScalarDeltaSphericalElement - Class in agi.foundation.geometry
-
A
Scalar
that computes the difference in the clock or cone angle, or the difference of the
the radius between two
Points
relative to a common parent.
- ScalarDeltaSphericalElement() - Constructor for class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Initializes a new instance.
- ScalarDeltaSphericalElement(Point, Point, Point, ReferenceFrame, SphericalElement) - Constructor for class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Initializes a new instance.
- ScalarDeltaSphericalElement(Point, CentralBody, CentralBody, SphericalElement) - Constructor for class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Initializes a new instance.
- ScalarDeltaSphericalElement(ScalarDeltaSphericalElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarDensityJacchia1970 - Class in agi.foundation.celestial
-
Calculates atmospheric density according to the Jacchia 1970 model.
- ScalarDensityJacchia1970() - Constructor for class agi.foundation.celestial.ScalarDensityJacchia1970
-
Initializes a
Scalar
representing the Jacchia 1971 model
of atmospheric density.
- ScalarDensityJacchia1970(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarDensityJacchia1970
-
Initializes a
Scalar
representing the Jacchia 1970 model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityJacchia1970(Point, SolarGeophysicalData, CentralBody, Vector, boolean) - Constructor for class agi.foundation.celestial.ScalarDensityJacchia1970
-
Initializes a
Scalar
representing the Jacchia 1970 model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityJacchia1970(ScalarDensityJacchia1970, CopyContext) - Constructor for class agi.foundation.celestial.ScalarDensityJacchia1970
-
Initializes a new instance as a copy of an existing instance.
- ScalarDensityJacchiaRoberts - Class in agi.foundation.celestial
-
Calculates atmospheric density according to the Jacchia-Roberts model.
- ScalarDensityJacchiaRoberts() - Constructor for class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Initializes a
Scalar
representing the Jacchia-Roberts model
of atmospheric density.
- ScalarDensityJacchiaRoberts(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Initializes a
Scalar
representing the Jacchia-Roberts model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityJacchiaRoberts(Point, SolarGeophysicalData, CentralBody, Vector, boolean) - Constructor for class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Initializes a
Scalar
representing the Jacchia-Roberts model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityJacchiaRoberts(ScalarDensityJacchiaRoberts, CopyContext) - Constructor for class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Initializes a new instance as a copy of an existing instance.
- ScalarDensityMsis2000 - Class in agi.foundation.celestial
-
Calculates atmospheric density according to the NRLMSISE 2000 model.
- ScalarDensityMsis2000() - Constructor for class agi.foundation.celestial.ScalarDensityMsis2000
-
Initializes a
Scalar
representing the MSIS 2000 model
of atmospheric density.
- ScalarDensityMsis2000(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarDensityMsis2000
-
Initializes a
Scalar
representing the MSIS 2000 model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityMsis2000(ScalarDensityMsis2000, CopyContext) - Constructor for class agi.foundation.celestial.ScalarDensityMsis2000
-
Initializes a new instance as a copy of an existing instance.
- ScalarDensityMsis86 - Class in agi.foundation.celestial
-
Calculates atmospheric density according to the MSIS 1986 model.
- ScalarDensityMsis86() - Constructor for class agi.foundation.celestial.ScalarDensityMsis86
-
Initializes a
Scalar
representing the MSIS 1986 model
of atmospheric density.
- ScalarDensityMsis86(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarDensityMsis86
-
Initializes a
Scalar
representing the MSIS 1986 model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityMsis86(ScalarDensityMsis86, CopyContext) - Constructor for class agi.foundation.celestial.ScalarDensityMsis86
-
Initializes a new instance as a copy of an existing instance.
- ScalarDensityMsis90 - Class in agi.foundation.celestial
-
Calculates atmospheric density according to the MSIS 1990 model.
- ScalarDensityMsis90() - Constructor for class agi.foundation.celestial.ScalarDensityMsis90
-
Initializes a
Scalar
representing the MSIS 1990 model
of atmospheric density.
- ScalarDensityMsis90(Point, SolarGeophysicalData) - Constructor for class agi.foundation.celestial.ScalarDensityMsis90
-
Initializes a
Scalar
representing the MSIS 1990 model
of atmospheric density using the target point and solar-geophysical data.
- ScalarDensityMsis90(ScalarDensityMsis90, CopyContext) - Constructor for class agi.foundation.celestial.ScalarDensityMsis90
-
Initializes a new instance as a copy of an existing instance.
- ScalarDependentOnServiceProvider - Class in agi.foundation.geometry
-
A scalar, representing a real valued, time varying function which depends on one or more services from an
IServiceProvider
in order to get an evaluator.
- ScalarDependentOnServiceProvider() - Constructor for class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Initializes a new instance.
- ScalarDependentOnServiceProvider(ScalarDependentOnServiceProvider, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Initializes a new instance as a copy of an existing instance.
- ScalarDerivative - Class in agi.foundation.geometry
-
A
Scalar
(
get
/
set
) representing the derivative of the specified
Order
(
get
/
set
) of a given
Scalar
(
get
/
set
).
- ScalarDerivative() - Constructor for class agi.foundation.geometry.ScalarDerivative
-
Initializes a new instance.
- ScalarDerivative(Scalar, int) - Constructor for class agi.foundation.geometry.ScalarDerivative
-
Initializes a new instance of the
ScalarDerivative
class to represent the derivative of a given scalar.
- ScalarDerivative(ScalarDerivative, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDerivative
-
Initializes a new instance as a copy of an existing instance.
- ScalarDifferenceOfSegmentConstraint - Class in agi.foundation.numericalmethods
-
- ScalarDifferenceOfSegmentConstraint() - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentConstraint(Scalar, SegmentDefinition, double, double, ScalarConstraintDifference, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentConstraint(Scalar, SegmentDefinition, double, double, ScalarConstraintDifference, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentConstraint(SegmentDefinition, double, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentConstraint(Scalar, SegmentDefinition, double, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentConstraint(ScalarDifferenceOfSegmentConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarDifferenceOfSegmentCostFunction - Class in agi.foundation.numericalmethods
-
- ScalarDifferenceOfSegmentCostFunction() - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance.
- ScalarDifferenceOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, ScalarConstraintDifference, CostFunctionScaling) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance.
- ScalarDifferenceOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, ScalarConstraintDifference, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance.
- ScalarDifferenceOfSegmentCostFunction(SegmentDefinition, CostFunctionGoal, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance.
- ScalarDifferenceOfSegmentCostFunction(Scalar, SegmentDefinition, CostFunctionGoal, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance.
- ScalarDifferenceOfSegmentCostFunction(ScalarDifferenceOfSegmentCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Initializes a new instance as a copy of an existing instance.
- ScalarDifferenceOfSegmentInequalityConstraint - Class in agi.foundation.numericalmethods
-
This
inequality
constraint will take the initial and final values from a
SegmentResults
and evaluate the difference of a
Scalar
(
get
/
set
) at those times.
- ScalarDifferenceOfSegmentInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, ScalarConstraintDifference, InequalityConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, ScalarConstraintDifference, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentInequalityConstraint(SegmentDefinition, InequalityBoundType, double, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentInequalityConstraint(Scalar, SegmentDefinition, InequalityBoundType, double, double, ScalarConstraintDifference) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance.
- ScalarDifferenceOfSegmentInequalityConstraint(ScalarDifferenceOfSegmentInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarDihedralAngle - Class in agi.foundation.geometry
-
A scalar representing the angle between two vectors measured about a given axis.
- ScalarDihedralAngle() - Constructor for class agi.foundation.geometry.ScalarDihedralAngle
-
Initializes a new instance.
- ScalarDihedralAngle(Vector, Vector, Vector) - Constructor for class agi.foundation.geometry.ScalarDihedralAngle
-
Constructs the angle between the two given angles about the given axis.
- ScalarDihedralAngle(ScalarDihedralAngle, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDihedralAngle
-
Initializes a new instance as a copy of an existing instance.
- ScalarDopplerConeAngle - Class in agi.foundation.geometry
-
A simple geometric scalar that returns an angle in the range 0, π/2.
- ScalarDopplerConeAngle() - Constructor for class agi.foundation.geometry.ScalarDopplerConeAngle
-
Initializes a doppler cone angle scalar.
- ScalarDopplerConeAngle(IServiceProvider, LinkRole, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarDopplerConeAngle
-
Initializes a doppler cone angle scalar.
- ScalarDopplerConeAngle(ScalarDopplerConeAngle, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDopplerConeAngle
-
Initializes a new instance as a copy of an existing instance.
- ScalarDotProduct - Class in agi.foundation.geometry
-
A
Scalar
defined by the dot product of two vectors which may vary over time.
- ScalarDotProduct() - Constructor for class agi.foundation.geometry.ScalarDotProduct
-
Initializes a new instance.
- ScalarDotProduct(Vector, Vector) - Constructor for class agi.foundation.geometry.ScalarDotProduct
-
Constructs the dot product from two existing vectors.
- ScalarDotProduct(ScalarDotProduct, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDotProduct
-
Initializes a new instance as a copy of an existing instance.
- ScalarDynamicPressure - Class in agi.foundation.geometry
-
A
Scalar
defining the dynamic pressure at a given location.
- ScalarDynamicPressure() - Constructor for class agi.foundation.geometry.ScalarDynamicPressure
-
Initializes a new instance.
- ScalarDynamicPressure(ScalarDependentOnServiceProvider, VectorDependentOnServiceProvider) - Constructor for class agi.foundation.geometry.ScalarDynamicPressure
-
Constructs a scalar that computes the dynamic pressure at a given location.
- ScalarDynamicPressure(ScalarDynamicPressure, CopyContext) - Constructor for class agi.foundation.geometry.ScalarDynamicPressure
-
Initializes a new instance as a copy of an existing instance.
- ScalarEffectiveIsotropicRadiatedPower - Class in agi.foundation.geometry
-
A scalar which represents the "effective isotropic radiated power" or "equivalent isotropic radiated power" (EIRP)
for the link specified by the
CommunicationLink
(
get
/
set
).
- ScalarEffectiveIsotropicRadiatedPower() - Constructor for class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Initializes a new instance.
- ScalarEffectiveIsotropicRadiatedPower(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Initialize a new instance based on the given parameters.
- ScalarEffectiveIsotropicRadiatedPower(ScalarEffectiveIsotropicRadiatedPower, CopyContext) - Constructor for class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Initializes a new instance as a copy of an existing instance.
- ScalarEnergyPerBitToNoiseDensity<TModulation extends DigitalModulation> - Class in agi.foundation.geometry
-
A scalar which represents the energy per bit to noise density ratio Eb/No from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarEnergyPerBitToNoiseDensity(TypeLiteral<TModulation>) - Constructor for class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Initializes a new instance.
- ScalarEnergyPerBitToNoiseDensity(TypeLiteral<TModulation>, IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Initialize a new instance based on the given parameters.
- ScalarEnergyPerBitToNoiseDensity(TypeLiteral<TModulation>, ScalarEnergyPerBitToNoiseDensity<TModulation>, CopyContext) - Constructor for class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Initializes a new instance as a copy of an existing instance.
- ScalarEquinoctialElement - Class in agi.foundation.geometry
-
- ScalarEquinoctialElement() - Constructor for class agi.foundation.geometry.ScalarEquinoctialElement
-
Initializes a new instance.
- ScalarEquinoctialElement(double, Point, EquinoctialElement, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarEquinoctialElement
-
Initializes a new instance.
- ScalarEquinoctialElement(ScalarEquinoctialElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarEquinoctialElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarEquivalentAirspeed - Class in agi.foundation.geometry
-
A
Scalar
defining the equivalent airspeed at a given location.
- ScalarEquivalentAirspeed() - Constructor for class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Initializes a new instance.
- ScalarEquivalentAirspeed(ScalarDependentOnServiceProvider, VectorDependentOnServiceProvider) - Constructor for class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Constructs a scalar that computes the equivalent airspeed at a given location.
- ScalarEquivalentAirspeed(ScalarEquivalentAirspeed, CopyContext) - Constructor for class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Initializes a new instance as a copy of an existing instance.
- ScalarEvaluator - Class in agi.foundation.geometry
-
- ScalarEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.ScalarEvaluator
-
Initializes a new instance.
- ScalarEvaluator(ScalarEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.ScalarEvaluator
-
Initializes a new instance as a copy of an existing instance.
- ScalarExponent - Class in agi.foundation.geometry
-
A
Scalar
representing another scalar raised to the power of a scalar exponent,
along with up to the second derivative.
- ScalarExponent() - Constructor for class agi.foundation.geometry.ScalarExponent
-
Initializes a new instance.
- ScalarExponent(Scalar, Scalar) - Constructor for class agi.foundation.geometry.ScalarExponent
-
Constructs a function which represents a given base raised to some exponent..
- ScalarExponent(ScalarExponent, CopyContext) - Constructor for class agi.foundation.geometry.ScalarExponent
-
Initializes a new instance as a copy of an existing instance.
- ScalarFixed - Class in agi.foundation.geometry
-
A fixed scalar, representing a constant real valued function.
- ScalarFixed() - Constructor for class agi.foundation.geometry.ScalarFixed
-
Initializes a new instance.
- ScalarFixed(double) - Constructor for class agi.foundation.geometry.ScalarFixed
-
Constructs a function which represents a constant real value.
- ScalarFixed(ScalarFixed, CopyContext) - Constructor for class agi.foundation.geometry.ScalarFixed
-
Initializes a new instance as a copy of an existing instance.
- ScalarFixedAtJulianDate - Class in agi.foundation.geometry
-
A
Scalar
which is defined by the instantaneous value of another scalar at a specified
JulianDate
.
- ScalarFixedAtJulianDate() - Constructor for class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Initializes a new instance.
- ScalarFixedAtJulianDate(Scalar, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Initializes a new instance.
- ScalarFixedAtJulianDate(ScalarFixedAtJulianDate, CopyContext) - Constructor for class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Initializes a new instance as a copy of an existing instance.
- ScalarGpsCommunicationsReceiverChannelNoise - Class in agi.foundation.geometry
-
Generates GPS receiver noise based on the communications signals it is tracking.
- ScalarGpsCommunicationsReceiverChannelNoise(GpsReceiver, int) - Constructor for class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Generates GPS receiver noise based on the communications signals it's tracking.
- ScalarGpsCommunicationsReceiverChannelNoise(ScalarGpsCommunicationsReceiverChannelNoise, CopyContext) - Constructor for class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Initializes a new instance as a copy of an existing instance.
- ScalarGraphicsParameter - Class in agi.foundation.platforms
-
- ScalarGraphicsParameter() - Constructor for class agi.foundation.platforms.ScalarGraphicsParameter
-
Initializes a new instance.
- ScalarGraphicsParameter(Scalar) - Constructor for class agi.foundation.platforms.ScalarGraphicsParameter
-
Initializes a new instance with the specified scalar.
- ScalarGraphicsParameter(ScalarGraphicsParameter, CopyContext) - Constructor for class agi.foundation.platforms.ScalarGraphicsParameter
-
Initializes a new instance as a copy of an existing instance.
- ScalarGrazingAltitudeBetweenTwoPoints - Class in agi.foundation.geometry
-
Calculates the altitude of the point on the line of sight vector between two objects
nearest the ellipsoid that defines the input
CentralBody
(
get
/
set
).
- ScalarGrazingAltitudeBetweenTwoPoints() - Constructor for class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Initializes an instance.
- ScalarGrazingAltitudeBetweenTwoPoints(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Initializes an instance with the input parameters.
- ScalarGrazingAltitudeBetweenTwoPoints(CentralBody, IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Initializes an instance with the input parameters.
- ScalarGrazingAltitudeBetweenTwoPoints(ScalarGrazingAltitudeBetweenTwoPoints, CopyContext) - Constructor for class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Initializes a new instance as a copy of an existing instance.
- ScalarInterpolator - Class in agi.foundation.geometry
-
A Scalar with its value, derivative, etc.
- ScalarInterpolator() - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
Initializes a new instance.
- ScalarInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Double>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
- ScalarInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
- ScalarInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
- ScalarInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
- ScalarInterpolator(DoubleMotionInterpolator) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
- ScalarInterpolator(ScalarInterpolator, CopyContext) - Constructor for class agi.foundation.geometry.ScalarInterpolator
-
Initializes a new instance as a copy of an existing instance.
- ScalarInverseTangent - Class in agi.foundation.geometry
-
A scalar representing the instantaneous angle as the inverse tangent of two scalar values.
- ScalarInverseTangent() - Constructor for class agi.foundation.geometry.ScalarInverseTangent
-
Initializes a new instance.
- ScalarInverseTangent(Scalar, Scalar) - Constructor for class agi.foundation.geometry.ScalarInverseTangent
-
Constructs the angle from the provided values as atan2(y, x).
- ScalarInverseTangent(ScalarInverseTangent, CopyContext) - Constructor for class agi.foundation.geometry.ScalarInverseTangent
-
Initializes a new instance as a copy of an existing instance.
- ScalarJammingToSignal - Class in agi.foundation.geometry
-
A scalar which represents the interference to carrier ratio I/C (also known as the jamming to signal ratio J/S) from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarJammingToSignal() - Constructor for class agi.foundation.geometry.ScalarJammingToSignal
-
Initializes a new instance.
- ScalarJammingToSignal(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarJammingToSignal
-
Initialize a new instance based on the given parameters.
- ScalarJammingToSignal(ScalarJammingToSignal, CopyContext) - Constructor for class agi.foundation.geometry.ScalarJammingToSignal
-
Initializes a new instance as a copy of an existing instance.
- ScalarKozaiIzsakMeanElement - Class in agi.foundation.geometry
-
- ScalarKozaiIzsakMeanElement() - Constructor for class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Initializes a new instance.
- ScalarKozaiIzsakMeanElement(double, Point, KozaiIzsakMeanElement, ReferenceFrame, double, double) - Constructor for class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Initializes a new instance.
- ScalarKozaiIzsakMeanElement(ScalarKozaiIzsakMeanElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarMachNumber - Class in agi.foundation.geometry
-
A
Scalar
defining the Mach number at a given location.
- ScalarMachNumber() - Constructor for class agi.foundation.geometry.ScalarMachNumber
-
Initializes a new instance.
- ScalarMachNumber(ScalarDependentOnServiceProvider, VectorDependentOnServiceProvider) - Constructor for class agi.foundation.geometry.ScalarMachNumber
-
Constructs a scalar that computes the Mach number at a given location.
- ScalarMachNumber(ScalarMachNumber, CopyContext) - Constructor for class agi.foundation.geometry.ScalarMachNumber
-
Initializes a new instance as a copy of an existing instance.
- ScalarMaximumValue - Class in agi.foundation.geometry
-
A
Scalar
that returns the larger of the two scalars based upon their comparison at
the specified order.
- ScalarMaximumValue() - Constructor for class agi.foundation.geometry.ScalarMaximumValue
-
Initializes the scalar.
- ScalarMaximumValue(int) - Constructor for class agi.foundation.geometry.ScalarMaximumValue
-
Initializes the scalar.
- ScalarMaximumValue(Scalar, Scalar) - Constructor for class agi.foundation.geometry.ScalarMaximumValue
-
Initializes the scalar.
- ScalarMaximumValue(Scalar, Scalar, int) - Constructor for class agi.foundation.geometry.ScalarMaximumValue
-
Initializes the scalar.
- ScalarMaximumValue(ScalarMaximumValue, CopyContext) - Constructor for class agi.foundation.geometry.ScalarMaximumValue
-
Initializes a new instance as a copy of an existing instance.
- scalarMeasure(JulianDate, int) - Method in class agi.foundation.geometry.discrete.EllipsoidSurfaceRegionCoverageGridCell
-
Returns a scalar measure for the grid cell.
- scalarMeasure(JulianDate, int) - Method in interface agi.foundation.geometry.discrete.ICoverageGridCell
-
Returns a scalar measure for the grid cell.
- scalarMeasure(JulianDate, int) - Method in class agi.foundation.geometry.discrete.VolumeElementCoverageGridCell
-
Returns a scalar measure for the grid cell.
- ScalarMinimumValue - Class in agi.foundation.geometry
-
A
Scalar
that returns the smaller of the two scalars based upon their comparison at
the specified order.
- ScalarMinimumValue() - Constructor for class agi.foundation.geometry.ScalarMinimumValue
-
Initializes the scalar.
- ScalarMinimumValue(int) - Constructor for class agi.foundation.geometry.ScalarMinimumValue
-
Initializes the scalar.
- ScalarMinimumValue(Scalar, Scalar) - Constructor for class agi.foundation.geometry.ScalarMinimumValue
-
Initializes the scalar.
- ScalarMinimumValue(Scalar, Scalar, int) - Constructor for class agi.foundation.geometry.ScalarMinimumValue
-
Initializes the scalar.
- ScalarMinimumValue(ScalarMinimumValue, CopyContext) - Constructor for class agi.foundation.geometry.ScalarMinimumValue
-
Initializes a new instance as a copy of an existing instance.
- ScalarModifiedKeplerianElement - Class in agi.foundation.geometry
-
- ScalarModifiedKeplerianElement() - Constructor for class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Initializes a new instance.
- ScalarModifiedKeplerianElement(double, Point, KeplerianElement, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Initializes a new instance.
- ScalarModifiedKeplerianElement(ScalarModifiedKeplerianElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarNoisePlusInterference - Class in agi.foundation.geometry
-
A scalar which represents the noise plus interference ratio N+I from a receiver,
as computed from the
SignalProcessor
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarNoisePlusInterference() - Constructor for class agi.foundation.geometry.ScalarNoisePlusInterference
-
Initializes a new instance.
- ScalarNoisePlusInterference(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarNoisePlusInterference
-
Initialize a new instance based on the given parameters.
- ScalarNoisePlusInterference(ScalarNoisePlusInterference, CopyContext) - Constructor for class agi.foundation.geometry.ScalarNoisePlusInterference
-
Initializes a new instance as a copy of an existing instance.
- ScalarOccultation - Class in agi.foundation.celestial
-
A class that provides evaluators for percentage of occultation/eclipse at a position, as well as
EclipseType
.
- ScalarOccultation() - Constructor for class agi.foundation.celestial.ScalarOccultation
-
- ScalarOccultation(CentralBody, Point, CentralBody...) - Constructor for class agi.foundation.celestial.ScalarOccultation
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultation(CentralBody, Point, Iterable<CentralBody>) - Constructor for class agi.foundation.celestial.ScalarOccultation
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultation(ScalarOccultation, CopyContext) - Constructor for class agi.foundation.celestial.ScalarOccultation
-
Initializes a new instance as a copy of an existing instance.
- ScalarOccultationCylindrical - Class in agi.foundation.celestial
-
Provides evaluators for percentage of occultation/eclipse at a position,
as well as
EclipseType
using the cylindrical shadow model.
- ScalarOccultationCylindrical() - Constructor for class agi.foundation.celestial.ScalarOccultationCylindrical
-
- ScalarOccultationCylindrical(CentralBody, Point, CentralBody...) - Constructor for class agi.foundation.celestial.ScalarOccultationCylindrical
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationCylindrical(CentralBody, Point, Iterable<CentralBody>) - Constructor for class agi.foundation.celestial.ScalarOccultationCylindrical
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationCylindrical(ScalarOccultationCylindrical, CopyContext) - Constructor for class agi.foundation.celestial.ScalarOccultationCylindrical
-
Initializes a new instance as a copy of an existing instance.
- ScalarOccultationDualCone - Class in agi.foundation.celestial
-
Provides evaluators for percentage of occultation/eclipse at a position,
as well as
EclipseType
using the dual cone shadow model.
- ScalarOccultationDualCone() - Constructor for class agi.foundation.celestial.ScalarOccultationDualCone
-
- ScalarOccultationDualCone(CentralBody, Point, CentralBody...) - Constructor for class agi.foundation.celestial.ScalarOccultationDualCone
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationDualCone(CentralBody, Point, Iterable<CentralBody>) - Constructor for class agi.foundation.celestial.ScalarOccultationDualCone
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationDualCone(ScalarOccultationDualCone, CopyContext) - Constructor for class agi.foundation.celestial.ScalarOccultationDualCone
-
Initializes a new instance as a copy of an existing instance.
- ScalarOccultationNoShadow - Class in agi.foundation.celestial
-
- ScalarOccultationNoShadow() - Constructor for class agi.foundation.celestial.ScalarOccultationNoShadow
-
- ScalarOccultationNoShadow(CentralBody, Point) - Constructor for class agi.foundation.celestial.ScalarOccultationNoShadow
-
Initializes a new instance using the provided
TargetPoint
(
get
/
set
) and
IlluminatingBody
(
get
/
set
), which a
SimpleSolarRadiationForce
type will need to calculate the direction and magnitude of the un-occulted
solar radiation.
- ScalarOccultationNoShadow(ScalarOccultationNoShadow, CopyContext) - Constructor for class agi.foundation.celestial.ScalarOccultationNoShadow
-
Initializes a new instance as a copy of an existing instance.
- ScalarOccultationRegulatedDualCone - Class in agi.foundation.celestial
-
Provides evaluators for percentage of occultation/eclipse at a position,
as well as
EclipseType
using the dual cone shadow model.
- ScalarOccultationRegulatedDualCone() - Constructor for class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
- ScalarOccultationRegulatedDualCone(CentralBody, Point, CentralBody...) - Constructor for class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationRegulatedDualCone(CentralBody, Point, Iterable<CentralBody>) - Constructor for class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Creates a new Scalar from the given illuminating body, target point, and occluding bodies.
- ScalarOccultationRegulatedDualCone(ScalarOccultationDualCone) - Constructor for class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
- ScalarPointElement - Class in agi.foundation.geometry
-
A
Scalar
that returns one element of a
Points
evaluated motion.
- ScalarPointElement() - Constructor for class agi.foundation.geometry.ScalarPointElement
-
Initializes a new instance.
- ScalarPointElement(Point, CartesianElement, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarPointElement
-
Initializes a new instance.
- ScalarPointElement(ScalarPointElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarPointElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarPolarizationEfficiency - Class in agi.foundation.geometry
-
A scalar which represents the computed polarization efficiency which is defined as the ratio of the received power, after accounting for polarization mismatch, to the total power
in the signal before accounting for the polarization mismatch.
- ScalarPolarizationEfficiency() - Constructor for class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Initializes a new instance.
- ScalarPolarizationEfficiency(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Initialize a new instance based on the given parameters.
- ScalarPolarizationEfficiency(ScalarPolarizationEfficiency, CopyContext) - Constructor for class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Initializes a new instance as a copy of an existing instance.
- ScalarPowerAtReceiverOutput - Class in agi.foundation.geometry
-
A scalar which represents the power of the intended signal at the receiver output as
identified by the
ISignalOutputService
and which must be available on the
CommunicationObject
(
get
/
set
).
- ScalarPowerAtReceiverOutput() - Constructor for class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Initializes a new instance.
- ScalarPowerAtReceiverOutput(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Initialize a new instance based on the given parameters.
- ScalarPowerAtReceiverOutput(ScalarPowerAtReceiverOutput, CopyContext) - Constructor for class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Initializes a new instance as a copy of an existing instance.
- ScalarProduct - Class in agi.foundation.geometry
-
A
Scalar
defined by the multiplication of a list of scalars which may vary over time.
- ScalarProduct() - Constructor for class agi.foundation.geometry.ScalarProduct
-
Initializes a new instance.
- ScalarProduct(Scalar...) - Constructor for class agi.foundation.geometry.ScalarProduct
-
Constructs the product of the given
Scalars
.
- ScalarProduct(Iterable<? extends Scalar>) - Constructor for class agi.foundation.geometry.ScalarProduct
-
Constructs the product of the list of
Scalars
.
- ScalarProduct(ScalarProduct, CopyContext) - Constructor for class agi.foundation.geometry.ScalarProduct
-
Initializes a new instance as a copy of an existing instance.
- ScalarPropagationLoss - Class in agi.foundation.geometry
-
A scalar which represents the loss in power on a signal propagating along the link specified by the
CommunicationLink
(
get
/
set
).
- ScalarPropagationLoss() - Constructor for class agi.foundation.geometry.ScalarPropagationLoss
-
Initializes a new instance.
- ScalarPropagationLoss(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarPropagationLoss
-
Initialize a new instance based on the given parameters.
- ScalarPropagationLoss(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, SignalPropagationModel) - Constructor for class agi.foundation.geometry.ScalarPropagationLoss
-
Initialize a new instance based on the given parameters.
- ScalarPropagationLoss(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, SignalPropagationModelChain) - Constructor for class agi.foundation.geometry.ScalarPropagationLoss
-
Initialize a new instance based on the given parameters.
- ScalarPropagationLoss(ScalarPropagationLoss, CopyContext) - Constructor for class agi.foundation.geometry.ScalarPropagationLoss
-
Initializes a new instance as a copy of an existing instance.
- ScalarReceivedIsotropicPower - Class in agi.foundation.geometry
-
A scalar which represents the "received isotropic power" (RIP)
for the link specified by the
CommunicationLink
(
get
/
set
).
- ScalarReceivedIsotropicPower() - Constructor for class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Initializes a new instance.
- ScalarReceivedIsotropicPower(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Initialize a new instance based on the given parameters.
- ScalarReceivedIsotropicPower(ScalarReceivedIsotropicPower, CopyContext) - Constructor for class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Initializes a new instance as a copy of an existing instance.
- ScalarReceivedPowerFluxDensity - Class in agi.foundation.geometry
-
A scalar which represents the received power flux density
for the link specified by the
CommunicationLink
(
get
/
set
).
- ScalarReceivedPowerFluxDensity() - Constructor for class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Initializes a new instance.
- ScalarReceivedPowerFluxDensity(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Initialize a new instance based on the given parameters.
- ScalarReceivedPowerFluxDensity(ScalarReceivedPowerFluxDensity, CopyContext) - Constructor for class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Initializes a new instance as a copy of an existing instance.
- ScalarRouteHeading - Class in agi.foundation.geometry
-
A scalar that defines the heading of the platform along a route.
- ScalarRouteHeading() - Constructor for class agi.foundation.geometry.ScalarRouteHeading
-
Create a new instance
- ScalarRouteHeading(PropagatedRoute) - Constructor for class agi.foundation.geometry.ScalarRouteHeading
-
Create a new instance based on the given route.
- ScalarRouteHeading(ScalarRouteHeading, CopyContext) - Constructor for class agi.foundation.geometry.ScalarRouteHeading
-
Initializes a new instance as a copy of an existing instance.
- ScalarRouteHeight - Class in agi.foundation.geometry
-
A scalar representation of the height dynamics of the route with respect to the given
terrain reference surface.
- ScalarRouteHeight() - Constructor for class agi.foundation.geometry.ScalarRouteHeight
-
Create a new instance.
- ScalarRouteHeight(PropagatedRoute, TerrainProvider) - Constructor for class agi.foundation.geometry.ScalarRouteHeight
-
Create a new instance based on the given route and height reference.
- ScalarRouteHeight(ScalarRouteHeight, CopyContext) - Constructor for class agi.foundation.geometry.ScalarRouteHeight
-
Initializes a new instance as a copy of an existing instance.
- ScalarRouteSurfaceSpeed - Class in agi.foundation.geometry
-
A scalar representing the speed along the ellipsoid surface upon which the route is defined.
- ScalarRouteSurfaceSpeed() - Constructor for class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Create a new instance.
- ScalarRouteSurfaceSpeed(PropagatedRoute) - Constructor for class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
- ScalarRouteSurfaceSpeed(ScalarRouteSurfaceSpeed, CopyContext) - Constructor for class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Initializes a new instance as a copy of an existing instance.
- ScalarRouteTotalSpeed - Class in agi.foundation.geometry
-
A scalar representing the total speed with respect to the ellipsoid surface upon which the route is defined.
- ScalarRouteTotalSpeed() - Constructor for class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Create a new instance.
- ScalarRouteTotalSpeed(PropagatedRoute, TerrainProvider) - Constructor for class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Create a new instance based on the given route and reference surface.
- ScalarRouteTotalSpeed(ScalarRouteTotalSpeed, CopyContext) - Constructor for class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Initializes a new instance as a copy of an existing instance.
- ScalarSaastamoinenTroposphericCorrection - Class in agi.foundation.navigation.models
-
A
Scalar
for calculating the Saastamoinen tropospheric correction.
- ScalarSaastamoinenTroposphericCorrection() - Constructor for class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Initializes a new instance.
- ScalarSaastamoinenTroposphericCorrection(IServiceProvider, IServiceProvider, RinexMeteorological, ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping) - Constructor for class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Initializes a new instance with the specified parameters.
- ScalarSaastamoinenTroposphericCorrection(ScalarSaastamoinenTroposphericCorrection, CopyContext) - Constructor for class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Initializes a new instance as a copy of an existing instance.
- ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping - Enum in agi.foundation.navigation.models
-
The types of obliquity mapping used.
- ScalarSine - Class in agi.foundation.geometry
-
A
Scalar
representing the sine of another scalar.
- ScalarSine() - Constructor for class agi.foundation.geometry.ScalarSine
-
Initializes a new instance.
- ScalarSine(Scalar) - Constructor for class agi.foundation.geometry.ScalarSine
-
Constructs a function which represents the sine of a given value.
- ScalarSine(ScalarSine, CopyContext) - Constructor for class agi.foundation.geometry.ScalarSine
-
Initializes a new instance as a copy of an existing instance.
- ScalarSingleFrequencyIonosphericCorrection - Class in agi.foundation.navigation.models
-
A
Scalar
for calculating the IS-GPS-200D single frequency ionospheric error correction.
- ScalarSingleFrequencyIonosphericCorrection() - Constructor for class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Initializes a new instance.
- ScalarSingleFrequencyIonosphericCorrection(IServiceProvider, IServiceProvider, RinexNavigation) - Constructor for class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Creates a new instance with the specified transmitter, receiver, and file.
- ScalarSingleFrequencyIonosphericCorrection(ScalarSingleFrequencyIonosphericCorrection, CopyContext) - Constructor for class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Initializes a new instance as a copy of an existing instance.
- ScalarSphericalElement - Class in agi.foundation.geometry
-
- ScalarSphericalElement() - Constructor for class agi.foundation.geometry.ScalarSphericalElement
-
Initializes a new instance.
- ScalarSphericalElement(Point, ReferenceFrame, SphericalElement) - Constructor for class agi.foundation.geometry.ScalarSphericalElement
-
Initializes a new instance.
- ScalarSphericalElement(ScalarSphericalElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarSphericalElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarSquintAngle - Class in agi.foundation.geometry
-
- ScalarSquintAngle() - Constructor for class agi.foundation.geometry.ScalarSquintAngle
-
Initializes a squint angle scalar.
- ScalarSquintAngle(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.geometry.ScalarSquintAngle
-
Initializes a new instance.
- ScalarSquintAngle(IServiceProvider, IServiceProvider, ReferenceFrame) - Constructor for class agi.foundation.geometry.ScalarSquintAngle
-
Initializes a new instance.
- ScalarSquintAngle(ScalarSquintAngle, CopyContext) - Constructor for class agi.foundation.geometry.ScalarSquintAngle
-
Initializes a new instance as a copy of an existing instance.
- ScalarStoppingCondition - Class in agi.foundation.stoppingconditions
-
A
StoppingCondition
that will stop propagation by search for thresholds and extrema
from values of a
Scalar
(
get
/
set
).
- ScalarStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Initializes a new instance.
- ScalarStoppingCondition(Scalar, double, StopType) - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Initializes a new instance.
- ScalarStoppingCondition(Scalar, double, double, StopType) - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Initializes a new instance.
- ScalarStoppingCondition(ScalarStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Initializes a new instance as a copy of an existing instance.
- ScalarStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
-
- ScalarStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Initializes a new instance.
- ScalarStoppingConditionConstraint(Scalar, double, double, WhenToCheckConstraint, InequalityCondition, boolean) - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Initializes a new instance.
- ScalarStoppingConditionConstraint(ScalarStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Initializes a new instance as a copy of an existing instance.
- ScalarSum - Class in agi.foundation.geometry
-
A
Scalar
defined by the addition of a list of scalars which may vary over time.
- ScalarSum() - Constructor for class agi.foundation.geometry.ScalarSum
-
Initializes a new instance.
- ScalarSum(Scalar...) - Constructor for class agi.foundation.geometry.ScalarSum
-
Constructs the sum of the given
Scalars
.
- ScalarSum(Iterable<? extends Scalar>) - Constructor for class agi.foundation.geometry.ScalarSum
-
Constructs the sum of a list of
Scalars
.
- ScalarSum(ScalarSum, CopyContext) - Constructor for class agi.foundation.geometry.ScalarSum
-
Initializes a new instance as a copy of an existing instance.
- ScalarVariableArea - Class in agi.foundation.celestial
-
- ScalarVariableArea(int) - Constructor for class agi.foundation.celestial.ScalarVariableArea
-
Initializes a new instance.
- ScalarVariableArea(ScalarVariableArea, CopyContext) - Constructor for class agi.foundation.celestial.ScalarVariableArea
-
Initializes a new instance as a copy of an existing instance.
- ScalarVariableAreaArgumentLatitude - Class in agi.foundation.celestial
-
- ScalarVariableAreaArgumentLatitude(int, Map<Double, Double>) - Constructor for class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Initializes a new instance.
- ScalarVariableAreaArgumentLatitude(int, Map<Double, Double>, Point, ReferenceFrame) - Constructor for class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Initializes a new instance.
- ScalarVariableAreaArgumentLatitude(ScalarVariableAreaArgumentLatitude, CopyContext) - Constructor for class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Initializes a new instance as a copy of an existing instance.
- ScalarVariableAreaJulianDate - Class in agi.foundation.celestial
-
- ScalarVariableAreaJulianDate(int, Map<JulianDate, Double>, boolean) - Constructor for class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Initializes a new instance.
- ScalarVariableAreaJulianDate(int, Map<Double, Double>, JulianDate, boolean) - Constructor for class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Initializes a new instance.
- ScalarVariableAreaJulianDate(ScalarVariableAreaJulianDate, CopyContext) - Constructor for class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Initializes a new instance as a copy of an existing instance.
- ScalarVectorElement - Class in agi.foundation.geometry
-
- ScalarVectorElement() - Constructor for class agi.foundation.geometry.ScalarVectorElement
-
Initializes a new instance.
- ScalarVectorElement(Vector, CartesianElement, Axes) - Constructor for class agi.foundation.geometry.ScalarVectorElement
-
Initializes a new instance.
- ScalarVectorElement(ScalarVectorElement, CopyContext) - Constructor for class agi.foundation.geometry.ScalarVectorElement
-
Initializes a new instance as a copy of an existing instance.
- ScalarWeightLinkExtension - Class in agi.foundation.communications.antennas
-
- ScalarWeightLinkExtension(double) - Constructor for class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Initializes a new instance giving a constant scalar weight value.
- ScalarWeightLinkExtension(Scalar) - Constructor for class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Initializes a new instance given an instance of the
Scalar
type.
- ScalarWeightLinkExtension(ScalarWeightLinkExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Initializes a new instance as a copy of an existing instance.
- scale(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.CostFunctionScaling
-
Gets the scaling value as it would be applied to the cost function.
- scale(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.InequalityConstraintScaling
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.NoScalingOnConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.NoScalingOnCostFunction
-
Gets the scaling value as it would be applied to the cost function.
- scale(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.NoScalingOnInequalityConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.NoScalingOnVariable
-
Gets the scaling value as it would be applied to the variable.
- scale(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfBoundValueScalingOnInequalityConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfDesiredValueScalingOnConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfInitialValueScalingOnVariable
-
Gets the scaling value as it would be applied to the variable.
- scale(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnCostFunction
-
Gets the scaling value as it would be applied to the cost function.
- scale(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnInequalityConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnVariable
-
Gets the scaling value as it would be applied to the variable.
- scale(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.SolverConstraintScaling
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SolverVariableScaling
-
Gets the scaling value as it would be applied to the variable.
- scale(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnCostFunction
-
Gets the scaling value as it would be applied to the cost function.
- scale(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnInequalityConstraint
-
Gets the scaling value as it would be applied to the constraint.
- scale(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnVariable
-
Gets the scaling value as it would be applied to the variable.
- scaledAngularVelocityAngularMomentumPerUnitMass(CentralBody, double) - Static method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
A static helper method that computes a
CentralBodyAngularMomentumPerUnitMass
(
get
/
set
) vector for the input
centralBody
.
- ScatteringCoefficient - Class in agi.foundation.communications
-
Modifies an incident signal by a scattering coefficient to produce a reflected signal.
- ScatteringCoefficient() - Constructor for class agi.foundation.communications.ScatteringCoefficient
-
Initializes a new instance.
- ScatteringCoefficient(ScatteringCoefficient, CopyContext) - Constructor for class agi.foundation.communications.ScatteringCoefficient
-
Initializes a new instance as a copy of an existing instance.
- scatterMatrix(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
-
Calculates the scatter matrix based upon the input data.
- Scene - Class in agi.foundation.graphics
-
A
Scene
provides properties and functionality that are reflected in the
rendering of the
Insight3D
control that it is associated with.
- SceneDisplayCondition - Class in agi.foundation.graphics
-
A display condition used to control what scene or scenes an object, such as a
primitive,
is
rendered in.
- SceneDisplayCondition() - Constructor for class agi.foundation.graphics.SceneDisplayCondition
-
Initializes a default scene display condition.
- SceneGlobeOverlaySettings - Class in agi.foundation.graphics.advanced
-
- SceneManager - Class in agi.foundation.graphics
-
The static
SceneManager
class
provides global properties and functionality that apply to all
Scenes
and thus affect
the rendering of every
Insight3D
control.
- ScreenOverlay - Class in agi.foundation.graphics
-
A visible element drawn in screen space.
- ScreenOverlay(double, double, double, double) - Constructor for class agi.foundation.graphics.ScreenOverlay
-
Initializes the overlay with the specified x position, y position, width, and height, all specified in pixels.
- ScreenOverlay(ScreenOverlayPoint, ScreenOverlaySize) - Constructor for class agi.foundation.graphics.ScreenOverlay
-
Initializes the overlay with the specified position and size.
- ScreenOverlayCollection - Class in agi.foundation.graphics
-
A collection of screen overlays.
- ScreenOverlayCollectionBase - Class in agi.foundation.graphics.advanced
-
- ScreenOverlayManager - Class in agi.foundation.graphics
-
The top-level container for screen overlays.
- ScreenOverlayOrigin - Enum in agi.foundation.graphics.advanced
-
Specifies the origin of a screen overlay, as well as the direction of the horizontal and
vertical axes.
- ScreenOverlayPadding - Class in agi.foundation.graphics.advanced
-
The padding by which all child overlays will be offset from the edges of the parent.
- ScreenOverlayPadding() - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Initializes a new instance.
- ScreenOverlayPadding(double) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Initializes a new instance with the specified padding, in pixels, on all sides.
- ScreenOverlayPadding(double, double, double, double) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
Initializes a new instance with the specified padding, in pixels, on each side.
- ScreenOverlayPickResult - Class in agi.foundation.graphics
-
Describes a picked screen overlay as a result of a call to
Scene.PickScreenOverlays
(get
).
- ScreenOverlayPinningOrigin - Enum in agi.foundation.graphics.advanced
-
Specifies the origin of the
PinningPosition
(
get
) of the screen overlay, as well as the direction of the horizontal and
vertical axes for that pinning position.
- ScreenOverlayPoint - Class in agi.foundation.graphics.advanced
-
Describes the position of a screen overlay.
- ScreenOverlayPoint() - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Initializes a new instance.
- ScreenOverlayPoint(double, double) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Initializes a new instance with a specified position in pixels.
- ScreenOverlayPoint(double, double, ScreenOverlayUnit, ScreenOverlayUnit) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
Initializes a new instance with a specified position expressed in specified units.
- ScreenOverlayRotationPoint - Class in agi.foundation.graphics.advanced
-
- ScreenOverlayRotationPoint() - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance.
- ScreenOverlayRotationPoint(ScreenOverlayOrigin) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with the rotation point defined by the given origin within the
rotated overlay.
- ScreenOverlayRotationPoint(ScreenOverlayOrigin, boolean) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with the rotation point defined by the given origin.
- ScreenOverlayRotationPoint(double, double) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
Origin
(
get
/
set
).
- ScreenOverlayRotationPoint(double, double, boolean) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
or the overlay's parent's
Origin
(
get
/
set
).
- ScreenOverlayRotationPoint(ScreenOverlayPoint) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
Origin
(
get
/
set
).
- ScreenOverlayRotationPoint(ScreenOverlayPoint, boolean) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
or the overlay's parent's
Origin
(
get
/
set
).
- ScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
Origin
(
get
/
set
).
- ScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin, boolean) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
Initializes a new instance with a rotation point specified relative to the overlay's
or the overlay's parent's
Origin
(
get
/
set
).
- ScreenOverlaySize - Class in agi.foundation.graphics.advanced
-
Describes the size of a screen overlay.
- ScreenOverlaySize() - Constructor for class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Initializes a new instance.
- ScreenOverlaySize(double, double) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Initializes a new instance with a specified width and height in pixels.
- ScreenOverlaySize(double, double, ScreenOverlayUnit, ScreenOverlayUnit) - Constructor for class agi.foundation.graphics.advanced.ScreenOverlaySize
-
Initializes a new instance with a specified width and height expressed in specified units.
- ScreenOverlayUnit - Enum in agi.foundation.graphics.advanced
-
A unit specifying how a screen overlay is sized and positioned relative to its parent.
- secondAxis(EulerSequenceIndicator) - Static method in class agi.foundation.coordinates.EulerSequence
-
- secondAxis(YawPitchRollIndicator) - Static method in class agi.foundation.coordinates.YawPitchRoll
-
- SecondPartialsOfHeight - Class in agi.foundation.terrain
-
A set of second order mixed partial derivatives of terrain height with respect to
longitude and latitude.
- SecondPartialsOfHeight() - Constructor for class agi.foundation.terrain.SecondPartialsOfHeight
-
Initializes a new instance.
- SecondPartialsOfHeight(double, double, double) - Constructor for class agi.foundation.terrain.SecondPartialsOfHeight
-
Create a new instance.
- secondsDifference(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Computes the number of seconds that have elapsed from this date to the
other
date.
- secondsDifference(JulianDate) - Method in class agi.foundation.time.JulianDate
-
Computes the number of seconds that have elapsed from this Julian date to the
other
Julian date.
- SecondsPerDay - Static variable in class agi.foundation.time.TimeConstants
-
The number of seconds in a standard day that does not have leap seconds.
- SecondsPerDegree - Static variable in class agi.foundation.Constants
-
The number of seconds in a degree.
- SecondsPerHour - Static variable in class agi.foundation.time.TimeConstants
-
The number of seconds in an hour.
- SecondsPerMinute - Static variable in class agi.foundation.Constants
-
The number of seconds in a minute.
- SecondsPerMinute - Static variable in class agi.foundation.time.TimeConstants
-
The number of seconds in a minute.
- SeedFiniteManeuverOperator - Class in agi.foundation.segmentpropagation
-
- SeedFiniteManeuverOperator() - Constructor for class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Initialize a new instance.
- SeedFiniteManeuverOperator(SwitchableSegment, String) - Constructor for class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Initializes a new instance.
- SeedFiniteManeuverOperator(SwitchableSegment, String, Scalar, DurationStoppingCondition) - Constructor for class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Initializes a new instance.
- SeedFiniteManeuverOperator(SeedFiniteManeuverOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Initializes a new instance as a copy of an existing instance.
- SegmentConfiguration - Class in agi.foundation.segmentpropagation
-
- SegmentConfiguration() - Constructor for class agi.foundation.segmentpropagation.SegmentConfiguration
-
Initializes a new instance.
- SegmentConfiguration(SegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentConfiguration
-
Initializes a new instance as a copy of an existing instance.
- SegmentDefinition - Class in agi.foundation.segmentpropagation
-
The base class for segments used with the Segment Propagation Library.
- SegmentDefinition() - Constructor for class agi.foundation.segmentpropagation.SegmentDefinition
-
Initializes a new instance.
- SegmentDefinition(SegmentDefinition, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentDefinition
-
Initializes a new instance as a copy of an existing instance.
- SegmentList - Class in agi.foundation.segmentpropagation
-
- SegmentList() - Constructor for class agi.foundation.segmentpropagation.SegmentList
-
Initializes a new instance.
- SegmentList(SegmentList, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentList
-
Initializes a new instance as a copy of an existing instance.
- SegmentListConfiguration - Class in agi.foundation.segmentpropagation
-
- SegmentListConfiguration() - Constructor for class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Initializes a new instance.
- SegmentListConfiguration(SegmentListConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Initializes a new instance as a copy of an existing instance.
- SegmentListPropagator - Class in agi.foundation.segmentpropagation
-
- SegmentListPropagator(SegmentDefinition, SegmentList, EvaluatorGroup) - Constructor for class agi.foundation.segmentpropagation.SegmentListPropagator
-
Initializes a new instance.
- SegmentListPropagator(SegmentListPropagator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentListPropagator
-
Initializes a new instance as a copy of an existing instance.
- SegmentListResults - Class in agi.foundation.segmentpropagation
-
- SegmentListResults(SegmentPropagator, SegmentListResults) - Constructor for class agi.foundation.segmentpropagation.SegmentListResults
-
Initializes a new instance.
- SegmentListResults(SegmentPropagator) - Constructor for class agi.foundation.segmentpropagation.SegmentListResults
-
Initializes a new instance.
- SegmentListResults(SegmentPropagator, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.SegmentListResults
-
Initializes a new instance.
- SegmentListResults(SegmentListResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentListResults
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagationEventArgs - Class in agi.foundation.segmentpropagation
-
Provides information about the current
propagator's
propagation.
- SegmentPropagationEventArgs(SegmentResults) - Constructor for class agi.foundation.segmentpropagation.SegmentPropagationEventArgs
-
Initializes a new instance.
- SegmentPropagationLibraryVersion - Class in agi.foundation
-
Version information for the SegmentPropagation library.
- SegmentPropagator - Class in agi.foundation.segmentpropagation
-
The abstract type for a
segment's
propagator.
- SegmentPropagator(SegmentDefinition, SegmentDefinition, EvaluatorGroup) - Constructor for class agi.foundation.segmentpropagation.SegmentPropagator
-
Initializes a new instance.
- SegmentPropagator(SegmentPropagator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentPropagator
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorConstraint - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorConstraint() - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(double, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(ValueDefinition<Double>, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(double, double, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(ValueDefinition<Double>, double, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(ValueDefinition<Double>, double, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance.
- SegmentPropagatorConstraint(SegmentPropagatorConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorConstraintEvaluator - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorConstraintEvaluator(EvaluatorGroup, SegmentPropagatorConstraint) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Initializes a new instance.
- SegmentPropagatorConstraintEvaluator(SegmentPropagatorConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorCostFunction - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorCostFunction() - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Initializes a new instance.
- SegmentPropagatorCostFunction(CostFunctionGoal, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Initializes a new instance.
- SegmentPropagatorCostFunction(CostFunctionGoal, double, CostFunctionScaling) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Initializes a new instance.
- SegmentPropagatorCostFunction(CostFunctionGoal, double, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Initializes a new instance.
- SegmentPropagatorCostFunction(SegmentPropagatorCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorCostFunctionEvaluator - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorCostFunctionEvaluator(EvaluatorGroup, SegmentPropagatorCostFunction) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Initializes a new instance.
- SegmentPropagatorCostFunctionEvaluator(SegmentPropagatorCostFunctionEvaluator, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorInequalityConstraint - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraint(InequalityBoundType, double, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraint(InequalityBoundType, ValueDefinition<Double>, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraint(InequalityBoundType, double, double, InequalityConstraintScaling) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraint(InequalityBoundType, ValueDefinition<Double>, double, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraint(SegmentPropagatorInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorInequalityConstraintEvaluator - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorInequalityConstraintEvaluator(EvaluatorGroup, SegmentPropagatorInequalityConstraint) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Initializes a new instance.
- SegmentPropagatorInequalityConstraintEvaluator(SegmentPropagatorInequalityConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorVariable - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorVariable() - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Initializes a new instance.
- SegmentPropagatorVariable(double, double, SegmentDefinition) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Initializes a new instance.
- SegmentPropagatorVariable(double, double, SegmentDefinition, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Initializes a new instance.
- SegmentPropagatorVariable(SegmentPropagatorVariable, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Initializes a new instance as a copy of an existing instance.
- SegmentPropagatorVariableEvaluator - Class in agi.foundation.numericalmethods
-
- SegmentPropagatorVariableEvaluator(EvaluatorGroup, SegmentPropagatorVariable) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Initializes a new instance.
- SegmentPropagatorVariableEvaluator(SegmentPropagatorVariableEvaluator, CopyContext) - Constructor for class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SegmentResults - Class in agi.foundation.segmentpropagation
-
- SegmentResults(SegmentPropagator, SegmentResults) - Constructor for class agi.foundation.segmentpropagation.SegmentResults
-
Initializes a new instance.
- SegmentResults(SegmentPropagator, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.SegmentResults
-
Initializes a new instance.
- SegmentResults(SegmentPropagator) - Constructor for class agi.foundation.segmentpropagation.SegmentResults
-
Initializes a new instance.
- SegmentResults(SegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SegmentResults
-
Initializes a new instance as a copy of an existing instance.
- selectSignals(Predicate<Signal>) - Method in class agi.foundation.communications.SignalCollection
-
- selectTransactionally(TransactionalSelectCallback<TResult>) - Method in class agi.foundation.TransactionContext
-
Executes the provided callback within a transaction, and automatically commits the
transaction when the callback returns.
- SemAlmanac - Class in agi.foundation.navigation.datareaders
-
A SEM almanac describing GPS satellites.
- SemAlmanac() - Constructor for class agi.foundation.navigation.datareaders.SemAlmanac
-
Initializes a new instance containing no data.
- SemAlmanacRecord - Class in agi.foundation.navigation.datareaders
-
A record in a SEM almanac, corresponding to a single space vehicle (SV).
- SemAlmanacRecord() - Constructor for class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Initializes a new instance.
- SemicirclesPerDegree - Static variable in class agi.foundation.navigation.NavstarISGps200D
-
Semicircles Per Degree
- SemicirclesPerRadian - Static variable in class agi.foundation.navigation.NavstarISGps200D
-
Semi-circles per radian (1 semi-circle is PI radians)
- SemimajorAxis - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
-
The semimajor axis of the Earth in meters as defined by the EGM96 model.
- SemimajorAxis - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
-
The semimajor axis of the Earth in meters as defined by the EGM2008 model.
- SemimajorAxis - Static variable in class agi.foundation.celestial.WorldGeodeticSystem1984
-
The semimajor axis of the Earth in meters as defined by the WGS84 model.
- send(SendOrPostCallback, Object) - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Adds a delegate to the message queue and waits until all currently
queued messages and the given delegate are executed before returning.
- send(Object) - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Adds a generic message to the message queue
that is synchronously sent to any functions that subscribe to
MessageReceived
(
add
/
remove
).
- sendBackward(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Moves a primitive in the composite backwards one slot.
- SendOrPostCallback - Class in agi.foundation.compatibility
-
Represents a method to be called when a message is to be dispatched to a
synchronization context.
- SendOrPostCallback() - Constructor for class agi.foundation.compatibility.SendOrPostCallback
-
Creates a new instance of this delegate.
- SendOrPostCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.SendOrPostCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- SendOrPostCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.SendOrPostCallback
-
Initializes a delegate that will invoke a static method on a class.
- SendOrPostCallback.Function - Interface in agi.foundation.compatibility
-
A functional interface for the containing delegate type.
- sendToBack(GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
-
Sends the
GlobeImageOverlay
to the back of the collection so it is rendered last or on the top.
- sendToBack(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Moves a primitive to the bottom of the composite, so that it is
rendered below all other primitives in the composite.
- sendToBack() - Method in class agi.foundation.graphics.Overlay
-
Sends the overlay to the back of the z-order, so it is underneath all other overlays with the same
Parent
- sendToBack(TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
-
Sends the
TerrainOverlay
to the back of the collection so it is rendered last or on the top.
- SensorFieldOfView - Class in agi.foundation.geometry.shapes
-
A sensor field of view volume.
- SensorFieldOfView() - Constructor for class agi.foundation.geometry.shapes.SensorFieldOfView
-
- SensorFieldOfViewGraphics - Class in agi.foundation.cesium
-
- SensorFieldOfViewGraphics() - Constructor for class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Initializes a new instance.
- SensorFieldOfViewVisualizer<TEntity extends IEntityLastUpdate & IEntityIdentifier & IEntitySensorFieldOfView> - Class in agi.foundation.tracking
-
- SensorFieldOfViewVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Initializes a new instance to project sensors onto the Earth.
- SensorFieldOfViewVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>) - Constructor for class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Initializes a new instance to project sensors onto the Earth.
- SensorFieldOfViewVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, CentralBody) - Constructor for class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Initializes a new instance to project sensors onto a specified central body.
- SensorProjection - Class in agi.foundation.geometry.shapes
-
A projection of a sensor onto the surface of an ellipsoid and into space.
- SensorProjection() - Constructor for class agi.foundation.geometry.shapes.SensorProjection
-
Initializes a new instance.
- SensorProjection(SensorProjectionBoundaryCollection, SensorProjectionBoundaryCollection) - Constructor for class agi.foundation.geometry.shapes.SensorProjection
-
Initializes a new instance.
- SensorProjectionBoundary - Class in agi.foundation.geometry.shapes
-
The boundary of a sensor projection.
- SensorProjectionBoundary() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionBoundary
-
Initializes a new instance.
- SensorProjectionBoundaryCollection - Class in agi.foundation.geometry.shapes
-
- SensorProjectionBoundaryCollection() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionBoundaryCollection
-
- SensorProjectionEvaluator - Class in agi.foundation.platforms
-
An evaluator that can find the projection of a sensor onto a central body's ellipsoid surface.
- SensorProjectionEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.platforms.SensorProjectionEvaluator
-
Initializes a new instance.
- SensorProjectionEvaluator(SensorProjectionEvaluator, CopyContext) - Constructor for class agi.foundation.platforms.SensorProjectionEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SensorProjectionHorizon - Class in agi.foundation.geometry.shapes
-
- SensorProjectionHorizon() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
- SensorProjectionHorizonCollection - Class in agi.foundation.geometry.shapes
-
- SensorProjectionHorizonCollection() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionHorizonCollection
-
- SensorProjectionOptions - Class in agi.foundation.geometry.shapes
-
- SensorProjectionOptions() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Initializes a new instance with default values.
- SensorProjectionOptions(SensorSpaceProjection, double) - Constructor for class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Initializes a new instance.
- SensorProjectionOptions(SensorProjectionOptions, CopyContext) - Constructor for class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Initializes a new instance as a copy of an existing instance.
- SensorSpaceProjection - Enum in agi.foundation.geometry.shapes
-
Specifies the type of projection to use when projecting a sensor into space.
- SensorVolumeConstraint - Class in agi.foundation.access.constraints
-
An access constraint that requires that the object at the other end of the
ConstrainedLink
(
get
/
set
)
be inside the volume of the sensor attached to the
ConstrainedLinkEnd
(
get
/
set
).
- SensorVolumeConstraint() - Constructor for class agi.foundation.access.constraints.SensorVolumeConstraint
-
Initializes a new instance with default values.
- SensorVolumeConstraint(IServiceProvider, LinkRole) - Constructor for class agi.foundation.access.constraints.SensorVolumeConstraint
-
Initializes a new instance with the specified constrained link and constrained link end.
- SensorVolumeConstraint(SensorVolumeConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.SensorVolumeConstraint
-
Initializes a new instance as a copy of an existing instance.
- SequenceFilter - Class in agi.foundation.graphics.imaging
-
Applies a sequence of filters to the source raster in the order in which they were added.
- SequenceFilter() - Constructor for class agi.foundation.graphics.imaging.SequenceFilter
-
Initializes a new instance.
- SequentialQuadraticProgrammingOptimizer - Class in agi.foundation.numericalmethods
-
An intermediate base class for
ParameterOptimizers
that will optimize a cost function
by iteration towards a solution.
- SequentialQuadraticProgrammingOptimizer() - Constructor for class agi.foundation.numericalmethods.SequentialQuadraticProgrammingOptimizer
-
Initializes a new instance.
- SequentialQuadraticProgrammingOptimizer(SequentialQuadraticProgrammingOptimizer, CopyContext) - Constructor for class agi.foundation.numericalmethods.SequentialQuadraticProgrammingOptimizer
-
Initializes a new instance as a copy of an existing instance.
- ServiceHelper - Class in agi.foundation.infrastructure
-
- ServiceNotAvailableException - Exception in agi.foundation
-
An exception that indicates that a required service is not available from an
IServiceProvider
.
- ServiceNotAvailableException() - Constructor for exception agi.foundation.ServiceNotAvailableException
-
Initializes a new instance with a default message.
- ServiceNotAvailableException(String) - Constructor for exception agi.foundation.ServiceNotAvailableException
-
Initializes a new instance with a specified message.
- ServiceNotAvailableException(String, RuntimeException) - Constructor for exception agi.foundation.ServiceNotAvailableException
-
Initializes a new instance with a specified error message and a reference to the inner
exception that is the cause of this exception.
- ServiceNotAvailableException(Class<?>, IServiceProvider) - Constructor for exception agi.foundation.ServiceNotAvailableException
-
Initializes a new instance with the service that was required and the provider from
which it was requested.
- ServiceNotAvailableException(String, Class<?>, IServiceProvider) - Constructor for exception agi.foundation.ServiceNotAvailableException
-
Initializes a new instance with a custom message.
- ServiceProviderAxes - Class in agi.foundation.geometry
-
An Axes that can be used to refer to the current
OrientationAxes
(
get
) of an
IServiceProvider
,
whatever it is at the time that this axes is evaluated.
- ServiceProviderAxes() - Constructor for class agi.foundation.geometry.ServiceProviderAxes
-
Initializes a new instance.
- ServiceProviderAxes(IServiceProvider) - Constructor for class agi.foundation.geometry.ServiceProviderAxes
-
- ServiceProviderAxes(ServiceProviderAxes, CopyContext) - Constructor for class agi.foundation.geometry.ServiceProviderAxes
-
Initializes a new instance as a copy of an existing instance.
- ServiceProviderCollection - Class in agi.foundation
-
- ServiceProviderCollection() - Constructor for class agi.foundation.ServiceProviderCollection
-
Initializes a new instance.
- ServiceProviderCollection(ServiceProviderCollection, CopyContext) - Constructor for class agi.foundation.ServiceProviderCollection
-
Initializes a new instance as a copy of an existing instance.
- ServiceProviderDisplay - Class in agi.foundation.platforms
-
- ServiceProviderDisplay() - Constructor for class agi.foundation.platforms.ServiceProviderDisplay
-
Initializes a new instance.
- ServiceProviderPoint - Class in agi.foundation.geometry
-
A Point that can be used to refer to the current
LocationPoint
(
get
) of an
IServiceProvider
,
whatever it is at the time that this point is evaluated.
- ServiceProviderPoint() - Constructor for class agi.foundation.geometry.ServiceProviderPoint
-
Initializes a new instance.
- ServiceProviderPoint(IServiceProvider) - Constructor for class agi.foundation.geometry.ServiceProviderPoint
-
- ServiceProviderPoint(ServiceProviderPoint, CopyContext) - Constructor for class agi.foundation.geometry.ServiceProviderPoint
-
Initializes a new instance as a copy of an existing instance.
- ServiceProviderVisualizer - Class in agi.foundation.platforms.advanced
-
- ServiceProviderVisualizer() - Constructor for class agi.foundation.platforms.advanced.ServiceProviderVisualizer
-
Initializes a new instance.
- ServiceProviderVisualizerCollection - Class in agi.foundation.platforms.advanced
-
- ServiceProviderVisualizerCollection() - Constructor for class agi.foundation.platforms.advanced.ServiceProviderVisualizerCollection
-
- set(int, E) - Method in class agi.foundation.compatibility.BaseCollection
-
- set() - Method in class agi.foundation.compatibility.EventWaitHandle
-
Sets the state of the event to signaled, allowing one or more waiting threads to
proceed.
- set(int, int, Complex) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Sets the value at the specified location in the matrix.
- set(int, int, double) - Method in class agi.foundation.coordinates.DenseMatrix
-
Sets the value at the specified location in the matrix.
- set(int, int, double) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Sets the value of the element at the given location.
- set(int, int, double) - Method in class agi.foundation.coordinates.Matrix
-
Sets the value of the element at the given location.
- set(Iterable<Cartesian>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Defines the positions of markers in a marker batch.
- set(Iterable<Cartesian>, MarkerBatchPrimitiveOptionalParameters) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Defines the positions and optional per-marker parameters of markers in a
marker batch.
- set(Iterable<Cartesian>, MarkerBatchPrimitiveOptionalParameters, RenderPassHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Defines the positions and optional per-marker parameters of markers in a
marker batch.
- set(Iterable<Cartesian>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Defines the positions of points in a point batch.
- set(Iterable<Cartesian>, Iterable<Color>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Defines the positions and colors of points in a point batch.
- set(Iterable<Cartesian>, Iterable<Color>, RenderPassHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Defines the positions and colors of points in a point batch.
- set(Iterable<Cartesian>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions for a polyline primitive.
- set(Iterable<Cartesian>, Iterable<Color>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions and colors of a polyline.
- set(Iterable<Cartesian>, Iterable<Color>, PolylinePrimitiveOptionalParameters) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions, colors, and/or optional point properties of a polyline.
- set(Iterable<Cartesian>, Iterable<Color>, RenderPassHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions and colors of a polyline.
- set(SurfaceShapesResult) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions of a polyline using the positions of the specified surfaceShapesResult
.
- set(SurfaceTriangulatorResult) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult
.
- set(SolidTriangulatorResult) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult
.
- set(SolidTriangulatorResult) - Method in class agi.foundation.graphics.SolidPrimitive
-
Defines the solid using the specified solidTriangulatorResult
.
- set(Iterable<Cartesian>, Iterable<Cartesian>, Iterable<Integer>, Iterable<Integer>, WindingOrder, BoundingSphere, boolean) - Method in class agi.foundation.graphics.SolidPrimitive
-
Defines the solid using the specified parameters.
- set(SurfaceTriangulatorResult) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Defines the surface mesh using the specified surfaceTriangulator
.
- set(Iterable<Cartesian>, Iterable<String>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Defines the positions and text of strings in a text batch.
- set(Iterable<Cartesian>, Iterable<String>, TextBatchPrimitiveOptionalParameters) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Defines the positions, text, and optional parameters of strings in a
text batch.
- set(Iterable<Cartesian>, Iterable<String>, TextBatchPrimitiveOptionalParameters, RenderPassHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Defines the positions, text, and optional parameters of strings in a
text batch.
- set(Iterable<Cartesian>, Iterable<Cartesian>, Iterable<Integer>) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Defines the triangle mesh using an indexed triangle list specified by
positions
, normals
, and
indices
.
- set(Iterable<Cartesian>, Iterable<Cartesian>, Iterable<Integer>, TriangleMeshPrimitiveOptionalParameters) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Defines the triangle mesh using an indexed triangle list specified by
positions
, normals
,
indices
, and optionalParameters
.
- set(TriangulatorResult) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Defines the triangle mesh using the specified triangulator
.
- set(int, double) - Method in class agi.foundation.propagators.PropagationStateArray
-
Sets the value of the element at the given sub-state index.
- set(int, TerrainProvider) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
- set(int, int, double) - Method in class agi.foundation.terrain.TerrainPostsDouble
-
Sets the post height at a particular set of indices.
- set(int, int, float) - Method in class agi.foundation.terrain.TerrainPostsFloat
-
Sets the post height at a particular set of indices.
- set(int, int, short) - Method in class agi.foundation.terrain.TerrainPostsInt16
-
Sets the post height at a particular set of indices.
- set(int, int, int) - Method in class agi.foundation.terrain.TerrainPostsInt32
-
Sets the post height at a particular set of indices.
- set(int, int, int) - Method in class agi.foundation.terrain.TerrainPostsIntMinimum
-
Sets the post height at a particular set of indices.
- set(int, int, int) - Method in class agi.foundation.terrain.TerrainPostsUInt16
-
Sets the post height at a particular set of indices.
- set(int, int, long) - Method in class agi.foundation.terrain.TerrainPostsUInt32
-
Sets the post height at a particular set of indices.
- set(int, TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection
-
Sets the interval at the specified index.
- set(int, TimeInterval1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Sets the interval at the specified index.
- setAborted(boolean) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
-
- setAbsoluteTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
-
Sets the tolerance which provides a baseline for the error control.
- setAbsoluteTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
-
Sets the tolerance which provides a baseline for the error control.
- setAbsoluteTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
-
Sets the tolerance which provides a baseline for the error control.
- setAcceleration(AccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Sets the performance model during acceleration.
- setAccessExists(T) - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Sets the value of the property when access exists.
- setAccessExists(T) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Sets the value to return if access exists.
- setAccessQuery(AccessQuery) - Method in class agi.foundation.coverage.AssetDefinition
-
Sets the query involving the
AssetObject
(
get
/
set
) that must be satisfied for this asset to provide coverage.
- setAccessResult(AccessQueryResult) - Method in class agi.foundation.platforms.AccessResultExtension
-
Sets the precomputed access results for the
Owner
(
get
/
set
).
- setAccessToWholeObject(boolean) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Sets a value indicating whether to constrain based on any or all points along the line.
- setAccessToWholeObject(boolean) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Sets a value indicating whether to constrain based on any or all points in the area definition.
- setAccessUnknown(T) - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Sets the value of the property when access is unknown.
- setAccessUnknown(T) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Sets the value to return if access is unknown.
- setActive(boolean) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets a value indicating whether the spacecraft is currently active.
- setActive(Boolean) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the value of
Active
(
get
/
set
) that is required
in order for the entry to be included in the query.
- setAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- setAdaptiveWeights(double[]) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size.
- setAdaptiveWeights(Motion1<double[]>) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Sets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size during integration.
- setAdaptiveWeights(Motion1<Double>) - Method in class agi.foundation.propagators.PropagationScalar
-
Sets the weights to be applied to the scalar values when
computing the error which determines how to adapt the step size during integration.
- setAdaptiveWeights(Motion1<double[]>) - Method in class agi.foundation.propagators.PropagationVector
-
Sets the weights to be applied to the scalar values when
computing the error which determines how to adapt the step size during integration.
- setAdditiveFrequency(double) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Sets the frequency to add onto the input signals, in hertz.
- setAdjacentHorizon(SensorProjectionHorizon) - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Sets the adjacent horizon.
- setAdjustment(double) - Method in class agi.foundation.graphics.imaging.BrightnessFilter
-
Sets the brightness adjustment value for the filter.
- setAdjustment(double) - Method in class agi.foundation.graphics.imaging.ContrastFilter
-
Sets the contrast adjustment value for the filter.
- setAerodynamicModel(SimpleFixedWingForwardFlightAerodynamics) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Sets the aerodynamic model to be applied to the coordinated flight condition.
- setAffectedByLighting(boolean) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets whether the primitive is affected by lighting.
- setAffectedByLighting(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining whether the solid is affected by lighting.
- setAftHalfAngle(double) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Sets the aft half angle defining the conical volume of exclusion about the negative x-axis.
- setAgeOfData(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the age of the navigation data relative to the GPS master control station (MCS) upload generation epoch (minutes).
- setAirspeed(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Sets a scalar which will determine the commanded airspeed.
- setAirspeed(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Sets a scalar which will determine the commanded airspeed.
- setAirspeed(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Sets a scalar which will determine the commanded airspeed.
- setAlignedAxis(CesiumProperty<UnitCartesian>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the aligned axis, which is the unit vector, in world coordinates,
that the billboard up vector points towards.
- setAlignToPixel(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets whether the screen space position of each string is aligned to a pixel.
- setAlignToPixel(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating whether the marker should be aligned to a pixel.
- setAlignToPixel(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating whether the text should be aligned to a pixel.
- setAllowAccessBeforeStart(boolean) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Sets a value indicating whether the query is considered satisfied
when the
MaintainQuery
(
get
/
set
) is satisfied at the start of the evaluated interval.
- setAllowEstimationEpochDuringLeapSecond(boolean) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Sets a value indicating whether to allow the estimation epoch to occur during a leap second.
- setAllowFrameDrop(boolean) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets a value indicating if frames should be dropped if video processing can not keep up with a video stream.
- setAllowModificationOfFinalHeight(boolean) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets a value indicating whether to allow the following connection to update the
FinalHeight
(
get
/
set
) if there was a problem with the next profile.
- setAllowModificationOfFinalHeight(boolean) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets a value indicating whether to allow changes to the
FinalHeight
(
get
/
set
)
while configuring the route.
- setAllowModificationOfFinalHeight(boolean) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets a value indicating whether to allow changes to the
FinalHeight
(
get
/
set
)
while configuring the route.
- setAllowModificationOfFinalHeight(boolean) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets a value indicating whether the profile can update the final height
in the course of configuring itself in relation to the surrounding profiles.
- setAllowModificationOfInitialHeight(boolean) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets a value indicating whether to allow the previous connection to update the
InitialHeight
(
get
/
set
) if there was a problem with the previous profile.
- setAllowModificationOfInitialHeight(boolean) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets a value indicating whether to allow changes to the
InitialHeight
(
get
/
set
)
while configuring the route.
- setAllowModificationOfInitialHeight(boolean) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets a value indicating whether to allow changes to the
InitialHeight
(
get
/
set
)
while configuring the route.
- setAllowModificationOfInitialHeight(boolean) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets a value indicating whether the profile can update the initial height
in the course of configuring itself in relation to the surrounding profiles.
- setAllowModificationOfInitialSpeed(boolean) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets a value indicating whether to allow changes to the
InitialSpeed
(
get
/
set
)
while configuring the route.
- setAllowRotationOverConstrainedUpAxis(boolean) - Method in class agi.foundation.graphics.Camera
-
Sets whether the camera can rotate over the constrained up axis.
- setAllowVariationInHeight(boolean) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets a value indicating whether to allow any variation in the height of the profile or whether
to maintain a constant height.
- setAllowVariationInSpeed(boolean) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets a value indicating whether to allow any variation in speed along the profile or whether
to maintain a constant speed.
- setAlongTrackError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the along track error component of the user range error
- setAlongTrackErrorA(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 2nd order term for the along track error growth (meters/sec^2).
- setAlongTrackErrorB(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 1st order term for the along track error growth (meters/sec).
- setAlongTrackErrorC(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 0th order term for the along track error growth (meters).
- setAlternateSegment(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Sets the alternate segment.
- setAltitude(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Sets the desired cruise altitude with respect to the
HeightReferenceSurface
(
get
/
set
).
- setAltitude(Scalar) - Method in class agi.foundation.geometry.PointAtAltitude
-
Sets the altitude of the point.
- setAltitude(double) - Method in class agi.foundation.graphics.Clouds
-
The altitude of the clouds.
- setAltitude(double) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Sets the altitude of the facility, in meters.
- setAltitudeBasedTranslucencyLowerAltitude(double) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency
is set to true
.
- setAltitudeBasedTranslucencyLowerTranslucency(float) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets the lower translucency value for the image when UseAltitudeBasedTranslucency
is set to true
.
- setAltitudeBasedTranslucencyUpperAltitude(double) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets the upper altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency
is set to true
.
- setAltitudeBasedTranslucencyUpperTranslucency(float) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets the upper translucency value for the image when UseAltitudeBasedTranslucency
is set to true
.
- setAltitudeBoundaries(ArrayList<Double>) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Sets the ceiling heights of the altitude layers used to construct the layered volume access constraint.
- setAltitudeOffset(double) - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- setAltitudeOffset(double) - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- setAltitudeOffset(double) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
Sets the altitude, in meters, that all
Terrain
and
Imagery
will be offset from the surface of the
CentralBody
in the
Scene
.
- setAltitudeOffset(double) - Method in class agi.foundation.graphics.TerrainOverlay
-
Sets the value from which to offset the terrain height.
- setAltitudeRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Sets a scalar which will determine the commanded rate of altitude change.
- setAltitudeRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Sets a scalar which will determine the commanded rate of altitude change.
- setAltitudeScale(double) - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- setAltitudeScale(double) - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- setAltitudeScale(double) - Method in class agi.foundation.graphics.TerrainOverlay
-
Sets the value from which to scale the terrain height.
- setAmbientIntensity(float) - Method in class agi.foundation.graphics.advanced.Lighting
-
Sets the ambient intensity throughout the scene.
- setAmplifier(Amplifier) - Method in class agi.foundation.communications.ComplexReceiver
-
Sets the amplifier.
- setAngle(double) - Method in class agi.foundation.graphics.imaging.RotateFilter
-
Sets the counterclockwise rotation angle measured in radians.
- setAngleOfAttack(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets a
Scalar
which provides the value of the angle of attack.
- setAngularRangeMaximum(double) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Sets the desired output range maximum.
- setAngularRangeMinimum(double) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Sets the desired output range minimum.
- setAngularRegion(double, double) - Method in class agi.foundation.access.CircularAccessConstraint
-
Sets the satisfaction region given the two angles forming the boundary:
StartAngle
(
get
/
set
) and
StopAngle
(
get
/
set
).
- setAngularSetting(CircularRange) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle.
- setAnimateWhileHandling(boolean) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Sets whether or not mouse events will allow for animation to continue as they are
handled.
- setAnimatingForward(boolean) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Sets a value indicating whether or not animation is in the forward direction.
- setAnimation(ForwardAnimation) - Static method in class agi.foundation.graphics.SceneManager
-
Sets the
Animation
class for controlling
and .
- setAntenna(IServiceProvider) - Method in class agi.foundation.navigation.GpsReceiver
-
Sets the antenna of the GPS receiver.
- setAntennaEfficiency(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the efficiency of the receiver's antenna, as a ratio between zero and one.
- setAntennaEfficiency(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the efficiency of the front end's antenna, as a ratio between zero and one.
- setAntennaGainPattern(TGainPattern) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Sets the gain pattern for this antenna.
- setAntennaGainPattern(TGainPattern) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Sets the gain pattern for this antenna.
- setAntennaGainPattern(TGainPattern) - Method in interface agi.foundation.communications.antennas.IReceivingAntennaExtension
-
Sets the antenna gain pattern.
- setAntennaGainPattern(TGainPattern) - Method in interface agi.foundation.communications.antennas.ITransmittingAntennaExtension
-
Sets the antenna gain pattern.
- setAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
- setAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
- setAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.ComplexReceiver
-
Sets the gain pattern for the antenna.
- setAntennaGainPattern(OpticalGainPattern) - Method in class agi.foundation.communications.OpticalReceiver
-
Sets the gain pattern for the receive optics.
- setAntennaGainPattern(OpticalGainPattern) - Method in class agi.foundation.communications.OpticalTransmitter
-
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.communications.ComplexReceiver
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the equivalent noise temperature resulting from effects
outside the antenna; galactic noise, Earth's albedo, etc., in kelvin.
- setAntennaNoiseTemperature(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the effective noise temperature resulting from effects outside the antenna; galactic
noise, Earth's albedo, etc., in kelvin.
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setAntennaNoiseTemperature(double) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setAntennaSignalProcessor(AntennaSignalProcessor<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Sets the antenna signal processor which produces the antenna's signal output.
- setAntiAliasImagery(boolean) - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Sets a value indicating whether or not imagery is anti-aliased.
- setAntiAliasing(AntiAliasing) - Method in class agi.foundation.graphics.Scene
-
Sets the multisample anti-aliasing (MSAA) option for this scene.
- setAntiAliasing(AntiAliasing) - Static method in class agi.foundation.graphics.SceneManager
-
Sets the multisample anti-aliasing (MSAA) option for all Scenes.
- setApertureDiameter(double) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Sets the aperture diameter, in meters.
- setApogee(double) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the height of the apogee above the Earth's surface, in meters.
- setApparentSunPosition() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
- setApplicability(AccessConstraintApplicability) - Method in class agi.foundation.access.AccessConstraint
-
Sets the Access situation in which this constraint applies.
- setApproximateSamplesPerBoundary(GraphicsParameter<Integer>) - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Sets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- setApproximateSamplesPerBoundary(GraphicsParameter<Integer>) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- setApproximateSamplesPerBoundary(int) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary
.
- setArchive(TrackingArchive<TEntity>) - Method in class agi.foundation.geometry.AxesFromArchive
-
Sets the archive from which to obtain orientation data.
- setArchive(TrackingArchive<TEntity>) - Method in class agi.foundation.geometry.PointFromArchive
-
Sets the archive from which to obtain position data.
- setArcType(CesiumProperty<CesiumArcType>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the type of arc that should connect the positions of the line.
- setArcType(CesiumProperty<CesiumArcType>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the type of arc that should connect the positions of the polygon.
- setArcType(CesiumProperty<CesiumArcType>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets the type of arc that should connect the positions of the line.
- setArgument(Scalar) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Sets the argument to the absolute value function.
- setArgument(Scalar) - Method in class agi.foundation.geometry.ScalarCosine
-
Sets the argument to the cosine function.
- setArgument(Scalar) - Method in class agi.foundation.geometry.ScalarSine
-
Sets the argument to the sine function.
- setArgumentOfPerigee(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the argument of perigee.
- setArgumentOfPerigee(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the argument of perigee, in degrees.
- setArgumentOfPerigeeSemicircles(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the argument of perigee, in semicircles.
- setArticulations(Map<String, CesiumProperty<Double>>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the mapping of keys to articulation values, where the keys are
the name of the articulation, a single space, and the name of the stage.
- setAscentSpeed(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the maximum vertical rate of ascent (positive), in meters per second.
- setAscentType(SimpleAscentPropagatorAscentType) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the interpolation type for the ascent.
- setAscentType(SimpleAscentPropagatorAscentType) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the interpolation type for the ascent.
- setAspectRatio(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the aspect ratio of the wing.
- setAssetAccessResults(List<AccessQueryResult>) - Method in class agi.foundation.coverage.CoverageData
-
Sets a list of the access results corresponding to each of the asset objects in
AssetsConsidered
(
get
/
set
).
- setAssetCoverage(CoverageQueryResult) - Method in class agi.foundation.coverage.CoverageGridPointWithResults
-
Sets the result of the coverage calculation between this grid point
and all of its available assets.
- setAssetDefinitions(ArrayList<AssetDefinition>) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Sets the asset definitions defined for this coverage definition.
- setAssetObject(Object) - Method in class agi.foundation.coverage.AssetDefinition
-
Sets the object which represents the asset.
- setAssetsConsidered(List<Object>) - Method in class agi.foundation.coverage.CoverageData
-
Sets a list of the considered assets.
- setAtmosphereAltitude(double) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Sets the maximum altitude.
- setAtmosphereAltitude(double) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets the maximum altitude.
- setAtmosphericDensity(ScalarAtmosphericDensity) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the model for atmospheric density.
- setAtmosphericRefractionModel(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.LinkRefracted
-
Sets the atmospheric refraction model.
- setAttitudeData(DateMotionCollection2<UnitQuaternion, Cartesian>) - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Sets the attitude data relative to
CoordinateAxes
(
get
/
set
).
- setAttributes(RasterAttributes) - Method in class agi.foundation.graphics.imaging.Raster
-
- setAuthorizationToken(String) - Method in class agi.foundation.infrastructure.ConstantAuthorizationProvider
-
Sets the authorization token to use for all resources.
- setAutoHandleDragDrop(boolean) - Method in class agi.foundation.graphics.advanced.DragDropOptions
-
Sets a value indicating whether or not drag and drop events will be handled by the
Insight3D control
to automatically
add supported imagery and terrain files when they are dropped onto the control.
- setAutoHandleMouse(boolean) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Sets whether or not mouse events will be handled by the
Insight3D control
to allow for automatically controlling the scene's
Camera
with the
mouse.
- setAutomaticallyAddEndOfAvailabilityStoppingConditions(boolean) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Sets a value indicating whether the propagator should automatically have a pair of
StoppingConditions
that will stop
propagation at the start or end times of this propagators availability.
- setAutomaticallyAddEndOfAvailabilityStoppingConditions(boolean) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets a value indicating whether the propagator should automatically have a pair of
StoppingConditions
that will stop
propagation at the start or end times of this propagators availability.
- setAutomaticallyComputeBoundingSphere(boolean) - Method in class agi.foundation.graphics.Primitive
-
Sets if the primitive's BoundingSphere
is automatically computed.
- setAuxiliaryScalar(Scalar) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Sets the scalar to evaluate and store for output during propagation.
- setAuxiliaryVector(Vector) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Sets the vector to include as an auxiliary state in the propagation output.
- setAvailability(TimeIntervalCollection) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Sets the collection of availability intervals.
- setAxes(Axes) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the axes.
- setAxes(Axes) - Method in class agi.foundation.geometry.ReferenceFrame
-
Sets the axes of the reference frame.
- setAxes(Axes) - Method in class agi.foundation.geometry.VectorDerivative
-
Sets the axes.
- setAxes(Axes) - Method in class agi.foundation.graphics.Camera
-
Sets camera's axes of rotation.
- setAxes(Axes) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Sets the
Axes
(
get
/
set
) to use.
- setAxesOwner(Vector) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Sets the vector whose axes will be used to observe the
ObservedVector
(
get
/
set
).
- setAxesProvider(IServiceProvider) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
- setAxesToObserve(Axes) - Method in class agi.foundation.geometry.AxesInAxes
-
Sets the axes to observe in another axes.
- setAxesToObserve(Axes) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Sets the axes to observe.
- setAxesToObserve(Axes) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Sets the axes to observe.
- setAzimuth(double) - Method in class agi.foundation.terrain.ElevationMask
-
Sets the azimuth of the ray, in radians.
- setBackgroundColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the color of the background behind the label.
- setBackgroundColor(Color) - Method in class agi.foundation.graphics.Scene
-
Sets the background color of the scene.
- setBackgroundPadding(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the amount of padding between the text and the label's background in each dimension, in pixels.
- setBackLineColor(Color) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the back line's color.
- setBackLineColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the colors of the back lines of the solid.
- setBackLineTranslucency(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the back line's translucency.
- setBackLineWidth(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the back line's width, in pixels.
- setBackLineWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the width of the back lines of the solid.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBacklobeGain(double) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBacklobeGain(double) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBacklobeGain(double) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBacklobeGain(double) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeGain(double) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets the antenna back lobe gain,
applied when the angle is greater than 90 degrees from the boresight.
- setBackLobeSuppression(double) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Sets the phased array back lobe suppression value applied to the antenna gain for directions with a negative z component (back lobe).
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the amount of time to extrapolate backward before the property becomes undefined.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBackwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time before any available samples.
- setBallisticCoefficient(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the ballistic coefficient or the area times
the drag coefficient divided by the mass.
- setBandOrder(RasterFormat) - Method in class agi.foundation.graphics.imaging.BandOrderFilter
-
Sets the
RasterFormat
indicating the desired order of the bands in the source raster.
- setBandwidth(double) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the photodetector bandwidth, in hertz.
- setBandwidth(double) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Sets the bandwidth of the signal, in hertz.
- setBase(Scalar) - Method in class agi.foundation.geometry.ScalarExponent
-
Sets the value to raise to the given
Exponent
(
get
/
set
).
- setBaseOverlay(GlobeImageOverlay) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setBasePoint(Point) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Sets the point to which the
DisplacementVector
(
get
/
set
) is added.
- setBaseRadiusBounds(Bounds) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the cone's base radius bounds.
- setBeamDirectionsProvider(DirectionsProvider) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
- setBeamformer(PhasedArrayBeamformer) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Sets the phased array beam former.
- setBeamVariance(double) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Sets the beam variance.
- setBehavior(ReturnSegmentBehavior) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Sets if this segment will return or not when propagated.
- setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold) - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Sets the behavior when a function value is found to exactly equal the threshold.
- setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold) - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Sets the behavior when a function value is found to exactly equal the threshold.
- setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold) - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Sets the behavior when a function value is found to exactly equal the threshold.
- setBillboardGraphics(BillboardGraphics) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Sets the graphical properties of the billboard.
- setBlender(Covariance6By6TwoBodyBlender) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Sets a two-body covariance blender consistent with this covariance data.
- setBlendingColor(Color) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Sets the blending color.
- setBlendingColor(Color) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets the blending color.
- setBlendingEquation(BlendingEquation) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending equation used when compositing a transparent surface mesh.
- setBlendingEquation(BlendingEquation) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending equation used when compositing a transparent triangle mesh.
- setBlock(NavigationBlockType) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Sets the block type for this satellite.
- setBlock(NavigationBlockType) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the block type for this satellite.
- setBlockType(NavigationBlockType) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Sets the block type of the GPS satellite broadcasting the signal passing through this filter.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Sets the body axes of the gravity-gradient satellite.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Sets the body axes of the spacecraft.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Sets the axes defining the orientation of the spacecraft body.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Sets the axes defining the orientation of the spacecraft body.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.OffAxisTorque
-
Sets the body axes of the thrusting vehicle.
- setBodyAxes(Axes) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Sets the body axes of the spacecraft using the reaction wheel.
- setBodyCenterOfMass(Point) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Sets the center of mass point of the gravity-gradient satellite.
- setBorderColor(Color) - Method in class agi.foundation.graphics.Overlay
-
Sets the overlay's border color.
- setBorderColor(Color) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the color of the Projection's
border.
- setBorderSize(int) - Method in class agi.foundation.graphics.Overlay
-
Sets the size of the overlay's border.
- setBorderTranslucency(float) - Method in class agi.foundation.graphics.Overlay
-
Sets the translucency of the overlay border.
- setBorderTranslucency(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the translucency of the Projection's
border.
- setBorderWidth(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the width of the Projection's
border.
- setBoundary(SensorProjectionBoundary) - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Sets the boundary of which this horizon is a part.
- setBoundaryCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
- setBoundaryCurveSegmentIndex(int) - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Sets the index of the horizon segment in the
Boundary
(
get
/
set
)
BoundaryCurveSegments
(
get
) collection.
- setBoundaryGraphics(ExtrudableLineGraphics) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Sets the graphics describing the outline of the region.
- setBoundaryResolution(double) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Sets the spacing, in radians, at which to create additional points along the area target boundary to perform access on.
- setBoundingExtent(CartographicExtent) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
- setBoundingExtentNativeUnits(CartographicExtent) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
- setBoundingSphere(BoundingSphere) - Method in class agi.foundation.graphics.Primitive
-
Sets the bounding sphere that encompasses the primitive.
- setBoundingSphereScale(double) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets or sets the scale applied to the radius of this primitive's bounding sphere.
- setBoundingSphereScale(double) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Gets or sets the scale applied to the radius of this primitive's bounding sphere.
- setBoundType(InequalityBoundType) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets a value indicating whether the inequality represents an upper bound or a lower bound.
- setBoundType(InequalityBoundType) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Sets a value indicating whether the
BoundValue
(
get
/
set
) represents a lower or an upper bound.
- setBoundValue(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets the value of the upper or lower bound that defines the inequality.
- setBoundValue(ValueDefinition<Double>) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Sets the threshold that the
evaluated value
will be compared to when solving for a particular trajectory.
- setBStar(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the BSTAR drag term, in units of 1 / EarthRadii.
- setBStarDragValue(double) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Sets the value for the BSTAR drag value to use for the
Sgp4Elements
.
- setBurnCenteringBias(ValueDefinition<Duration>) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Sets a bias to use for burn centering.
- setBurnCenteringDuration(ValueDefinition<Duration>) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- setBurnoutEpoch(JulianDate) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the time of burnout, at which the launch vehicle will be at
BurnoutPosition
(
get
/
set
).
- setBurnoutFlightPathAngle(ValueDefinition<Double>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the burnout velocity's flight path angle.
- setBurnoutPosition(Cartographic) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the location of burnout.
- setBurnoutState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the burnout state.
- setBurnoutVelocityAzimuth(double) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the burnout velocity's azimuth.
- setBurnoutVelocityAzimuth(ValueDefinition<Double>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the burnout velocity's azimuth.
- setBurnoutVelocityFightPathAngle(double) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the burnout velocity's flight path angle.
- setBurnoutVelocityFrame(SimpleAscentPropagatorBurnoutVelocityFrame) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets which reference frame the burnout velocity is specified in.
- setBurnoutVelocityFrame(SimpleAscentPropagatorBurnoutVelocityFrame) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the reference frame that the burnout velocity is specified in.
- setBurnoutVelocityMagnitude(double) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the burnout velocity magnitude in the reference frame of the
CentralBody
(
get
/
set
) as indicated by
the property
BurnoutVelocityFrame
(
get
/
set
).
- setBurnoutVelocityMagnitude(ValueDefinition<Double>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the burnout velocity magnitude in the
CentralBody
(
get
/
set
) reference frame indicated by
BurnoutVelocityFrame
(
get
/
set
).
- setCacheSeconds(double) - Method in class agi.foundation.celestial.Iau1976Precession
-
Sets the number of seconds required between dates before precession is recomputed
- setCacheSeconds(double) - Method in class agi.foundation.celestial.Iau1980Nutation
-
Sets the number of seconds required between dates before nutation is recomputed
- setCacheTileSize(int) - Method in class agi.foundation.terrain.RasterTerrainCache
-
Sets the size, in posts, of a terrain region in the cache.
- setCalculateCompleteIntervalsPerConstraint(boolean) - Method in class agi.foundation.access.AccessComputation
-
Sets a value indicating whether satisfaction intervals are computed for each
constraint in the Access computation.
- setCalculationContextStorageStrategy(ICalculationContextStorageStrategy) - Static method in class agi.foundation.infrastructure.CalculationContext
-
Sets the strategy that is used to store calculation contexts.
- setCalculationPersona(AccuracyCalculationPersona) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Sets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
- setCalculationPersona(AccuracyCalculationPersona) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Sets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
- setCallback(ComputeValueFromState<T>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Sets the callback that computes a value from the state.
- setCallback(DelegateBasedConstraintCallback) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Sets the
delegate
that computes the value from the
SegmentResults
to compare against the
DesiredValue
(
get
/
set
).
- setCallback(DelegateBasedCostFunctionCallback) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Sets the
delegate
that computes the value from the
SegmentResults
to minimize or maximize.
- setCallback(DelegateBasedInequalityConstraintCallback) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Sets the
delegate
that computes the value from the
SegmentResults
to compare against the
BoundValue
(
get
/
set
).
- setCallback(ConditionCheckCallback) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
- setCallback(LabelCallback<TEntity>) - Method in class agi.foundation.tracking.LabelVisualizer
-
- setCallback(MarkerCallback<TEntity>) - Method in class agi.foundation.tracking.MarkerVisualizer
-
- setCallback(ModelCallback<TEntity>) - Method in class agi.foundation.tracking.ModelVisualizer
-
- setCamera(Camera) - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
- setCamera(Camera) - Method in class agi.foundation.tracking.ViewFromTo
-
- setCancel(boolean) - Method in class agi.foundation.compatibility.CancelEventArgs
-
Gets or sets a value indicating whether the event should be canceled.
- setCanceled(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Sets a value indicating whether the propagation run was canceled.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Sets the frequency of the signal, in hertz.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Sets the frequency to set on the modulated carrier signal created by this modulator, in hertz.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Sets the frequency to set on the modulated carrier signal created by this modulator, in hertz.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Sets the frequency of the signal, in hertz.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Sets the frequency of the signal, in hertz.
- setCarrierFrequency(double) - Method in class agi.foundation.communications.Transceiver
-
Sets the carrier frequency of the remodulated signal, in hertz.
- setCarrierToNoiseThreshold(double) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets the carrier to noise value below which this signal cannot be tracked.
- setCartographic(CentralBody, Iterable<Cartographic>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, MarkerBatchPrimitiveOptionalParameters) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, MarkerBatchPrimitiveOptionalParameters, RenderPassHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, RenderPassHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, PolylinePrimitiveOptionalParameters) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, RenderPassHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, TextBatchPrimitiveOptionalParameters) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, TextBatchPrimitiveOptionalParameters, RenderPassHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setCellAlpha(CesiumProperty<Double>) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Sets the alpha value of grid cells, this is combined with the overall alpha specified in
Color
(
get
/
set
).
- setCenter(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the origin of the
ReferenceFrameName
(
get
/
set
),
which may be a natural Solar System body, including any planet
barycenter or the Solar System barycenter, or another spacecraft.
- setCenter(Cartographic) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the location for the center of the circular hold.
- setCenter(Cartographic) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the center of the search area.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.CentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Sets a point describing the center of mass of this planetary system.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Sets a point describing the center of mass of this solar system.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfMassPoint(Point) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets a point describing the center of mass of this central body.
- setCenterOfTurnOne(Cartographic) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the center of the first racetrack turn.
- setCenterOfTurnTwo(Cartographic) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the center of the second racetrack turn.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Sets the central body relative to which the altitude is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Sets the central body relative to which the azimuth is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Sets the central body relative to which the azimuth and azimuth rate are computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the central body used to define the cartographic coordinates.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the central body on which the constraint is defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Sets the central body used in this constraint.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Sets the central body to consider in this constraint.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Sets the central body relative to which the elevation is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Sets the central body relative to which the elevation is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Sets the central body to which the equatorial plane is defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Sets the central body relative to which the elevation is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Sets the central body relative to which the elevation and elevation rate are computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Sets the central body associated with the target and used to determine the target's local horizon.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Sets the central body relative to which the plane of the local horizon is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Sets the central body relative to which the surface distance is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Sets the central body relative to which the elevation is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Sets the
CentralBody
(
get
/
set
) to be used in converting the propagation state elements.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Sets the central body that the refraction model is associated with.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Sets the body which creates the gravity and provides a reference point at its center of mass.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets the
CentralBody
about which this correction is applied.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Sets the central body of the atmosphere described by the density model.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Sets the
CentralBody
(
get
/
set
) to use for the
two-body gravity correction and as an eclipsing body to monitor for boundary crossings.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.SolidTideModel
-
Sets the primary gravitational body.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Sets the body which defines the
TargetPoint
(
get
/
set
) frame.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Sets the body which creates the gravity and defines the inertial frame of propagation.
- setCentralBody(CentralBody) - Method in class agi.foundation.celestial.WindModel
-
Sets the central body that the wind model is associated with.
- setCentralBody(CentralBody) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the central body for the photodetector.
- setCentralBody(CentralBody) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Sets the central body.
- setCentralBody(CentralBody) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Sets the central body used as the altitude reference.
- setCentralBody(CentralBody) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Sets the model's central body.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.AxesBPlane
-
Sets the
CentralBody
(
get
/
set
) that the
OrbitalPoint
(
get
/
set
) is near.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Sets the central body that defines the surface.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the
CentralBody
(
get
/
set
) with respect to which these
Axes
are defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Sets the central body that defines the surface.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Sets the
CentralBody
(
get
/
set
) that the
ReferencePoint
(
get
/
set
) is orbiting.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Sets the central body associated with this grid.
- setCentralBody(JplDECentralBody) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Sets the central body.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.PointAtAltitude
-
Sets the central body.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.PointCartographic
-
Sets the central body (such as a planet) to which the point is attached.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Sets the central body that the point will be projected on to.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Sets the
CentralBody
(
get
/
set
) on which the
SurfaceRegion
(
get
/
set
) is located.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Sets the
CentralBody
(
get
/
set
) to use.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Sets the central body relative to which the altitude is computed.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Sets the
CentralBody
(
get
/
set
) in which the link will be observed.
- setCentralBody(CentralBody) - Method in class agi.foundation.geometry.VectorBPlane
-
Sets the
CentralBody
(
get
/
set
) to use.
- setCentralBody(CentralBody) - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Sets the
CentralBody
to which the altitude is relative.
- setCentralBody(CentralBody) - Method in class agi.foundation.graphics.GreatArcInterpolator
-
Gets or sets the central body used when interpolating with Interpolate
.
- setCentralBody(CentralBody) - Method in class agi.foundation.graphics.RhumbLineInterpolator
-
Gets or sets the central body used when interpolating with Interpolate
.
- setCentralBody(CentralBody) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Sets the central body providing the topology and orientation of the
SurfaceCurve
(
get
/
set
),
and on which the curve is defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Sets the central body providing the orientation and topology of the
SurfaceRegion
(
get
/
set
), and on which the region is defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets the
CentralBody
(
get
/
set
) on which the field of view will be projected.
- setCentralBody(CentralBody) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the central body that the
InitialPosition
(
get
/
set
) and target position are located on.
- setCentralBody(CentralBody) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the instance to use to define the principal frame and shape of the central body.
- setCentralBody(CentralBody) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the central body to be used for the launch segment.
- setCentralBody(CentralBody) - Method in class agi.foundation.routedesign.RoutePropagator
-
Sets the
CentralBody
(
get
/
set
) upon which to build the route.
- setCentralBody(CentralBody) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the central body to be used for the launch segment.
- setCentralBody(CentralBody) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Sets the central body relative to which the longitude, latitude, and altitude
are defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Sets the central body relative to which the longitude, latitude, and radius
are defined.
- setCentralBody(CentralBody) - Method in class agi.foundation.terrain.AzimuthElevationMask
-
Sets the central body to which this mask is relative.
- setCentralBody(CentralBody) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets the
CentralBody
(
get
/
set
) on which the sensor field of view will be projected.
- setCentralBody(CentralBody) - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Sets the
CentralBody
(
get
/
set
) about which to rotate the camera.
- setCentralBodyAngularMomentumPerUnitMass(Vector) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets a vector that describes the angular momentum per unit mass of the
CentralBody
(
get
/
set
).
- setCentralBodyClipped(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets whether the markers are clipped by the central body.
- setCentralBodyClipped(boolean) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets whether the polyline will be clipped by the central body.
- setCentralBodyClipped(boolean) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets whether individual points will be clipped by the central body.
- setCentralBodyClipped(boolean) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets whether the polyline will be clipped by the central body.
- setCentralBodyClipped(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets whether individual points will be clipped by the central body.
- setCentralBodyGravitationalParameter(double) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets the gravitational parameter for the
CentralBody
(
get
/
set
).
- setCentralBodyName(String) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the name of the central body described by the model.
- setCentralBodyName(String) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
- setCentralBodyName(Pattern) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets a regular expression that the
CentralBodyName
(
get
/
set
)
must match in order to be included in the query.
- setCentralBodyName(String) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
- setCentralBodyName(Pattern) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets a regular expression that the
CentralBodyName
(
get
/
set
)
must match in order to be included in the query.
- setCentralBodyRadius(double) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Sets the central body's radius which is used in the calculations to denote the surface.
- setCesiumAvailability(TimeIntervalCollection) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Sets the collection on intervals defining the availability.
- setCesiumReferenceFrame(ReferenceFrame) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Sets the reference frame in which an object's CZML position will be written.
- setChannelLink(ExtensibleObject) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets the link connecting this channel to the satellite's transmitter.
- setChecksumLine1(int) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the checksum for line 1.
- setChecksumLine2(int) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the checksum for line 2.
- setChipLength(double) - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Sets the length of one pulse of navigation signal data.
- setCircleRadiusGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the gridding technique used in the radial coordinate of the circle of revolution.
- setCityName(String) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the city name.
- setCityName(Pattern) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets a regular expression that the
CityName
(
get
/
set
)
must match in order to be included in the query.
- setClampToGround(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets whether or not the curve should be clamped to the ground.
- setClampToPixel(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets whether the screen space position of each marker is clamped to a pixel.
- setClassification(String) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the classification.
- setClassification(String) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the classification.
- setClassification(String) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the classification.
- setClassificationType(CesiumProperty<CesiumClassificationType>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets whether a classification affects terrain, 3D Tiles or both.
- setClassificationType(CesiumProperty<CesiumClassificationType>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether a classification affects terrain, 3D Tiles or both.
- setClimb(ClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Sets the performance model to use while climbing.
- setClimbAngle(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the angle at which to climb during takeoff, in radians.
- setClipToParent(boolean) - Method in class agi.foundation.graphics.Overlay
-
Sets a value indicating whether or not the overlay will be clipped by the Bounds
of its parent.
- setClock(Clock) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the initial clock settings to be used when loading the document.
- setClockAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the cone clock angle bounds.
- setClockAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the bounds for the cylinder's clock angle.
- setClockAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the clock angle (azimuthal) bounds.
- setClockAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the gridding technique used in the clock angle coordinate.
- setClockAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the gridding technique used in the clock angle coordinate.
- setClockAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the gridding technique used in the clock (azimuthal) coordinate.
- setClockAngles(double, double) - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Sets the clock angles, which restrict the volume to a wedge-shaped portion of the annular cross-section.
- setClockErrorA(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 2nd order term for the clock error growth (meters/sec^2).
- setClockErrorB(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 1st order term for the clock error growth (meters/sec).
- setClockErrorC(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 0th order term for the clock error growth (meters).
- setClockPhaseError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the clock phase error component of the user range error.
- setCloseBottom(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether to close the bottom of the extruded region.
- setCloseTop(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether to close the top of the extruded region.
- setCloudCeiling(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a value for the cloud ceiling, in meters.
- setCloudLayerThickness(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a value for the cloud layer thickness, in meters.
- setCloudLiquidWaterDensity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets the cloud liquid water density, in g/m3.
- setCloudsUri(String) - Method in class agi.foundation.graphics.Clouds
-
The URI of the clouds file.
- setCloudTemperature(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets the cloud temperature, in kelvin.
- setCoefficientOfDrag(Scalar) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Sets the drag coefficient of the object.
- setCoefficientOfReflectivity(Scalar) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Sets the coefficient of reflectivity.
- setCoefficientOfReflectivityType(CoefficientOfReflectivityType) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the color of the billboard.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Sets the color of the grid.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Sets the color of the image.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the color to blend with the model's rendered color.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the color of the point.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineArrowMaterialGraphics
-
Sets the color of the line.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Sets the color of the dashes on the line.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Sets the color of the line.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Sets the color of the line.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.SolidColorMaterialGraphics
-
Sets the color.
- setColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.VectorGraphics
-
Sets the color of the vector.
- setColor(Color) - Method in class agi.foundation.graphics.AxesPrimitive
-
- setColor(Color) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setColor(Color) - Method in class agi.foundation.graphics.CompositePrimitive
-
The composite primitive does not support the color property.
- setColor(Color) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the colors that affects every marker in the batch.
- setColor(Color) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
The ordered composite primitive does not support the color property.
- setColor(Color) - Method in class agi.foundation.graphics.Overlay
-
Sets the overlay's color.
- setColor(Color) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the color associated with this point.
- setColor(Color) - Method in class agi.foundation.graphics.PathPrimitive
-
The path primitive does not support the Color property.
- setColor(Color) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the color that affects every point in the batch.
- setColor(Color) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the primitive's color.
- setColor(Color) - Method in class agi.foundation.graphics.Primitive
-
Sets the primitive's color.
- setColor(Color) - Method in class agi.foundation.graphics.ProjectedRaster
-
This method is not supported by ProjectedRaster.
- setColor(Color) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets the color that affects every string in the batch.
- setColor(Color) - Method in class agi.foundation.graphics.VectorPrimitive
-
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.LineGraphics
-
Sets a parameter defining the color and translucency of the line over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the color of the marker over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.ModelGraphics
-
Sets a parameter defining the color of the model over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.PointGraphics
-
Sets a parameter defining the color and translucency of the point over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the color of the solid.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets a parameter defining the color and translucency of the surface over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the color of the text over time.
- setColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Sets a parameter defining the color of the mesh.
- setColor(Color) - Method in class agi.foundation.tracking.EntityVisualizer
-
Sets the color.
- setColor(Color) - Method in class agi.foundation.tracking.HistoryVisualizer
-
- setColor(Color) - Method in class agi.foundation.tracking.LabelVisualizer
-
- setColor(Color) - Method in class agi.foundation.tracking.MarkerVisualizer
-
- setColor(Color) - Method in class agi.foundation.tracking.ModelVisualizer
-
- setColor(Color) - Method in class agi.foundation.tracking.PointVisualizer
-
- setColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets the color of the sensor volume.
- setColor(Color) - Method in class agi.foundation.tracking.WaypointVisualizer
-
- setColorBlendAmount(CesiumProperty<Double>) - Method in class agi.foundation.cesium.ModelGraphics
-
- setColorBlendMode(CesiumProperty<CesiumColorBlendMode>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the mode to use for blending between
Color
(
get
/
set
) and the model's color.
- setColors(Iterable<Color>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of colors, one for each marker in the batch.
- setColors(Iterable<Color>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Defines a collection of colors, one for each string in the batch.
- setColumnDimension(int) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Sets the number of columns.
- setCommonName(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets a common name for the satellite.
- setCommonName(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
CommonName
(
get
/
set
)
must match in order to be included in the query.
- setCommunicationLink(IServiceProvider) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Sets the object which provides the services needed to compute this scalar.
- setCommunicationLink(IServiceProvider) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Sets the object which provides the services needed to compute this scalar.
- setCommunicationObject(IServiceProvider) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Sets the object which provides the services needed to compute this scalar.
- setCommunicationParameter(CommunicationObjectScalar) - Method in class agi.foundation.coverage.figureofmerit.CommunicationFigureOfMerit
-
Sets the scalar communication parameter to use as a template for this figure of merit.
- setCommunicationsAccessQuery(AccessQuery) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
- setCompletedSuccessfully(boolean) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
Sets a value indicating whether the
operator
run completed successfully.
- setComponents(Cartesian) - Method in class agi.foundation.geometry.VectorFixed
-
Sets the components of this Vector resolved in the defining reference axes.
- setComputeInitialConditionsOnCreation(boolean) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Gets or sets a value indicating whether
propagators
created by this
definition
will have the initial conditions of
their
IncludeHighestDerivativeInOutput
(
get
/
set
)
and
auxiliary elements
computed in their
CurrentState
(
get
) just after creation.
- setComputeMode(SignalToNoiseRatioComputeMode) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Sets the mode used for computing the signal-to-noise ratio.
- setComputeMode(SignalToNoiseRatioComputeMode) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Sets the signal-to-noise ratio compute mode.
- setCondition(StoppingCondition) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
- setConditionStoppedOn(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
- setConditionStoppedOn(StoppingCondition) - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
- setConeAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the cone angle (polar) bounds.
- setConeAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the gridding technique used in the cone (polar) coordinate.
- setConfiguration(SegmentListConfiguration) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
-
- setConfiguration(SegmentListConfiguration) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
-
- setConfiguration(SegmentConfiguration) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setConfigureRequestCallback(NetworkContext.ConfigureRequest) - Static method in class agi.foundation.graphics.NetworkContext
-
Sets a delegate which, if set, will be called to configure every network
request made by Insight3D before it is made.
- setConnection(ConnectionStrategy) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Sets the strategy to use when connecting the previous procedure with the next.
- setConnectionDependency(SurfaceProcedureConnectionDependency) - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Sets the order in which to configure the surrounding connections.
- setConnectionType(EllipsoidSurfaceRegionCurveConnectionType) - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
- setConserveDistanceForAberration(boolean) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Sets a value indicating whether to only correct for the direction of the vector
and not its magnitude when computing the aberration due to relative motion of the observer
with respect to the target.
- setConsideredIntervals(TimeIntervalCollection) - Method in class agi.foundation.coverage.CoverageData
-
Sets the intervals considered when computing these coverage results.
- setConstantFalseAlarmRateReferenceCellCount(int) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Sets the number of constant false alarm rate reference cells.
- setConstantNoise(double) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Sets the constant noise value, in meters.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLink(IServiceProvider) - Method in interface agi.foundation.access.ILinkConstraint
-
Sets the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedLinkEnd(LinkRole) - Method in interface agi.foundation.access.ILinkConstraint
-
Sets the end of the link to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Sets the object to which this constraint is applied.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Sets the object to which this constraint applies.
- setConstrainedObject(IServiceProvider) - Method in interface agi.foundation.access.ISingleObjectConstraint
-
Sets the object to which this constraint applies.
- setConstrainedUpAxis(ConstrainedUpAxis) - Method in class agi.foundation.graphics.Camera
-
Sets the axis to constrain the up vector to.
- setConstrainEntryAndExitToTrackArcs(boolean) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets a value indicating whether to ignore the additional entry and exit turns,
restricting the entry and exit to be tangent to the two turns in the racetrack.
- setConstraintDifference(ScalarConstraintDifference) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Sets how the difference will be computed.
- setConstraintDifference(ScalarConstraintDifference) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Sets how the difference will be computed.
- setConstraintParameter(CommunicationLinkScalar) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Sets the communication parameter on which to constrain access.
- setConstraintParameter(CommunicationObjectScalar) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Sets the communication parameter on which to constrain access.
- setConstraintParameter(SingleTargetRadarLinkScalar) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Sets the communication parameter on which to constrain access.
- setConstraintSatisfactionCallback(ConstraintSatisfiedCallback) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
- setConstraintValue(double) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the desired constraint value.
- setContext(CalculationContext) - Method in interface agi.foundation.infrastructure.ICalculationContextStorageStrategy
-
- setContext(CalculationContext) - Method in class agi.foundation.infrastructure.ThreadStaticCalculationContextStorageStrategy
-
- setContinueExecution(boolean) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Sets a value indicating whether a thread should continue its threaded execution.
- setContinueIfOperatorsDoNotConverge(boolean) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Sets a value indicating whether the next operator should continue if the operators do not converge.
- setContinueOnFailure(boolean) - Method in class agi.foundation.graphics.imaging.SequenceFilter
-
Sets whether to continue applying filters in the sequence regardless of individual filter failures.
- setConverged(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
-
Sets a value indicating whether the
corrector
converged.
- setConverged(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
-
Sets a value indicating whether the
optimizer
converged.
- setConvergenceBehavior(TargetedSegmentListOperatorConvergenceBehavior) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Sets the behavior that should be done when an
operators
converges.
- setConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Sets the criteria used for convergence when searching for a precise crossing
of this threshold.
- setConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Sets the criteria used for convergence when searching for a precise crossing
of this threshold.
- setConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Sets the criteria used for convergence when searching for a precise crossing
of this threshold.
- setConvergenceFunction(ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Gets or sets a customizable convergence function that is used to determine if the optimizer
converges on a given iteration.
- setConvergenceTolerance(double) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Sets the convergence tolerance to use when solving.
- setCoordinateAxes(Axes) - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Sets the axes in which the data is defined.
- setCoordinatedPriorTo1993(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets a value indicating whether or not to use the pattern equations for earth-station antennas with diameter/wavelength ratios
less than 100, in networks coordinated prior to 1993.
- setCoordinatedPriorTo1993(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets a value indicating whether or not to use the pattern equations for earth-station antennas with diameter/wavelength ratios
less than 100, in networks coordinated prior to 1993.
- setCoordinateSystem(ReferenceFrame) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Sets the reference frame in which the data is defined.
- setCorrelatorSpacing(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the spacing between the early and late correlator peaks, in chips.
- setCorrelatorSpacing(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the spacing between the early and late correlator peaks, in chips.
- setCosineExponent(double) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Sets the cosine exponent.
- setCostateElementIdentification(String) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Gets or sets the identification of the optional costate vector element in the state passed into the
ImpulsiveManeuverSegment
.
- setCostFunction(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- setCostFunction(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- setCostFunctionDifference(ScalarConstraintDifference) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Sets how the difference will be computed.
- setCountryName(String) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the country name of the city.
- setCountryName(Pattern) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets a regular expression that the
CountryName
(
get
/
set
)
must match in order to be included in the query.
- setCovarianceAxes(DateMotionCollection1<Axes>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets a collection containing the axes of the covariance data.
- setCovarianceAxes(Axes) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the native axes of the
CovarianceData
(
get
/
set
).
- setCovarianceAxesNames(DateMotionCollection1<String>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets a collection containing names for covariance axes that
are different from those of the reference frame.
- setCovarianceData(DateMotionCollection1<Matrix6By6Symmetric>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the covariance data.
- setCovarianceData(DateMotionCollection2<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the data over which to interpolate.
- setCovarianceData(DateMotionCollection1<Matrix>) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the covariance data that is used for blending.
- setCovarianceData(DateMotionCollection1<Matrix3By3Symmetric>) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
Sets the covariance data.
- setCovarianceData(DateMotionCollection1<Matrix6By6Symmetric>) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Sets the covariance data.
- setCovarianceData(StkEphemerisFile.Covariance) - Method in class agi.foundation.stk.StkEphemerisFile
-
Sets the covariance data.
- setCovarianceOptions(CovarianceReadOptions) - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Sets the options for reading in the covariance data of an ephemeris file.
- setCoverageData(TimeIntervalCollection, TimeIntervalCollection, TimeIntervalCollection, List<Object>, List<AccessQueryResult>) - Method in class agi.foundation.coverage.CoverageData
-
Sets the coverage data.
- setCoverageGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.CoverageGridPointWithResults
-
- setCoverageTarget(IServiceProvider) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Sets the object which is the target of the coverage calculation
- setCreationDate(GregorianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Sets the file creation date and time in UTC.
- setCreationDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the date the PAF file was created.
- setCreationDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Sets the creation date of the PSF file.
- setCreationDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Sets the creation date of the SOF file.
- setCrossingDateTolerance(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets the tolerance with which to converge on date when finding
a precise crossing of a threshold.
- setCrossingDurationTolerance(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets the tolerance with which to converge on duration when finding
a precise crossing of a threshold.
- setCrossingVariableTolerance(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets the tolerance with which to converge on Variable when finding
a precise crossing of a threshold.
- setCrossPolarizationLeakage(double) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Sets the cross polarization leakage value.
- setCrossPolarizationLeakage(double) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Sets the cross polarization leakage value.
- setCrossSection(double) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Sets the constant cross section value in meters squared.
- setCrossTrackError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the cross track error component of the user range error
- setCrossTrackErrorA(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 2nd order term for the cross track error growth (meters/sec^2).
- setCrossTrackErrorB(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 1st order term for the cross track error growth (meters/sec).
- setCrossTrackErrorC(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 0th order term for the cross track error growth (meters).
- setCruise(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Sets the performance model to use while cruising.
- setCruiseSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the speed to use as the target speed at which to traverse along the path.
- setCullFace(CullFace) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets whether front and/or back-facing triangles may be culled.
- setCurrent(Scalar) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Sets the electric current passing through the coil.
- setCurrentAxes(Axes) - Method in class agi.foundation.coordinates.AxesAdapter
-
Sets the
Axes
that the
ElementIdentification
(
get
/
set
)
in the state will be in once the state is adapted.
- setCurrentDate(JulianDate) - Method in class agi.foundation.coordinates.BasicState
-
- setCurrentDate(JulianDate) - Method in interface agi.foundation.coordinates.ITimeBasedState
-
- setCurrentDate(JulianDate) - Method in class agi.foundation.propagators.NumericalPropagatorState
-
- setCurrentDefinedIn(Object) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Sets the current defined in object.
- setCurrentIteration(int) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Sets the number of the current iteration.
- setCurrentIteration(int) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Sets the number of the current iteration.
- setCurrentReferenceFrame(ReferenceFrame) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Sets the
ReferenceFrame
that the
ElementIdentification
(
get
/
set
)
in the state will be in once the state is adapted.
- setCurrentState(ITimeBasedState) - Method in class agi.foundation.propagators.StoppablePropagator
-
Sets the most recently computed state from the propagator.
- setCurrentStepSize(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the value of the
CurrentStepSize
(
get
) which the
integrator will use for the next integration step.
- setCurrentTime(JulianDate) - Method in class agi.foundation.cesium.Clock
-
Sets the initial time when the document is first loaded.
- setCurrentValue(double) - Method in class agi.foundation.graphics.ModelTransformation
-
Sets the current value of the transformation.
- setCustomAtmosphericModel(ItuRP676AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Sets a custom atmospheric model to use when computing attenuation.
- setCustomAtmosphericModel(ItuRP676AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Sets a custom atmospheric model to use when computing attenuation.
- setCustomAtmosphericModel(ItuRP840AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a custom atmospheric model to use when computing attenuation.
- setCustomAtmosphericModel(ItuRP838AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom atmospheric model to use when computing attenuation.
- setCustomDefaultConnection(RouteConnection) - Method in class agi.foundation.routedesign.RoutePropagator
-
Sets the custom connection that will be used to fill in
any missing connections in the list of route
Segments
(
get
).
- setCustomLinkSubdivision(LinkSubdivision) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Gets or sets a custom object which will be used to
subdivide the link into sub-segments, which will then define the sample locations
where the
CustomAtmosphericModel
(
get
/
set
) will be asked to obtain atmospheric data.
- setCustomLinkSubdivision(LinkSubdivision) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom object which will be used to
subdivide the link into sub-segments, which will then define the sample locations
where the
CustomAtmosphericModel
(
get
/
set
) will be asked to obtain atmospheric data.
- setCustomProperties(CesiumCustomProperties) - Method in interface agi.foundation.cesium.advanced.ICesiumCustomPropertiesService
-
Sets the set of custom CZML properties.
- setCustomProperties(CesiumCustomProperties) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Sets the set of custom CZML properties.
- setCustomRainHeight(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Sets a custom value for the rain height.
- setCustomRainHeight(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Sets a custom value for the rain height, in meters.
- setCustomRainHeight(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Sets a custom value for the rain height, in meters.
- setCustomRainRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Sets a custom value for the rain rate exceeded 0.01% of the time.
- setCustomRainRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Sets a custom value for the rain rate exceeded 0.01% of the time, in meters per second.
- setCustomRainRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Sets a custom value for the rain rate exceeded 0.01% of the time, in meters per second.
- setCustomSegment(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile
-
Sets the custom profile geometry corresponding to the surface geometry of
the procedure to which this profile is attached.
- setCycleRepeats(boolean) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Sets a value indicating whether any time outside the time interval defined by the
AreaData
(
get
)
will be wrapped by adding or subtracting an integer number of time intervals until the transformed time
is inside the time interval.
- setDarkCurrent(double) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Sets the photodetector dark current in amps.
- setDashLength(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Sets the length in screen-space pixels of a single dash and gap pattern.
- setDashPattern(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Sets a 16-bit bitfield representing which portions along a single dashLength are the dash (1) and which are the gap (0).
- setData(DateMotionCollection1<Double>) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Sets the data over which to interpolate.
- setData(DateMotionCollection2<UnitQuaternion, Cartesian>) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Sets the data over which to interpolate.
- setData(DateMotionCollection1<Cartesian>) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Sets the data over which to interpolate.
- setData(StkAttitudeFile.Attitude) - Method in class agi.foundation.stk.StkAttitudeFile
-
Sets the attitude data.
- setData(StkEphemerisFile.Ephemeris) - Method in class agi.foundation.stk.StkEphemerisFile
-
Sets the ephemeris data.
- setData(StkPatternFile.Pattern) - Method in class agi.foundation.stk.StkPatternFile
-
Sets the pattern data.
- setDataRate(double) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Sets the rate at which the data is modulated on the carrier, in bits per second.
- setDataRate(double) - Method in class agi.foundation.communications.OpticalTransmitter
-
Sets the rate, in bits per second, at which the data is modulated on the carrier.
- setDataRate(double) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Sets the data rate in bits per second.
- setDataRate(double) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Sets the rate at which the data is modulated on the carrier, in bits per second.
- setDate(JulianDate) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the date associated with this point.
- setDateOfDecay(JulianDate) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the expected date after which the satellite is expected to permanently decay, or
in the case that the
Status
(
get
/
set
) indicates an incomplete calculation this will be
equal to the
ReferenceEpoch
(
get
/
set
) indicating an unknown decay date.
- setDateTolerance(double) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the tolerance in seconds that is used to ensure that the dates in
OrbitStates
(
get
/
set
)
and
CovarianceData
(
get
/
set
) are close enough to being equal.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.access.AccessComputation
-
Sets a logger to which debugging information will be written.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Sets the logger used to examine access query evaluations.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.access.AccessEvaluator
-
Sets the logger used to examine access query evaluations.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.access.AccessQuery
-
Sets a logger to which debugging information will be written.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets a logger to which debugging information will be written.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets a logger to which debugging information will be written.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets a logger to which debugging information will be written.
- setDebuggingLogger(HierarchicalLogger) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets a logger to which debugging information will be written.
- setDecayAltitude(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the altitude to use to determine when a satellite will permanently decay.
- setDeepFadeOption(boolean) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Sets a value indicating whether to use the deep fade option.
- setDefault(TypeLiteral<TEntity>, EntityDescriptor<TEntity>) - Static method in class agi.foundation.tracking.EntityDescriptor
-
Sets the default descriptor for this type of entity.
- setDefaultAllowExtrapolation(boolean) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets a value indicating whether the evaluator created by this instance is allowed, by default, to extrapolate
assessed performance before the first record or after the last one.
- setDefaultAvailabilityThreshold(Duration) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the default availability threshold used when evaluating assessed performance.
- setDefaultForNewContexts(CalculationContext) - Static method in class agi.foundation.infrastructure.CalculationContext
-
Sets the calculation context to use for contexts that do not yet have a calculation context.
- setDefaultInertialFrame(ReferenceFrame) - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Sets the default inertial frame in which the light path is modeled
for new
LinkSpeedOfLight
instances created by the collection.
- setDefaultInitialState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Sets the initial state of the segment.
- setDefaultInitialState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Sets the initial state of the segment.
- setDefaultInterpolator(TerrainInterpolator<QuantizedMeshTerrainTile>) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
- setDefaultInterpolator(RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
- setDefaultReferenceVector(Vector) - Method in class agi.foundation.communications.CommunicationSystem
-
- setDefaultStep(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets the default step that will be taken when sampling a function.
- setDefaultStep(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets the default step that will be taken when sampling a function.
- setDefaultStep(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets the default step that will be taken when sampling a function.
- setDefaultTauAngle(double) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Sets the default tau angle.
- setDefaultValue(Transaction) - Method in class agi.foundation.infrastructure.threading.TransactionParameter
-
Sets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
- setDefaultValue(TEntity) - Method in class agi.foundation.tracking.EntityParameter
-
Sets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
- setDefinedInAxes(Axes) - Method in class agi.foundation.celestial.ConstantForce
-
Sets the axes that the force is represented in.
- setDefinedInAxes(Axes) - Method in class agi.foundation.celestial.ConstantTorque
-
Sets the axes that the torque is represented in.
- setDefinedInAxes(Axes) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Sets the axes in which the vector is defined.
- setDefinedInAxes(Axes) - Method in class agi.foundation.geometry.ParameterizedVector
-
Sets the axes in which the vector is defined.
- setDefinedInAxes(Axes) - Method in class agi.foundation.geometry.VectorFixed
-
Sets the axes in which the Vector is defined.
- setDefinedInAxes(Axes) - Method in class agi.foundation.geometry.VectorInterpolator
-
Sets the axes in which the interpolated vector is defined.
- setDefinedInAxes(Axes) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the
Axes
that the
CovarianceData
(
get
/
set
) is defined in.
- setDefinedInAxes(Axes) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Sets the Axes that this vector is defined in.
- setDefinedInFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Sets the reference frame for the magnetic field.
- setDegree(int) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Sets the degree of interpolation to perform.
- setDegree(int) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Sets the degree of interpolation to perform.
- setDegree(int) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Sets the degree of interpolation to perform.
- setDelayLockLoopFilterBandwidth(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the bandwidth of the DLL tracking loop, in hertz.
- setDelayLockLoopFilterBandwidth(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the bandwidth of the DLL tracking loop, in hertz.
- setDeltaLatitude(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the distance between each post in the latitude direction, in radians.
- setDeltaLatitudeNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the distance between each post in the latitude direction, in the native units of the provider.
- setDeltaLongitude(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the distance between each post in the longitude direction, in radians.
- setDeltaLongitudeNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the distance between each post in the longitude direction, in the native units of the provider.
- setDeltaV(Cartesian) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the delta-V that will get applied to the
PropagationElementIdentification
(
get
/
set
).
- setDensity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the scalar defining the local atmospheric density.
- setDensity(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Sets the object which calculates density at the object's location,
note that this
ScalarAtmosphericDensity
also holds the central body and position data.
- setDensity(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Sets the atmospheric model used to calculate density at the location of the
TargetPoint
(
get
/
set
).
- setDensity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Sets the atmospheric density scalar.
- setDensityRatio(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
- setDensityRatio(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
- setDensityRatio(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Sets the density ratio in the atmosphere.
- setDepthFailMaterial(CesiumProperty<IPolylineMaterialGraphics>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the material to use to draw the curve when it is below the terrain.
- setDerivative(int) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Sets the derivative to constrain.
- setDerivativeToCompute(int) - Method in class agi.foundation.geometry.PointDifferentiator
-
Sets the derivative to compute by finite-differencing.
- setDerivativeToCompute(int) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Sets the derivative to compute by finite-differencing.
- setDerivativeTolerance(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
- setDescent(DescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Sets the performance model to use while descending.
- setDescentAngle(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the angle of the glide slope for the landing, in radians.
- setDescentSpeed(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the maximum vertical rate of descent (positive),
in meters per second.
- setDescription(String) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the document description.
- setDescription(Description) - Method in class agi.foundation.cesium.DescriptionExtension
-
Sets the description.
- setDesignFrequency(double) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Sets the phased array design frequency.
- setDesiredValue(ValueDefinition<Double>) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Sets the threshold that the
evaluated value
will be compared to when solving for a particular trajectory.
- setDesiredValue(double) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
- setDestinationBlendingFunction(BlendingFunction) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
- setDestinationBlendingFunction(BlendingFunction) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
- setDetectorPitch(double) - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Sets the detector pitch of the device.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Sets the antenna diameter.
- setDiameter(double) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Sets the antenna diameter.
- setDifferenceMethod(FiniteDifferenceMethod) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Sets how the default numerically computed derivatives of this function should be computed.
- setDifferenceMethod(FiniteDifferenceMethod) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Sets how the default numerically computed derivative of this function should be computed.
- setDifferenceMethod(FiniteDifferenceMethod) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Sets the difference method used to compute the derivative of the function.
- setDifferenceMethod(FiniteDifferenceMethod) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Sets the difference method used to compute the derivative of the function.
- setDifferentiatedPoint(Point) - Method in class agi.foundation.geometry.PointDifferentiator
-
Sets the point whose highest order derivative is being differentiated
- setDifferentiatedVector(Vector) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Sets the point whose highest order derivative is being differentiated
- setDiffuseIntensity(float) - Method in class agi.foundation.graphics.advanced.Lighting
-
Sets the diffuse intensity from the sun.
- setDiffuseReflectivity(double) - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Sets the dimensionless diffuse reflectivity coefficient of this plate (that should be
between zero and one).
- setDigitalModulation(TModulation) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Sets the digital modulation to add to the signals.
- setDirectedArea(Vector) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Sets the area of the coil multiplied by the unit vector that is normal
to the plane of the coil such that a positive current traveling through the coil
obeys the right hand rule.
- setDirection(UnitCartesian) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Sets the direction.
- setDirection(Vector) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Sets the direction of the ray to project onto the central body.
- setDirection(SignalDirection) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Sets the direction in which the signal travels with respect to the initial point.
- setDirection(UnitCartesian) - Method in class agi.foundation.graphics.Camera
-
Sets the direction of the camera in Axes
.
- setDirection(IntegrationSense) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets whether to integrate forward, increasing the independent variable, or backward,
decreasing the independent variable.
- setDirectionOfDelay(LinkRole) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Sets an enumeration indicating the direction of the delay to apply to
ScalarToDelay
(
get
/
set
).
- setDirections(List<UnitSpherical>) - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Sets the list of directions that define the custom sensor pattern.
- setDisableDepthTestDistance(CesiumProperty<Double>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the distance from the camera at which to disable the depth test.
- setDisableDepthTestDistance(CesiumProperty<Double>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the distance from the camera at which to disable the depth test.
- setDisableDepthTestDistance(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the distance from the camera at which to disable the depth test.
- setDisplacementVector(Vector) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Sets the vector with which to displace the
BasePoint
(
get
/
set
).
- setDisplay(boolean) - Method in interface agi.foundation.graphics.advanced.IScreenOverlayContainer
-
Sets if this parent and the collection of overlays that are contained within this parent should be
rendered.
- setDisplay(boolean) - Method in class agi.foundation.graphics.ConstantDisplayCondition
-
Sets the value the display condition evaluates to.
- setDisplay(boolean) - Method in class agi.foundation.graphics.KmlFeature
-
Sets whether this feature will be displayed in the Scene.
- setDisplay(boolean) - Method in class agi.foundation.graphics.Overlay
-
Sets if this overlay and the collection of overlays that are contained within this overlay should be
rendered.
- setDisplay(boolean) - Method in class agi.foundation.graphics.Primitive
-
Sets if the primitive should be
rendered.
- setDisplay(boolean) - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Sets if the collection of overlays that are contained within this manager should be
rendered.
- setDisplay(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
- setDisplay(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the parameter indicating when the object should be
displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.EntityVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.ModelVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether or not the sensor volume is displayed.
- setDisplay(boolean) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets a value indicating whether the entities are displayed.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
Sets the
DisplayCondition
that controls whether or not the
GlobeOverlay
is displayed.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.AxesPrimitive
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.CompositePrimitive
-
Sets the composite's display condition.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Sets the composite's display condition.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.Overlay
-
Sets the display condition that determines if the overlay should be
rendered.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.Primitive
-
Sets the display condition that determines if the primitive should be
rendered.
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.graphics.VectorPrimitive
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.EntityVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.HistoryVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.LabelVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.MarkerVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.ModelVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.PointVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
- setDisplayCondition(DisplayCondition) - Method in class agi.foundation.tracking.WaypointVisualizer
-
- setDisplayEndCap(GraphicsParameter<Boolean>) - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Sets a parameter defining if a projection end cap is displayed.
- setDisplayEndCap(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets a parameter defining if a projection end cap is displayed.
- setDisplayFill(boolean) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets whether the solid's fill is displayed.
- setDisplayFill(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining if the solid is filled.
- setDisplayInScene(Scene, boolean) - Method in class agi.foundation.graphics.SceneDisplayCondition
-
Allows or disallows
rendering
for in a particular scene for.
- setDisplayLabel(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the axes' label is displayed.
- setDisplayLabel(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's label is displayed.
- setDisplayLines(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether persistence lines are displayed.
- setDisplayLines(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether persistence lines are displayed.
- setDisplayMagnitude(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's magnitude is displayed.
- setDisplayMode(StereoscopicDisplayMode) - Method in class agi.foundation.graphics.Stereoscopic
-
Sets the stereoscopic display mode for all Scenes.
- setDisplayOutline(boolean) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets whether an outline is rendered around the line.
- setDisplayOutline(boolean) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets whether an outline is rendered around each point in the batch.
- setDisplayOutline(boolean) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets whether an outline is rendered around the polyline.
- setDisplayOutline(boolean) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets whether the solid's outline is displayed.
- setDisplayOutline(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.LineGraphics
-
Sets a parameter defining the display of the line over time.
- setDisplayOutline(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.PointGraphics
-
Sets a parameter defining the display of the point outline over time.
- setDisplayOutline(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining if the solid is outlined.
- setDisplayOutline(boolean) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets a value indicating whether to outline each track.
- setDisplayOutline(boolean) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets a value indicating whether to outline each point.
- setDisplayOutline(boolean) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets a value indicating whether to outline each point.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.LineGraphics
-
Sets the visibility of the line over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets the visibility of the marker over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.ModelGraphics
-
Sets the visibility of the model over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.PointGraphics
-
Sets the visibility of the point over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets the visibility of the area over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets the visibility of the area over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.TextGraphics
-
Sets the visibility of the text over time.
- setDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Sets the visibility of the area over time.
- setDisplayRADec(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the vector's RA-Dec is displayed.
- setDisplays(Iterable<Boolean>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of boolean display flags,
one for each marker in the batch.
- setDisplays(Iterable<Boolean>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Defines a collection of boolean display flags,
one for each string in the batch.
- setDisplaySilhouette(boolean) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets whether the solid's silhouette is displayed.
- setDisplaySilhouette(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining if the solid silhouette is displayed.
- setDisplaySweep(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence sweep (triangles) is displayed.
- setDisplaySweep(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence sweep (triangles) is displayed.
- setDisplayTrace(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence trace (points) is displayed.
- setDisplayTrace(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence trace (points) is displayed.
- setDistance(double) - Method in class agi.foundation.graphics.Camera
-
Sets the distance the camera position is from the reference point.
- setDistance(double) - Method in class agi.foundation.terrain.ElevationRise
-
Sets the linear distance at which the maximum obscured elevation angle rise occurs.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the distances from the camera at which this billboard will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the distances from the camera at which this curve will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the distances from the camera at which this region will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the distances from the camera at which this ellipsoid will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the distances from the camera at which this label will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the distances from the camera at which this model will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the distances from the camera at which this path will be displayed.
- setDistanceDisplayCondition(CesiumProperty<Bounds>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the distances from the camera at which this point will be displayed.
- setDistanceDisplayConditionPerMarker(DistanceDisplayCondition) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
- setDistanceDisplayConditionPerPoint(DistanceDisplayCondition) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
- setDistanceDisplayConditionPerString(DistanceDisplayCondition) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
- setDivergenceAngle(double) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Sets the divergence angle, in radians.
- setDivisor(double) - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Sets the divisor for the result of the convolution kernel operation.
- setDomeSurfaceMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the material used to fill dome surfaces.
- setDragCoefficient(double) - Method in class agi.foundation.celestial.DragPlate
-
Sets the dimensionless drag coefficient of this plate.
- setDragCoefficient(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the coefficient of drag associated with the aerodynamic profile of the satellite.
- setDragCoefficientAtMinimum(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the minimum drag coefficient value.
- setDragCrossSectionalArea(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the mean area of the satellite which is presented perpendicular to the relative velocity
of the atmosphere and produces drag.
- setDragIndex(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the drag index.
- setDryMassIdentification(String) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the identification of the dry mass getting propagated.
- setDryTemperature(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the dry temperature in degrees Celsius.
- setDryZenithPathDelay(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the dry component of zenith path delay in millimeters.
- setDuration(Duration) - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
-
Sets the maximum duration that a point will lie on the line.
- setDurationLimit(Duration) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the maximum total time to spend propagating, based on the
OrbitLimitType
(
get
/
set
).
- setDurationThreshold(Duration) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Sets the threshold used to compare with the computed
Duration
.
- setDurationTolerance(Duration) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Sets the tolerance to be used when comparing the computed
Duration
with the
Threshold
(
get
/
set
).
- setDynamicCovariance(DynamicCovariance3By3) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Sets the covariance data that will be evaluated to make the
Matrix
at evaluation time.
- setDynamicElements(DynamicDelaunayElements) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- setDynamicElements(DynamicEquinoctialElements) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- setDynamicElements(DynamicKozaiIzsakMeanElements) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- setDynamicElements(DynamicModifiedKeplerianElements) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- setDynamicPressure(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets a
Scalar
which provides the value of the dynamic pressure.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the dynamical characteristics of the position traversing the route.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the set of parameters specifying the achievable accelerations during the profile.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the platform dynamics that define the pitch up and push over accelerations
to use for the landing descent.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the set of parameters specifying the achievable accelerations during the profile.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the parameters to use to define the acceleration and pitch rates during takeoff.
- setDynamics(ProfileDynamics) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the set of parameters specifying the achievable accelerations during the profile.
- setDynamicState(DynamicState<IAdjustableState>) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
- setEarthRadius(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Sets the effective radius of the Earth (r0) used by the model, in meters.
- setEarthSurfaceGravity(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Sets the sea-level value of the acceleration of gravity (g0) used by the model, in m/s^2.
- setEasternPostOffsetNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the longitude offset (from the east) of the eastern-most post in the terrain provider.
- setEccentricity(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets eccentricity.
- setEccentricity(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets eccentricity.
- setEccentricity(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the eccentricity
- setEffectiveIsotropicRadiatedPower(double) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Sets the Effective Isotropic Radiated Power (EIRP) in Watts.
- setEffectiveIsotropicRadiatedPower(double) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Sets the Effective Isotropic Radiated Power (EIRP), in watts.
- setEffectiveRadiusFactor(double) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Sets the effective central body radius factor.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Sets the efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets the antenna efficiency, as a ratio between zero and one.
- setEfficiency(double) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Sets the photodetector quantum efficiency.
- setEfficiency(double) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Sets the constant efficiency value.
- setEfficiency(double) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Sets the constant efficiency value applied to the single pulse signal-to-noise ratio.
- setElement(String, T) - Method in class agi.foundation.geometry.GeometryDynamicState
-
Adds or changes the geometry type stored in this dynamic state.
- setElement(CartographicElement) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Sets the element to compute (latitude, longitude, or height).
- setElement(DelaunayElement) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- setElement(SphericalElement) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- setElement(EquinoctialElement) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- setElement(KozaiIzsakMeanElement) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- setElement(KeplerianElement) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- setElement(CartesianElement) - Method in class agi.foundation.geometry.ScalarPointElement
-
- setElement(SphericalElement) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- setElement(CartesianElement) - Method in class agi.foundation.geometry.ScalarVectorElement
-
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Add or sets an adapter for an element in this segment.
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Add or sets an adapter for an element in this segment.
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Add or sets an adapter for an element in this segment.
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Add or sets an adapter for an element in this segment.
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Add or sets an adapter for an element in this segment.
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
- setElementAndAdapter(StateElementAdapterDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Add or sets an adapter for an element in this segment.
- setElementArea(double) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Sets the element area, in meters squared.
- setElementDefinedIn(String, Object) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setElementFactor(PhasedArrayElementFactor) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Sets the element factor.
- setElementIdentification(String) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Sets the identification of the element in the state that will be adapted.
- setElementIdentification(String) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Sets the name of the element in the state to return.
- setElementIdentification(String) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Sets the name of the element in the state to return.
- setElementIdentification(String) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Sets the name of the element in the state to return.
- setElementIdentification(String) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Sets the name of the element in the state that should be sampled by this condition.
- setElementIdentification(String) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Sets the name of the element in the state to compare with the
Threshold
(
get
/
set
).
- setElementNumber(int) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the element number.
- setElementNumber(int) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the element number
- setElementNumber(int) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the element number.
- setElements(List<LifetimeElements>) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the list of mean element sets for the successive orbit passes.
- setElevation(double) - Method in class agi.foundation.terrain.ElevationMask
-
Sets the maximum obscured elevation angle along the ray, in radians.
- setElevation(double) - Method in class agi.foundation.terrain.ElevationRise
-
Sets the new maximum obscured elevation angle.
- setEllipseCenterLocation(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the elliptic cylinder's center point.
- setEllipseHeading(Scalar) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the angle between North and the x semiaxis of the constraint ellipse.
- setEllipsoid(Ellipsoid) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Sets the ellipsoid on which the surface normal is computed.
- setEllipsoidFixedFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Sets a reference frame fixed to the ellipsoid.
- setEllipsoidGraphics(EllipsoidGraphics) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Sets the graphical properties of the ellipsoid.
- setEllipsoidGraphics(SolidGraphics) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Sets the ellipsoid graphics.
- setEllipsoidHorizonSurfaceMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the material used to fill ellipsoid horizon surfaces.
- setEllipsoidSurfaceMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the material used to fill ellipsoid surfaces.
- setEllipsoidToSensorTransformation(KinematicTransformation) - Method in class agi.foundation.geometry.shapes.SensorProjection
-
- setEnableAutomaticReferencing(boolean) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
- setEnableConstantFalseAlarmRate(boolean) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Sets a value indicating whether or not to use a constant false alarm rate.
- setEnableCrossPolarizationEffects(boolean) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Sets a value indicating whether to enable cross polarization effects.
- setEnableCrossPolarizationEffects(boolean) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Sets a value indicating whether to enable cross polarization effects.
- setEnabled(boolean) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Sets a value indicating whether the element is enabled, where true
indicates enabled and false
indicates disabled.
- setEnabled(boolean) - Method in class agi.foundation.graphics.advanced.Lighting
-
Sets whether or not lighting is enabled.
- setEnabled(StoppingConditionEnabled) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
- setEnabled(StoppingConditionEnabled) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Sets if this evaluator should be used during propagation.
- setEndArcLength(double) - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Sets the arc length on the
Boundary
(
get
/
set
)
BoundaryCurve
(
get
) at which the horizon
segment ends.
- setEndCycle(SimulationAnimationCycle) - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- setEndDateAsPseudoRandomNumber(GregorianDate) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the date and time this satellite ended its designation as this
PseudoRandomNumber
(
get
/
set
).
- setEndFrame(int) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the end frame of the video.
- setEndOfFollowSegment(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Sets the how the final state of propagation will be determined.
- setEndOfSegment(EndsOfSegment) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Sets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- setEndOfSegment(EndsOfSegment) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Sets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- setEndOfSegment(EndsOfSegment) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Sets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- setEndOfSegment(EndsOfSegment) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Sets if the
StateForNextSegment
(
get
) or if the
InitialState
(
get
/
set
) should be used when evaluating
this constraint.
- setEndTime(JulianDate) - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
Sets the end time of the animation.
- setEndTime(double) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the end time of the video in seconds.
- setEnergyDissipationRate(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the energy dissipation rate of the
satellite due to atmospheric drag in watts/kg.
- setEnRoute(TimeIntervalCollection) - Method in class agi.foundation.navigation.RaimOutages
-
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.EntityVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.ModelVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the entities being visualized.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets the set of entities visualized by this instance.
- setEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the entities being visualized.
- setEntity(TEntity) - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Sets the entity to track.
- setEntityIdentifier(Object) - Method in class agi.foundation.geometry.AxesFromArchive
-
Sets the identifier of the entity whose orientation is to be obtained from the archive.
- setEntityIdentifier(Object) - Method in class agi.foundation.geometry.PointFromArchive
-
Sets the identifier of the entity whose position is to be obtained from the archive.
- setEntityParameter(EntityParameter<TEntity>) - Method in class agi.foundation.geometry.EntityAxes
-
Sets the entity parameter specifying the entity from which this axes should get its orientation.
- setEntityParameter(EntityParameter<TEntity>) - Method in class agi.foundation.geometry.EntityPoint
-
Sets the entity parameter specifying the entity from which this point should get its position.
- setEntityParameter(EntityParameter<TEntity>) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Sets the entity parameter specifying the entity from which this object should get its field of view.
- setEntityParameter(EntityParameter<TEntity>) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Sets the entity parameter placeholder in the
Query
(
get
/
set
).
- setEnvironmentConstraint(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor will be occluded by objects in the current view of the environment, e.g.
- setEnvironmentIntersectionColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the color of the intersection line between the sensor and the environment.
- setEnvironmentIntersectionWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the width in meters of the intersection line between the sensor and the environment.
- setEnvironmentOcclusionMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the material to use for the portion of the sensor occluded by the environment.
- setEphemerisData(DateMotionCollection1<Cartesian>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the ephemeris data.
- setEphemerisData(DateMotionCollection1<Cartographic>) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Sets the ephemeris data relative to
CentralBody
(
get
/
set
).
- setEphemerisData(DateMotionCollection1<LongitudeLatitudeRadius>) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Sets the ephemeris data relative to
CentralBody
(
get
/
set
).
- setEphemerisData(DateMotionCollection1<Cartesian>) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Sets the ephemeris data relative to
CoordinateSystem
(
get
/
set
).
- setEphemerisType(int) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the ephemeris type.
- setEphemerisType(int) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the ephemeris type.
- setEphemerisType(int) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the ephemeris type.
- setEpoch(JulianDate) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Sets the epoch at which the reference state of the aircraft is defined.
- setEpoch(JulianDate) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets the defined epoch for the constant terms in the transformation.
- setEpoch(JulianDate) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the time at which the receiver starts receiving signals.
- setEpoch(GlobalPositioningSystemDate) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the epoch at which these elements are specified.
- setEpoch(GlobalPositioningSystemDate) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the epoch at which these elements are specified.
- setEpoch(JulianDate) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- setEpoch(JulianDate) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the epoch at which these initial conditions are defined.
- setEpoch(JulianDate) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Sets the Julian date at which the initial conditions are defined.
- setEpoch(JulianDate) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the epoch at which these initial conditions are defined.
- setEpoch(JulianDate) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the epoch at which these initial conditions are defined.
- setEpoch(JulianDate) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Sets the epoch used in computing the number of epoch seconds for this
StoppingCondition
.
- setEqualityComparer(IEqualityComparer<TIdentifier>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Sets the equality comparer used to determine if the identifier of the signal matches the identifier returned
from the
SignalIdentifier
(
get
/
set
) property.
- setEquationOfEquinoxes(EquationOfEquinoxes) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default model for the equation of the equinoxes which
defines the right ascension of the mean equinox with respect to the
true equator and equinox.
- setErrorGrowthRate(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the last calculated error growth rate
in kilometers per day.
- setEvaluationBehavior(BehaviorBeyondAvailability) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Sets the type of behavior the
GpsRinexPropagator
will have when it is evaluated beyond its
AvailabilityIntervals
(
get
).
- setEvaluationOrder(int) - Method in class agi.foundation.access.AccessConstraint
-
Sets a number indicating the evaluation order of this constraint relative
to other constraints.
- setEvaluatorGroup(EvaluatorGroup) - Method in class agi.foundation.cesium.CzmlDocument
-
- setEvenColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Sets the color of the even tiles.
- setEvenColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Sets the color of the even stripes.
- setEventBehavior(StoppingConditionTriggeredBehavior) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
-
- setEventTimes(AccessEventTimes) - Method in class agi.foundation.access.AccessComputation
-
Sets the manner in which event times are to be reported.
- setExecutor(ExecutorService) - Static method in class agi.foundation.compatibility.ThreadPool
-
- setExhaustVelocity(Scalar) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the exhaust velocity in meters per second.
- setExploreExtremaToFindCrossings(boolean) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- setExploreExtremaToFindCrossings(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- setExploreExtremaToFindCrossings(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified.
- setExponent(int) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the bessel function exponent.
- setExponent(int) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the bessel function exponent.
- setExponent(double) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets the sinc function exponent.
- setExponent(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the sinc function exponent.
- setExponent(Scalar) - Method in class agi.foundation.geometry.ScalarExponent
-
Sets the exponent for the
Base
(
get
/
set
).
- setExtent(CartographicExtent) - Method in class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
- setExtent(CartographicExtent) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
- setExtent(CartographicExtent) - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
- setExtinctionCoefficientModel(SignalComputation) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Sets the model for calculating the extinction coefficient.
- setExtractFormat(RasterFormat) - Method in class agi.foundation.graphics.imaging.BandExtractFilter
-
Sets the
RasterFormat
containing the bands and the order of the bands that will be extracted.
- setExtrapolateAboveMaximumCeiling(boolean) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Sets a value indicating whether to extrapolate above the maximum altitude.
- setExtrapolateBelowMinimumAltitude(boolean) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets a value indicating whether to extrapolate below the minimum altitude.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremaCrossingUncertaintyFactor(double) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets a value determining how finely to explore an extremum with the potential to cross a threshold.
- setExtremumConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Sets the criteria used for convergence when searching for a precise local
extremum of this function.
- setExtremumConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Sets the criteria used for convergence when searching for a precise local
extremum of this function.
- setExtremumConvergenceCriteria(ConvergenceCriteria) - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Sets the criteria used for convergence when searching for a precise local
extremum of this function.
- setExtremumDateTolerance(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets the tolerance with which to converge on date when
precisely finding a local extremum.
- setExtremumDurationTolerance(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets the tolerance with which to converge on duration when
precisely finding a local extremum.
- setExtremumType(ExtremumType) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Sets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- setExtremumType(ExtremumType) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Sets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- setExtremumType(ExtremumType) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Sets if the minimum or maximum value of the
Scalar
(
get
/
set
)
will be the computed constraint value.
- setExtremumValueTolerance(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Sets the tolerance with which to converge on function value when finding
a local extremum of this function.
- setExtremumValueTolerance(double) - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Sets the tolerance with which to converge on function value when finding
a local extremum of this function.
- setExtremumValueTolerance(double) - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Sets the tolerance with which to converge on function value when finding
a local extremum of this function.
- setExtremumVariableTolerance(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets the tolerance with which to converge on Variable when
precisely finding a local extremum.
- setExtrudedHeight(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the height at which to extrude the region, creating a volume.
- setExtrudedHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the extruded height reference of the region, which indicates if
ExtrudedHeight
(
get
/
set
) is relative to terrain or not.
- setExtrusionColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Sets a parameter defining the color and translucency of the extrusion over time.
- setExtrusionDisplayParameters(DisplayParameters) - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Sets the visibility of the extrusion.
- setEyeOffset(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the billboard's offset from the origin in eye coordinates.
- setEyeOffset(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the label's offset from the origin in eye coordinates.
- setEyeOffset(Cartesian) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch eye offset, which is applied to each marker in the batch.
- setEyeOffset(Cartesian) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Sets the per-batch eye offset, which is applied to each string in the text batch.
- setEyeOffset(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the eye offset of the marker over time.
- setEyeOffset(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the eye offset of the text over time.
- setEyeOffset(Cartesian) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the eye offset of each label from the position of the entity.
- setEyeOffset(Cartesian) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the eye offset of each marker from the position of the entity.
- setEyeOffsets(Iterable<Cartesian>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of eye offsets, one for each marker in the batch.
- setEyeOffsets(Iterable<Cartesian>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Defines a collection of eye offsets, one for each string in the batch.
- setEyeSeparationFactor(double) - Method in class agi.foundation.graphics.Stereoscopic
-
Sets the eye separation factor.
- setFacilityName(String) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Sets the facility name.
- setFacilityName(Pattern) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets a regular expression that the
FacilityName
(
get
/
set
)
must match in order to be included in the query.
- setFadeDepthAverageAnnualWorstMonth(boolean) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Sets a value indicating whether to use the fade depth for the average annual worst month.
- setFadeOutage(double) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Sets the fade outage percent, as a decimal.
- setFadeOutage(double) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Sets the fade outage percent, as a decimal.
- setFadePersistence(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the persistence path should fade over time.
- setFadePersistence(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the persistence path should fade over time.
- setFarNearPlaneRatio(double) - Method in class agi.foundation.graphics.Camera
-
Sets the value that is used to compute subdivisions of the viewing frustum.
- setFarOutSideLobeLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the far out side-lobe level.
- setFarOutSideLobeLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the far out side-lobe level.
- setFarOutSideLobeLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the far out side-lobe level.
- setFarPlane(double) - Method in class agi.foundation.graphics.advanced.Projection
-
Sets the far plane associated with the
Projection
.
- setFarPlane(double) - Method in class agi.foundation.graphics.Camera
-
Sets the distance in meters from the camera to the far plane.
- setFarPlaneTranslucency(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the translucency of the Projection's
far plane.
- setFidelity(CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the model's fidelity.
- setFieldOfView(double) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the field of view of the photodetector in radians.
- setFieldOfView(double) - Method in class agi.foundation.graphics.Camera
-
Sets field of view in radians.
- setFieldOfViewGraphics(SensorFieldOfViewGraphics) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Sets the graphical properties of the sensor.
- setFieldOfViewHorizontal(double) - Method in class agi.foundation.graphics.advanced.Projection
-
Sets the horizontal field of view associated with the
Projection
.
- setFieldOfViewVertical(double) - Method in class agi.foundation.graphics.advanced.Projection
-
Sets the vertical field of view associated with the
Projection
.
- setFieldOfViewVolume(DynamicSensorFieldOfView) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Sets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
- setFieldOfViewVolume(SensorFieldOfView) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Sets the volume of the sensor's field of view defined in the sensor's reference frame.
- setFileDegree(int) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the maximum degree of the gravitation coefficients defined by the .grv file.
- setFileId(String) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the FILEID of the PAF file.
- setFileId(String) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Sets the FILEID of the PSF file.
- setFileId(String) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Sets the FILEID of the SOF file.
- setFileOrder(int) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the maximum order of the gravitation coefficients defined by the .grv file.
- setFill(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets whether or not the mask is filled.
- setFill(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether or not the region is filled.
- setFill(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets whether or not the ellipsoid is filled.
- setFillColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the fill color of the label.
- setFilter(SignalFilter) - Method in class agi.foundation.communications.ComplexReceiver
-
Sets the
SignalFilter
used to filter the signal prior to amplification.
- setFilter(SignalFilter) - Method in class agi.foundation.communications.Transceiver
-
Sets the filter for the incoming signal, prior to amplification and retransmission.
- setFilter(SignalFilter) - Method in class agi.foundation.communications.Transponder
-
Sets the filter for the incoming signal, prior to amplification and retransmission.
- setFilter(CoverageFilter) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Sets the constraint which indicates the bound on the number of assets which must have access
to a grid point in order to provide coverage.
- setFilter(CoverageFilter) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Sets a constraint indicating how many assets must have access in order to have coverage
- setFilterBandwidth(double) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the bandwidth used by the receiver's rectangular filter, in hertz.
- setFinalDependentVariableValues(double[]) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the values of the dependent variables resulting from the last integration step.
- setFinalFlightPathAngleMismatch(boolean) - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Sets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
- setFinalFlightPathAngleMismatch(boolean) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Sets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
- setFinalHeight(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the final height of this profile above the reference surface.
- setFinalHeight(double) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the final height of this profile above the reference surface.
- setFinalHeight(double) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the final target height above the
HeightReferenceSurface
(
get
/
set
), in meters.
- setFinalHeight(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the final height of the incline with respect to the surface path, in meters.
- setFinalHeight(double) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the final height of the incline with respect to the surface path, in meters.
- setFinalHeightAboveRunway(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the final constant offset above the runway, in meters.
- setFinalHeightAboveRunway(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the final height above the runway at which to level off, in meters.
- setFinalHeightAboveTerrain(double) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the final height above the terrain, in meters.
- setFinalHeightRate(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the final height rate for this profile.
- setFinalHeightRate(double) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the final height rate for this profile.
- setFinalHeightRate(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the final vertical velocity, in meters per second.
- setFinalHeightRate(double) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the final vertical velocity, in meters per second.
- setFinalIndependentVariableValue(double) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the value of the independent variable after an integration step.
- setFinalPoint(Point) - Method in class agi.foundation.geometry.VectorDisplacement
-
Sets the point which defines the ending of the displacement vector.
- setFinalPositionMotion(Motion1<Cartesian>) - Method in class agi.foundation.propagators.LambertResult
-
- setFinalSegmentsResults(SegmentListResults) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
- setFinalSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the final speed for this profile.
- setFinalSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the final speed for this profile.
- setFinalSpeed(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the final target speed at which the platform travels after rolling to a stop at the
end of the landing, in meters per second.
- setFinalSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the final speed at the end of the profile.
- setFinalTime(JulianDate) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the time at which the object arrives at its target position.
- setFindAccessBetweenSteps(boolean) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Sets a value indicating whether to perform additional access calculations between time steps where access was either gained or lost.
- setFindAllCrossingsPrecisely(boolean) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets a value indicating whether all crossings should be
found precisely.
- setFindAllCrossingsPrecisely(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets a value indicating whether all crossings should be
found precisely.
- setFindAllCrossingsPrecisely(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets a value indicating whether all crossings should be
found precisely.
- setFindAllExtremaPrecisely(boolean) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Sets a value indicating whether all extrema should be
found precisely.
- setFindAllExtremaPrecisely(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Sets a value indicating whether all extrema should be
found precisely.
- setFindAllExtremaPrecisely(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Sets a value indicating whether all extrema should be
found precisely.
- setFirstOrderClockCorrection(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the first order clock correction.
- setFirstOrderClockCorrection(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the first order clock correction.
- setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
- setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
- setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
- setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
- setFixedAxes(Axes) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Sets the
Axes
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the default Fixed frame that corresponds to the surface features of this central body.
- setFixedPoint(Point) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Sets the
Point
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- setFixedScalar(Scalar) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Sets the
Scalar
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- setFixedVector(Vector) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Sets the
Vector
that will be evaluated at the
FixedAt
(
get
/
set
) date.
- setFixedWithRespectTo(Axes) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Sets the (optional)
Axes
in which the
FixedAxes
(
get
/
set
) will be fixed.
- setFixedWithRespectTo(ReferenceFrame) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
- setFixedWithRespectTo(Axes) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Sets the (optional)
Axes
in which the
FixedVector
(
get
/
set
) will be fixed.
- setFlipAxis(FlipAxis) - Method in class agi.foundation.graphics.imaging.FlipFilter
-
Sets the
FlipAxis
along which the source raster will be flipped.
- setFlipX(boolean) - Method in class agi.foundation.graphics.Overlay
-
Sets whether the overlay will be flipped along its X axis.
- setFlipY(boolean) - Method in class agi.foundation.graphics.Overlay
-
Sets whether the overlay will be flipped along its Y axis.
- setFocalLength(double) - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Sets the focal length of the device.
- setFogDensity(double) - Method in class agi.foundation.graphics.Scene
-
Sets the density of atmospheric fog drawn around the
CentralBody
when
the
Camera
is close to the ground.
- setFont(CesiumProperty<String>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the font of the label.
- setFont(GraphicsParameter<Font>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets the
Font
(
get
/
set
) used to draw the text.
- setFont(GraphicsFont) - Method in class agi.foundation.tracking.LabelVisualizer
-
- setFootprintInterior(SurfaceGraphics) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets the graphics describing the interior of the projection footprint on the
CentralBody
(
get
/
set
).
- setFootprintInteriorColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the color and translucency of the footprint interior.
- setFootprintInteriorDisplay(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether or not to show the footprint interior.
- setFootprintInteriorTexture(Texture2D) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the
Texture2D
of the footprint interior.
- setFootprintInteriorTextureFilter(TextureFilter2D) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
- setFootprintInteriorTextureMatrix(TextureMatrix) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the
TextureMatrix
of the footprint interior.
- setFootprintInteriorTransparentTextureBorder(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the border of a transparent texture should be drawn for
the footprint interior.
- setFootprintInteriorWireframe(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the footprint interior should be drawn as a wireframe.
- setFootprintOutline(LineGraphics) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets the graphics describing the outline of the projection footprint on the
CentralBody
(
get
/
set
).
- setFootprintOutlineColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the color and translucency of the footprint outline.
- setFootprintOutlineDisplay(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether or not to show the footprint outline.
- setFootprintOutlineDisplayOutline(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether to display an outline of the footprint outline.
- setFootprintOutlineOutlineColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the color and translucency of the outline of the footprint outline.
- setFootprintOutlineOutlineWidth(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the width of the outline of the footprint outline.
- setFootprintOutlineWidth(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the width of the footprint outline.
- setForce(Cartesian) - Method in class agi.foundation.celestial.ConstantForce
-
Sets the direction and magnitude of the force.
- setForceToCorrect(SimpleSolarRadiationForce) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
- setForeHalfAngle(double) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Sets the fore half angle defining the conical volume of exclusion about the positive x-axis.
- setFormatString(String) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Sets the format string.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationDuration(Duration) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the amount of time to extrapolate forward before the property becomes undefined.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setForwardExtrapolationType(CesiumExtrapolationType) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the type of extrapolation to perform when a value is requested at a time after any available samples.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Sets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Sets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Sets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Sets the frame to observe the
OrbitalPoint
(
get
/
set
) in.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.PointFixedOffset
-
Sets the reference frame in which the point is defined.
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarPointElement
-
- setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- setFrameOwner(Point) - Method in class agi.foundation.geometry.PointInPointsFrame
-
- setFrameRate(double) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the frame rate of the video when the
Playback
property is set to
RealTime
.
- setFrequency(double) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Sets the center frequency of the filter, in hertz.
- setFrequencyPolynomial(RealPolynomial) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Sets the frequency polynomial.
- setFrom(String) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets the name of the ITRF whose coordinates are being transformed
into the
To
(
get
/
set
) ITRF.
- setFrom(Point) - Method in class agi.foundation.tracking.ViewFromTo
-
Specifies a
Point
which will be used to place the camera.
- setFrom(TEntity) - Method in class agi.foundation.tracking.ViewFromTo
-
Specifies the entity at which the camera will be aimed.
- setFromObject(IServiceProvider) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Sets the object that provides the starting location for the line of sight vector.
- setFromPoint(Point) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
- setFrontEnd(GpsCommunicationsFrontEnd) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
- setFrontEndBandwidth(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the bandwidth of the receiver used to track all signals, in hertz.
- setFrontEndBandwidth(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the bandwidth of the front end used to track all signals, in hertz.
- setFrustumColor(Color) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the color of the Projection's
frustum.
- setFrustumTranslucency(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the translucency of the Projection's
frustum.
- setFuelFlowRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Sets a scalar which will determine the commanded rate of fuel flow.
- setFuelFlowRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Sets a scalar which will determine the commanded rate of fuel flow.
- setFuelFlowRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Sets a scalar which will determine the commanded rate of fuel flow.
- setFuelFlowRateLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
- setFuelFlowRateLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
- setFuelFlowRateScalar(Scalar) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Sets the scalar representing the fuel flow rate.
- setFuelMassIdentification(String) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the identification of the fuel mass getting propagated.
- setFunction(OrdinaryDifferentialEquationFunction) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Sets the multivariate, vector function representing the set of ordinary differential equations.
- setFunction(DoubleSimpleFunction) - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
-
Sets the function to explore.
- setFunction(DurationSimpleFunction) - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
-
Sets the function to explore.
- setFunction(JulianDateSimpleFunction) - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
-
Sets the function to explore.
- setFunction(SolvableMultivariableFunction) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
- setFunction(OptimizerMultivariableFunction) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- setFunction(RealValuedScalarFunction1<T>) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Sets the function to adapt.
- setFunction(Function2<JulianDate, Double>) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the function to evaluate.
- setFunctionTolerance(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the tolerance used to determine whether the function is zero and a root has been found.
- setFunctionTolerance(double) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets how close the function value must get to the
threshold
to
be considered equal to.
- setGain(double) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Sets the photodetector gain.
- setGain(double) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Sets the gain (a factor that multiplies the signal power)
to apply to the input signal.
- setGain(double) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the gain for the amplifier (a factor that multiplies signal power) to apply to the input signal.
- setGain(double) - Method in class agi.foundation.communications.Transponder
-
Sets the gain (a factor that multiplies the signal power) used in the transponder's amplifier.
- setGainFunction(Function2<Cartesian, Double>) - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Sets the gain pattern function which takes a direction as a
Cartesian
and
returns a gain value as a double.
- setGamma(double) - Method in class agi.foundation.graphics.imaging.GammaCorrectionFilter
-
Sets the gamma value for the filter.
- setGapColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
Sets the color of the gaps between dashes on the line.
- setGenerateMipmapCompatibleTextures(boolean) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
-
- setGlobalEphemerisError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the global ephemeris error integrated over the surface of the Earth.
- setGlobalUserRangeError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the global user range error, integrated over the surface of the Earth.
- setGlobeOverlay(GlobeOverlay) - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Sets the globe overlay associated with this instance.
- setGlowPower(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Sets the strength of the glow.
- setGoal(CostFunctionGoal) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Sets a value indicating whether the cost function is supposed to be minimized or maximized.
- setGoal(CostFunctionGoal) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Sets a value indicating whether the cost function is supposed to be minimized or maximized.
- setGoalSignalToNoiseRatio(double) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Sets the goal signal-to-noise ratio, after integration.
- setGpsReceiver(GpsReceiver) - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Sets the GPS receiver associated with this extension.
- setGpsReceiverService(IServiceProvider) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Sets the service provider providing the
IGpsReceiverService
, which will be used to determine access to the Satellite.
- setGranularity(double) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Sets the maximum angular distance in radians between sample points along the polyline.
- setGranularity(double) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Sets the maximum angular distance in radians between sample points along the boundary of the area.
- setGranularity(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the granularity, in radians, used to compute the surface curve.
- setGranularity(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the granularity, in radians, used to compute the surface geometry.
- setGranularity(CesiumProperty<Double>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets the granularity, in radians, used to compute the line.
- setGranularity(double) - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
- setGranularity(double) - Method in class agi.foundation.graphics.GreatArcInterpolator
-
Gets or sets the granularity, in radians, used when interpolating with Interpolate
.
- setGranularity(double) - Method in class agi.foundation.graphics.RhumbLineInterpolator
-
Gets or sets the granularity, in radians, used when interpolating with Interpolate
.
- setGravitationalAcceleration(double) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Sets the gravitational acceleration constant to use when evaluating the load factor.
- setGravitationalAcceleration(double) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Sets the gravitational acceleration constant to use when evaluating the load factor.
- setGravitationalAcceleration(double) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Sets the gravitational acceleration constant to use when converting load factors to accelerations.
- setGravitationalParameter(double) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Sets the gravitational parameter to use when computing gravity, in meters cubed per second squared.
- setGravitationalParameter(double) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Sets the gravitational parameter to use for the two-body gravity correction.
- setGravitationalParameter(double) - Method in class agi.foundation.celestial.SolidTideModel
-
Sets the gravitational parameter of the primary gravitational body.
- setGravitationalParameter(double) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the gravitational parameter of the central body.
- setGravitationalParameter(double) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Sets the gravitational parameter to use when computing gravity, in meters cubed per second squared.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.AxesBPlane
-
Sets the gravitational parameter of the
CentralBody
(
get
/
set
).
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Sets the gravitational parameter to use when computing the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Sets the gravitational parameter to use when computing the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Sets the gravitational parameter to use when computing the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Sets the gravitational parameter to use when computing the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Sets the gravitational parameter to use to compute the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Sets the gravitational parameter to use to compute the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Sets the gravitational parameter to use to compute the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Sets the gravitational parameter to use to compute the elements.
- setGravitationalParameter(double) - Method in class agi.foundation.geometry.VectorBPlane
-
Sets the gravitational parameter of the
CentralBody
(
get
/
set
).
- setGravitationalParameter(double) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Sets the gravitational parameter to use in the two-body orbit propagation.
- setGravitationalParameter(double) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the gravitational parameter of the central body that the spacecraft is orbiting.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the gravitational parameter of the
CentralBody
(
get
/
set
).
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Sets the gravitational parameter used to determine the orbit.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the gravitational parameter of the central body around which to propagate.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the gravitational parameter of the central body around which to propagate.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Sets the gravitational parameter of the central body, about which the solver is used.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Sets the gravitational parameter for the central body around which to propagate.
- setGravitationalParameter(double) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Sets the gravitational parameter of the central body that the propagated
element is around.
- setGravityField(SphericalHarmonicGravityField) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
- setGravityModel(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Sets the model defining the magnitude of the gravitational acceleration.
- setGrid(ICoverageGrid) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Sets the grid used to generate points of interest over which to analyze coverage.
- setGridPointCreationCallback(CoverageGridPointCreationCallback) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Sets a delegate that is used to create properties for each grid point used in an access calculation.
- setGridPointCreationCallback(CoverageGridPointCreationCallback) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Sets a delegate that is used to create properties for each grid point used in an access calculation.
- setGridPointPlaceholder(IServiceProvider) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
- setGridPointPlaceholder(IServiceProvider) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
- setGridPointService(IServiceProvider) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Sets the service used at each grid point.
- setGroundRefractiveIndexStructureParameter(double) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Sets the nominal ground level refractive index structure parameter value in units m-2/3.
- setGroupName(String) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Sets the name of the group of plates that contains this plate.
- setHailIndicator(boolean) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets a value indicating whether hail was detected since the last measurement.
- setHalfAngles(double, double) - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Sets the inner and outer half angles of a sensor volume, which are used to define inner and outer
conical volumes.
- setHalfBeamwidth(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the half beamwidth value.
- setHalfBeamwidth(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the half beamwidth value.
- setHalfBeamwidth(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the half beamwidth value.
- setHandledButtons(MouseButtons) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
- setHandledButtons(MouseButtons, boolean) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Sets whether the specified
MouseButtons
will be handled or not.
- setHeader(SP3aHeaderRecord) - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Sets the header of the SP3a file.
- setHeading(double) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Sets the position's heading with respect to north at which to arrive at and leave from the waypoint
Position
(
get
/
set
),
in radians.
- setHeadingAlongLength(double) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the heading along the
Length
(
get
/
set
) with respect to north, in radians.
- setHealth(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the satellite health code.
- setHealth(int) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the satellite health code.
- setHeight(CesiumProperty<Double>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the height of the billboard, in pixels (or meters, if
SizeInMeters
(
get
/
set
) is
true
).
- setHeight(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the height above the surface of the
CentralBody
that the region is drawn.
- setHeight(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the height of the overlay.
- setHeight(double) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets the constant target height above the reference surface of the surface path, in meters.
- setHeightBounds(Bounds) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the height bounds of the cone.
- setHeightBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the height bounds for the cylinder's z coordinate.
- setHeightBounds(Bounds) - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Sets the height bounds relative to the reference surface of the
UnderlyingGrid
(
get
).
- setHeightBounds(Bounds) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the height bounds of the pyramid.
- setHeightGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the gridding technique used in the cone's height coordinate.
- setHeightGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the gridding technique used in the height (z) coordinate.
- setHeightGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Sets the gridding technique used to extrude the
UnderlyingGrid
(
get
).
- setHeightGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the gridding technique used in the height direction of the pyramid.
- setHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the height reference of the billboard.
- setHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the height reference of the region, which indicates if
Height
(
get
/
set
) is relative to terrain or not.
- setHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the height reference of the label.
- setHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the height reference of the model.
- setHeightReference(CesiumProperty<CesiumHeightReference>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the height reference of the point.
- setHeightReference(HeightReference) - Method in class agi.foundation.terrain.TerrainProvider
-
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Sets the reference surface used in defining the height coordinate of the
Position
(
get
/
set
).
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Sets the reference surface above which the height is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Sets the reference surface above which the
Altitude
(
get
/
set
) is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Sets the reference surface above which this scalar is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Sets the reference surface above which this scalar is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets the reference surface above which the height is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the reference surface above which the profile height is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the reference surface above which the height is defined.
- setHeightReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the reference surface above which the height is defined.
- setHeightUnit(ScreenOverlayUnit) - Method in class agi.foundation.graphics.Overlay
-
Sets the unit of the Height
property.
- setHighFrequency(double) - Method in class agi.foundation.stk.StkDatabaseFrequencyRange
-
Sets the high frequency of the range, in megahertz.
- SetHint - Enum in agi.foundation.graphics
-
An optimization hint optionally provided to
primitives
to enhance performance for static or dynamic primitives.
- setHistoryGenerator(HistoryGenerator<TEntity>) - Method in class agi.foundation.tracking.HistoryVisualizer
-
- setHistoryGenerator(HistoryGenerator<TEntity>) - Method in class agi.foundation.tracking.WaypointVisualizer
-
- setHistoryLength(Duration) - Method in class agi.foundation.tracking.HistoryGenerator
-
Sets the length of history to keep in memory for each track.
- setHoldTime(Duration) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Sets the duration of time to wait at the waypoint.
- setHorizontalBehavior(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Sets the horizontal behavior of the maneuver.
- setHorizontalOrigin(CesiumProperty<CesiumHorizontalOrigin>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets whether the billboard is left, center, or right-aligned with the origin.
- setHorizontalOrigin(CesiumProperty<CesiumHorizontalOrigin>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets whether the label is left, center, or right-aligned with the origin.
- setHorizontalWindSpeed(double) - Method in class agi.foundation.celestial.ConstantWindModel
-
Sets the horizontal speed of the wind in meters/second.
- setIdealGasConstant(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Sets the ideal gas constant (R*) used by the model, in J/(kmol*K).
- setIdentification(String) - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Sets the string identifying this instance in the overall output.
- setIdentification(String) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Sets the string identifying this instance in the overall output.
- setIdentification(String) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Sets the string identifying this instance in the overall output.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Sets the identifier for this transmitter's signals.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Sets the identifier for this transmitter's signals.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Sets the signal identifier.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.OpticalTransmitter
-
Sets the identifier for this transmitter's signals.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Sets the identifier for this transmitter's signals.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Sets the identifier for this transmitter's signals.
- setIdentifier(String) - Method in class agi.foundation.communications.StringSignalIdentifier
-
Sets the string identifier used to identify a signal.
- setIdentifier(String) - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Sets the unique identifier of the object.
- setIdentifier(SignalIdentifier) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Sets the interference signal identifier implementation.
- setIdentifier(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
- setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
- setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
- setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkPatternFileOptions
-
- setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
- setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
- setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkPatternFileOptions
-
- setIlluminatingBody(CentralBody) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Sets the body that is used to determine the direction that solar panel plates face (typically, the Sun).
- setIlluminatingBody(CentralBody) - Method in class agi.foundation.celestial.ScalarOccultation
-
Sets the body to use for the illuminating body (commonly the sun).
- setImage(CesiumProperty<CesiumResource>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the billboard image.
- setImage(CesiumProperty<CesiumResource>) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Sets the image to display on the surface.
- setImageryCacheSize(int) - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Sets the size of the imagery cache in megabytes.
- setImageryPixelError(double) - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Sets the pixel error for imagery.
- setImageSubRegion(CesiumProperty<BoundingRectangle>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets a sub-region of the image which will be used for the billboard, rather than the entire image,
measured in pixels from the bottom-left.
- setInAxes(Axes) - Method in class agi.foundation.geometry.AxesInAxes
-
Sets the axes in which to find the axes.
- setInAxes(Axes) - Method in class agi.foundation.geometry.VectorInAxes
-
Sets the axes in which to observe the vector.
- setInAxes(Axes) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Sets the
Axes
(
get
/
set
) to observe in.
- setInAxes(Axes) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Sets the
Axes
to observe in.
- setInclination(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the inclination, in degrees
- setInclination(double) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
- setInclinationAngle(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the inclination angle.
- setInclinationOffset(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the orbit inclination angle offset in semicircles.
- setIncludedSatellites(PlatformCollection) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the collection of satellites included in the accuracy computation.
- setIncludedSatellites(PlatformCollection) - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Sets the collection of satellites included in the accuracy computation.
- setIncludeGpsSignalsAsInterferers(boolean) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets a value indicating whether to add GPS signals as interference sources in the front end's communication system.
- setIncludeHighestDerivativeInOutput(boolean) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Sets a value indicating whether to include the derivative computed at each step with the output.
- setIncludesPermanentTides(boolean) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets a value indicating whether the coefficients of the gravity model include permanent tides.
- setIncrement(double) - Method in class agi.foundation.geometry.PointDifferentiator
-
Sets the increment used to calculate finite differences
- setIncrement(double) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Sets the increment used to calculate finite differences
- setIncrementallyLoadTextures(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets whether or not the model can be rendered before all textures have loaded.
- setIndex(int) - Method in class agi.foundation.graphics.BatchPrimitiveIndex
-
The index of the item contained by the
Primitive
(
get
/
set
).
- setIndication(PropagationEventIndication) - Method in class agi.foundation.propagators.PropagationEventArgs
-
Sets an indication of how the propagator should continue after this event.
- setInequalityCriteria(InequalityCondition) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Sets how the calculated value should be checked to the threshold in the concrete type.
- setInequalityCriteria(InequalityCondition) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Sets how the calculated value should be checked to the threshold in the concrete type.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the inertial frame in which the light path is modeled.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Sets the default inertial frame for this planetary system.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.ScalarOccultation
-
Gets or sets an alternate inertial reference frame.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Sets the default inertial frame for this solar system.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the default Inertial frame for this central body.
- setInertialFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Sets the inertial frame in which the light path is modeled.
- setInertialFrameForLightTravel(ReferenceFrame) - Method in class agi.foundation.access.AccessComputation
-
Sets the inertial reference frame in which light travel is modeled.
- setInertialPropagationFrame(ReferenceFrame) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the inertial propagation frame that is used to propagate the
OrbitStates
(
get
/
set
)
and the
CovarianceData
(
get
/
set
).
- setInertiaMatrix(Matrix3By3Symmetric) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Sets the 3x3 inertia matrix of the gravity-gradient satellite.
- setInertiaMatrix(Matrix3By3Symmetric) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Sets the 3x3 inertia matrix of the body on which the torques are applied.
- setInformation(GpsSatelliteInformation) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Sets information about this GPS satellite.
- setInFrame(ReferenceFrame) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
- setInitialAcceleration(double) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the initial acceleration at launch.
- setInitialAcceleration(ValueDefinition<Double>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the initial acceleration at launch.
- setInitialAngularVelocity(Cartesian) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Sets the initial angular velocity expressed in body-fixed axes.
- setInitialAttitudeQuaternion(UnitQuaternion) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Sets the initial attitude quaternion that rotates from the
IntegrationFrame
(
get
/
set
) to the body-fixed reference frame.
- setInitialBracketingPoints(double, double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Defines the initial bracketing interval using the provided variable values.
- setInitialBracketingPoints(double, double, double, double, double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Defines the initial bracketing interval using the provided variable values and corresponding function values.
- setInitialBracketingPoints(double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Defines the initial bracketing interval using the provided variable values.
- setInitialBracketingPoints(double, double, double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Defines the initial bracketing interval using the provided variable values
and corresponding function values.
- setInitialBracketingPoints(double, double, double) - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Defines the initial bracketing interval using the provided variable values.
- setInitialBracketingPoints(double, double, double, double, double, double) - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Defines the initial bracketing interval using the provided variable values and corresponding function values.
- setInitialConditions(ModifiedKeplerianElements) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the orbital elements from which to propagate.
- setInitialConditions(ModifiedKeplerianElements) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the orbital elements from which to propagate.
- setInitialConditions(KozaiIzsakMeanElements) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the mean elements representing the initial conditions of the orbit.
- setInitialConditions(Sgp4Elements) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Sets the first set of elements in the
ElementSets
(
get
).
- setInitialConditions(Motion1<Cartesian>) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Sets the orbital elements from which to propagate.
- setInitialConditions(Motion1<Cartesian>) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Sets the orbital state of the spacecraft at the
Epoch
(
get
/
set
).
- setInitialConsiderTransitionMatrix(Matrix) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Sets the optional user-specified initial consider transition matrix.
- setInitialDate(JulianDate) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Sets the initial date to propagate from.
- setInitialDate(JulianDate) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets the optional initial date for this propagator.
- setInitialDependentVariableValues(double[]) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the values of the dependent variables prior to an integration step.
- setInitialEpoch(JulianDate) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the time at which the
InitialConditions
(
get
/
set
) are valid.
- setInitialGuessOfRootLocation(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the initial guess of the root's location.
- setInitialHeight(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the initial height of this profile above the reference surface.
- setInitialHeight(double) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the initial height of this profile above the reference surface.
- setInitialHeight(double) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the initial target height above the
HeightReferenceSurface
(
get
/
set
), in meters.
- setInitialHeight(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the initial height of the incline with respect to the surface path, in meters.
- setInitialHeight(double) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the initial height of the incline with respect to the surface path, in meters.
- setInitialHeightAboveRunway(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the height above the runway at which the platform approaches the landing, in meters.
- setInitialHeightAboveRunway(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the initial height offset above the runway, in meters.
- setInitialHeightAboveTerrain(double) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the initial height above the terrain, in meters.
- setInitialHeightRate(double) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the initial height rate for this profile.
- setInitialHeightRate(double) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the initial height rate for this profile.
- setInitialHeightRate(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the initial vertical velocity, in meters per second.
- setInitialHeightRate(double) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the initial vertical velocity, in meters per second.
- setInitialIndependentVariableValue(double) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the value of the independent variable prior to an integration step.
- setInitializeConditionCallback(InitializeCallback) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Sets a
delegate
to initialize this
condition
with the initial state.
- setInitializerCallback(InitializeCallback) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
- setInitialMagneticFieldCoefficients(TimeIntervalCollection1<SphericalHarmonicCoefficients>) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Sets the collection that represents the static spherical-harmonic magnetic field
coefficients that are valid at the beginning of specific time intervals.
- setInitialMotion(Motion1<Cartesian>) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets the optional initial position and velocity for this propagator.
- setInitialPoint(Point) - Method in class agi.foundation.geometry.VectorDisplacement
-
Sets the point which defines the beginning of the displacement vector.
- setInitialPosition(Cartesian) - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Sets the initial position in the fixed frame.
- setInitialPosition(Cartesian) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the initial point of the ballistic trajectory, in the
CentralBody
(
get
/
set
) inertial frame.
- setInitialPosition(Cartesian) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Sets the initial position.
- setInitialPositionMotion(Motion1<Cartesian>) - Method in class agi.foundation.propagators.LambertResult
-
- setInitialRotation(UnitQuaternion) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the rotational displacement of this axes with respect to the reference axes at the reference epoch.
- setInitialRotationalVelocity(double) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the magnitude of the rotational velocity with respect to the reference axes at the reference epoch.
- setInitialSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Sets the initial speed for this profile.
- setInitialSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Sets the initial speed for this profile.
- setInitialSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the initial speed at the beginning of the profile.
- setInitialSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets the initial speed at the beginning of the profile.
- setInitialSpeed(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the speed at which the platform is moving at the start of the runway, in meters per second.
- setInitialState(Motion1<Double>) - Method in class agi.foundation.propagators.PropagationScalar
-
Sets the initial value and its derivatives up to the order
of the
ScalarDerivative
(
get
/
set
).
- setInitialState(Motion1<Cartesian>) - Method in class agi.foundation.propagators.PropagationVector
-
Sets the initial vector and its derivatives up to the order
of the
VectorDerivative
(
get
/
set
).
- setInitialState(T) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Sets the initial state.
- setInitialState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setInitialStateTransitionMatrix(Matrix) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Sets the optional user-specified initial state transition matrix.
- setInitialStepSize(double) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the initial (positive) size of the step to add to the
InitialIndependentVariableValue
(
get
/
set
)
when performing an integration.
- setInitialTime(JulianDate) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the time at which the object leaves the
InitialPosition
(
get
/
set
) and begins its ballistic flight.
- setInitialValue(JulianDate) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Sets the initial
JulianDate
to use when the
Value
(
get
) is initially evaluated.
- setInitialValue(double) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Sets the initial value to use when the
Value
(
get
) is initially evaluated.
- setInitialValue(Duration) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Sets the initial
Duration
to use when the
Value
(
get
) is initially evaluated.
- setInitialValue(double) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Sets the initial value to use when the
Value
(
get
) is first evaluated.
- setInitialValue(double) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Sets the initial value of the variable.
- setInitialValue(T) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Sets the initial value to use for the
StoppingCondition
that the
Threshold
(
get
)
is the threshold of.
- setInitialVelocity(Cartesian) - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Sets the initial velocity in the fixed frame.
- setInitialVelocity(Cartesian) - Method in class agi.foundation.propagators.BallisticPropagator
-
Sets the initial velocity of the ballistic trajectory, in the
CentralBody
(
get
/
set
) inertial frame.
- setInitialVelocity(Cartesian) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Sets the initial velocity.
- setInnerCostateParameter(CartesianParameter) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets a second optional parameter that can be used to evaluate the
Orientation
(
get
/
set
) and
ExhaustVelocity
(
get
/
set
).
- setInnerOuterHalfAngles(double, double) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Sets the inner and outer half angles of a sensor, which define part of the sensor volume.
- setInnerParameter(CartesianParameter) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the parameter used to evaluate the
Orientation
(
get
/
set
) and
ExhaustVelocity
(
get
/
set
).
- setInnerRadii(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the inner radii of the ellipsoid.
- setInnerScalar(Scalar) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Sets the scalar that produces an angle.
- setInputAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.Transceiver
-
Sets the antenna gain pattern used by the input antenna.
- setInputAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.Transponder
-
Sets the antenna gain pattern used by the transponder's input antenna.
- setInputAntennaNoiseTemperature(double) - Method in class agi.foundation.communications.Transceiver
-
Sets the equivalent noise temperature for the antenna, in kelvin.
- setInputEntities(EntitySet<TEntity>) - Method in class agi.foundation.tracking.EntityFilterChain
-
Sets the input entity set being filtered.
- setInputPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.Transceiver
-
Sets the input polarization source.
- setInputPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.Transponder
-
Sets the input polarization source.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Sets the input to the signal processor.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Sets the signal processor which produces the set of signals to transmit through the antenna.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Sets the signal processor which produces the set of signals to transmit through the antenna.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Sets the input to the signal processor.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the input to the signal processor.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Sets the input to the signal processor.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Sets the input to the signal processor.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalProcessor(SignalProcessor) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Sets the signal processor which produces the set of signals which this processor modifies.
- setInputSignalSource(ISignalSource) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
- setInputTimeObserver(IServiceProvider) - Method in class agi.foundation.access.ConstraintQueryBuilder
-
- setInputWaveformProcessor(RadarWaveformProcessor) - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Sets the input to the waveform processor.
- setInstance(CalculationContext) - Static method in class agi.foundation.infrastructure.CalculationContext
-
Sets the current calculation context.
- setIntegrationAxes(Axes) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Sets the axes that this force model will be integrated in.
- setIntegrationAxes(Axes) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Sets the
Axes
used to define the state during integration.
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.geometry.PointPropagationParameter
-
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Sets the frame of the integrated point.
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
- setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Sets the inertial
ReferenceFrame
in which the position, velocity, and forces are defined.
- setIntegrationPoint(Point) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Sets the
Point
used to determine the argument of latitude
at a particular time.
- setIntegrator(NumericalIntegrator) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- setIntendedSignalStrategy(IntendedSignalStrategy) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Sets the strategy used to identify the signal to be used when computing this scalar.
- setIntendedSignalStrategy(IntendedSignalStrategy) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Sets the strategy used to identify the signal to be used when computing this scalar.
- setIntendedSignalStrategy(IntendedSignalStrategy) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Sets the strategy used to identify the signal to be used when computing this scalar.
- setInteriorGraphics(SurfaceGraphics) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Sets the graphics describing the interior of the region.
- setInternationalCelestialReferenceFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the International Celestial Reference Frame.
- setInternationalDesignator(String) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the international designator.
- setInternationalDesignator(String) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the international designator
- setInternationalDesignator(String) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the international designator.
- setInternationalDesignator(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the international designator for the satellite.
- setInternationalDesignator(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
InternationalDesignator
(
get
/
set
)
must match in order to be included in the query.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(CesiumInterpolationAlgorithm) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the algorithm to use for interpolation.
- setInterpolationAlgorithm(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Sets the interpolation algorithm used to interpolate.
- setInterpolationAlgorithm(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Sets the interpolation algorithm used to interpolate the rotational motion.
- setInterpolationAlgorithm(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Sets the interpolation algorithm used to interpolate the translational motion.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.AxesCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationDegree(Integer) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the degree of the polynomial to use for interpolation.
- setInterpolationMethod(CcsdsInterpolationMethod) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the optional interpolation method for the ephemeris data
immediately following the metadata block.
- setInterpolationOrder(int) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the interpolation order for the ephemeris data
immediately following the metadata block.
- setInterpolationOrder(int) - Method in class agi.foundation.celestial.ScalarVariableArea
-
Sets the order of the interpolation that will be done to estimate the area.
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets an interpolator for the ephemeris data.
- setInterpolator(RotationalMotionInterpolator) - Method in class agi.foundation.geometry.AxesInterpolator
-
Sets the interpolator.
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.geometry.PointInterpolator
-
Sets the interpolator.
- setInterpolator(DoubleMotionInterpolator) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Sets the interpolator.
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.geometry.VectorInterpolator
-
Sets the interpolator.
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the interpolator used to get values between the analytical points.
- setInterpolator(RotationalMotionInterpolator) - Method in class agi.foundation.stk.StkAttitudeFile.Attitude
-
Sets the interpolator to use to interpolate this attitude data.
- setInterpolator(RotationalMotionInterpolator) - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
- setInterpolator(Covariance3By3SizeAndOrientationInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.Covariance
-
Sets the interpolator to use to interpolate this covariance data.
- setInterpolator(Covariance3By3SizeAndOrientationInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
- setInterpolator(Covariance3By3SizeAndOrientationInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Sets the interpolator to use to interpolate this ephemeris data.
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
- setInterpolator(TranslationalMotionInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
- setInterpretTimesUsingLeapSecondsFacet(boolean) - Method in class agi.foundation.celestial.EarthOrientationParametersReadOptions
-
- setIntersectionColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the color of the intersection outline of the sensor with the central body.
- setIntersectionWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the width of the intersection outline of the sensor with the central body.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Sets the interval over which to delete data for the property.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.Clock
-
Sets the time span covered by the document.
- setInterval(TimeInterval) - Method in class agi.foundation.cesium.DeleteCesiumProperty
-
Sets the interval over which to delete data for the property.
- setInterval(TimeIntervalCollection1<T>) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Sets the interval which contains the data to return at time of evaluation.
- setIntervalEndTime(JulianDate) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the
SceneManager
time at which the video
will stop playing when the
Playback
property is set to
videoplayback.TimeInterval
.
- setIntervals(TimeIntervalCollection1<CesiumProperty<T>>) - Method in class agi.foundation.cesium.CompositeCesiumProperty
-
Sets time intervals over which this property is defined.
- setIntervals(TimeIntervalCollection1<T>) - Method in class agi.foundation.cesium.TimeIntervalCesiumProperty
-
Sets time intervals over which this property is defined.
- setIntervalStartTime(JulianDate) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the
SceneManager
time at which the video
will begin playing when the
Playback
property is set to
videoplayback.TimeInterval
.
- setInvalidFuelUseBehavior(InvalidFuelStateBehavior) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets a
enum
specifying what should be done if there
is not enough fuel for the requested
DeltaV
(
get
/
set
).
- setInvert(boolean) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Sets a value indicating whether or not the angle should be measured opposite the usual direction.
- setInvert(boolean) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Sets a value indicating whether or not the angle should be measured opposite the usual direction.
- setInvertedQuery(AccessQuery) - Method in class agi.foundation.access.AccessQueryNot
-
Sets the query to invert.
- setIsActive(boolean) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets a value indicating whether this satellite is currently active, that is, whether it is currently
designated as this
PseudoRandomNumber
(
get
/
set
).
- setIsDualFrequency(boolean) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets a value indicating whether this receiver uses signals from two frequencies.
- setIsDualFrequency(boolean) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets a value indicating whether this receiver uses signals from two frequencies.
- setIsInclusion(boolean) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets a value indicating whether access is satisfied inside or outside the
cartographic zone represented by this constraint.
- setIsLockedInMemory(boolean) - Method in class agi.foundation.terrain.TerrainRegion
-
Sets a value indicating whether this region is locked in memory.
- setIsMatchMethod(IsMatchCallback<TEntity>) - Method in class agi.foundation.tracking.DelegateEntityFilter
-
- setIsMaximumEnabled(boolean) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets a value indicating whether a maximum threshold is used in calculating constraint satisfaction.
- setIsMinimumEnabled(boolean) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets a value indicating whether a minimum threshold is used in calculating constraint satisfaction.
- setIsMixedOrder(boolean) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Sets a value indicating whether the highest order derivative for each dependent variable
appearing in the set of equations is not the same.
- setIsRequiredForCoverage(boolean) - Method in class agi.foundation.coverage.AssetDefinition
-
Sets a value indicating whether this asset must provide coverage in order for any others to provide coverage.
- setIsTranslucent(boolean) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets whether the overlay contains translucent imagery.
- setIsUndefined(boolean) - Method in class agi.foundation.navigation.DilutionOfPrecision
-
Sets a value indicating whether this instance does not have a well-defined DOP.
- setIsValid(boolean) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Sets a value indicating whether this is a valid connection to the previous and next procedures.
- setIsValid(boolean) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Sets a value indicating whether this is a valid connection to the previous and next procedures.
- setIsVelocityIncluded(boolean) - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Sets a value indicating whether this SP3a file has velocity data included.
- setItem(int, PointScattererFrequencyBand) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
- setItem(int, E) - Method in class agi.foundation.compatibility.BaseCollection
-
Replaces the element at the specified index.
- setItem(int, JulianDate, T) - Method in class agi.foundation.DateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, T) - Method in class agi.foundation.DateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, T, T) - Method in class agi.foundation.DateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T...) - Method in class agi.foundation.DateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, Motion1<T>) - Method in class agi.foundation.DateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T) - Method in class agi.foundation.DateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative) - Method in class agi.foundation.DateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative, TDerivative) - Method in class agi.foundation.DateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative...) - Method in class agi.foundation.DateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, Motion2<T, TDerivative>) - Method in class agi.foundation.DateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, T, T) - Method in interface agi.foundation.IDateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, Motion1<T>) - Method in interface agi.foundation.IDateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T...) - Method in interface agi.foundation.IDateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, T) - Method in interface agi.foundation.IDateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T) - Method in interface agi.foundation.IDateMotionCollection1
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative, TDerivative) - Method in interface agi.foundation.IDateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, Motion2<T, TDerivative>) - Method in interface agi.foundation.IDateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative...) - Method in interface agi.foundation.IDateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T, TDerivative) - Method in interface agi.foundation.IDateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, JulianDate, T) - Method in interface agi.foundation.IDateMotionCollection2
-
Sets an item at a particular index.
- setItem(int, T) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Replaces the element at the specified index
.
- setItem(int, ObjectExtension) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Replaces the element at the specified index.
- setItem(int, PerformanceAssessmentRecord) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Replaces the element at the specified index.
- setItem(int, PerformanceAssessmentField) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
Replaces the element at the given index.
- setItem(int, DoubleFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
-
Replaces the element at the specified index.
- setItem(int, DurationFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
-
Replaces the element at the specified index.
- setItem(int, JulianDateFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
-
Replaces the element at the specified index.
- setItem(int, Platform) - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Replaces the element at the given index.
- setIterationLimit(int) - Method in class agi.foundation.routedesign.RoutePropagator
-
Sets the maximum number of times to attempt to configure the surface route
before returning a route that may contain discontinuities or other problems.
- setIterations(int) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the number of iteration required to adapt the
CurrentStepSize
(
get
) to
within error tolerance.
- setJ2000Frame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the J2000 Reference Frame.
- setJ2000Frame(ReferenceFrame) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the J2000 frame centered at the Sun.
- setJ2ZonalHarmonicCoefficient(double) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Sets the unnormalized J2 zonal harmonic coefficient to use when computing the elements.
- setJ2ZonalHarmonicCoefficient(double) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Sets the non-normalized J2 zonal harmonic coefficient.
- setJ2ZonalHarmonicCoefficient(double) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the non-normalized J2 zonal harmonic coefficient of the central body around which to propagate.
- setJ2ZonalHarmonicCoefficient(double) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the non-normalized J2 zonal harmonic coefficient of the central body around which to propagate.
- setJ4ZonalHarmonicCoefficient(double) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the non-normalized J4 zonal harmonic coefficient of the central body around which to propagate.
- setJplDE(JplDE) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Sets the JPL DE instance to use.
- setJupiterSystemBarycenter(Point) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Jupiter planetary system.
- setJupiterSystemBarycenter(Point) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Jupiter planetary system.
- setK2LoveNumber(double) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Sets the normalized k20 tidal Love number that is used to correct the C20, C21, C22, S21, and S22 spherical harmonic coefficients.
- setK3LoveNumber(double) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Sets the normalized k30 tidal Love number that is used to correct the C30, C31, C32, C33, S31, S32, and S33 spherical harmonic coefficients.
- setKernel(Matrix3By3) - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Sets the convolution kernel of the filter.
- setKindOfProfile(DefaultProfileBehavior) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets an enumeration indicating what type of connection to use:
following terrain, flying above terrain, or simply moving in a straight line
between procedures.
- setKindOfSurfaceConnection(KindOfSurfaceConnection) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the behavior to use to connect the surface procedures.
- setKindOfSurfaceConnection(KindOfSurfaceConnection) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Sets the kind of behavior to use when connecting surface procedures.
- setKneeBendFactor(double) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Sets the knee bend factor.
- setKneeBendFactor(double) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets the knee bend factor.
- setLabel(String) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the axes label.
- setLabel(String) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the a user-defined label.
- setLabel(TextGraphics) - Method in class agi.foundation.platforms.VectorGraphics
-
Sets the text graphics used to render the vector label.
- setLabelGraphics(LabelGraphics) - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Sets the graphical properties of the label.
- setLastDatabaseUpdate(ZonedDateTime) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the date of the last database update.
- setLastObservationTime(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the time of last observation that was used
by orbit determination for the satellite.
- setLastRunsResults(MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults>) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Sets the
results
of the solver run.
- setLastRunsResults(MultivariableFunctionSolverResults<ParameterOptimizerIterationResults>) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Sets the
results
of the solver run.
- setLateralLoadLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Sets the lateral load limit.
- setLateralSurfaceMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the material used to fill lateral surfaces.
- setLatitude(double) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets the planetodetic latitude of the line, in radians.
- setLatitude(double) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the latitude of the city, in radians.
- setLatitude(double) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Sets the latitude of the facility, in radians.
- setLatitudePosts(int) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the number of posts in the latitude direction.
- setLaunchDateString(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the date and time of the launch.
- setLaunchEpoch(JulianDate) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the epoch at which launch occurs.
- setLaunchPosition(Cartographic) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the position on/near the
CentralBody
(
get
/
set
) where the launch takes place.
- setLaunchSite(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the abbreviated launch site of the satellite.
- setLaunchState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the launch state.
- setLeadTime(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the lead time of the path, in seconds.
- setLength(CesiumProperty<Double>) - Method in class agi.foundation.cesium.VectorGraphics
-
Sets the graphical length of the vector, in meters.
- setLength(double) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Sets the dipole length.
- setLength(long) - Method in class agi.foundation.compatibility.FileStream
-
Sets the length of this stream to the given value.
- setLength(long) - Method in interface agi.foundation.compatibility.ISeekableStream
-
Sets the length of this stream.
- setLength(double) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the axes' source-to-arrow-tip length.
- setLength(double) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the vector's source-to-arrow-tip length.
- setLength(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.VectorGraphics
-
Sets a parameter defining the length of the vector.
- setLength(double) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the length of the search area, in meters.
- setLensFlareEnabled(boolean) - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Sets whether or not the lens flare effect is enabled
- setLevelAdjustment(RasterBand, int) - Method in class agi.foundation.graphics.imaging.LevelsFilter
-
Sets the linear level adjustment value for the given
RasterBand
.
- setLevelOffAltitudeBandAboveCruise(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Sets the altitude range above the desired cruise altitude where the aircraft will transition from descending flight to cruising flight.
- setLevelOffAltitudeBandBelowCruise(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Sets the altitude range below the desired cruise altitude where the aircraft will transition from climbing flight to cruising flight.
- setLiftCoefficientAtZeroAngleOfAttack(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the lift coefficient value at zero angle of attack.
- setLiftCoefficientSlope(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the lift coefficient slope with respect to the angle of attack in units of radians-1.
- setLighting(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets whether the primitive is lit.
- setLighting(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets whether the primitive is lit.
- setLighting(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether the primitive is lit.
- setLightTravelTimeConvergenceTolerance(double) - Method in class agi.foundation.access.AccessComputation
-
Sets the convergence tolerance used in determining the light travel time.
- setLightTravelTimeConvergenceTolerance(double) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the tolerance required to indicate convergence of the light travel time adjustment.
- setLightTravelTimeConvergenceTolerance(double) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Sets the tolerance required to indicate convergence of the light travel time adjustment.
- setLineCount(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Sets the number of rows and columns in the grid.
- setLineGraphics(ExtrudableLineGraphics) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Sets the graphics describing the curve.
- setLineOffset(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Sets the offset of grid lines along each axis, as a percentage from 0 to 1.
- setLineSearchSettings(LineSearchSettings) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Sets an optional property that can be used to specify tolerances, convergence criteria, and maximum iterations
for a line search that uses
GoldenSectionFindExtremum
to find the optimal feasible step in the same
direction as the computed step.
- setLineSearchSettings(LineSearchSettings) - Method in class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
-
Gets or sets an optional property that can be used to specify tolerances, convergence criteria, and maximum iterations
for a line search that is used to find the optimal feasible step in the same direction as the computed step.
- setLineThickness(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
Sets the thickness of grid lines along each axis, in pixels.
- setLink(IServiceProvider) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Sets the link along which the axes is oriented.
- setLink(IServiceProvider) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Sets the link that defines the relationship between the two objects.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Sets a value indicating at which end of the link this scalar is evaluated.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Sets the enumeration indicating at which end of the link to evaluate the antenna gain.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Sets the enumeration indicating that this scalar is evaluated at the
LinkRole.TRANSMITTER
of the
communication link.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Sets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Sets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- setLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Sets the enumeration indicating that this scalar is evaluated at the
LinkRole.RECEIVER
of the
communication link.
- setLinkGraphics(LinkGraphics) - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Sets the graphical properties of the link.
- setLinkGraphics(LineGraphics) - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Sets the graphics describing the line.
- setLnaGain(double) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the gain to apply to the input signal.
- setLnaGain(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the gain of the Low Noise Amplifier (LNA).
- setLnaGain(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the gain of the Low Noise Amplifier (LNA).
- setLnaInputGain(double) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the gain applied before the signal is amplified.
- setLnaOutputGain(double) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the gain applied after the signal has been amplified.
- setLoadImpedance(double) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Sets the photodetector load impedance in ohms.
- setLocation(Cartographic) - Method in class agi.foundation.geometry.PointCartographic
-
Sets the planetodetic location of the point relative to the central body's
Shape
(
get
/
set
).
- setLocationPoint(Point) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the point defining the tail end of the vector.
- setLocationPoint(Point) - Method in class agi.foundation.platforms.GraphicalVector
-
Sets the point defining the the tail end of the vector.
- setLocationPoint(Point) - Method in class agi.foundation.platforms.LocationPointExtension
-
Sets the point that describes the position of the object.
- setLocationPoint(Point) - Method in class agi.foundation.platforms.Platform
-
Sets the time-varying location of this platform.
- setLocationPointCovariance(DynamicCovariance3By3) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Sets the description of the axes lengths and orientation of the covariance ellipsoid.
- setLockViewDirection(boolean) - Method in class agi.foundation.graphics.Camera
-
Sets whether the camera's direction is locked.
- setLogicOperation(BinaryLogicOperation) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Sets the binary logic operation applied to all display conditions in the composite
when the composite is evaluated.
- setLongitude(double) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets the longitude of the line, in radians.
- setLongitude(double) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the longitude of the city, in radians.
- setLongitude(double) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Sets the longitude of the facility, in radians.
- setLongitudeOfAscendingNode(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the longitude of ascending node of orbit plane at weekly epoch.
- setLongitudeOfAscendingNodeSemicircles(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the geographic longitude of the orbital plane at the weekly epoch, in semicircles.
- setLongitudePosts(int) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the number of posts in the longitude direction.
- setLongitudinalLoadFactor(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Sets the load factor parallel to the atmospheric relative velocity direction.
- setLongitudinalLoadFactor(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Sets the load factor parallel to the atmospheric relative velocity direction.
- setLongitudinalLoadLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Sets the longitudinal load limits.
- setLoop(boolean) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets whether the video will loop when it reaches its last frame when the
Playback
property is set to
RealTime
.
- setLossOfLockIndicators(List<Integer>) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the array of Loss Of Lock indicators for this satellite in this epoch
Each LLI value is defined as:
Range 0-7
0: OK or not known
Bit 0 set: Lost lock between previous and current observation: cycle slip possible
Bit 1 set: Opposite wavelength factor to the one defined for the satellite, current epoch only
Bit 2 set: Observation under Anti-Spoofing (may suffer from increased noise)
Bits 0 and 1 for phase only.
- setLowerBandwidthLimit(double) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Sets the offset to the lower limit of the filter bandwidth, in hertz.
- setLowerBound(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the lower bound of the range of independent variables to search for the root within.
- setLowerHeight(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Sets a parameter defining the lower height of the extrusion over time.
- setLowFrequency(double) - Method in class agi.foundation.stk.StkDatabaseFrequencyRange
-
Sets the low frequency of the range, in megahertz.
- setLuminosity(Scalar) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Sets the solar luminosity used to model the solar radiation pressure.
- setLuminosity(Scalar) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Sets the Scalar describing the solar luminosity.
- setMagneticFieldCoefficientRates(TimeIntervalCollection1<SphericalHarmonicCoefficients>) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Sets the collection that represents the rates of change of the
spherical-harmonic magnetic field coefficients during specific time intervals.
- setMagneticFieldVector(Vector) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Sets a vector describing the magnetic field that the coil
is subjected to.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Sets the main lobe gain.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Sets the main lobe gain.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGain(double) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets the main lobe gain value.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMainLobeGainOverride(boolean) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets a value indicating whether the main lobe gain value should be used instead of the value
computed by the model.
- setMaintainAspectRatio(MaintainAspectRatio) - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Sets a value indicating whether the aspect ratio of the texture screen overlay is maintained or not.
- setMaintainQuery(AccessQuery) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Sets the
AccessQuery
that represents the condition for maintaining
access.
- setMaintainRasterFormat(boolean) - Method in class agi.foundation.graphics.imaging.BandOrderFilter
-
Sets a value indicating whether to maintain the source raster's format after the filter is applied.
- setMajorClockAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the major clock angle bounds, the clock angle of the torus.
- setMajorClockAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the gridding technique used in the clock angle of the torus.
- setMajorDimension(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the antenna major dimension.
- setMajorDimension(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the antenna major dimension.
- setMajorRadius(double) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the radius of the torus.
- setManeuver(ImpulsiveManeuverInformation) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Sets the
maneuver
that will be performed.
- setManeuver(ImpulsiveManeuverInformation) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
-
Sets the maneuver information associated with this configuration.
- setManeuverReferenceAxes(ManeuverReferenceAxes) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Sets the reference axes for the behavior.
- setManeuverReferenceAxes(ManeuverReferenceAxes) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Sets the reference axes for the behavior.
- setManeuverReferenceAxes(ManeuverReferenceAxes) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Sets the reference axes for the behavior.
- setMarkerGraphics(MarkerGraphics) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Sets the marker graphics.
- setMarsSystemBarycenter(Point) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Mars planetary system.
- setMask(IAzimuthElevationMask) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Sets the azimuth-elevation mask.
- setMaskGraphics(AzimuthElevationMaskGraphics) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Sets the graphical properties of the mask.
- setMaskGraphics(AzimuthElevationMaskGraphics) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Sets the graphics describing the mask.
- setMass(Scalar) - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
-
Sets the mass used to determine the equations of motion.
- setMass(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Sets the aircraft mass.
- setMass(Scalar) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Sets the
Scalar
describing the mass of the object being corrected.
- setMass(Scalar) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Sets the total point mass of the body on which the forces are applied.
- setMass(double) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the mass, in kilograms.
- setMatchingStrategy(MatchingStrategy) - Method in class agi.foundation.tracking.EntityFilterChain
-
- setMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets the material used to fill the region.
- setMaterial(CesiumProperty<IPolylineMaterialGraphics>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the material used to color the curve.
- setMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the material used to fill the region.
- setMaterial(CesiumProperty<IMaterialGraphics>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the material used to fill the surface of the ellipsoid.
- setMaterial(CesiumProperty<IPolylineMaterialGraphics>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets the material used to draw the line.
- setMaterial(CesiumProperty<IPolylineMaterialGraphics>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the material used to draw the path.
- setMatrix(int, int, int, int, Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Sets the contents of a subset of this matrix to equal the values of the given origin
matrix.
- setMatrix(int[], int, int, Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Sets the contents of a subset of this matrix to equal the values of the given origin
matrix.
- setMatrix(int, int, int[], Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Sets the contents of a subset of this matrix to equal the values of the given origin
matrix.
- setMatrix(int[], int[], Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Sets the contents of a subset of this matrix to equal the values of the given origin
matrix.
- setMatrix(int[], int[], Matrix, int[], int[]) - Method in class agi.foundation.coordinates.Matrix
-
Sets the contents of a subset of this matrix to equal the values of the given origin
matrix.
- setMaximumAltitude(double) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Sets the maximum altitude.
- setMaximumAltitude(double) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Sets the maximum altitude in meters.
- setMaximumAltitude(double) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Sets the model's maximum altitude.
- setMaximumAltitude(double) - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Sets the maximum altitude, in meters, of the inclusive altitude interval.
- setMaximumAltitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the maximum value of
Altitude
(
get
/
set
) in meters that
is allowed in order for the entry to be included in the query.
- setMaximumApogee(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the maximum value of
Apogee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMaximumClock(CesiumProperty<Double>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets maximum clock angle of the ellipsoid.
- setMaximumCone(CesiumProperty<Double>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets maximum cone angle of the ellipsoid.
- setMaximumCount(int) - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
-
Sets the maximum number of points in the path.
- setMaximumDataPointsPerPacket(Integer) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the maximum number of data points to store in each CZML packet.
- setMaximumDistance(double) - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Sets the maximum distance, in meters, of the inclusive distance interval.
- setMaximumDistance(double) - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Sets the maximum distance, in meters, of the inclusive distance interval.
- setMaximumDistance(double) - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Sets the maximum distance, in meters, of the inclusive distance interval.
- setMaximumDistance(double) - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Sets the maximum distance, in meters, of the inclusive distance interval.
- setMaximumDistance(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the parameter indicating the maximum distance from
the
Camera
that the object can be and still be drawn.
- setMaximumDuration(Duration) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Sets the maximum
Duration
that this segment may propagate before being stopped.
- setMaximumFrequency(double) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Sets the maximum frequency.
- setMaximumFrequency(double) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Sets the filter's maximum frequency.
- setMaximumInclination(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the maximum value of
Inclination
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMaximumIterations(int) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the maximum number of
Iterations
(
get
/
set
) to allow before forcing the integrator
to accept the
CurrentStepSize
(
get
) and proceed to the next step.
- setMaximumIterations(int) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Sets the maximum number of iterations this operator will take to find a solution.
- setMaximumIterations(int) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Sets the maximum number of iterations this operator will take to find a solution.
- setMaximumLatitude(double) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the northernmost planetodetic latitude of the cartographic zone, in radians.
- setMaximumLatitude(double) - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Sets the north-most planetodetic latitude, in radians, bounding the grid.
- setMaximumLatitude(double) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets the north-most planetodetic latitude of the line, in radians.
- setMaximumLatitude(Double) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets the maximum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMaximumLatitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the maximum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMaximumLongitude(double) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the easternmost longitude of the cartographic zone, in radians.
- setMaximumLongitude(double) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets the east-most longitude of the line, in radians.
- setMaximumLongitude(Double) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets the maximum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMaximumLongitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the maximum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMaximumMetersPerPixel(double) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets the maximum resolution of the inlay in meters per pixel.
- setMaximumNumberOfFrames(int) - Method in class agi.foundation.graphics.FrameRate
-
Sets the maximum number of frames used to determine frame rate.
- setMaximumPerigee(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the maximum value of
Perigee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMaximumPeriod(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the maximum value of
Period
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMaximumPixelSize(int) - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
-
Sets the maximum pixel size of the inclusive distance interval.
- setMaximumPixelSize(GraphicsParameter<Integer>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the parameter indicating the maximum pixel size that
the object can be and still be drawn.
- setMaximumQueueLength(int) - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Sets the maximum number of items that is allowed in the queue.
- setMaximumQueueLength(int) - Method in class agi.foundation.tracking.TrackingArchive
-
Sets the maximum length of the queue of committed transactions to be archived.
- setMaximumRollRate(double) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the maximum roll rate to allow during the trajectory before throwing an exception.
- setMaximumScale(CesiumProperty<Double>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the maximum scale size of the model.
- setMaximumScreenSpaceError(CesiumProperty<Double>) - Method in class agi.foundation.cesium.TilesetGraphics
-
Sets the maximum screen space error used to drive level of detail refinement.
- setMaximumSize(ScreenOverlaySize) - Method in class agi.foundation.graphics.Overlay
-
Sets the maximum size of the overlay.
- setMaximumSize(long) - Method in class agi.foundation.terrain.TerrainCacheGroup
-
Sets the maximum size, in bytes, of this cache group.
- setMaximumStep(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets the largest step that will be taken when sampling a function.
- setMaximumStep(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets the largest step that will be taken when sampling a function.
- setMaximumStep(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets the largest step that will be taken when sampling a function.
- setMaximumStep(double) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Sets the maximum step to take.
- setMaximumStepsize(Duration) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Sets the maximum step size allowed for sampling this constraint.
- setMaximumStepsize(Duration) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Sets the maximum step size allowed for sampling this constraint.
- setMaximumStepsize(Duration) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Sets the maximum step size allowed for sampling this constraint.
- setMaximumStepSize(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the maximum size of the
CurrentStepSize
(
get
).
- setMaximumStepsize(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the maximum size of the step to take during a single iteration.
- setMaximumStringLength(int) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Sets the maximum length of each string in the text batch.
- setMaximumTerrainHeight(double) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
- setMaximumTime(JulianDate) - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
-
Sets the maximum time of the inclusive time interval.
- setMaximumTolerance(double) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets the tolerance associated with the
MaximumValue
(
get
/
set
) to be used when computing threshold crossings.
- setMaximumValue(double) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets the maximum function value that is allowed for this constraint to be satisfied.
- setMaxIterations(int) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Sets the maximum iterations to perform when solving.
- setMaxOrder(int) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Sets the highest order derivative appearing in the set of differential equations
for all the dependent variables.
- setMeanAnomaly(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the mean anomaly.
- setMeanAnomaly(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the mean anomaly, in degrees.
- setMeanAnomalySemicircles(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the mean anomaly, in semicircles.
- setMeanEclipticMeanEquinoxFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the Mean Ecliptic Mean Equinox Reference Frame.
- setMeanEclipticTrueEquinoxFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the Mean Ecliptic True Equinox Reference Frame.
- setMeanEquatorMeanEquinoxFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the Mean Equator Mean Equinox Reference Frame, also
known as the "Mean of Date" reference frame.
- setMeanMolecularWeightAtSeaLevel(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Sets the mean molecular weight of the atmosphere at sea level (M0) used by the model, in kg/kmol.
- setMeanMotion(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the mean motion, in revolutions per day.
- setMeanMotionDot(double) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the first derivative of mean motion divided by two, in revolutions per day squared.
- setMeanMotionDot(double) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the first derivative of mean motion divided by two, in revolutions per day squared.
- setMeanMotionDot(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the first derivative of mean motion divided by two, in revolutions per day squared.
- setMeanMotionDotDot(double) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the second derivative of mean motion divided by six, in revolutions per day cubed.
- setMeanMotionDotDot(double) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the second derivative of mean motion divided by six, in revolutions per day cubed.
- setMeanMotionDotDot(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the second derivative of mean motion divided by six, in revolutions per day cubed.
- setMeanSeaLevel(TerrainProvider) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default mean sea level surface.
- setMessageLoopType(MessageLoopType) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Sets the type of message loop employed by the application.
- setMethod(BlurMethod) - Method in class agi.foundation.graphics.imaging.BlurFilter
-
Sets the method used to blur the source raster.
- setMethod(EdgeDetectMethod) - Method in class agi.foundation.graphics.imaging.EdgeDetectFilter
-
Sets the method used to detect edges in the source raster.
- setMethod(GradientDetectMethod) - Method in class agi.foundation.graphics.imaging.GradientDetectFilter
-
Sets the method used to detect gradients in the source raster.
- setMethod(SharpenMethod) - Method in class agi.foundation.graphics.imaging.SharpenFilter
-
Sets the method used to sharpen the source raster.
- setMinimumAltitude(double) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets the minimum altitude.
- setMinimumAltitude(double) - Method in class agi.foundation.graphics.AltitudeDisplayCondition
-
Sets the minimum altitude, in meters, of the inclusive altitude interval.
- setMinimumAltitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the minimum value of
Altitude
(
get
/
set
) in meters that
is allowed in order for the entry to be included in the query.
- setMinimumApogee(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the minimum value of
Apogee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMinimumClock(CesiumProperty<Double>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets minimum clock angle of the ellipsoid.
- setMinimumCone(CesiumProperty<Double>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets minimum cone angle of the ellipsoid.
- setMinimumDistance(double) - Method in class agi.foundation.graphics.DistanceDisplayCondition
-
Sets the minimum distance, in meters, of the inclusive distance interval.
- setMinimumDistance(double) - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
-
Sets the minimum distance, in meters, of the inclusive distance interval.
- setMinimumDistance(double) - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Sets the minimum distance, in meters, of the inclusive distance interval.
- setMinimumDistance(double) - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Sets the minimum distance, in meters, of the inclusive distance interval.
- setMinimumDistance(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the parameter indicating the minimum distance from the
Camera
that the object must be before it is drawn.
- setMinimumFrequency(double) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Sets the minimum frequency.
- setMinimumFrequency(double) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Sets the filter's minimum frequency.
- setMinimumHeightAboveTerrain(double) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the minimum height above the terrain.
- setMinimumHeightAboveTerrain(double) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the minimum height at which to traverse above the terrain, in meters.
- setMinimumInclination(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the minimum value of
Inclination
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMinimumLatitude(double) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the southernmost planetodetic latitude of the cartographic zone, in radians.
- setMinimumLatitude(double) - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Sets the south-most planetodetic latitude, in radians, bounding the grid.
- setMinimumLatitude(double) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets the south-most planetodetic latitude of the line, in radians.
- setMinimumLatitude(Double) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets the minimum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMinimumLatitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the minimum value of
Latitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMinimumLengthInPixels(CesiumProperty<Double>) - Method in class agi.foundation.cesium.VectorGraphics
-
Sets the minimum graphical length of the vector in pixels.
- setMinimumLongitude(double) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the westernmost longitude of the cartographic zone, in radians.
- setMinimumLongitude(double) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets the west-most longitude of the line, in radians.
- setMinimumLongitude(Double) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets the minimum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMinimumLongitude(Double) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets the minimum value of
Longitude
(
get
/
set
) in radians that
is allowed in order for the entry to be included in the query.
- setMinimumPerigee(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the minimum value of
Perigee
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMinimumPeriod(Double) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets the minimum value of
Period
(
get
/
set
) that
is allowed in order for the entry to be included in the query.
- setMinimumPixelSize(CesiumProperty<Double>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the minimum pixel size of the model.
- setMinimumPixelSize(int) - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
-
Sets the minimum pixel size of the inclusive distance interval.
- setMinimumPixelSize(GraphicsParameter<Integer>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the minimum pixel size the object must be in order
to be drawn.
- setMinimumRevolutions(double) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the minimum number of revolutions to perform before leaving the hold.
- setMinimumRevolutions(double) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the minimum number of complete revolutions around the racetrack to make prior
to leaving.
- setMinimumSize(ScreenOverlaySize) - Method in class agi.foundation.graphics.Overlay
-
Sets the minimum size of the overlay.
- setMinimumStep(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets the smallest step that will be taken when sampling a function.
- setMinimumStep(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets the smallest step that will be taken when sampling a function.
- setMinimumStep(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets the smallest step that will be taken when sampling a function.
- setMinimumStepSize(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the (positive) minimum size of the
CurrentStepSize
(
get
).
- setMinimumTerrainHeight(double) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
- setMinimumTime(JulianDate) - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
-
Sets the minimum time of the inclusive time interval.
- setMinimumTime(Duration) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the minimum time to spend in the hold before leaving.
- setMinimumTime(Duration) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the minimum time to spend in the hold before leaving.
- setMinimumTolerance(double) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets the tolerance associated with the
MinimumValue
(
get
/
set
) to be used when computing threshold crossings.
- setMinimumValue(double) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Sets the minimum function value that is required for this constraint to be satisfied.
- setMinorClockAngleBounds(Bounds) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the minor clock angle bounds, the clock angle of the circle of revolution.
- setMinorClockAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the gridding technique used for the clock angle used in each circle of revolution.
- setMinorDimension(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the antenna minor dimension.
- setMinorDimension(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the antenna minor dimension.
- setMinorRadiusBounds(Bounds) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets the minor radius bounds.
- setMission(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the mission category of the satellite.
- setMission(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
Mission
(
get
/
set
)
must match in order to be included in the query.
- setModel(AccessSignalModel) - Method in class agi.foundation.access.AccessComputation
-
Sets which effects are to be consider in modeling the signal path and observation.
- setModel(CesiumProperty<CesiumResource>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the url of the glTF file.
- setModelGraphics(ModelGraphics) - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Sets the graphical properties of the model.
- setModelGraphics(ModelGraphics) - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Sets the model graphics.
- setModelName(String) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the name of the gravity model being used.
- setModulation(DigitalModulation) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
- setModulation(DigitalModulation) - Method in class agi.foundation.communications.OpticalTransmitter
-
- setModulation(DigitalModulation) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
- setModulation(DigitalModulation) - Method in class agi.foundation.communications.Transceiver
-
Sets the type of modulation applied to the signal prior to retransmission.
- setMotionID(String) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the ID in the state that represents the motion to be computed/manipulated.
- setMovingLinkEnd(LinkRole) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Sets the end of the link that is the moving object.
- setMultiplier(Double) - Method in class agi.foundation.cesium.Clock
-
Sets how much time advances with each tick.
- setMultithreadCoverage(boolean) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Sets a value indicating whether to use multiple threads to compute coverage.
- setMultithreaded(boolean) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Sets a value indicating whether this optimizer should evaluate an iteration with as many threads as the current threading
policy facet will allow, or with as many
Variables
(
get
)
as there are in the function plus 1; whichever is less.
- setMultithreaded(boolean) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Sets a value indicating whether this solver should evaluate with as many threads as the current threading policy facet and
solver algorithm will allow.
- setMultithreaded(boolean) - Method in class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
-
Sets a value indicating whether this solver should evaluate an iteration with as many threads as the current threading
policy facet will allow, or with as many
Variables
(
get
)
as there are in the function plus 1; whichever is less.
- setMultithreaded(boolean) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Sets a value indicating whether this optimizer should evaluate with as many threads as the current threading policy facet and
optimizer algorithm will allow.
- setMultithreadFindIntervals(boolean) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
- setMultithreadSubCalculations(boolean) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Sets a value indicating whether subcalculations should use the current
ThreadingPolicy
.
- setN(int) - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Sets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- setN(int) - Method in class agi.foundation.access.AccessQueryAtMostN
-
Sets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- setN(int) - Method in class agi.foundation.access.AccessQueryExactlyN
-
Sets the number of
Queries
(
get
) that must be satisfied in order for this query to be satisfied.
- setName(String) - Method in class agi.foundation.access.LinkInstantaneous
-
Sets the name of the link.
- setName(String) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the name of the link.
- setName(String) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.CentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Sets the name of this planetary system's barycenter.
- setName(String) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Sets the name of this solar system's barycenter.
- setName(String) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the name of the central body.
- setName(String) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the name of the document.
- setName(String) - Method in class agi.foundation.communications.Transceiver
-
Sets the transceiver's name.
- setName(String) - Method in class agi.foundation.communications.Transponder
-
Sets the transponder's name.
- setName(String) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Sets an optional name for this cost function.
- setName(String) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets an optional name for this constraint.
- setName(String) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Sets an optional name to identify this constraint.
- setName(String) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Sets an optional name to identify this constraint.
- setName(String) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Sets an optional name to identify this constraint.
- setName(String) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Sets an optional name for this variable.
- setName(String) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Sets an optional name for this constraint.
- setName(String) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Sets an optional name for this variable.
- setName(String) - Method in class agi.foundation.platforms.Articulation
-
Sets the name of the articulation.
- setName(String) - Method in class agi.foundation.platforms.NameExtension
-
Sets the name.
- setName(String) - Method in class agi.foundation.platforms.Platform
-
Sets the name of the platform.
- setName(String) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the spacecraft name.
- setName(String) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the spacecraft name
- setName(String) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the spacecraft name.
- setName(String) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Sets a name to describe the
segment
.
- setName(String) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Sets a name for this updater.
- setName(String) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Sets an optional name for you to identify this operator with.
- setName(String) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets an optional name for this stopping condition.
- setName(String) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Sets the optional name of this constraint.
- setNativeLibraryPath(String) - Static method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the path of the directory containing the native libraries used by this propagation model.
- setNativeToMeters(double) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the value to multiply a height in the native units of the terrain provider
to convert it to meters.
- setNavigationSatellites(PlatformCollection) - Method in class agi.foundation.navigation.GpsReceiver
-
Sets the collection of navigation satellites from which this receiver can
potentially receive a navigation signal.
- setNearInSideLobeLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets the near-in-side-lobe level relative to the peak gain required by the system design.
- setNearInSideLobeLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets the near-in-side-lobe level relative to the peak gain required by the system design.
- setNearPlane(double) - Method in class agi.foundation.graphics.advanced.Projection
-
Sets the near plane associated with the
Projection
.
- setNearPlane(double) - Method in class agi.foundation.graphics.Camera
-
Sets the distance in meters from the camera to the near plane.
- setNeedsSpecialCoordinateProcessing(boolean) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets a value indicating whether or not special processing of longitude and latitude coordinates
is required by this terrain provider.
- setNegate(DisplayCondition, boolean) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Sets if a logical not
operation is applied to a display condition
in the composite when the composite is evaluated.
- setNegate(int, boolean) - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Sets if a logical not
operation is applied to a display condition
in the composite when the composite is evaluated.
- setNegativeX(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the negative x-axis graphics
- setNegativeY(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the negative y-axis graphics
- setNegativeZ(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the negative z-axis graphics
- setNeptuneSystemBarycenter(Point) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Neptune planetary system.
- setNeptuneSystemBarycenter(Point) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Neptune planetary system.
- setNetworkName(String) - Method in class agi.foundation.stk.StkFacilityDatabaseEntry
-
Sets the network name of the facility.
- setNetworkName(Pattern) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
-
Sets a regular expression that the
NetworkName
(
get
/
set
)
must match in order to be included in the query.
- setNewPropagator(StoppablePropagatorDefinition) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
- setNextStateBehavior(StateForNextSegmentBehavior) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Sets the behavior for passing states to the next segment.
- setNightLightsIntensity(float) - Method in class agi.foundation.graphics.advanced.Lighting
-
Sets the overall brightness for the night light's image overlay,
NightOverlay
(
get
).
- setNightOverlay(GlobeImageOverlay) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setNoAccess(T) - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Sets the value of the property when no access exists.
- setNoAccess(T) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Sets the value to return if there is no access.
- setNodeTransformations(Map<String, NodeTransformationGraphics>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the set of node transformations to apply to the model.
- setNoiseFactor(double) - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Sets the noise factor representing the ratio of the
NoiseTemperature
(
get
)
to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- setNoiseFactor(double) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Sets the photodetector noise factor.
- setNoiseFactor(double) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the noise factor representing the ratio of the
NoiseTemperature
(
get
)
to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- setNoiseFactor(double) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the noise factor for the amplifier, representing the ratio of the
NoiseTemperature
(
get
) to
ReferenceTemperature
(
get
/
set
) plus 1
(i.e.
- setNoiseFactor(double) - Method in class agi.foundation.communications.Transponder
-
- setNoiseFactor(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the
NoiseFactor
(
get
/
set
) this front end uses to calculate noise on the
navigation signals.
- setNoiseFactor(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the noise factor value this receiver uses to calculate noise in the communication signals.
- setNoiseModel(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.GpsReceiver
-
Sets the model for computing the noise in this receiver when
receiving a signal from a navigation satellite.
- setNoiseTemperature(double) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
Sets the antenna noise temperature, in kelvin.
- setNoiseTemperature(double) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Sets the noise temperature for this signal processor, in kelvin.
- setNoiseTemperature(double) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Sets the photodetector noise temperature, in kelvin.
- setNoiseTemperature(double) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Sets the thermal noise temperature of the filter, in kelvin.
- setNoiseTemperature(double) - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
Sets the antenna noise temperature, in kelvin.
- setNominalRun(boolean) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Sets a value indicating whether the segment list is to be run normally and as such the results should be
included as the final results, or if the segment list is to be run as part of some other operation.
- setNominalRun(boolean) - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Sets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- setNominalRun(boolean) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Sets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- setNominalRun(boolean) - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Sets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
false
to indicate if the segment is being run in a
TargetedSegmentListOperator
).
- setNonPrecisionApproach(TimeIntervalCollection) - Method in class agi.foundation.navigation.RaimOutages
-
- setNormalized(boolean) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets a value indicating whether the coefficients of the gravity model are normalized.
- setNorthernPostOffsetNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the latitude offset (from the north) of the northern-most post in the terrain provider.
- setNotes(String) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the notes associated with the satellite.
- setNPlateModel(NPlateModel) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Sets a collection that models the spacecraft's body as a collection of individual plates with oriented surface areas and drag coefficients.
- setNPlateModel(NPlateModel) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Sets a collection that models the spacecraft's body as a collection of individual plates with oriented surface areas,
specular reflectivity coefficients, and diffuse reflectivity coefficients.
- setNullDirectionsProvider(DirectionsProvider) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
- setNumberOfChannels(int) - Method in class agi.foundation.navigation.GpsReceiver
-
Sets the number of channels in this receiver.
- setNumberOfGaussianQuadratures(int) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the number of Gaussian quadratures to use when integrating.
- setNumberOfLoops(double) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Sets the number of current loops in the magnetic torquer coil.
- setNumberOfPlanes(int) - Method in class agi.foundation.propagators.WalkerConstellation
-
Sets the number of planes in the Walker constellation.
- setNumberOfRings(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets the number of rings to draw for the outline.
- setNumberOfSamplePoints(int) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the number of points to be sampled on the interpolation spline.
- setNumberOfSamplePoints(int) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the number of points to be sampled on the interpolation spline.
- setNumberOfSatellitesPerPlane(int) - Method in class agi.foundation.propagators.WalkerConstellation
-
Sets the number of satellites per plane of the Walker constellation.
- setNumberOfThreads(int) - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Sets the number of threads to use to execute parallelizable operations.
- setNumberOfTurns(double) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Sets the number of turns in the helical antenna.
- setNutationModel(NutationModel) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default nutation model used in the FK5 transformation from
J2000 to the Fixed frame.
- setObject(IServiceProvider) - Method in class agi.foundation.cesium.VelocityVectorDirectionCesiumProperty
-
Sets the object which will be used to calculate the direction of the velocity vector.
- setObjectId(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the object identifier for which the
ephemeris is provided.
- setObjectName(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the name of the object for which the
ephemeris is provided.
- setObjectType(GeneralPerturbationObjectType) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the type of orbiting body.
- setObliquityMapping(ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
- setObliquityMapping(ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Sets the type of mapping to use when calculating the tropospheric delay.
- setObservations(List<Double>) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the array of observations for this satellite in this epoch.
- setObservationTypes(List<RinexObservationType>) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the array of observation types for this satellite in this epoch
Each observation type directly corresponds to the observation, LLI and signal strength
of the same index.
- setObservedAxes(Axes) - Method in class agi.foundation.geometry.VectorSum
-
Sets the
Axes
in which the resultant vector sum
will be observed.
- setObservedPoint(Point) - Method in class agi.foundation.geometry.PointInPointsFrame
-
Sets the point that is observed in the
FrameOwner
(
get
/
set
)'s reference frame.
- setObservedPoint(Point) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Sets the
Point
that is observed in the
Frame
(
get
/
set
).
- setObservedVector(Vector) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Sets the vector observed in the
AxesOwner
(
get
/
set
)'s axes.
- setObserver(LinkRole) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Sets the end of the link that is being oriented.
- setOccultationFactor(ScalarOccultation) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Sets the scalar modeling the amount of occultation at the location of the
TargetPoint
(
get
/
set
).
- setOccultationFactor(ScalarOccultation) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Sets the scalar modeling the amount of occultation at the target position.
- setOddColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Sets the color of the odd tiles.
- setOddColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Sets the color of the odd stripes.
- setOfficialName(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the official name for the satellite.
- setOfficialName(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
OfficialName
(
get
/
set
)
must match in order to be included in the query.
- setOffset(Cartesian) - Method in class agi.foundation.celestial.OffAxisTorque
-
Sets the body-fixed position of the thruster with respect to the center of mass of the vehicle.
- setOffset(CesiumProperty<Double>) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Sets the offset of the start of the stripes.
- setOffset(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.ViewFrom
-
Sets the suggested initial offset when tracking an object.
- setOffset(UnitQuaternion) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Sets the offset of this axes, specified as a rotation from the
ReferenceAxes
(
get
/
set
).
- setOffset(Cartesian) - Method in class agi.foundation.geometry.PointFixedOffset
-
Sets the displacement of this point from the origin of the defining reference frame.
- setOffset(double) - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
-
Sets the offset for the result of the convolution kernel operation.
- setOffset(Cartesian) - Method in class agi.foundation.tracking.ViewEntityFromOffset
-
Sets the initial offset from the entity to place the camera,
specified as
AxesEastNorthUp
.
- setOne(Scalar) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Sets the first
Scalar
that produces an angle.
- setOne(Scalar) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
- setOne(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
- setOnlyStoreFinalResults(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Sets a value indicating whether this
operator
should
report only the final results or all iterations/computations.
- setOnlyStoreFinalResults(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Sets a value indicating whether this
operator
should
report only the final results or all iterations/computations.
- setOperatorAction(TargetedSegmentListOperatorBehavior) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Sets how the propagator will run the
operators
(will the
operators
be run normally,
be run once, or just run the nominal sequence).
- setOperatorBehavior(TargetedSegmentListOperatorBehavior) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListConfiguration
-
Sets the behavior of how the operators should be run.
- setOpticalBandpassFilterBandwidth(double) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the bandwidth of the optical bandpass filter preceding the detector, in hertz.
- setOptimizationCriteria(DilutionOfPrecisionOptimization) - Method in class agi.foundation.navigation.GpsReceiver
-
- setOptimizer(ParameterOptimizer) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
- setOption(ChangeStoppingConditionOption) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Sets the
Enabled
(
get
/
set
) option of the
Condition
(
get
/
set
) will be
after this operator is evaluated.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.AxesBPlane
-
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Sets the
Point
to use to compute the elements.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Sets the
Point
to use to compute the elements.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Sets the
Point
to use to compute the elements.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Sets the
Point
to use to compute the elements.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Sets the
Point
to compute.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Sets the
Point
to compute.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Sets the
Point
to compute.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Sets the
Point
to compute.
- setOrbitalPoint(Point) - Method in class agi.foundation.geometry.VectorBPlane
-
- setOrbitCountLimit(int) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the number of orbits past which to stop propagation.
- setOrbitDescription(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets a description of the orbit.
- setOrbitEpoch(JulianDate) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the Julian date at which the
InitialConditions
(
get
/
set
) are specified.
- setOrbitEpoch(JulianDate) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the Julian date at which the
InitialConditions
(
get
/
set
) are specified.
- setOrbitEpoch(JulianDate) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Sets the Julian date at which the
InitialConditions
(
get
/
set
) of
the orbit are defined.
- setOrbitLimitType(LifetimeCalculationLimitType) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the limitation for when the lifetime propagator calculation should stop its iteration.
- setOrbitsPerCalculation(int) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the number of complete orbits to propagate as part of a single iteration of the integration
of the orbital parameters over time.
- setOrbitStates(DateMotionCollection1<Cartesian>) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the position and velocity vectors of the spacecraft at the same times
as the
CovarianceData
(
get
/
set
).
- setOrbitStatesFrame(ReferenceFrame) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Sets the native reference frame of the
OrbitStates
(
get
/
set
).
- setOrder(Integer) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Sets the number of derivatives to write to CZML.
- setOrder(int) - Method in class agi.foundation.geometry.ScalarDerivative
-
Sets the order.
- setOrder(int) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Sets the order at which to do the comparison.
- setOrder(int) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Sets the order at which to do the comparison.
- setOrder(int) - Method in class agi.foundation.geometry.VectorDerivative
-
Sets the order.
- setOrder(int) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Sets the order of this auxiliary state.
- setOrder(int) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Sets the total number of derivatives of the
AuxiliaryScalar
(
get
/
set
)
to compute for the output.
- setOrder(int) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Sets the highest order of the
Vector
to produce for the output.
- setOrder(int) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Sets the order of the motion produced by the propagator.
- setOrder(int) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets the desired order of the propagated
Motion1
.
- setOrder(int) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Sets the order of the motion produced by the propagator.
- setOrders(int[]) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Sets the orders of the differential equations in the differential equations.
- setOrders(int[]) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
-
Sets the order of the highest derivative for each of the dependent variables.
- setOrientation(CesiumProperty<CesiumStripeOrientation>) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Sets the stripe orientation.
- setOrientation(UnitQuaternion) - Method in class agi.foundation.graphics.advanced.Projection
-
- setOrientation(UnitQuaternion) - Method in class agi.foundation.graphics.ModelPrimitive
-
Sets the model's orientation.
- setOrientation(Axes) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
- setOrientationAxes(Axes) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Sets the
OrientationAxes
(
get
).
- setOrientationAxes(Axes) - Method in interface agi.foundation.geometry.ISetOrientationAxesService
-
Sets the axes that describes the orientation of the object.
- setOrientationAxes(Axes) - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Sets the axes that describe the orientation of the object.
- setOrientationAxes(Axes) - Method in class agi.foundation.platforms.Platform
-
Sets the time-varying orientation of this platform.
- setOrientationFunction(ComputeIauOrientationParameters) - Method in class agi.foundation.celestial.IauOrientationAxes
-
Sets the function which computes the orientation parameters of these axes.
- setOrientationParameters(EarthOrientationParameters) - Method in class agi.foundation.celestial.EarthCentralBody
-
- setOrigin(Point) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Sets the origin of the ray to project onto the central body.
- setOrigin(Point) - Method in class agi.foundation.geometry.ReferenceFrame
-
Sets the origin of the reference frame.
- setOrigin(Origin) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch origin, which is applied to each marker in the batch.
- setOrigin(ScreenOverlayOrigin) - Method in class agi.foundation.graphics.Overlay
-
Sets the origin from which the overlay's position is defined.
- setOrigin(Origin) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Sets the per-batch origin, which is applied to each string in the text batch.
- setOrigin(GraphicsParameter<Origin>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the origin of the marker over time.
- setOrigin(GraphicsParameter<Origin>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the
Origin
(
get
/
set
) of the text over time.
- setOrigin(Origin) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the origin of each label.
- setOrigin(Origin) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the origin of each marker.
- setOriginalConfiguration(SegmentConfiguration) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
Sets the original configuration for this segment.
- setOriginalSatelliteNumber(String) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the original satellite number of
the object.
- setOriginator(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Sets the creating agency or operator.
- setOrigins(Iterable<Origin>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of origins, one for each marker in the batch.
- setOrigins(Iterable<Origin>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Defines a collection of origins, one for each string in the batch.
- setOrthogonalPolarizationAntennaSignalProcessor(AntennaSignalProcessor<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Sets the antenna signal processor which produces the antenna's orthogonal polarization channel signal output.
- setOrthogonalPolarizationInputSignalProcessor(OrthogonalPolarizationChannelSource) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Sets the signal processor which produces the set of signals to transmit for the orthogonal polarization channel.
- setOswaldEfficiencyFactor(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the Oswald efficiency factor for the wing.
- setOutageDurationThreshold(Duration) - Method in class agi.foundation.navigation.RaimOptions
-
Sets the outage duration threshold, which specifies how much time must pass,
while RAIM is unavailable, before a RAIM outage is signaled.
- setOutageIntervals(TimeIntervalCollection1<SatelliteOutageDetails>) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Sets the intervals when this GPS satellite is unavailable or unhealthy.
- setOutagePercent(double) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Sets the rain outage percent value, as a decimal.
- setOutagePercent(double) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Sets the rain outage percent value, as a decimal.
- setOutagePercent(double) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Sets the rain outage percent value, as a decimal.
- setOutline(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets whether or not the mask is outlined.
- setOutline(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether or not the region is outlined.
- setOutline(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets whether or not the ellipsoid is outlined.
- setOutline(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets whether or not to outline the text.
- setOutlineAppearance(OutlineAppearance) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the outline's appearance.
- setOutlineAppearance(GraphicsParameter<OutlineAppearance>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the solid outline appearance.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets the color of the outline.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the color of the region's outline.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the color of the ellipsoid's outline.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the outline color of the label.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the outline color of the point.
- setOutlineColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Sets the outline color of the line.
- setOutlineColor(Color) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the outline color associated with this point.
- setOutlineColor(Color) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the outline's color.
- setOutlineColor(Color) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the outline's color.
- setOutlineColor(Color) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the outline's color.
- setOutlineColor(Color) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets the text's outline color.
- setOutlineColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.LineGraphics
-
Sets a parameter defining the outline color and translucency of the line over time.
- setOutlineColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.PointGraphics
-
Sets a parameter defining the outline color and translucency of the point over time.
- setOutlineColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the color and translucency of the outline.
- setOutlineColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the color and translucency of the text outline over time.
- setOutlineColor(Color) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the color of each track outline.
- setOutlineColor(Color) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the outline color for the label text.
- setOutlineColor(Color) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the color of the outline.
- setOutlineColor(Color) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the color of the outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the outline translucency associated with this point.
- setOutlineTranslucency(float) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the translucency of the outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the translucency of the outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the outline's translucency.
- setOutlineTranslucency(float) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets the text's outline translucency.
- setOutlineTranslucency(float) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the translucency of the track outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the translucency of the label outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the translucency of the outline.
- setOutlineTranslucency(float) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the translucency of the point outline.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets the width of the outline.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the width of the region's outline.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the width of the ellipsoid's outline.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the outline width of the label.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the outline width of the point, in pixels.
- setOutlineWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
Sets the outline width of the line.
- setOutlineWidth(float) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets the width, in pixels, of the outline around the line.
- setOutlineWidth(float) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the size, in pixels, of the outline around each point in the batch.
- setOutlineWidth(float) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the width, in pixels, of the outline around the polyline.
- setOutlineWidth(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the outline's width, in pixels.
- setOutlineWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.LineGraphics
-
Sets a parameter defining the width of the line over time.
- setOutlineWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.PointGraphics
-
Sets a parameter defining the outline width of the point over time.
- setOutlineWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the width of the outline.
- setOutlineWidth(float) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the width of the track outline, in pixels.
- setOutlineWidth(float) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the width of the outline, in pixels.
- setOutlineWidth(float) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the width of the outline, in pixels.
- setOutputAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.Transceiver
-
Sets the antenna gain pattern used by the output antenna.
- setOutputAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.Transponder
-
Sets the antenna gain pattern used by the transponder's output antenna.
- setOutputFormat(CcsdsOemFileOutputFormat) - Method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
Sets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
- setOutputGain(double) - Method in class agi.foundation.communications.Transceiver
-
Sets the gain (a factor that multiplies the signal power)
applied to the signal after demodulation before remodulation.
- setOutputNoiseFactor(double) - Method in class agi.foundation.communications.Transceiver
-
Sets the
NoiseFactor
(
get
/
set
) used in the transceiver's
Amplifier
with respect to a
ReferenceTemperature
(
get
/
set
) of 290 kelvin.
- setOutputPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.Transceiver
-
Sets the output polarization source.
- setOutputPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.Transponder
-
Sets the output polarization source.
- setOutputSparsity(int) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Sets the interval at which to produce output samples.
- setOverrideConstraintSampling(boolean) - Method in class agi.foundation.access.AccessComputation
-
Sets a value indicating whether the sampling parameters specified by
Sampling
(
get
) should be
applied to all constraints, overriding the sampling parameters specified by the constraints themselves.
- setOverrideCreationDate(boolean) - Method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
- setOverrideHalfBeamwidth(boolean) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- setOverrideHalfBeamwidth(boolean) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- setOverrideHalfBeamwidth(boolean) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets a value indicating whether or not to override the half beamwidth computed by the model with the value
returned from the
HalfBeamwidth
(
get
/
set
).
- setOverrideScenarioEpoch(boolean) - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
Sets a value indicating whether the
ScenarioEpoch
(
get
/
set
) specified on this instance
overrides the one specified in the attitude file itself.
- setOverrideScenarioEpoch(boolean) - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Sets a value indicating whether the
ScenarioEpoch
(
get
/
set
) specified on this instance
overrides the one specified in the ephemeris file itself.
- setOverrideSegmentListEphemeris(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setOwner(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the owner (country) of the satellite.
- setOwner(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
Owner
(
get
/
set
)
must match in order to be included in the query.
- setPacketAcquirementYieldTime(int) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the thread processing yield time for asynchronous streaming of video over common protocols like udp.
- setPacketBufferLimit(int) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets a value indicating the buffering limit for packets when processing a video stream.
- setPadding(ScreenOverlayPadding) - Method in interface agi.foundation.graphics.advanced.IScreenOverlayContainer
-
Sets the padding surrounding the
Overlays
(
get
) that are contained within this parent.
- setPadding(ScreenOverlayPadding) - Method in class agi.foundation.graphics.Overlay
-
Sets the padding surrounding the Overlays
that are contained within this overlay.
- setPadding(ScreenOverlayPadding) - Method in class agi.foundation.graphics.ScreenOverlayManager
-
Sets the padding surrounding the Overlays
that are contained within this manager.
- setPanning(boolean) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Sets whether holding down shift and dragging the mouse will pan across the surface
of the central body.
- setParameter(PointEvaluatorParameter) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Sets the parameter to use to parameterize this point.
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Sets the state parameter to use to parameterize this point.
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Sets the state parameter to use to parameterize this scalar.
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Sets the state parameter to use to parameterize this vector.
- setParameter(CartesianParameter) - Method in class agi.foundation.geometry.ParameterizedPoint
-
Sets the parameter to use to parameterize this point.
- setParameter(DoubleParameter) - Method in class agi.foundation.geometry.ParameterizedScalar
-
Sets the parameter to use to parameterize this scalar.
- setParameter(CartesianParameter) - Method in class agi.foundation.geometry.ParameterizedVector
-
Sets the parameter to use to parameterize this vector.
- setParameter(ValueParameter<T>) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Sets the parameter to use to parameterize this value.
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(IEvaluatorParameter<PropagationEvaluationInformation>) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(TimeBasedStateParameter) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Sets the parameter to use when evaluating the
Scalar
(
get
/
set
).
- setParameter(GraphicsParameter<TInput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Sets the parameter to transform.
- setParent(IServiceProvider) - Method in class agi.foundation.infrastructure.ParentExtension
-
Sets the parent of the owner of this extension.
- setParentList(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
- setParentReceiver(IServiceProvider) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the parent receiver whose axis is used in order to determine if the sun is within the field-of-view of the detector.
- setParentReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.AxesBPlane
-
- setParentReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorBPlane
-
- setParentResults(SegmentListResults) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setPartial(Iterable<Cartesian>, Iterable<Integer>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Updates a subset of marker positions in a marker batch.
- setPartial(Iterable<Cartesian>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Updates a subset of marker positions in a marker batch.
- setPartial(Iterable<Cartesian>, MarkerBatchPrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Updates a subset of marker positions and/or per-marker parameters in a marker batch.
- setPartial(Iterable<Cartesian>, MarkerBatchPrimitiveOptionalParameters, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Updates a subset of marker positions and/or per-marker parameters in a marker batch.
- setPartial(Iterable<Cartesian>, Iterable<Integer>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Updates a subset of positions in a point batch.
- setPartial(Iterable<Cartesian>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Updates a subset of positions in a point batch.
- setPartial(Iterable<Cartesian>, Iterable<Color>, Iterable<Integer>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Updates a subset of positions and/or colors in a point batch.
- setPartial(Iterable<Cartesian>, Iterable<Color>, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Updates a subset of positions and/or colors in a point batch.
- setPartial(Iterable<Cartesian>, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Updates a subset of positions in a polyline.
- setPartial(Iterable<Cartesian>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Updates a subset of positions in a polyline.
- setPartial(Iterable<Cartesian>, Iterable<Color>, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Updates a subset of positions and/or colors in a polyline.
- setPartial(Iterable<Cartesian>, Iterable<Color>, PolylinePrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Updates a subset of positions, colors, and/or optional point properties in a polyline.
- setPartial(Iterable<Cartesian>, Iterable<Color>, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Updates a subset of positions and/or colors in a polyline.
- setPartial(Iterable<Cartesian>, Iterable<String>, Iterable<Integer>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Updates a subset of positions and/or text in a text batch.
- setPartial(Iterable<Cartesian>, Iterable<String>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Updates a subset of positions and/or text in a text batch.
- setPartial(Iterable<Cartesian>, Iterable<String>, TextBatchPrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
- setPartial(Iterable<Cartesian>, Iterable<String>, TextBatchPrimitiveOptionalParameters, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, MarkerBatchPrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, MarkerBatchPrimitiveOptionalParameters, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, Iterable<Integer>) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, PolylinePrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<Color>, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, Iterable<Integer>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, Iterable<Integer>, IndicesOrderHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, TextBatchPrimitiveOptionalParameters, Iterable<Integer>) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setPartialCartographic(CentralBody, Iterable<Cartographic>, Iterable<String>, TextBatchPrimitiveOptionalParameters, Iterable<Integer>, IndicesOrderHint, RenderPassHint) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
For convenience.
- setPathForTimeDelay(LinkPath) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Sets the path from which to obtain the link delay.
- setPathGraphics(PathGraphics) - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Sets the graphical properties of the path.
- setPatternType(WalkerConstellationPattern) - Method in class agi.foundation.propagators.WalkerConstellation
-
Sets the pattern type of the Walker constellation.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Sets the pedestal level.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Sets the pedestal level.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Sets the pedestal level.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the pedestal level.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Sets the pedestal level.
- setPedestalLevel(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the pedestal level.
- setPercentConfidence(int) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Sets the desired confidence interval percentage.
- setPerformanceAssessmentData(PerformanceAssessmentFile) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
-
Sets the file used to define the performance assessment data.
- setPerformanceAssessmentFile(PerformanceAssessmentFile) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Sets the performance Assessment File (PAF) containing the ephemeris and clock errors for the GPS satellites over
a period of time.
- setPerformanceModels(PerformanceModels) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Sets the performance models to be applied to the behavior.
- setPerformanceModels(PerformanceModels) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Sets the performance models to be applied to the maneuver.
- setPerformanceModels(PerformanceModels) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Sets the performance models to be applied to the behavior.
- setPerigee(double) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the height of the perigee above the Earth's surface, in meters.
- setPeriod(double) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the time, in seconds, for the satellite to complete one revolution of the Earth.
- setPerItemCullingEnabled(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets whether individual text indices will be culled individually.
- setPerItemPickingEnabled(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets whether individual marker indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- setPerItemPickingEnabled(boolean) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets whether individual line indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- setPerItemPickingEnabled(boolean) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets whether individual point indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- setPerItemPickingEnabled(boolean) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets whether individual line indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- setPerItemPickingEnabled(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets whether individual text indices will be included in the
PickResults
returned
from the
Scene's
Pick
method.
- setPersistenceDuration(double) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the maximum length (in seconds) of the persistence path.
- setPersistenceDuration(double) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the maximum length (in seconds) of the persistence path.
- setPersistenceWidth(double) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets persistence point/line width.
- setPersistenceWidth(double) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets persistence point/line width.
- setPerturbationValue(double) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
- setPerturbationValues(double[]) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Sets the values to use to perturb the variables when the derivative is computed numerically.
- setPerturbationValues(double[]) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Sets the values to use to perturb the variables when the derivative is computed numerically.
- setPerVertexColors(Iterable<Color>) - Method in class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
-
Defines a collection of colors.
- setPhaseByMean(boolean) - Method in class agi.foundation.propagators.WalkerConstellation
-
Sets a value indicating whether the mean anomaly or true anomaly is used to phase the Walker constellation.
- setPhaseParameter(PropagationStageParameter) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Sets a parameter which represents the propagation phase.
- setPhaseParameter(PropagationStageParameter) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Sets a parameter which represents the propagation phase.
- setPhotodetector(Photodetector) - Method in class agi.foundation.communications.OpticalReceiver
-
Sets the photodetector.
- setPickingEnabled(boolean) - Method in class agi.foundation.graphics.Overlay
-
Sets a value indicating whether or not picking on the overlay is enabled.
- setPinningOrigin(ScreenOverlayPinningOrigin) - Method in class agi.foundation.graphics.Overlay
-
Sets the origin of the PinningPosition
property, relative to the overlay.
- setPinningPosition(ScreenOverlayPoint) - Method in class agi.foundation.graphics.Overlay
-
Sets the pinning position of the overlay, relative to the overlay, which determines the point on the overlay that corresponds to
the Position
property.
- setPitchUpAcceleration(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the (vertical) acceleration used to pitch up when climbing, in meters per second squared.
- setPitchUpAcceleration(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the upward acceleration used to begin an ascent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
- setPixelOffset(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the billboard's offset from the origin in pixel coordinates.
- setPixelOffset(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the label's offset from the origin in pixel coordinates.
- setPixelOffset(PointF) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch pixel offset, which is applied to each marker in the batch.
- setPixelOffset(PointF) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Sets the per-batch pixel offset, which is applied to each string in the text batch.
- setPixelOffset(GraphicsParameter<PointF>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the pixel offset of the marker over time.
- setPixelOffset(GraphicsParameter<PointF>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the pixel offset of the text over time.
- setPixelOffset(PointF) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the pixel offset of each label from the position of the entity.
- setPixelOffset(PointF) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the pixel offset of each marker from the position of the entity.
- setPixelOffsets(Iterable<PointF>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of pixel offsets, one for each marker in the batch.
- setPixelOffsets(Iterable<PointF>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Defines a collection of pixel offsets, one for each string in the batch.
- setPixelOffsetScaleByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets how the billboard's pixel offset should change based on the billboard's distance from the camera.
- setPixelOffsetScaleByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets how the label's pixel offset should change based on the label's distance from the camera.
- setPixelSize(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets the size of the point.
- setPixelSize(float) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the size, in pixels, of each point in the point batch.
- setPixelSize(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.PointGraphics
-
Sets a parameter defining the size of the point in pixels over time.
- setPixelSize(float) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the size of each point in pixels.
- setPixelSize(float) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the size of each point in pixels.
- setPlane(PlaneIndicator) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Sets the plane into which the displacement vector is projected.
- setPlane(PlaneIndicator) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Sets the plane from which the angle to the displacement vector is measured.
- setPlateName(String) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Sets the name of the individual plate.
- setPlatform(Platform) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Sets the
Platform
whose
LocationPoint
(
get
/
set
)
will receive all method calls.
- setPlatform(Platform) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Sets the
Platform
whose
OrientationAxes
(
get
/
set
)
will receive all method calls.
- setPlayback(VideoPlayback) - Method in class agi.foundation.graphics.imaging.VideoStream
-
- setPlutoSystemBarycenter(Point) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Pluto planetary system.
- setPlutoSystemBarycenter(Point) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Pluto planetary system.
- setPoint(Point) - Method in class agi.foundation.cesium.PointCesiumProperty
-
Sets the Point.
- setPoint(Point) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Sets the point.
- setPoint(Point) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Sets the point that defines this axes.
- setPoint(Point) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Sets the point that defines this axes with its motion.
- setPoint(Point) - Method in class agi.foundation.geometry.VectorAcceleration
-
Sets the point.
- setPoint(Point) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Sets the point to be projected onto the ellipsoid surface.
- setPoint(Point) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Sets the point.
- setPoint(Point) - Method in class agi.foundation.geometry.VectorVelocity
-
Sets the point.
- setPoint(Point) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Sets the
Point
(
get
/
set
) to use.
- setPointGraphics(PointGraphics) - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Sets the graphical properties of the point.
- setPointGraphics(PointGraphics) - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Sets the point graphics.
- setPointingAxes(Axes) - Method in class agi.foundation.celestial.DragBodyPlate
-
Sets the axes that are used to define the pointing of this plate.
- setPointingAxes(Axes) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Sets the axes that are used to define the pointing of this plate.
- setPointingError(double) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Sets the pointing error angle, in radians.
- setPointProvider(IServiceProvider) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
- setPoints(Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Set the initial and final points of the connection segment.
- setPoints(Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Set the initial and final points of the connection segment.
- setPoints(Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Set the initial and final points of the connection segment.
- setPoints(Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Set the initial and final points of the connection segment.
- setPoints(Cartographic, Cartographic) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Set the initial and final points of the connection segment.
- setPointsDefiningConstraintVolume(TimeIntervalCollection1<ArrayList<Cartographic>>) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Sets the
Cartographic
points that define the constraint volume.
- setPolarization(Polarization) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Sets the polarization.
- setPolarization(Polarization) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the polarization.
- setPolarization(Polarization) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the antenna polarization.
- setPolarizationAdvantage(boolean) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Sets a value indicating whether or not to incorporate polarization advantage.
- setPolarizationAdvantage(boolean) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Sets a value indicating whether or not to incorporate polarization advantage.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Sets the polarization source for the primary polarization channel.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Sets the source for modeling polarization.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.ComplexReceiver
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.OpticalReceiver
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.OpticalTransmitter
-
Sets the polarization source.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Sets the polarization source for modeling polarization efficiency.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Sets the source for modeling polarization.
- setPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the polarization source for modeling polarization efficiency.
- setPolylineType(PolylineType) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets how the primitive interprets the positions.
- setPopulation(int) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the population of the city.
- setPortionToDisplay(CesiumProperty<CesiumSensorVolumePortionToDisplay>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the portion of the sensor to display.
- setPosition(Cartographic) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Sets the position of the aircraft.
- setPosition(long) - Method in class agi.foundation.compatibility.FileStream
-
- setPosition(long) - Method in interface agi.foundation.compatibility.ISeekableStream
-
Sets the current position of this stream.
- setPosition(Point) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Sets the point specifying the motion over the surface of the
Terrain
(
get
/
set
).
- setPosition(Point) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the
Point
representing the position of the platform and its derivatives.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.advanced.Projection
-
Sets the
Cartesian
defining the position of the
Projection
in the central body's fixed reference frame.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.Camera
-
Sets the position of the camera.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Sets the position used to compute the distance from the camera.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.ModelPrimitive
-
Sets the position of the model.
- setPosition(ScreenOverlayPoint) - Method in class agi.foundation.graphics.Overlay
-
Sets the position of the overlay relative to its parent.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the position associated with this point.
- setPosition(Cartesian) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the solid's position.
- setPosition(Cartographic) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Sets the geodetic position of the waypoint at which to arrive and leave at the given
Heading
(
get
/
set
).
- setPosition(Cartographic) - Method in class agi.foundation.terrain.AzimuthElevationMask
-
Sets the planetodetic position of the observer for the mask.
- setPositionCartographic(CentralBody, Cartographic) - Method in class agi.foundation.graphics.ModelPrimitive
-
For convenience.
- setPositionCartographic(CentralBody, Cartographic) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the position of the point given in cartographic coordinates defined on a central body.
- setPositionSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space position error.
- setPositionSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the position of the signal in space navigation error
- setPositionTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total position error.
- setPositiveX(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the positive x-axis graphics
- setPositiveY(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the positive y-axis graphics
- setPositiveZ(VectorGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphics
-
Sets the positive z-axis graphics
- setPostLnaGain(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the gain of the cabling after the Low Noise Amplifier (LNA).
- setPostLnaGain(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the gain of the cabling after the Low Noise Amplifier (LNA).
- setPower(double) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Sets the power, in watts, the transmitter's amplifier uses to transmit the signal.
- setPower(double) - Method in class agi.foundation.communications.OpticalTransmitter
-
Sets the power, in watts, the transmitter's amplifier uses to transmit the signal.
- setPowerAvailableLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the available power limits, typically defined at nominal sea level atmospheric density.
- setPowerDropOffParameter(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the constant used in the computation of the Gagg-Farrar power drop off factor.
- setPrecessionModel(PrecessionModel) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default precession model used in the FK5 transformation from
J2000 to the Fixed frame.
- setPrecisionExponent(int) - Method in class agi.foundation.graphics.PrimitiveManager
-
- setPredictionSupportData(PredictionSupportFile) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
-
Sets the file used to define the prediction support data.
- setPredictionSupportFile(PredictionSupportFile) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Sets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
- setPreLnaGain(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the gain of the cabling and filtering prior to reaching the Low Noise Amplifier (LNA).
- setPreLnaGain(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the gain of the cabling and filtering prior to reaching the Low Noise Amplifier (LNA).
- setPreloadTerrainAndImagery(boolean) - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Sets whether terrain and imagery are preloaded.
- setPressure(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the atmospheric pressure in millibars.
- setPrettyFormatting(boolean) - Method in class agi.foundation.cesium.CesiumOutputStream
-
Sets a value indicating whether or not the written data should be formatted for easy human readability.
- setPrettyFormatting(boolean) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
- setPrettyFormatting(boolean) - Method in class agi.foundation.cesium.CzmlUpdateDocument
-
Sets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
- setPreviousAxes(Axes) - Method in class agi.foundation.coordinates.AxesAdapter
-
Sets the
Axes
that the
ElementIdentification
(
get
/
set
)
in the previous state is defined in.
- setPreviousDate(JulianDate) - Method in class agi.foundation.propagators.StoppablePropagator
-
Sets the date of the previously propagated state.
- setPreviousDefinedIn(Object) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Sets the previous defined in object.
- setPreviousReferenceFrame(ReferenceFrame) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Sets the
ReferenceFrame
that the
ElementIdentification
(
get
/
set
)
in the previous state is defined in.
- setPrimaryPolarizationAntennaSignalProcessor(AntennaSignalProcessor<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Sets the antenna signal processor which produces the antenna's primary polarization channel signal output.
- setPrimaryPolarizationInputSignalProcessor(PrimaryPolarizationChannelSource) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Sets the signal processor which produces the set of signals to transmit for the primary polarization channel.
- setPrimaryPolarizationSource(PolarizationSource) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Sets the primary polarization source.
- setPrimarySegment(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Sets the primary segment.
- setPrimitive(Primitive) - Method in class agi.foundation.graphics.BatchPrimitiveIndex
-
- setPrimitive(Primitive) - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
-
Sets the primitive associated with this instance.
- setPrincipal(Vector) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Sets the principal direction vector with which the X-axis of this set of axes will be aligned.
- setPrincipalAxis(AxisIndicator) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Sets the axis along which the
Principal
(
get
/
set
) vector is aligned.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPrincipalFrame(ReferenceFrame) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the default Fixed frame that corresponds to the gravity frame of this central body.
- setPriority(NavigationSignalPriority) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets the priority of this signal, used when more than one
NavigationSignal
is available.
- setProbabilityOfFalseAlarm(double) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Sets the probability of false alarm used in order to determined the detection threshold.
- setProcessedRadarWaveformOutput(RadarWaveformProcessor) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
- setProfile(RouteProfile) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Sets the profile associated with this procedure.
- setProfile(HoldingPatternProfile) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the profile to use with this circular hold.
- setProfile(ConstantHeightProfile) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Sets the profile to use for the speed and height of the path.
- setProfile(HoldingPatternProfile) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the profile to use for this racetrack hold.
- setProfileFromHeight(double, double) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Set the profile to a given constant height and speed with respect to
the
Earth
.
- setProfileFromHeightAboveMeanSeaLevel(double, double) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Set the profile to a given constant height and speed with respect to
MeanSeaLevel
(
get
/
set
) of the
Earth
(
get
).
- setProfileFromHeightAboveSurface(double, double) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Set the profile to a given constant height and speed with respect to
the
Shape
(
get
/
set
) of the
Earth
(
get
).
- setProfileFromHeightAboveTerrain(double, double, TerrainProvider) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Set the profile to a given constant height above the terrain surface moving
at a constant speed with respect to the terrain's
Shape
(
get
/
set
).
- setProjectedRasterModelProjection(boolean) - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Sets whether
ProjectedRasterGlobeOverlays
will also project onto
models
.
- setProjection(ConstantCesiumProperty<AzimuthElevationMaskGraphicsProjection>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets how the mask is projected.
- setProjection(MapProjection) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Gets the map projection.
- setProjection(Projection) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the Projection
that projects
the raster.
- setProjectionAltitude(ConstantCesiumProperty<Double>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
- setProjectionDistance(double) - Method in class agi.foundation.graphics.Stereoscopic
-
Sets the projection distance.
- setProjectionMode(StereoProjectionMode) - Method in class agi.foundation.graphics.Stereoscopic
-
Sets whether the type of stereo projection that will be used.
- setProjectionOptions(SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Sets the
ProjectionOptions
(
get
/
set
) used to generate this sensor projection.
- setProjectionOptions(SensorProjectionOptions) - Method in interface agi.foundation.platforms.advanced.IFieldOfViewCentralBodyProjectionGraphicsService
-
Sets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
).
- setProjectionOptions(SensorProjectionOptions) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
/
set
).
- setProjectionOptions(SensorProjectionOptions) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody
(
get
/
set
).
- setProjectionRange(CesiumProperty<Double>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
- setPropagationAxes(Axes) - Method in class agi.foundation.propagators.PropagationVector
-
Sets the
Axes
in which the propagation occurs.
- setPropagationDirection(IntegrationSense) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Sets the direction that this segment will be initially propagated.
- setPropagationElementIdentification(String) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
- setPropagationElementIdentification(String) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Sets the name of the propagated point element that is performing the maneuver.
- setPropagationFrame(ReferenceFrame) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the frame in which the time history of the orbit was propagated.
- setPropagationFrame(ReferenceFrame) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- setPropagationGraph(SignalPropagationGraph) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Sets the graph of communication links used to propagate signals.
- setPropagationGraph(SignalPropagationGraph) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Sets the graph of communication links used to propagate signals.
- setPropagationGraph(SignalPropagationGraph) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Sets the graph of communication links used to propagate signals.
- setPropagationPointIdentification(String) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets a name to identify the
Points
ephemeris with.
- setPropagationToFinalState(PropagateSegmentResults) - Method in class agi.foundation.segmentpropagation.FollowSegmentResults
-
- setPropagator(StoppablePropagator) - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
- setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
- setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
- setPropagatorDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Sets the definition of the
StoppablePropagator
(
get
/
set
) that
this segment will propagate.
- setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
- setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
- setPropellerCount(int) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the number of propellers for the propulsion model.
- setPropellerRadius(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the radius of the propellers.
- setProvinceName(String) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the province name of the city.
- setProvinceName(Pattern) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets a regular expression that the
ProvinceName
(
get
/
set
)
must match in order to be included in the query.
- setProvinceRank(int) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the province rank of the city.
- setPseudoFixedFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the pseudo-fixed reference frame.
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the GPS satellite's pseudo random number (PRN).
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the pseudo random number of the satellite, otherwise known as the PRN or SVID.
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the PRN for this satellite.
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the Pseudo Random Number (PRN).
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the Pseudo Random Number (PRN).
- setPseudoRandomNumber(int) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Sets the pseudo-random number (PRN) that identifies this GPS satellite.
- setPseudoRandomNumberCharacter(char) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the PRN character for this satellite.
- setPulseCount(int) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Sets the pulse count.
- setPulsedSignalData(PulsedSignalData) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
- setPushOverAcceleration(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the (vertical) acceleration used to pitch down when leveling out, in meters per second squared.
- setPushOverAcceleration(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the downward acceleration used to begin a descent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
- setQuery(AccessQuery) - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
Sets the access query to evaluate.
- setQuery(AccessQuery) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Sets the access query to evaluate.
- setQuery(AccessQuery) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Sets the
AccessQuery
that will trigger this stopping condition.
- setQuery(AccessQuery) - Method in class agi.foundation.tracking.AccessEntityFilter
-
- setRadarCrossSection(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the median radar cross section of
the object.
- setRadarParameter(SingleTargetRadarLinkScalar) - Method in class agi.foundation.coverage.figureofmerit.RadarFigureOfMerit
-
Sets the scalar radar parameter to use as a template for this figure of merit.
- setRadialBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the radial bounds for the cylinder's radial coordinate, which must be positive.
- setRadialBounds(Bounds) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the radial bounds, which must be positive.
- setRadialError(double) - Method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Sets the radial error component of the user range error
- setRadialErrorA(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 2nd order term for the radial error growth (meters/sec^2).
- setRadialErrorB(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 1st order term for the radial error growth (meters/sec).
- setRadialErrorC(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the curve fit 0th order term for the radial error growth (meters).
- setRadialGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets the gridding technique used in the radial coordinate.
- setRadialGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets the gridding technique used in the radial coordinate.
- setRadialGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets the gridding technique used in the radius coordinate.
- setRadiansToNative(double) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the value to multiply an angle in radians by in order to convert it to the
internal units of the terrain provider.
- setRadii(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the radii of the ellipsoid.
- setRadius(Scalar) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Sets the radius of the ring to which the grazing angle is to be computed.
- setRadius(double) - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
-
Sets the radial limit of the volume.
- setRainHeight(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a value for the rain height, in meters.
- setRainIncrement(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the rain increment, defined as the rain accumulation since the last update, in 1/10 millimeters.
- setRainRate(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Gets or sets a custom value for the rain rate, in m/s.
- setRange(ClockRange) - Method in class agi.foundation.cesium.Clock
-
Sets how time behaves at
Interval
(
get
/
set
) boundaries.
- setRange(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphics
-
Sets a parameter defining the range of the mask.
- setRanOutOfFuel(boolean) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentResults
-
Sets a value indicating whether the maneuver in this segment ran out of fuel.
- setRaster(Raster) - Method in class agi.foundation.graphics.imaging.AlphaFromRasterFilter
-
Sets the raster that the source raster will use to derive an agi.foundation.graphics.imaging.RasterBand#Alpha
band.
- setRaster(Raster) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the
Raster
that is
projected.
- setRateOfRightAscension(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the rate of right ascension.
- setRateOfRightAscensionSemicircles(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the rate of right ascension, in semicircles per second.
- setRawEpoch(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD.
- setRawEpoch(double) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD
.
- setRawEpoch(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the epoch at which these initial conditions are defined,
represented in the standard form: YYYYDDD.DDDD
.
- setReceiver(IServiceProvider) - Method in class agi.foundation.access.AccessComputation
-
Sets the
IServiceProvider
for the object that is receiving the signal for
purposes of the Access computation.
- setReceiver(IServiceProvider) - Method in class agi.foundation.access.LinkInstantaneous
-
Sets the object that is receiving.
- setReceiver(IServiceProvider) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the object that is receiving.
- setReceiver(IServiceProvider) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Sets the receiver of the signal traveling through the troposphere.
- setReceiver(IServiceProvider) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Sets the receiver of the signal traveling through the ionosphere.
- setReceiverAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the front end's antenna gain pattern.
- setReceiverAntennaGainPattern(RadioFrequencyGainPattern) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the front end's antenna gain pattern.
- setReceiverOperatingTemperature(double) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Sets the ambient temperature where the receiver is operating, in kelvin.
- setReceiverOperatingTemperature(double) - Method in interface agi.foundation.navigation.advanced.IGpsCommunicationsReceiverConfiguration
-
Sets the ambient temperature where the front end is operating, in kelvin.
- setReceiverSigmaFactor(Scalar) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Sets the number of standard deviations of position uncertainty to take into account for the
Receiver
(
get
).
- setReceiverSolutionType(GpsReceiverSolutionType) - Method in class agi.foundation.navigation.GpsReceiver
-
Sets the type of solution to use to decide which satellites to track out of all the
satellites that are visible.
- setReceiverVelocityOfMovingFrame(VectorVelocity) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the velocity of the moving frame in which the effect of aberration is to be determined
when finding the apparent position of the transmitter relative to the receiver.
- setReceiverVelocityVectorForAberration(VectorVelocity) - Method in class agi.foundation.access.AccessComputation
-
Sets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the receiver.
- setReference(Vector) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Sets the reference direction vector.
- setReference(Vector) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Sets the reference direction vector.
- setReferenceArea(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Sets the reference area of the wing.
- setReferenceArea(Scalar) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Sets the cross-sectional area of the object.
- setReferenceArea(double) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Sets the surface area of this plate in meters squared.
- setReferenceArea(Scalar) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Sets the
Scalar
representing the normalized
area of the surface.
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Sets the axes from which this axes is offset.
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.AxesInterpolator
-
Sets the reference axes in which this axes is defined.
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the axes from which this axes is offset.
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.ScalarVectorElement
-
Sets the
Axes
to observe the
ReferenceVector
(
get
/
set
).
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Sets the reference axes.
- setReferenceAxes(Axes) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Sets the reference axes.
- setReferenceAxis(AxisIndicator) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Sets the axis against which the
Reference
(
get
/
set
) vector is constrained.
- setReferenceDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the date the PAF file is referenced to.
- setReferenceDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Sets the reference date of the PSF file.
- setReferenceDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Sets the reference date of the SOF file.
- setReferenceDistance(double) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Sets the reference distance for the magnetic field model.
- setReferenceDistance(double) - Method in class agi.foundation.celestial.SolidTideModel
-
Sets the reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body).
- setReferenceDistance(double) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the reference distance of the central body.
- setReferenceDistance(double) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Sets the reference distance (equatorial radius) associated with the J2 zonal harmonic coefficient.
- setReferenceDistance(double) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Sets the reference distance (equatorial radius) associated with the J2 coefficient.
- setReferenceDistance(double) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the reference distance (equatorial radius) associated with the J2 coefficient.
- setReferenceDistance(double) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the reference distance (equatorial radius) associated with the J2 and J4 coefficients.
- setReferenceDistance(double) - Method in class agi.foundation.stk.StkPatternFile.PatternReferencePlane
-
Sets the reference distance for this Reference Plane pattern file.
- setReferenceEpoch(JulianDate) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Sets the epoch where the secular variation is zero.
- setReferenceEpoch(JulianDate) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the reference epoch at which the initial rotational displacement and velocity are defined.
- setReferenceEpoch(JulianDate) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the reference time at which the orbit lifetime calculation started.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the reference frame in which the ephemeris data is given.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Sets the reference frame in which this points motion is to be observed.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Sets the reference frame relative to which this axes is defined.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.discrete.GeometricPrimitiveCoverageGrid
-
Sets the reference frame in which this grid is defined.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Sets the
ReferenceFrame
that the elements of
this point in the parameterized state are represented in.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ParameterizedPoint
-
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.PointInterpolator
-
Sets the reference frame in which the interpolated point is defined.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Sets the reference frame in which the moving object will be observed.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Sets the reference frame in which the objects are observed.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorAcceleration
-
Sets the reference frame.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorVelocity
-
Sets the reference frame.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.AxesPrimitive
-
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.CompositePrimitive
-
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
-
Sets the reference frame that Position
is defined in.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.Primitive
-
Sets the reference frame this primitive is defined and rendered in.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the reference frame that the Projection
is defined in.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.propagators.J2Propagator
-
Sets the reference frame in which the ephemeris is produced.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.propagators.J4Propagator
-
Sets the reference frame in which the ephemeris is produced.
- setReferenceFrame(ReferenceFrame) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Sets the reference frame in which the ephemeris is produced.
- setReferenceFrameEpoch(JulianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the epoch of reference frame, if not
intrinsic to the definition of the reference frame.
- setReferenceFrameGraphics(ReferenceFrameGraphics) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Sets the reference frame graphics.
- setReferenceFrameName(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the name of the reference frame in which the
ephemeris data are given.
- setReferenceFrameType(CcsdsReferenceFrameType) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the type of the reference frame.
- setReferencePoint(Point) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Sets the point at which the coordinated flight condition is imposed.
- setReferencePoint(Point) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the point at which the propulsion model is to be applied.
- setReferencePoint(Point) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the point at which the propulsion model is to be applied.
- setReferencePoint(Point) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Sets the reference point that defines the axes.
- setReferencePoint(Point) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Sets the reference point that defines the axes.
- setReferencePoint(Point) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Sets the
Point
used to construct these axes.
- setReferencePoint(Cartographic) - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Sets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- setReferencePoint(Point) - Method in class agi.foundation.geometry.PointAtAltitude
-
- setReferencePoint(Point) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Sets the point which is on, or will be projected on, the surface of the ellipsoid in which the region is defined.
- setReferencePoint(Point) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
- setReferencePoint(Point) - Method in class agi.foundation.geometry.ScalarPointElement
-
- setReferencePoint(Point) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
- setReferencePoint(Cartographic) - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Sets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- setReferencePoint(Cartographic) - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Sets a reference point to manually specify as inside or outside the region, to allow for cases like regions
larger than half the globe since the default behavior always selects the smaller portion of the ellipsoid as the region.
- setReferencePoint(Cartesian) - Method in class agi.foundation.graphics.Camera
-
Sets the reference point of the camera.
- setReferencePointInsideRegion(Boolean) - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Sets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- setReferencePointInsideRegion(Boolean) - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Sets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- setReferencePointInsideRegion(Boolean) - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Sets the specification for whether the
ReferencePoint
(
get
/
set
) is inside
or outside the region.
- setReferenceSignal(Signal) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Sets the reference signal which is produced as the intended signal.
- setReferenceSurface(Ellipsoid) - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Sets the
Ellipsoid
upon which the surface region will be defined.
- setReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Sets the reference surface above which the height of the profile is defined.
- setReferenceSurface(TerrainProvider) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the reference surface.
- setReferenceTemperature(double) - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Sets the reference temperature for this amplifier, in kelvin.
- setReferenceTemperature(double) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Sets the amplifier's operating temperature.
- setReferenceTemperature(double) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the reference temperature for the amplifier, in kelvin.
- setReferenceTerrain(TerrainProvider) - Method in class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Sets the reference terrain with which the grid points are defined.
- setReferenceTerrain(TerrainProvider) - Method in class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Sets the reference terrain and recalculates the height of the grid points.
- setReferenceUnintendedSignals(SignalCollection) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Sets the collection of signals which represent the unintended signals (e.g.
- setReferenceVector(Vector) - Method in class agi.foundation.geometry.ScalarVectorElement
-
- setReflectiveCrossSectionalArea(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the mean area presented to the illuminating body (the Sun) during propagation, in square meters.
- setReflectivityCoefficient(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the coefficient of reflectivity for the satellite.
- setRefractionCeiling(double) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Sets the refraction ceiling.
- setRefractionCeiling(double) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Sets the refraction ceiling.
- setRefractionCeiling(double) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets the refraction ceiling.
- setRefractionModel(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Sets the atmospheric refraction model.
- setRefractiveIndexStructureParameterModel(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Sets the scalar for computing the refractive index structure parameter.
- setRefreshInterval(Duration) - Method in class agi.foundation.graphics.KmlNetworkLink
-
- setRefreshMode(KmlNetworkLinkRefreshMode) - Method in class agi.foundation.graphics.KmlNetworkLink
-
Sets the refresh mode of the network link.
- setRefreshRate(RefreshRate) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Sets the rate (fastest or fixed) at which the scene is refreshed during rendering.
- setRefreshRate(RefreshRate) - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
- setRelativeHumidity(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the relative humidity in percent, 0 - 100.
- setRelativeTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
-
Sets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- setRelativeTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
-
Sets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- setRelativeTolerance(double) - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
-
Sets the tolerance which provides a relative weight for the numerical error
based on the dependent variables.
- setRelativeVelocity(VectorDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the velocity vector relative to the atmosphere.
- setRelativeVelocity(VectorDependentOnServiceProvider) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the velocity vector relative to the atmosphere.
- setRelativeVelocity(VectorDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Sets the velocity vector relative to the atmosphere.
- setRelativeVelocity(VectorDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Sets the velocity vector relative to the atmosphere.
- setRelativeVelocity(VectorDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Sets the vector representing the velocity of the object relative to the atmosphere.
- setRemoveLocation(PathPrimitiveRemoveLocation) - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
-
Sets where the positions on the path are removed from.
- setRemoveLocation(PathPrimitiveRemoveLocation) - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
-
Sets where the positions on the path are removed from.
- setRenderBackThenFrontFaces(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets whether the primitive is rendered in two passes to improve the visual quality
for translucent, convex meshes.
- setRenderInScreenSpace(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets whether the primitive is positioned and rendered in screen space coordinates.
- setRenderPass(MarkerBatchRenderPass) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the pass during which the marker batch is rendered.
- setRenderPass(ProjectedRasterRenderPass) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the pass during which the projected raster is rendered.
- setRenderPass(GraphicsParameter<MarkerBatchRenderPass>) - Method in class agi.foundation.platforms.MarkerGraphics
-
- setRepeat(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Sets the number of times the tiles should repeat along each axis.
- setRepeat(CesiumProperty<Rectangular>) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Sets the number of times the image repeats along each axis.
- setRepeat(CesiumProperty<Double>) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
Sets the number of times the stripes should repeat; with 1 causing each stripe to be drawn once.
- setReportExtremaAtEndpoints(boolean) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
- setReportExtremaAtEndpoints(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
- setReportExtremaAtEndpoints(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
- setReportFunctionExplorerDetails(boolean) - Method in class agi.foundation.infrastructure.HierarchicalLogger
-
Sets a value indicating whether to report details from the Function Explorers as well.
- setRequestedEstimationEpoch(JulianDate) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
- setRequestedInterval(TimeInterval) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the interval for which to write data.
- setRequireFunctionTolerance(boolean) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets a value indicating whether the
FunctionTolerance
(
get
/
set
) does not need to be satisfied.
- setResetBetweenRuns(boolean) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Sets a value indicating whether or not this
TargetedSegmentList
should be reset at the start of
every run initiated by this segments parent.
- setResolution(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the resolution of the path, in seconds.
- setResolution(double) - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- setResolution(double) - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- setResolution(double) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- setResolution(double) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- setResolution(double) - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
- setResolution(double) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Sets the maximum resolution, in meters, at which to subdivide.
- setResourceTimerEnabled(boolean) - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
- setResult(Object) - Method in class agi.foundation.compatibility.DoWorkEventArgs
-
Gets or sets a value that represents the result of an asynchronous operation.
- setReturnSegment(ReturnSegment) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Sets the segment that will be enabled or disabled by this operator.
- setReturnSegmentBehavior(ReturnSegmentBehavior) - Method in class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
-
Sets if the
ReturnSegment
that this configuration
is for will actually return or not.
- setReturnSegmentEnabled(ReturnSegmentBehavior) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Sets the enabled option for the
ReturnSegment
(
get
/
set
).
- setRevolutionCount(int) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the number of orbits between the
ReferenceEpoch
(
get
/
set
) and
the
DateOfDecay
(
get
/
set
).
- setRevolutionNumber(int) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the revolution number at epoch.
- setRevolutionNumber(int) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the revolution number at epoch.
- setRevolutionNumber(int) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the revolution number at epoch.
- setRightAscensionOfAscendingNode(double) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the right ascension of the ascending node, in degrees
- setRinexMeteorologicalFile(RinexMeteorological) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Sets the
RinexMeteorologicalFile
(
get
/
set
) used in this model.
- setRinexMeteorologicalFile(RinexMeteorological) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Sets the file used to define the meteorological conditions at the receiver.
- setRinexNavigationFile(RinexNavigation) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Sets he file used to define the ionospheric correction model parameters, known as the alphas and betas.
- setRinexNavigationFile(RinexNavigation) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Sets the file used to define the ionospheric correction model parameters, known as the alphas and betas.
- setRmsAlongTrackError(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the Root Mean Square along track error statistic (meters).
- setRmsClockError(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the Root Mean Square clock error statistic (meters).
- setRmsCrossTrackError(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the Root Mean Square cross track error statistic (meters).
- setRmsRadialError(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the Root Mean Square radial error statistic (meters).
- setRmsUserRangeError(double) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Sets the Root Mean Square user range error statistic (meters).
- setRollDistance(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the distance along the runway it takes to go from
the landing speed to the final speed, in meters.
- setRollDistance(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the distance required to go from the initial speed to the takeoff speed, in meters.
- setRotatingAxes(Axes) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Sets the rotating axes.
- setRotatingAxes(Axes) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Sets the rotating axes.
- setRotation(CesiumProperty<Double>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the rotation of the billboard, in radians, offset from the
AlignedAxis
(
get
/
set
).
- setRotation(CesiumProperty<UnitQuaternion>) - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Sets the rotation to apply to the model node.
- setRotation(Motion1<Cartesian>) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets the off-diagonal components of the skew-symmetric rotation matrix that is used to
transform between the ITRFs, and the rate at which it changes after the
Epoch
(
get
/
set
).
- setRotation(double) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch rotation angle, in radians, which is applied to each marker in the batch.
- setRotation(UnitQuaternion) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the rotation applied to the solid before rendering.
- setRotation(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the rotation of the marker over time.
- setRotationalAcceleration(double) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the rotational acceleration or rate of change of the rotational velocity.
- setRotationAngle(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the counter-clockwise rotation of the overlay, in radians.
- setRotationDegree(int) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the degree of interpolation to perform on the rotations.
- setRotationInterpolationAlgorithm(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the interpolation algorithm used to interpolate the rotations.
- setRotationPoint(ScreenOverlayRotationPoint) - Method in class agi.foundation.graphics.Overlay
-
Sets the point that the overlay is rotated around when the RotationAngle
property has a
value other than 0.0.
- setRotations(Iterable<Double>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of rotation angles in radians, one for each marker in the batch.
- setRoundness(double) - Method in class agi.foundation.graphics.Clouds
-
The roundness of the clouds.
- setRoute(PropagatedRoute) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Sets the route from which to obtain the heading for this scalar.
- setRoute(PropagatedRoute) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Sets the route from which to obtain the height for this scalar.
- setRoute(PropagatedRoute) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Sets the route from which to obtain the surface speed for this scalar.
- setRoute(PropagatedRoute) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Sets the route from which to obtain the total speed for this scalar.
- setRouteProfile(RouteProfile) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Sets the profile to use in order to define the height and speed along the connection.
- setRowDimension(int) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Sets the number of rows.
- setRunAnimations(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets whether or not to run all animations defined in the glTF model.
- setRunwayHeading(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the heading of the runway with respect to north, in radians.
- setRunwayHeading(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the heading of the runway with respect to north, in radians.
- setRunwayReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the terrain reference surface to use to define the heights and the surface of the runway.
- setRunwayReferenceSurface(TerrainProvider) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the terrain reference surface for the runway.
- setRunwayStartPosition(Cartographic) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the geodetic starting point of the runway.
- setRunwayStartPosition(Cartographic) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the position of the start of the runway.
- setSafetyFactorOne(double) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Sets a safety factor used when analyzing roundoff error and determining the new step size.
- setSafetyFactorTwo(double) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Sets a safety factor used when analyzing roundoff error and determining the new step size.
- setSampler(IJulianDateFunctionSampler) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the sampler that controls the times at which the function is sampled
while searching for satisfaction intervals.
- setSamples(DateMotionCollection1<T>) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the samples.
- setSampleSuggestionCallback(DoubleSampleSuggestionCallback) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
- setSampleSuggestionCallback(DurationSampleSuggestionCallback) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
- setSampleSuggestionCallback(JulianDateSampleSuggestionCallback) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
- setSamplingDistance(double) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the rate at which to sample the terrain, in meters.
- setSamplingInterval(Duration) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the independent variable sampling increment.
- setSatellite(IServiceProvider) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
- setSatelliteConfiguration(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the satellite configuration code.
- setSatelliteID(int) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Sets the satellite ID this query is associated with.
- setSatelliteID(int) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Sets the satellite ID this channel is tracking signals from.
- setSatelliteID(int) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets the ID of the navigation satellite broadcasting this signal.
- setSatelliteMass(double) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets the mass of the satellite, in kilograms.
- setSatelliteNumber(String) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the satellite's satellite number.
- setSatelliteNumber(String) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Sets the satellite number.
- setSatelliteNumber(String) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Sets the satellite number.
- setSatelliteNumber(String) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the satellite number.
- setSatelliteNumber(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the satellite (SSC) number.
- setSatelliteNumber(Pattern) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
-
Sets a regular expression that the
SatelliteNumber
(
get
/
set
)
must match in order to be included in the query.
- setSatelliteVehicleNumber(int) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the GPS satellite's vehicle number (SVN).
- setSatelliteVehicleNumber(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the satellite vehicle number (SVN).
- setSatisfactionIntervals(TimeIntervalCollection) - Method in class agi.foundation.coverage.CoverageData
-
Sets the intervals during which coverage is satisfied.
- setSatisfiedCallback(StoppingTriggeredCallback) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets a callback that is executed when this condition is satisfied.
- setSaturatedInputPower(double) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Sets the saturated input power.
- setSaturatedOutputPower(double) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Sets the saturated output power.
- setSaturnSystemBarycenter(Point) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Saturn planetary system.
- setSaturnSystemBarycenter(Point) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Saturn planetary system.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Sets a value indicating whether the grid should save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setSaveGridCell(boolean) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets a value indicating whether the grid is to save grid cell information.
- setScalar(Scalar) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Sets the scalar function to compare to
MinimumValue
(
get
/
set
) and
MaximumValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.cesium.ScalarCesiumProperty
-
Sets the scalar.
- setScalar(Scalar) - Method in class agi.foundation.geometry.ScalarDerivative
-
Sets the scalar.
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Sets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Sets the
Scalar
to compute a value to minimize or maximize.
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Sets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Sets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Sets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Sets the
Scalar
to compute a value to minimize or maximize.
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Sets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Sets the
Scalar
to compute a value to compare to the
DesiredValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Sets the
Scalar
to compute a value to minimize or maximize.
- setScalar(Scalar) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Sets the
Scalar
to compute a value to compare to the
BoundValue
(
get
/
set
).
- setScalar(Scalar) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Sets the
Scalar
(
get
/
set
) to use.
- setScalar(Scalar) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Sets the
Scalar
that will computed at every propagation
step to form a function that will be sampled to determine if propagation should stop.
- setScalar(Scalar) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Sets the
Scalar
(
get
/
set
) whose
evaluator
will compute the
value to compare with the
Threshold
(
get
/
set
).
- setScalarDerivative(Scalar) - Method in class agi.foundation.propagators.PropagationScalar
-
Sets the derivative of the highest
Order
(
get
) which specifies the motion of this scalar
parameter over time.
- setScalarToDelay(Scalar) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Sets the scalar which is delayed by the
PathForTimeDelay
(
get
/
set
).
- setScalarWeight(Scalar) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Sets the
Scalar
used to compute the link computational weight.
- setScalarX(Scalar) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Sets the scalar corresponding to the x-value of atan2(y, x).
- setScalarY(Scalar) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Sets the scalar corresponding to the y-value of atan2(y, x).
- setScale(CesiumProperty<Double>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the scale of the billboard image.
- setScale(CesiumProperty<Double>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the scale of the label text.
- setScale(CesiumProperty<Double>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the scale of the model.
- setScale(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Sets the x,y,z scaling to apply to the model node.
- setScale(double) - Method in class agi.foundation.graphics.ModelPrimitive
-
Sets the linear scale used to increase or decrease the size of the rendered model.
- setScale(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the fractional value used to scale the overlay's Size
property.
- setScale(Cartesian) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets a non-uniform scale that is applied to the solid to increase or
decrease its rendered size.
- setScale(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.ModelGraphics
-
Sets a parameter defining the scale of the model over time.
- setScale(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the scale of the solid.
- setScale(double) - Method in class agi.foundation.tracking.ModelVisualizer
-
Sets the scale of the models, with 1 being actual size.
- setScaleByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets how the billboard's scale should change based on the billboard's distance from the camera.
- setScaleByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets how the label's scale should change based on the label's distance from the camera.
- setScaleByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets how the point's scale should change based on the point's distance from the camera.
- setScaleByInverse(boolean) - Method in class agi.foundation.geometry.VectorScaled
-
Sets a value indicating whether to scale by the reciprocal of the
ScaleFactor
(
get
/
set
) rather than by the factor itself.
- setScaleFactor(Scalar) - Method in class agi.foundation.geometry.VectorScaled
-
Sets the factor by which to scale the
Vector
(
get
/
set
).
- setScaling(Motion1<Double>) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets a small number that is added to one to form the diagonal components
of the skew-symmetric rotation matrix that is used to transform between the ITRFs, and the rate at which
it changes after the
Epoch
(
get
/
set
).
- setScaling(CostFunctionScaling) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Sets the type of scaling applied to the cost function.
- setScaling(InequalityConstraintScaling) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets the type of scaling applied to the constraint.
- setScaling(SolverConstraintScaling) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Sets the type of scaling applied to the constraint.
- setScaling(SolverVariableScaling) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Sets the type of scaling applied to the variable.
- setScatteringCoefficient(ScatteringCoefficient) - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Sets the
ScatteringCoefficient
(
get
/
set
) for the band of interest.
- setScenarioEpoch(JulianDate) - Method in class agi.foundation.stk.StkAttitudeFileOptions
-
Sets the epoch relative to which all times in the attitude file are specified.
- setScenarioEpoch(JulianDate) - Method in class agi.foundation.stk.StkEphemerisFileOptions
-
Sets the epoch relative to which all times in the ephemeris file are specified.
- setScenes(GraphicsParameter<Iterable<Scene>>) - Method in class agi.foundation.platforms.DisplayParameters
-
Sets the the parameter indicating the list of
Scenes
that the object should be displayed
in.
- setScreenSpaceRendering(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
Sets a flag that informs the CTextBatchPrimitive to use rendering
optimized for screen space text.
- setSecularVariationCoefficientRates(SphericalHarmonicCoefficients) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Sets the linear rates that the gravity coefficients change per year.
- setSecularVariations(SphericalHarmonicGravitySecularVariations) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Sets the linear model for the secular variations of this gravity model.
- setSeedElements(ModifiedKeplerianElements) - Method in class agi.foundation.propagators.WalkerConstellation
-
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Sets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Sets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Sets the
SegmentDefinition
whose entire computed ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Sets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Sets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Sets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Sets the
SegmentDefinition
whose final ephemeris point (in the
StateForNextSegment
(
get
))
will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Sets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Sets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Sets the
SegmentDefinition
whose initial and final ephemeris points
(in the
StateForNextSegment
(
get
)) will be used to compute a value.
- setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Sets the
segment
that this variable will act on.
- setSegment(PropagateSegment) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
- setSegment(SwitchableSegment) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
- setSegmentBoundaryTimes(ArrayList<JulianDate>) - Method in class agi.foundation.cesium.SampledCesiumProperty
-
Sets the list of times representing discontinuities that should not be interpolated over.
- setSegmentBoundaryTimes(List<JulianDate>) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the boundary times between segments that the interpolator should not interpolate over.
- setSegmentBoundaryTimes(List<JulianDate>) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Sets the boundary times between segments that the interpolator should not interpolate over.
- setSegmentBoundaryTimes(List<JulianDate>) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Sets the boundary times between segments that the interpolator should not interpolate over.
- setSegmentBoundaryTimes(List<JulianDate>) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Sets the boundary times between segments that the interpolator should not interpolate over.
- setSegmentBoundaryTimes(List<JulianDate>) - Method in class agi.foundation.stk.StkEphemerisFile
-
Sets the list of segment boundary times in the STK ephemeris file.
- setSegmentCompletelyOverriddenByOverlappingSegment(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Sets a value indicating whether a
SegmentPropagator
after the one that made these results stepped back so
far that the
EphemerisForOverallTrajectory
(
get
) is empty.
- setSegmentConfiguration(SegmentDefinition, SegmentConfiguration) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Stores the configuration of the segment
.
- setSegmentIdentifier(SegmentDefinition) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Sets the
identifier
of the specific
segment being acted upon by this variable.
- setSegmentListResults(SegmentListResults) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
-
- setSegmentListResults(SegmentListResults) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
-
- setSegmentOverrideStartsIn(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Sets the
segment
that the
SegmentPropagator
that created this set of results starts
in if this segment needs to start before the end of the previous segment.
- setSegmentToRunInitially(SwitchableSegmentOption) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Sets which segment should be propagated initially.
- setSelectedModels(SignalPropagationModelChain) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Sets the propagation models to use when computing the loss.
- setSensorFieldOfView(SensorFieldOfView) - Method in class agi.foundation.geometry.shapes.SensorProjection
-
Sets the
SensorFieldOfView
(
get
/
set
) definition.
- setSensorTolerance(Scalar) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Gets or sets the tolerance, in meters, for the error in the sensor boundary.
- setSetter(SetVariableCallback<T>) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Sets the delegate
that will alter the relevant value in the
segment's configuration.
- setSettings(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
- setSettings(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
- setSettings(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
- setSettings(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
- setShadeModel(RendererShadeModel) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets the shading model for the mesh.
- setShadeSkyBasedOnAltitude(boolean) - Method in class agi.foundation.graphics.Scene
-
Sets whether the sky will be shaded based on
Camera
altitude.
- setShadowColor(Color) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the color of projection shadows.
- setShadows(CesiumProperty<CesiumShadowMode>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets whether or not the curve casts or receives shadows.
- setShadows(CesiumProperty<CesiumShadowMode>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether or not the region casts or receives shadows.
- setShadows(CesiumProperty<CesiumShadowMode>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets whether or not the ellipsoid casts or receives shadows.
- setShadows(CesiumProperty<CesiumShadowMode>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets whether or not the line casts or receives shadows.
- setShadows(CesiumProperty<CesiumShadowMode>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets whether or not the model casts or receives shadows.
- setShadowTranslucency(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the translucency of the projection shadows.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.CentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the shape of this central body.
- setShape(Ellipsoid) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the shape on which the longitude and latitude are defined.
- setShape(Ellipsoid) - Method in class agi.foundation.tracking.ViewFromTo
-
Sets the
Ellipsoid
to rotate the camera about.
- setShapeFixedFrame(ReferenceFrame) - Method in class agi.foundation.terrain.TerrainProvider
-
Sets the reference frame fixed to the
Shape
(
get
/
set
) in which the
longitude and latitude are defined.
- setShininess(double) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphics
-
Sets whether or not the mask is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets whether or not the billboard is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets whether or not the curve is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets whether or not the region is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets whether or not the ellipsoid is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets whether or not the label is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets whether or not the line is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets whether or not the model is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets whether or not the path is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets whether or not the point is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.TilesetGraphics
-
Sets whether or not the tileset is shown.
- setShow(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.VectorGraphics
-
Sets whether or not the vector is shown.
- setShow(boolean) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setShow(boolean) - Method in class agi.foundation.graphics.Clouds
-
Sets whether clouds are rendered.
- setShowAtmosphere(boolean) - Method in class agi.foundation.graphics.Scene
-
Sets whether the atmosphere will be drawn around the
CentralBody
.
- setShowBackground(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets whether or not a background behind the label is shown.
- setShowDomeSurfaces(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor's dome surfaces are shown.
- setShowEllipsoidHorizonSurfaces(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor's ellipsoid horizon surfaces are shown.
- setShowEllipsoidSurfaces(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor's ellipsoid surfaces are shown.
- setShowEnvironmentIntersection(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not a line showing where the sensor intersects the environment will be drawn.
- setShowEnvironmentOcclusion(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the portion of the terrain occluded by the environment will be drawn with a separate material.
- setShowFarPlane(boolean) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets whether to show the far plane of the Projection
.
- setShowFrustum(boolean) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets whether to show the frustum of the Projection
.
- setShowImagery(boolean) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setShowIntersection(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the intersection outline of the sensor with the central body is shown.
- setShowLabel(boolean) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setShowLateralSurfaces(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the sensor's lateral surfaces are shown.
- setShowShadows(boolean) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets whether to show shadows or not.
- setShowStars(boolean) - Method in class agi.foundation.graphics.Scene
-
Sets whether stars are shown or hidden in the scene.
- setShowSunshine(boolean) - Method in class agi.foundation.graphics.Scene
-
Sets whether sunshine is rendered by the Sun
CentralBody
.
- setShowThroughEllipsoid(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not a sensor intersecting the ellipsoid is drawn through the ellipsoid and potentially out to the other side.
- setShowViewshed(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets whether or not the viewshed of the sensor will be drawn.
- setShowWaterSurface(boolean) - Method in class agi.foundation.graphics.Scene
-
Sets whether water surface on earth is shown or hidden in the scene.
- setSideLobeGain(double) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Sets the side lobe gain.
- setSideLobeMaskCrossPoint(double) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets the main lobe and near-in side lobe mask cross point below peak gain.
- setSideLobeMaskLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets the side lobe mask level.
- setSideLobeMaskLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets the side lobe mask level.
- setSideLobeMaskLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets the side lobe mask level.
- setSideLobeMaskLevel(double) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets the side lobe mask level.
- setSideLobeMaskLevelIsRelativeToMainLobeGain(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- setSideLobeMaskLevelIsRelativeToMainLobeGain(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- setSideLobeMaskLevelIsRelativeToMainLobeGain(boolean) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- setSideLobeMaskLevelIsRelativeToMainLobeGain(boolean) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets a value indicating whether or not the side lobe mask level value
SideLobeMaskLevel
(
get
/
set
) is to be
considered relative to the
MainLobeGain
(
get
/
set
) value.
- setSigmaDegree(int) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the degree of interpolation to perform on the sigma values.
- setSigmaInterpolationAlgorithm(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Sets the interpolation algorithm used to interpolate the sigma values.
- setSigmas(Cartesian) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Sets the Cartesian representing the constant
Sigmas
(
get
) for the location point
uncertainty described by this instance.
- setSignalDataType(Class<?>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Sets the signal data type used to identify the desired signals.
- setSignalIdentifier(IntendedSignalByModulation<TModulation>) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Sets the method for identifying the carrier with the correct modulation.
- setSignalIdentifier(TIdentifier) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Sets the identifier to target when searching for the intended signal.
- setSignalOutput(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Sets the signal processor providing the signal output used to calculate signal to noise ratio.
- setSignalStrengths(List<Integer>) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the array of signal strengths pertaining to each observation
SignalStrengths
(
get
/
set
)[3] is the strength of the signal used to get the value observations[3]
Each signal strength value is defined as:
1: minimum possible signal strength
5: threshold for good S/N ratio
9: maximum possible signal strength
0: not known/don't care.
- setSignalToTransmit(Signal) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
- setSignalToTransmit(Signal) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Sets the signal to transmit as the output of this signal processor.
- setSignalTransmitter(ComplexDigitalTransmitter) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Sets the navigation signal transmitter for this generator.
- setSignalType(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Sets the type of signal this generator will produce.
- setSignalType(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets this signal's type.
- setSignalType(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Sets the signal type of the signal passing through this filter.
- setSilhouetteColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the color of the silhouette drawn around the model.
- setSilhouetteColor(Color) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the silhouette's color.
- setSilhouetteColor(GraphicsParameter<Color>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the silhouette color and translucency of the solid.
- setSilhouetteSize(CesiumProperty<Double>) - Method in class agi.foundation.cesium.ModelGraphics
-
Sets the size, in pixels, of the silhouette drawn around the model.
- setSilhouetteTranslucency(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the silhouette's translucency.
- setSilhouetteWidth(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
Sets the silhouette' width, in pixels.
- setSilhouetteWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.SolidGraphics
-
Sets a parameter defining the width of the silhouette of the solid.
- setSize(DimensionF) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch size, which is applied to each marker in the batch.
- setSize(ScreenOverlaySize) - Method in class agi.foundation.graphics.Overlay
-
Sets the size of the overlay.
- setSize(GraphicsParameter<DimensionF>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the size of the marker over time.
- setSize(DimensionF) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the size of the markers in the unit defined by
SizeUnit
(
get
/
set
).
- setSizeInMeters(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets whether this billboard's size (
Width
(
get
/
set
) and
Height
(
get
/
set
))
should be measured in meters, otherwise size is measured in pixels.
- setSizes(Iterable<DimensionF>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of sizes, one for each marker in the batch.
- setSizeSource(MarkerBatchSizeSource) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the size source.
- setSizeUnit(MarkerBatchUnit) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the unit that each marker's size is defined in.
- setSizeUnit(GraphicsParameter<MarkerBatchUnit>) - Method in class agi.foundation.platforms.MarkerGraphics
-
- setSizeUnit(MarkerBatchUnit) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the size unit.
- setSkySpectralRadiance(SignalComputation) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the sky spectral radiance model which produces a value in W * m-2 * sr-1 * Hz-1.
- setSlicePartitions(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the number of slices used to partition the ellipsoid.
- setSlotOffset(int) - Method in class agi.foundation.propagators.WalkerConstellation
-
Sets the slot offset (interplane phasing) of the Walker constellation.
- setSlowChangingAxesUpdateInterval(double) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the interval, in seconds, on which to recalculate slow-changing relationships between axes.
- setSolarCentralBody(CentralBody) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets the
CentralBody
that represents the sun of the solar system where this force is used.
- setSolarGeophysicalData(SolarGeophysicalData) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Sets the solar and magnetic flux information.
- setSolarGravitationalParameter(double) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets the gravitational parameter for the Sun.
- setSolarRadiationParameter(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the AGOM or the area times
the solar radiation pressure coefficient (gamma)
divided by the mass.
- setSolid(SolidGraphics) - Method in class agi.foundation.platforms.VectorGraphics
-
Sets the solid graphics use to render the vector.
- setSolutionType(ThresholdCrossingSolutionType) - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Sets the type of solution required when searching for a precise crossing
of this threshold.
- setSolutionType(ThresholdCrossingSolutionType) - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Sets the type of solution required when searching for a precise crossing
of this threshold.
- setSolutionType(ThresholdCrossingSolutionType) - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Sets the type of solution required when searching for a precise crossing
of this threshold.
- setSolveForDrag(boolean) - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Sets a value indicating whether to attempt to solve for the BSTAR drag value.
- setSolver(MultivariableFunctionSolver) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
- setSource(String) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the source of the PAF file.
- setSource(String) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Sets the SOURCE of the PSF file.
- setSourceBlendingFunction(BlendingFunction) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
- setSourceBlendingFunction(BlendingFunction) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
- setSouthernPostOffsetNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the latitude offset (toward the north) of the southern-most post in the terrain provider.
- setSpaceProjectionDistance(double) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Sets the distance to which to project the portions of the sensor that do not intersect
the ellipsoid.
- setSpaceProjectionType(SensorSpaceProjection) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Sets the type of space projection to use.
- setSpecialTimes(List<JulianDate>) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the list of special times of interest at which to transition from one bank angle to the next.
- setSpecificHeatRatio(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Sets the ratio of specific heat of air at constant pressure to the specific
heat of air at constant volume used by the model (γ).
- setSpecularColor(Color) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setSpecularOverlay(GlobeImageOverlay) - Method in class agi.foundation.graphics.CentralBodyGraphics
-
- setSpecularReflectivity(double) - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Sets the dimensionless specular reflectivity coefficient of this plate (that should be
between zero and one).
- setSpeed(double) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets the target speed along the path, in meters per second.
- setSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the target cruise speed to use when traversing the connection.
- setSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the target speed at which to transition between heights.
- setSpeed(ProfileSpeed) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the speed at which to traverse over the terrain.
- setSpeedOfSound(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Sets the speed of sound in the atmosphere.
- setSpeedOnApproach(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the target speed at which to approach the landing maneuver, in meters per second.
- setSpinAxis(UnitCartesian) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Sets the body-fixed spin axis of the reaction wheel.
- setSpinAxis(UnitCartesian) - Method in class agi.foundation.geometry.AxesLinearRate
-
Sets the spin axis with respect to the reference axes.
- setSpinAxisInertia(double) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Sets the inertia of the spin axis of the reaction wheel.
- setSpinMagnitude(Scalar) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Sets the magnitude of the spin rate of the reaction wheel with respect
to the spacecraft body frame.
- setSquareRootOfSemimajorAxis(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the square root of the semi-major axis (sqrt(meters)).
- setSquareRootOfSemimajorAxis(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the square root of the semi-major axis (sqrt(meters)).
- setStackPartitions(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the number of stacks used to partition the ellipsoid.
- setStackTrace(StackTraceElement[]) - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- setStart(Cartographic) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Set the initial point of the connection segment.
- setStart(Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Set the initial point of the connection segment.
- setStart(Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Set the initial point of the connection segment.
- setStart(Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Set the initial point of the connection segment.
- setStart(Cartographic) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Set the initial point of the connection segment.
- setStartAngle(double) - Method in class agi.foundation.access.CircularAccessConstraint
-
Sets the angle defining the beginning of the satisfaction region.
- setStartArcLength(double) - Method in class agi.foundation.geometry.shapes.SensorProjectionHorizon
-
Sets the arc length on the
Boundary
(
get
/
set
)
BoundaryCurve
(
get
) at which the horizon
segment begins.
- setStartCycle(SimulationAnimationCycle) - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- setStartDateAsPseudoRandomNumber(GregorianDate) - Method in class agi.foundation.navigation.datareaders.GpsSatelliteInformation
-
Sets the date and time this satellite began its designation as this
PseudoRandomNumber
(
get
/
set
).
- setStartFrame(int) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the start frame of the video.
- setStartModel(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Sets the first model in the chain.
- setStartOfFollowSegment(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Sets the how the initial state of propagation will be determined.
- setStartParameter(double) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Sets a parameter along the closed arc that represents the entry into the arc.
- setStartQuery(AccessQuery) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Sets the
AccessQuery
that represents the condition for establishing
access.
- setStartQueryEvaluationStartDate(JulianDate) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Sets the
JulianDate
that will be used as the start date for evaluation.
- setStartTime(JulianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the start of total time span covered by the ephemeris data and
covariance data immediately following the metadata block.
- setStartTime(JulianDate) - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
Sets the start time of the animation.
- setStartTime(double) - Method in class agi.foundation.graphics.imaging.VideoStream
-
Sets the start time of the video in seconds.
- setState(ValueDefinition<ITimeBasedState>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Sets the state that the callback will use to compute the value.
- setState(ForwardAnimation.AnimationState) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Sets the current animation state.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.PropagationScalar
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.PropagationVector
-
Sets a parameter which represents the state during propagation.
- setStateParameter(PropagationStateParameter) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Sets a parameter which represents the state during propagation.
- setStatePosition(PropagationPointElement) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Sets the position element of the object that is being corrected.
- setStateValue(ValueDefinition<ITimeBasedState>) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
- setStatus(LifetimeCalculationStatus) - Method in class agi.foundation.propagators.OrbitLifetimeResults
-
Sets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
- setStatus(TerrainRegionStatus) - Method in class agi.foundation.terrain.TerrainRegion
-
Sets the current status of this region.
- setStep(Duration) - Method in interface agi.foundation.cesium.advanced.ICesiumFixedStepService
-
Sets the step size to be used for sampling properties.
- setStep(Duration) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Sets the step size to be used for sampling properties.
- setStep(ClockStep) - Method in class agi.foundation.cesium.Clock
-
Sets how time advances with each tick.
- setStep(Duration) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets the step size to be used for sampling properties.
- setStep(Duration) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Sets the default step that this propagator will take.
- setStep(Duration) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Sets the default step-size that this propagator should take.
- setStep(Duration) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Sets the step size for this propagator.
- setStep(Duration) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
- setStep(Duration) - Method in class agi.foundation.segmentpropagation.HoldSegment
-
- setStepDeflationExponent(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the exponent to apply to the error when calculating the amount to decrease the size of the step.
- setStepDeflationFactor(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets a scalar multiplier to apply to the step when decreasing it.
- setStepInflationExponent(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the exponent to apply to the error when calculating the amount to increase the size of the step.
- setStepInflationFactor(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets a scalar multiplier to apply to the step when increasing it.
- setStepSizeBehavior(KindOfStepSize) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets whether to avoid adapting the step size and instead fix the value of
CurrentStepSize
(
get
).
- setStepSizeInformation(StepSizeInformation) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets a value indicating whether the
CurrentStepSize
(
get
) was changed from the
InitialStepSize
(
get
/
set
)
and, if so, the nature of how it was changed.
- setStepTruncationOrder(int) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
-
Sets the integer exponent specifying the order of magnitude at which to
truncate the significant digits in the
CurrentStepSize
(
get
).
- setStop(Cartographic) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Set the final point of the connection segment.
- setStop(Cartographic) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Set the final point of the connection segment.
- setStop(Cartographic) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Set the final point of the connection segment.
- setStop(Cartographic) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Set the final point of the connection segment.
- setStop(Cartographic) - Method in class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Set the final point of the connection segment.
- setStopAllPropagation(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Sets a value indicating whether all propagation must stop and whatever results
have been computed should be returned.
- setStopAngle(double) - Method in class agi.foundation.access.CircularAccessConstraint
-
Sets the angle defining the end of the satisfaction region
- setStopEnabled(boolean) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Sets a value indicating whether the
StopSegment
(
get
/
set
) should be enabled or disabled.
- setStopEnabled(boolean) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Sets a value indicating whether this segment will actually stop propagation.
- setStopEnabled(boolean) - Method in class agi.foundation.segmentpropagation.StopSegmentConfiguration
-
Sets a value indicating whether the
StopSegment
that this configuration
is for will actually stop or not.
- setStopModel(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Sets the last model in the chain.
- setStopOnEventNumber(int) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets how many times the threshold must be met, or how many extrema must be found before stopping.
- setStopOnMaximumDurationBehavior(MaximumDurationBehavior) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Sets what should be done if the span of propagation exceeds the
MaximumDuration
(
get
/
set
).
- setStoppablePropagator(StoppablePropagatorDefinition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- setStoppablePropagatorResults(StoppablePropagatorResults) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
- setStopParameter(double) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Sets a parameter along the closed arc that represents the exit from the arc.
- setStoppedOnMaximumDuration(boolean) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
Sets a value indicating whether the propagation stopped due to the
MaximumDuration
(
get
/
set
) being exceeded.
- setStoppingClassification(ValueDefinition<AccessClassification>) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Sets the access classification to stop on.
- setStoppingConditionAutoSegment(StoppingCondition, SegmentDefinition, int) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- setStoppingConditionToUpdate(DurationStoppingCondition) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
- setStopPropagationForCurrentSegmentList(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
- setStopSegment(StopSegment) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Sets the segment that will be enabled or disabled by this operator.
- setStopTime(JulianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Sets the end of total time span covered by ephemeris data and covariance
data immediately following the metadata block.
- setSTRotation(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the rotation, in radians, to apply to the surface's texture.
- setStyle(CesiumProperty<CesiumLabelStyle>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the style of the label.
- setSubcarrierFrequency(double) - Method in class agi.foundation.navigation.advanced.NavigationSignalCharacteristics
-
Sets the sub-carrier frequency if one is used for the code.
- setSubdivisions(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.EllipsoidGraphics
-
Sets the number of points per outline; thus controlling the granularity.
- setSubdivisions(int[]) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Gets or sets the set of successive subdivisions used to take steps.
- setSubject(IPartialDifferentiable) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Sets the object whose partials are represented by the terms contained in this summation.
- setSubset(Cartesian[], int, int) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Defines the positions of a polyline using a subset of input positions.
- setSubsetCartographic(CentralBody, Cartographic[], int, int) - Method in class agi.foundation.graphics.PolylinePrimitive
-
For convenience.
- setSunPoint(Point) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Sets a point representing the location of the Sun.
- setSunPoint(Point) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Sets a point representing the location of the Sun.
- setSunSpectralRadiantEmittance(SignalComputation) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the sun spectral radiant emittance model which produces a value in W * m-2 * Hz-1.
- setSurfaceConductivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the conductivity of the earth's surface.
- setSurfaceConductivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the conductivity of the earth's surface.
- setSurfaceCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Sets the definition of the curve on the surface of the central body.
- setSurfaceCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Set this connection to use the given surface curve.
- setSurfaceCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.GeodesicConnectionStrategy
-
Set this connection to use the given surface curve.
- setSurfaceCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
-
Set this connection to use the given surface curve.
- setSurfaceCurve(EllipsoidSurfaceCurve) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Sets the curve to follow.
- setSurfaceCurveGraphics(CentralBodySurfaceCurveGraphics) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Sets the graphical properties of the surface curve.
- setSurfaceDistance(double) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Sets the total arc length along the surface path, in meters.
- setSurfaceGravity(double) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the value of the surface gravity corresponding to the
CentralBody
(
get
/
set
),
in meters per second squared.
- setSurfaceHumidity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the humidity of the earth's surface in grams per cubic meter at the transmitter.
- setSurfaceHumidity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the humidity of the earth's surface in grams per cubic meter at the transmitter.
- setSurfaceRefractivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the refractivity of the earth's surface.
- setSurfaceRefractivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the refractivity of the earth's surface.
- setSurfaceRefractivityPolynomialCoefficients(double[]) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Sets the surface refractivity polynomial coefficients.
- setSurfaceRegion(IServiceProvider) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Sets the surface region.
- setSurfaceRegion(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
- setSurfaceRegion(EllipsoidSurfaceRegion) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Sets the definition of the region on the surface of the central body.
- setSurfaceRegionGraphics(CentralBodySurfaceRegionGraphics) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Sets the graphical properties of the surface region.
- setSurfaceRelativePermittivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the relative permittivity of the earth's surface.
- setSurfaceRelativePermittivity(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the relative permittivity of the earth's surface.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Sets the shape of the surface upon which the path is defined.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the shape of the reference surface over which the surface path is defined.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the shape of the surface upon which the surface geometry of the route is defined.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Sets the shape of the surface over which the path is defined.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Sets the reference surface over which the surface geometry is defined.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Sets the shape of the reference surface over which to define the surface geometry.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the reference surface over which to define the geometry.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the shape of the reference surface over which to define the surface geometry for the search.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.RouteConnection
-
Sets the reference surface to use when defining the surface geometry and heights above it.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Sets the shape of the reference surface over which to define the surface geometry.
- setSurfaceShape(Ellipsoid) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Sets the shape of the reference surface over which to define the surface geometry.
- setSurfaceTemperature(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Sets temperature in kelvin.
- setSwitchableManeuverSegment(SwitchableSegment) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
- setSwitchingMethod(Sgp4ElementsSwitching) - Method in class agi.foundation.propagators.Sgp4Elements
-
Sets the method to use when switching between this element set and the following element set.
- setSystemId(String) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the SYSID of the PAF file.
- setSystemId(String) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
-
Sets the SYSID of the PSF file.
- setSystemId(String) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
-
Sets the SYSID of the SOF file.
- setSystemOfEquations(OrdinaryDifferentialEquationSystem) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
-
Sets the system of equations which define the derivatives of a set of
dependent variables.
- setSystemOfEquations(DependentVariableDerivatives) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Sets the system of differential equations corresponding to the derivatives of the
dependent variables.
- setTableau(RungeKuttaAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
-
Sets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
- setTableau(RungeKuttaAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
-
Sets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
- setTag(Object) - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
-
- setTag(Object) - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
-
- setTag(Object) - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
-
- setTag(Object) - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
- setTag(Object) - Method in class agi.foundation.graphics.advanced.GlobeOverlay
-
Sets custom data associated with this globe overlay.
- setTag(Object) - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
- setTag(Object) - Method in class agi.foundation.graphics.Overlay
-
Sets custom data associated with this screen overlay.
- setTag(Object) - Method in class agi.foundation.graphics.Primitive
-
Sets custom data associated with this primitive.
- setTakeoffSpeed(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the speed after the specified
RollDistance
(
get
/
set
) at which the platform
begins to takeoff, in meters per second.
- setTaperPower(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
Sets the strength of the tapering effect.
- setTargetedFramesPerSecond(double) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
- setTargetedFramesPerSecond(double) - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
-
Sets the targeted frames per second if
RefreshRate
is set to
use
agi.foundation.graphics.advanced.refreshrate.TargetedFramesPerSecond
.
- setTargetFrequency(double) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Sets the frequency to target when searching for the intended signal.
- setTargetFrequency(double) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Sets the frequency to target when searching for the intended signal.
- setTargetFrequency(double) - Method in class agi.foundation.communications.SimpleReceiver
-
Sets the target frequency for the receiver, in hertz.
- setTargetObject(IServiceProvider) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Sets the object that is the view target of the
ViewingObject
(
get
/
set
).
- setTargetPoint(Point) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
- setTargetPoint(Point) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Sets the point where the magnetic field vector is calculated.
- setTargetPoint(Point) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Sets the target point describing the time-varying position at which density is
to be calculated.
- setTargetPoint(Point) - Method in class agi.foundation.celestial.ScalarOccultation
-
Sets the
Point
representing the location at which
the occultation factor is being calculated.
- setTargetPoint(Point) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Sets the target point at which to measure the gravitational acceleration.
- setTargetPoint(Point) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Sets the target point at which the gravity is measured.
- setTargetPoint(Point) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Sets the target point at which to measure the gravitational acceleration.
- setTargetRollRate(double) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Sets the desired roll rate at which to transition from one bank angle to the next, in radians per second.
- setTerminal(TimeIntervalCollection) - Method in class agi.foundation.navigation.RaimOutages
-
- setTerminateOnSamplingError(boolean) - Method in class agi.foundation.cesium.CzmlDocument
-
Sets a value indicating whether CZML generation halts when a sampling error occurs;
for example if a TLE fails to propagate at the desired time.
- setTerrain(TerrainProvider) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Sets the terrain surface over which to traverse.
- setTerrain(TerrainProvider) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Sets the terrain over which to traverse.
- setTerrainCacheSize(int) - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
-
Sets the size of the terrain cache in megabytes.
- setTerrainMeshPixelError(double) - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
-
Sets the pixel error for terrain meshes.
- setTerrainProfileComputation(TiremTerrainProfileComputation) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the terrain profile computation.
- setTerrainProvider(TerrainProvider) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Sets the terrain provider that provides the terrain to use in computing
the line of sight.
- setTerrainProvider(TerrainProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the terrain provider used in computing loss with the TIREM model.
- setTerrainProvider(TerrainProvider) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the terrain provider used in computing loss with the TIREM model.
- setTerrainSamplingDistance(double) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets the sampling distance used for the terrain avoidance algorithm.
- setTerrainSamplingStep(Double) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets the terrain sampling step, in radians.
- setTerrainSamplingStep(Double) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets the terrain sampling step, in radians.
- setTerrainSurface(TerrainProvider) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
- setText(CesiumProperty<String>) - Method in class agi.foundation.cesium.Description
-
Sets the HTML description of the object.
- setText(CesiumProperty<String>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets the text of the label.
- setText(GraphicsParameter<String>) - Method in class agi.foundation.platforms.TextGraphics
-
Sets a parameter indicating the value of the text over time.
- setTextGraphics(TextGraphics) - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Sets the text graphical properties.
- setTexture(Texture2D) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch texture, which is applied to each marker in the batch.
- setTexture(Texture2D) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Sets the texture applied to this primitive when rendering.
- setTexture(Texture2D) - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Sets the texture (image) to be drawn on the overlay.
- setTexture(Texture2D) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets the texture to be drawn on the triangle mesh.
- setTexture(GraphicsParameter<Texture2D>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating the
Texture2D
of the marker over time.
- setTexture(GraphicsParameter<Texture2D>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets a parameter defining the
Texture2D
of the surface over time.
- setTextureCoordinate(TextureCoordinate4DF) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the per-batch texture coordinate, which is applied to each marker in the batch.
- setTextureCoordinates(Iterable<TextureCoordinate4DF>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of texture coordinates, one for each marker in the batch.
- setTextureCoordinates(Iterable<PointF>) - Method in class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
-
Defines a collection of texture coordinates.
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the filter used for per-marker or per-batch textures.
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Sets the filter used when a Texture
is applied to this primitive.
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets the filter used to filter the texture-based Font
.
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.graphics.TextureScreenOverlay
-
Sets the filter used for the Texture
associated with this overlay.
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets the filter used for the Texture
associated with this triangle mesh.
- setTextureFilter(GraphicsParameter<TextureFilter2D>) - Method in class agi.foundation.platforms.MarkerGraphics
-
- setTextureFilter(GraphicsParameter<TextureFilter2D>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
- setTextureFilter(GraphicsParameter<TextureFilter2D>) - Method in class agi.foundation.platforms.TextGraphics
-
- setTextureFilter(TextureFilter2D) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets filter to use.
- setTextureMatrix(TextureMatrix) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Sets the matrix used to transform texture coordinates when a Texture
is applied to this primitive.
- setTextureMatrix(GraphicsParameter<TextureMatrix>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets a parameter defining the
TextureMatrix
(
get
/
set
) of the surface over time.
- setTextures(Iterable<Texture2D>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
Defines a collection of textures, one for each marker in the batch.
- setThirdBodyPoint(Point) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Sets the center of mass point for the third body.
- setThreadFactory(ThreadFactory) - Static method in class agi.foundation.compatibility.ThreadHelper
-
- setThreadSource(ThreadSource) - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Sets the source of new threads to be used to execute parallelizable operations.
- setThreshold(ValueDefinition<Double>) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Sets the threshold to stop at.
- setThreshold(ValueDefinition<Duration>) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
- setThreshold(double) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
- setThreshold(ValueDefinition<JulianDate>) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
- setThreshold(JulianDate) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Sets the threshold used to compare with the states
time
.
- setThreshold(ValueDefinition<Double>) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Sets the threshold to stop at.
- setThreshold(double) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
- setThreshold(ValueDefinition<Double>) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Sets the threshold to stop at.
- setThresholdCallback(ComputeNewThresholdCallback<T>) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Sets the callback that will compute the new value of the threshold.
- setThresholdParameter(ValueParameter<T>) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Sets the parameter that can be used to parameterize evaluators
that should be changed by this
operator
.
- setThrustAcceleration(double) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets the value of the acceleration to use when increasing the speed, in meters per second squared.
- setThrustAcceleration(double) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Sets the acceleration to use when transitioning from the initial to the final speed.
- setThrustAcceleration(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the maximum achievable acceleration along the velocity vector (positive),
in meters per second squared.
- setThrustAvailableLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the available thrust limits, typically defined at nominal sea level atmospheric density.
- setThrustDeceleration(double) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Sets the value of the acceleration to use when decreasing the speed, in meters per second squared.
- setThrustDeceleration(double) - Method in class agi.foundation.routedesign.ProfileDynamics
-
Sets the maximum achievable deceleration anti-parallel to the velocity vector (positive),
in meters per second squared.
- setThrustRequired(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Sets the required thrust.
- setThrustRequired(Scalar) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Sets the required thrust.
- setThrustVector(Vector) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Sets the thrust vector.
- setThrustVector(Vector) - Method in class agi.foundation.celestial.OffAxisTorque
-
Sets the thrust vector.
- setTideCoefficientsDegree(int) - Method in class agi.foundation.celestial.SolidTideModel
-
Sets the degree of the tidal spherical harmonic gravity field.
- setTideCoefficientsOrder(int) - Method in class agi.foundation.celestial.SolidTideModel
-
Sets the order of the tidal spherical harmonic gravity field.
- setTiler(Tiler) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Sets a custom tiler, if the plugin requires it.
- setTilesetGraphics(TilesetGraphics) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Sets the graphical properties of the tileset.
- setTime(JulianDate) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Sets the current animation time.
- setTime(JulianDate) - Static method in class agi.foundation.graphics.SceneManager
-
Set the current
Time
of all
Scenes
.
- setTime(JulianDate, JulianDate) - Static method in class agi.foundation.graphics.SceneManager
-
Set the current
Time
of all
Scenes
,
with a hint for what the next
Time
will be.
- setTimeConstant(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Sets the time constant in seconds.
- setTimeFormat(StkEphemerisFile.StkTimeFormat) - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Sets the time format of the ephemeris and covariance information.
- setTimeIntervalDisplayConditions(Iterable<TimeIntervalDisplayCondition>) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
-
- setTimeIntervalDisplayConditions(Iterable<TimeIntervalDisplayCondition>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
-
- setTimeIntervals(Iterable<TimeIntervalDisplayCondition>) - Method in class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
-
- setTimeMultiplier(double) - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
Sets the multiplier describing the rate of simulation time relative to real time.
- setTimeObserver(IServiceProvider) - Method in class agi.foundation.cesium.AccessQueryCesiumProperty
-
- setTimeObserver(IServiceProvider) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Sets the time observer instance used to validate the time observer for each link in
Links
(
get
).
- setTimeObserver(IServiceProvider) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
- setTimeObserver(IServiceProvider) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Sets the time observer of the access query.
- setTimeObserver(IServiceProvider) - Method in class agi.foundation.tracking.AccessEntityFilter
-
- setTimeOfFlight(Duration) - Method in class agi.foundation.propagators.LambertResult
-
Sets the time of flight between the
InitialPositionMotion
(
get
/
set
) and
FinalPositionMotion
(
get
/
set
).
- setTimeOffset(double) - Method in class agi.foundation.graphics.RealTimeAnimation
-
Sets the offset in seconds that is applied to the current time.
- setTimeOfObservation(JulianDate) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the time corresponding to this record, in the
GlobalPositioningSystemTime
(
get
) standard.
- setTimeRefractivityGradient(double) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Sets the percent time refractivity gradient, as a decimal.
- setTimeRefractivityGradient(double) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Sets the percent time refractivity gradient, as a decimal.
- setTimeSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space time error.
- setTimeSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the time component of the signal in space navigation error
- setTimeStandard(TimeStandard) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the time standard used for metadata, ephemeris data,
and covariance data.
- setTimeStep(Duration) - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
- setTimeStep(Duration) - Method in class agi.foundation.graphics.SimulationAnimation
-
Sets the size of an animation step in seconds.
- setTimeTolerance(Duration) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the convergence tolerance on the time when finding function extremum
and crossings of the constraint threshold.
- setTimeTolerance(Duration) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- setTimeTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total time error.
- setTo(String) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets the name of the ITRF that coordinates are being transformed into.
- setTo(Point) - Method in class agi.foundation.tracking.ViewFromTo
-
Specifies the
Point
at which the camera will be aimed.
- setTo(TEntity) - Method in class agi.foundation.tracking.ViewFromTo
-
Specifies the entity at which the camera will be placed.
- setTolerance(double) - Method in class agi.foundation.access.AccessConstraintEvaluator
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.CircularAccessConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
- setTolerance(double) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Sets the value for the tolerance used to scale the error control,
which will control both how accurate the integrator is and the step size used
during integration.
- setTolerance(double) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Sets the tolerance used for determining convergence.
- setTolerance(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets the tolerance used for convergence in the independent variable.
- setTolerance(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets the tolerance used for convergence in the independent variable.
- setTolerance(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets a value indicating how close the evaluated value must get to the
BoundValue
(
get
/
set
) to consider this inequality to be on the bound.
- setTolerance(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets the tolerance used for convergence in the independent variable.
- setTolerance(double) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Sets the tolerance for the
DesiredValue
(
get
/
set
).
- setTolerance(double) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
- setTolerance(Duration) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Sets the tolerance to be used when comparing the computed states time with the
Threshold
(
get
/
set
).
- setTolerance(double) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
- setToObject(IServiceProvider) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Sets the object that provides the ending location for the line of sight vector.
- setToPoint(Point) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Sets the other
Point
to compute the multi-body value with.
- setTorque(Cartesian) - Method in class agi.foundation.celestial.ConstantTorque
-
Sets the direction and magnitude of the torque.
- setTotalZenithPathDelay(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the total zenith path delay in millimeters.
- setTrackedSatellitesNotIncluded(PlatformCollection) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the collection of satellites tracked by the
GpsReceiver
but NOT
included in the accuracy computation.
- setTrackedSatellitesNotIncluded(PlatformCollection) - Method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Sets the collection of satellites tracked by the
GpsReceiver
but NOT
included in the accuracy computation.
- setTracking(NavigationSignalTrackingType) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Sets this signal's role: as a starting signal in the channel, or a maintaining signal.
- setTrailTime(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the trail time of the path, in seconds.
- setTransactionParameter(TransactionParameter) - Method in class agi.foundation.geometry.EntityAxes
-
Sets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- setTransactionParameter(TransactionParameter) - Method in class agi.foundation.geometry.EntityPoint
-
Sets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- setTransactionParameter(TransactionParameter) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Sets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
- setTransactionParameter(TransactionParameter) - Method in class agi.foundation.tracking.AccessEntityFilter
-
- setTransformation(String) - Method in class agi.foundation.platforms.Articulation
-
Sets the name of the transformation contained in the articulation.
- setTransformationCallback(Converter<TInput, TOutput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Sets a delegate which takes the result of the input
parameter and converts it to the desired output.
- setTransitionType(TransitionType) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
- setTranslation(CesiumProperty<Cartesian>) - Method in class agi.foundation.cesium.NodeTransformationGraphics
-
Sets the x,y,z translation to apply to the model node.
- setTranslation(Motion1<Cartesian>) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Sets the constant position offset between the two ITRFs, and the rate at which
it changes after the
Epoch
(
get
/
set
).
- setTranslationX(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the value with which the overlay will be translated from the X value of the
Position
property.
- setTranslationY(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the value with which the overlay will be translated from the Y value of the
Position
property.
- setTranslucency(float) - Method in class agi.foundation.graphics.AxesPrimitive
-
- setTranslucency(float) - Method in class agi.foundation.graphics.CompositePrimitive
-
The composite primitive does not support the translucency property.
- setTranslucency(float) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets the translucency value for the image.
- setTranslucency(float) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Sets the translucency that affects every marker in the batch.
- setTranslucency(float) - Method in class agi.foundation.graphics.ModelPrimitive
-
Sets the primitive's translucency.
- setTranslucency(float) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
The ordered composite primitive does not support the translucency property.
- setTranslucency(float) - Method in class agi.foundation.graphics.Overlay
-
Sets the overlay's translucency.
- setTranslucency(float) - Method in class agi.foundation.graphics.PathPointBuilder
-
Sets the translucency associated with this point.
- setTranslucency(float) - Method in class agi.foundation.graphics.PathPrimitive
-
The path primitive does not support the Translucency property.
- setTranslucency(float) - Method in class agi.foundation.graphics.PointBatchPrimitive
-
Sets the translucency that affects every point in the batch.
- setTranslucency(float) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the primitive's translucency.
- setTranslucency(float) - Method in class agi.foundation.graphics.Primitive
-
Sets the primitive's translucency.
- setTranslucency(float) - Method in class agi.foundation.graphics.ProjectedRaster
-
Sets the translucency of the Projection
.
- setTranslucency(float) - Method in class agi.foundation.graphics.SolidPrimitive
-
- setTranslucency(float) - Method in class agi.foundation.graphics.TextBatchPrimitive
-
Sets the translucency that affects every string in the batch.
- setTranslucency(float) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
- setTranslucency(float) - Method in class agi.foundation.graphics.VectorPrimitive
-
- setTranslucency(float) - Method in class agi.foundation.tracking.EntityVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.LabelVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.MarkerVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.ModelVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.PointVisualizer
-
Sets the translucency.
- setTranslucency(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets the translucency of the sensor volume, where 0.0 is completely clear and 1.0 is
completely opaque.
- setTranslucency(float) - Method in class agi.foundation.tracking.WaypointVisualizer
-
Sets the translucency.
- setTranslucencyByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets how the billboard's translucency should change based on the billboard's distance from the camera.
- setTranslucencyByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets how the label's translucency should change based on the label's distance from the camera.
- setTranslucencyByDistance(CesiumProperty<NearFarScalar>) - Method in class agi.foundation.cesium.PointGraphics
-
Sets how the point's translucency should change based on the point's distance from the camera.
- setTranslucentPrimitivesSortOrder(PrimitivesSortOrder) - Method in class agi.foundation.graphics.CompositePrimitive
-
Sets the sort order for translucent primitives in this composite.
- setTranslucentPrimitivesSortOrder(PrimitivesSortOrder) - Method in class agi.foundation.graphics.PrimitiveManager
-
Sets the sort order for translucent primitives in the primitive manager.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.access.AccessComputation
-
Sets the
IServiceProvider
for the object that is transmitting the signal for
purposes of the Access computation.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.access.LinkInstantaneous
-
Sets the object that is transmitting.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the object that is transmitting.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Sets the transmitter to identify when searching for the intended signal.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Sets the transmitter of the signal traveling through the troposphere.
- setTransmitter(IServiceProvider) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Sets the transmitter of the signal traveling through the ionosphere.
- setTransmitterSigmaFactor(Scalar) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Sets the number of standard deviations of position uncertainty to take into account for the
Transmitter
(
get
).
- setTransmitterVelocityOfMovingFrame(VectorVelocity) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Sets the velocity of the moving frame in which the effect of aberration is to be determined
when finding the apparent position of the receiver relative to the transmitter.
- setTransmitterVelocityVectorForAberration(VectorVelocity) - Method in class agi.foundation.access.AccessComputation
-
Sets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the transmitter.
- setTransparent(CesiumProperty<Boolean>) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
Sets whether or not the image has transparency.
- setTransparentColor(Color) - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
Sets the
Color
that will become transparent.
- setTransparentTextureBorder(boolean) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the boolean that defines if the color obtained from texture coordinates beyond
the texture border should be considered transparent or not.
- setTransparentTextureBorder(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets a parameter defining whether the border of a transparent texture should be drawn, over time.
- setTransverseLoadFactor(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Sets the load factor orthogonal to the atmospheric relative velocity direction.
- setTrendingStep(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- setTrendingStep(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- setTrendingStep(Duration) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
- setTriangleWindingOrder(WindingOrder) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Sets the orientation of front-facing triangles.
- setTrueEquatorMeanEquinoxFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the True Equator, Mean Equinox (TEME) Reference Frame.
- setTrueEquatorTrueEquinoxFrame(ReferenceFrame) - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the True Equator True Equinox Reference Frame, also
known as the "True of Date" reference frame.
- setTrueScale(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets whether vector's "true scale" length (based on how the primitive was created) should be used.
- setTrueSunPosition() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
- setTurnDirection(ClosedTurnDirection) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the direction (right or left) of the turn.
- setTurnDirection(ClosedTurnDirection) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the direction in which the racetrack turns.
- setTurnDirection(WaypointTurnDirection) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Sets an enumeration indicating whether to force the waypoint to turn in a particular direction.
- setTurnDirection(WaypointTurnDirection) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Sets an enumeration indicating whether to force the waypoint to turn in a particular direction.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Sets the surface distance from the center of the hold to the circular path.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Sets the turning radius, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Sets the horizontal turning radius to use when turning toward and from the given heading, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the radius at which to turn during the spiral transition from the
InitialHeight
(
get
/
set
) to the
FinalHeight
(
get
/
set
), in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Sets the horizontal radius at which to turn, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the turning radius for the position, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Sets the turn radius, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Sets the horizontal radius at which to turn before the waypoint, in meters.
- setTurningRadius(double) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Sets the horizontal radius at which to turn before the waypoint, in meters.
- setTurningRadiusAfterLanding(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the final turning radius at which to turn toward the next procedure after landing, in meters.
- setTurningRadiusAfterTakeoff(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
- setTurningRadiusBeforeTakeoff(double) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Sets the final turning radius at which to turn toward the next procedure after landing, in meters.
- setTurningRadiusForEntryAndExit(double) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the turning radius used to enter and exit the racetrack, in meters.
- setTurningRadiusForHold(double) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Sets the radius of the circular arcs at either end of the racetrack, in meters.
- setTurningRadiusOnApproach(double) - Method in class agi.foundation.routedesign.LandingProcedure
-
Sets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
- setTurnRate(ValueDefinition<Double>) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Sets the rate of turn.
- setTurnSpacing(double) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Sets turn spacing of the helical antenna.
- setTwo(Scalar) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Sets the second
Scalar
that produces an angle.
- setTwo(Scalar) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
- setTwo(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
- setTwoLineElementSet(TwoLineElementSet) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the two-line element set for this satellite.
- setType(DilutionOfPrecisionType) - Method in class agi.foundation.coverage.figureofmerit.DilutionOfPrecisionFigureOfMerit
-
Sets the type of dilution of precision to calculate.
- setType(NavigationAccuracyAssessedType) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
-
Sets the type of assessed navigation accuracy.
- setType(NavigationAccuracyPredictedType) - Method in class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
-
Sets the type of predicted navigation accuracy.
- setTypeOfCity(CityType) - Method in class agi.foundation.stk.StkCityDatabaseEntry
-
Sets the type of the city.
- setTypeOfCity(CityType) - Method in class agi.foundation.stk.StkCityDatabaseQuery
-
Sets a value that the
TypeOfCity
(
get
/
set
)
must match in order to be included in the query.
- setTypeOfStoppingCondition(StopType) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Sets the type of the event to stop on (extrema, threshold, ...).
- setUnableToMeetConditionsWithSetInitialAcceleration(boolean) - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
- setUnableToMeetConditionsWithSetInitialAcceleration(boolean) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
- setUnitAxisCartesian(UnitCartesian) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Sets a parameter that specifies the axis of rotation of this solar panel in
body-fixed coordinates.
- setUnitAxisCartesian(UnitCartesian) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Sets a parameter that specifies the axis of rotation of this solar panel in
body-fixed coordinates.
- setUnitNormalCartesian(UnitCartesian) - Method in class agi.foundation.celestial.DragBodyPlate
-
Sets a parameter that specifies the direction of this plate in
body-fixed or pointing axis-fixed coordinates.
- setUnitNormalCartesian(UnitCartesian) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Sets a parameter that specifies the direction of this plate in
body-fixed or pointing axis-fixed coordinates.
- setUnknownIntervals(TimeIntervalCollection) - Method in class agi.foundation.coverage.CoverageData
-
Sets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
- setUnorganizedNodes(ArrayList<Cartographic>) - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Sets the unorganized nodes that will form the surface boundary.
- setUnrefractedDisplacementVector(VectorDisplacement) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Sets the underlying unrefracted displacement vector.
- setUnrefractedLink(IServiceProvider) - Method in class agi.foundation.celestial.LinkRefracted
-
Sets the underlying unrefracted link.
- setUpAxis(GraphicsParameter<ModelUpAxis>) - Method in class agi.foundation.platforms.ModelGraphics
-
Sets a parameter defining the up axis of the model over time.
- setUpdateDelta(Duration) - Method in class agi.foundation.graphics.advanced.ProjectionStream
-
Sets the update delta of the projection stream in seconds.
- setUpdateDelta(Duration) - Method in class agi.foundation.graphics.imaging.RasterStream
-
Sets the update delta of the raster stream in seconds.
- setUpdatePolicy(PathPrimitiveUpdatePolicy) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets how the primitive will be updated based on the current animation time.
- setUpdaterCallback(SingleValueUpdaterCallback) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Sets the callback that will update the state.
- setUpperBandwidthLimit(double) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Sets the offset to the upper limit of the filter bandwidth, in hertz.
- setUpperBound(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the upper bound of the range of independent variables to search for the root within.
- setUpperHeight(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Sets a parameter defining the upper height of the extrusion over time.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Sets the upper bound of the height (in meters above the ellipsoid) above which the density model will return a value of zero.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- setUpperHeightLimit(double) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero.
- setUpVector(UnitCartesian) - Method in class agi.foundation.graphics.Camera
-
Sets the up direction of the camera in Axes
.
- setUranusSystemBarycenter(Point) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Uranus planetary system.
- setUranusSystemBarycenter(Point) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Sets a point representing the location of the barycenter
of the Uranus planetary system.
- setUri(CesiumProperty<CesiumResource>) - Method in class agi.foundation.cesium.TilesetGraphics
-
Sets the URI of the 3D tileset.
- setUri(URI) - Method in class agi.foundation.platforms.Articulation
-
Sets the Uri of the model to which the articulation pertains.
- setUri(GraphicsParameter<URI>) - Method in class agi.foundation.platforms.ModelGraphics
-
Sets a parameter defining the
Uri
(
get
/
set
) of the model over time.
- setUseableStartTime(JulianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the optional start of useable time span covered by ephemeris
data immediately following the metadata block.
- setUseableStopTime(JulianDate) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Gets or sets the optional end of useable time span covered by ephemeris
data immediately following the metadata block.
- setUseAbsoluteValue(boolean) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Sets a value indicating whether the direction of propagation should not matter when
evaluating this
StoppingCondition
.
- setUseAbsoluteValue(boolean) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Sets a value indicating whether the magnitude of the computed value should be used when
compared to the
Threshold
(
get
/
set
).
- setUseAltitudeBasedTranslucency(boolean) - Method in class agi.foundation.graphics.GlobeImageOverlay
-
Sets whether to use altitude to determine the translucency value for the image or not.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseAppendix8MainLobeModel(boolean) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
- setUseApproximateAltitude(boolean) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Sets a value indicating whether to use approximate altitude when computing the height above
the surface of the central body.
- setUseApproximateAltitude(boolean) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Sets a value indicating whether to use approximate altitude when computing the height above
the surface of the central body.
- setUseAtmosphericAbsorptionModel(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets a value indicating whether TIREM Atmospheric Absorption loss is included in the results.
- setUseAtmosphericAbsorptionModel(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets a value indicating whether TIREM Atmospheric Absorption loss is included in the results.
- setUseCellAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Sets a value indicating whether the grid cell's surface area should be used as the weight.
- setUseCellSurfaceAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.GlobalCoverageGrid
-
Sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- setUseCellSurfaceAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
-
Sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- setUseCellSurfaceAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
-
Sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- setUseCellSurfaceAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
-
Sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- setUseCellSurfaceAreaForWeight(boolean) - Method in class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCellVolumeForWeight(boolean) - Method in class agi.foundation.geometry.discrete.TorusCoverageGrid
-
Sets a value indicating whether to use the volume of the grid cells as the weight for each point.
- setUseCustomBlendingParameters(boolean) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
- setUseCustomBlendingParameters(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
- setUseDeSitterCorrection(boolean) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets a value indicating whether the de Sitter correction is to be used.
- setUseDirectTransition(boolean) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Sets a value indicating whether to connect directly between the initial and final
conditions or whether to try to cruise using a constant height and speed if possible.
- setUseDirectTransition(boolean) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Sets a value indicating whether to attempt to transition directly from the initial height to the final height
or whether to cruise at the initial height and then ascend or descend to the final height at
the rate given by the specified
Dynamics
(
get
/
set
).
- setUseFastApproxMethod(boolean) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Sets a value indicating whether to use the fast approximation method.
- setUseFastApproxMethod(boolean) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Sets a value indicating whether to use the fast approximation method.
- setUseFreeSpaceLossModel(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets a value indicating whether the TIREM Free Space loss is included in the results.
- setUseFreeSpaceLossModel(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets a value indicating whether the TIREM Free Space loss is included in the results.
- setUseFunctionSamplingSuggestion(boolean) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Sets a value indicating whether the sampling suggestion from the constraint should be used.
- setUseFunctionSamplingSuggestion(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Sets a value indicating whether the sampling suggestion from the constraint should be used.
- setUseFunctionSamplingSuggestion(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Sets a value indicating whether the sampling suggestion from the constraint should be used.
- setUseGlobalAtmosphere(boolean) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Sets a value indicating whether to use the ITU-R P.835 global atmospheric model for
determining the pressure, water vapor pressure, and temperature at a specific altitude.
- setUseGlobalAtmosphere(boolean) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Sets a value indicating whether to use the ITU-R P.835 global atmospheric model for
determining the pressure, water vapor pressure, and temperature at a specific altitude.
- setUseHorizontalPolarization(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Sets a value indicating whether to use horizontal polarization instead of the default vertical polarization setting.
- setUseHorizontalPolarization(boolean) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Sets a value indicating whether to use horizontal polarization instead of the default vertical polarization setting.
- setUseLenseThirringCorrection(boolean) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Sets a value indicating whether the Lense-Thirring correction is to be used.
- setUseLogarithmicSampling(boolean) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Sets a value indicating whether this scalar's values will be converted to a logarithmic scale
when performing sampling for access calculations.
- setUseLogarithmicSampling(boolean) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Sets a value indicating whether this scalar's values will be converted to a logarithmic scale
when performing sampling for access calculations.
- setUseLogarithmicSampling(boolean) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Sets a value indicating whether computed values will be converted to a logarithmic scale
when performing sampling for access calculations.
- setUseOriginalPropagator(boolean) - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
Sets a value indicating whether the original propagator in the
PropagateSegment
should be used, or if the propagator in this configuration should be used.
- setUseRotatingAtmosphere(boolean) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets a value indicating whether to model the atmosphere as rotating rather than static.
- setUserRangeAccuracy(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the average User Range Accuracy (URA) number.
- setUserRangeError(double) - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Sets the User Range error
- setUserRangeErrorDot(double) - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Sets the user range error rate of change.
- setUserRangeErrors(List<SatelliteUserRangeError>) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the collection of user range errors for the tracked satellites.
- setUserRangeErrorSigma(double) - Method in class agi.foundation.navigation.SatelliteUserRangeError
-
Sets the 1-sigma error for this user range error.
- setUseSecondOrderOblatenessCorrection(boolean) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Sets a value indicating whether to use second order oblateness (J2) correction when propagating the mean orbital elements.
- setUseStartDateForIntervalEvaluation(boolean) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
- setUseTransparentColor(boolean) - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
-
Sets whether TransparentColor
should be used.
- setUseWaveformPulseCount(boolean) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Sets a value indicating whether to use waveform pulse count.
- setUseWrappedStoppingConditions(boolean) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Sets a value indicating whether the stopping conditions on the wrapped propagator should be used when finding the start state.
- setValidDate(ZonedDateTime) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
Sets the time of validity of this record.
- setValue(T) - Method in class agi.foundation.cesium.ConstantCesiumProperty
-
Sets the constant value of the property.
- setValue(double) - Method in class agi.foundation.geometry.ScalarFixed
-
Sets the constant real value.
- setValue(T) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Sets the constant value.
- setValue(Transaction, T) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
-
Sets the value of this property in the context of the specified transaction.
- setValue(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Sets the threshold value of interest.
- setValue(double) - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Sets the threshold value of interest.
- setValue(double) - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Sets the threshold value of interest.
- setValue(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.Articulation
-
Sets the parameter defining the value of the transformation over time.
- setValue(T) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Sets the value.
- setValue(Scalar) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Sets the value that will be used to update the state.
- setValues(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Sets the values of each parameter for this parameterized evaluator.
- setValues(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Sets the values of each parameter for this parameterized evaluator.
- setValueToConstrain(DilutionOfPrecisionType) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Sets the type of dilution of precision to use for this constraint.
- setValueToConstrain(NavigationAccuracyAssessedType) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Sets the type of assessed accuracy to use for this constraint.
- setValueToConstrain(NavigationAccuracyPredictedType) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Sets the type of accuracy to predict when evaluating this constraint.
- setValueTolerance(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
-
Sets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- setValueTolerance(double) - Method in class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
-
Sets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- setValueTolerance(double) - Method in class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
-
Sets the tolerance with which to converge on value when finding
a precise crossing of this threshold.
- setValueTolerance(double) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
-
Sets the convergence tolerance on the function value when finding function
extremum and crossings of the constraint threshold.
- SetVariableCallback<T extends ICloneWithContext> - Class in agi.foundation.numericalmethods
-
- SetVariableCallback() - Constructor for class agi.foundation.numericalmethods.SetVariableCallback
-
Creates a new instance of this delegate.
- SetVariableCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.SetVariableCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- SetVariableCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.SetVariableCallback
-
Initializes a delegate that will invoke a static method on a class.
- SetVariableCallback.Function<T extends ICloneWithContext> - Interface in agi.foundation.numericalmethods
-
A functional interface for the containing delegate type.
- setVariableTolerance(double) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
-
Sets the tolerance used to determine whether a root guess is the same as another root guess, used in
early detection of non-convergence.
- setVariableTolerance(double) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Sets the minimum step that the variable is allowed to take.
- setVector(Vector) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.cesium.UnitVectorCesiumProperty
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.cesium.VectorCesiumProperty
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.geometry.VectorDerivative
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.geometry.VectorMagnitude
-
Sets vector of which to calculate the magnitude.
- setVector(Vector) - Method in class agi.foundation.geometry.VectorScaled
-
Sets the vector which is scaled by
ScaleFactor
(
get
/
set
).
- setVector(Vector) - Method in class agi.foundation.platforms.GraphicalVector
-
Sets the vector.
- setVector(Vector) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Sets the
Vector
(
get
/
set
) to use.
- setVectorAxis(Vector) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Sets the axis about which to measure the dihedral angle.
- setVectorDerivative(Vector) - Method in class agi.foundation.propagators.PropagationVector
-
Sets the derivative of the highest
Order
(
get
) which specifies the motion of this vector
parameter over time.
- setVectorFrom(Vector) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Sets the vector to measure the angle from.
- setVectorGraphics(VectorGraphics) - Method in class agi.foundation.cesium.GraphicalVector
-
Sets the vector graphics.
- setVectorGraphics(VectorGraphics) - Method in class agi.foundation.platforms.GraphicalVector
-
Sets the vector graphics.
- setVectorOne(Vector) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Sets the vector which forms an angle with
VectorTwo
(
get
/
set
).
- setVectorOne(Vector) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Sets the first vector in the dot product.
- setVectorOne(Vector) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Sets the vector to cross with
VectorTwo
(
get
/
set
).
- setVectorTo(Vector) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Sets the vector to measure the angle to.
- setVectorToInvert(Vector) - Method in class agi.foundation.geometry.VectorInverted
-
Sets the vector to invert.
- setVectorToNormalize(Vector) - Method in class agi.foundation.geometry.VectorNormalized
-
Sets the vector to be normalized.
- setVectorToObserve(Vector) - Method in class agi.foundation.geometry.VectorInAxes
-
Sets the vector to observe.
- setVectorToObserve(Vector) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Sets the vector to observe.
- setVectorToSun(Vector) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Sets the vector to the sun to use for modeling the effects of solar radiation on the atmosphere.
- setVectorTwo(Vector) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Sets the vector which forms an angle with
VectorOne
(
get
/
set
).
- setVectorTwo(Vector) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Sets the second vector in the dot product.
- setVectorTwo(Vector) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Sets the vector with which
VectorOne
(
get
/
set
) is crossed.
- setVectorType(RadiationVectorType) - Method in class agi.foundation.celestial.ScalarOccultation
-
Sets whether or not to use true position to calculate the occultation, or apparent position adjusted for aberration.
- setVelocity(AzimuthHorizontalVertical) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Sets the velocity of the aircraft with respect to the static or moving local atmosphere,
depending on the value of
VelocityReferenceAxes
(
get
/
set
).
- setVelocityDiscontinuityAtBurnout(boolean) - Method in class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
- setVelocityDiscontinuityAtBurnout(boolean) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
- setVelocityOfMovingFrame(VectorVelocity) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Sets the velocity of the moving frame in which the affect of aberration is to be determined.
- setVelocityReferenceAxes(ManeuverReferenceAxes) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
-
Sets the reference axes used to define the velocity of the aircraft with respect to either the static or moving local atmosphere.
- setVersion(String) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Sets the ephemeris file version.
- setVersion(int) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
Sets the version of the PAF file
- setVersion(StkAttitudeFileVersion) - Method in class agi.foundation.stk.StkAttitudeFile
-
Sets the attitude file version.
- setVersion(StkEphemerisFileVersion) - Method in class agi.foundation.stk.StkEphemerisFile
-
Sets the ephemeris file version.
- setVersion(StkPatternFileVersion) - Method in class agi.foundation.stk.StkPatternFile
-
Sets the pattern file version.
- setVertex(Point) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Sets the vertex between the
FromPoint
(
get
/
set
) and the
ToPoint
(
get
/
set
).
- setVerticalBehavior(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Sets the vertical behavior of the maneuver.
- setVerticalLoadLimits(Bounds) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Sets the vertical load limits.
- setVerticalOrigin(CesiumProperty<CesiumVerticalOrigin>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets whether the billboard is bottom, center, or top-aligned with the origin.
- setVerticalOrigin(CesiumProperty<CesiumVerticalOrigin>) - Method in class agi.foundation.cesium.LabelGraphics
-
Sets whether the label is bottom, center, or top-aligned with the origin.
- setVerticalWindSpeed(double) - Method in class agi.foundation.celestial.ConstantWindModel
-
Sets the vertical speed of the wind in meters/second.
- setViewBoundScale(double) - Method in class agi.foundation.graphics.KmlNetworkLink
-
Sets the value that scales the bounding box defining the view associated with this network link.
- setViewFrom(ViewFrom) - Method in class agi.foundation.cesium.ViewFromExtension
-
Sets the object defining the suggested initial offset when tracking an object.
- setViewingObject(IServiceProvider) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Sets the object that views the
TargetObject
(
get
/
set
).
- setViewRefreshMode(KmlNetworkLinkViewRefreshMode) - Method in class agi.foundation.graphics.KmlNetworkLink
-
Sets the view refresh mode of the network link.
- setViewRefreshTime(Duration) - Method in class agi.foundation.graphics.KmlNetworkLink
-
- setViewshedOccludedColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the color of the scene geometry that is not visible to the sensor.
- setViewshedResolution(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the resolution in pixels of the viewshed.
- setViewshedVisibleColor(CesiumProperty<Color>) - Method in class agi.foundation.cesium.SensorFieldOfViewGraphics
-
Sets the color of the scene geometry that is visible to the sensor.
- setVignetteEnabled(boolean) - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Sets whether or not the vignette effect is enabled.
- setVignetteStrength(double) - Method in class agi.foundation.graphics.advanced.VisualEffects
-
Sets the strength of the vignette effect, values between [0.001 and 5.0], with
larger values resulting in more pronounced darkening around the perimeter of the
3D window.
- setVisualMagnitude(double) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Sets the median visual magnitude of the
object scaled to the standard distance of 35786 km
(elevation of GEO at zenith).
- setVolume(SolidGraphics) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Sets the graphics describing the volume of the projection.
- setVolumeAffectedByLighting(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the volume is affected by lighting.
- setVolumeBackLineColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the colors of the back lines of the volume.
- setVolumeBackLineWidth(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the width of the back lines of the volume.
- setVolumeColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the color of the volume.
- setVolumeDisplay(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether or not to show the volume.
- setVolumeDisplayFill(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the volume is filled.
- setVolumeDisplayOutline(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the volume is outlined.
- setVolumeDisplaySilhouette(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value indicating whether the volume silhouette is displayed.
- setVolumeOutlineAppearance(OutlineAppearance) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the volume outline appearance.
- setVolumeOutlineColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the color and translucency of the volume outline.
- setVolumeOutlineWidth(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a value defining the width of the volume outline.
- setVolumeSilhouetteColor(Color) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a parameter defining the silhouette color and translucency of the volume.
- setVolumeSilhouetteWidth(float) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
-
Sets a parameter defining the width of the silhouette of the volume.
- setWaterVaporConcentration(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Sets water vapor concentration, in g/m^3.
- setWaveformProcessor(RadarWaveformProcessor) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Sets the waveform processor used to compute the signal-to-noise ratio.
- setWavelength(double) - Method in class agi.foundation.communications.OpticalTransmitter
-
Sets the wavelength, in meters, that the signal is transmitted on.
- setWavelength(double) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Sets the design wavelength of the photodetector, in meters.
- setWavelengthL1(int) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the Wavelength Fact L1 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities.
- setWavelengthL2(int) - Method in class agi.foundation.navigation.datareaders.RinexObservationSatRecord
-
Sets the Wavelength Fact L2 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities
0: Single frequency instrument (use only L1).
- setWaypoint(Cartographic) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Sets the waypoint at which to make the transition.
- setWaypoint(Cartographic) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Sets the waypoint location at which the procedure occurs.
- setWaypoint(Cartographic) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Sets the waypoint location at which to wait.
- setWaypoint(Cartographic) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Sets the waypoint location at which the procedure occurs.
- setWaypoint(Cartographic) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Sets the waypoint location at which the procedure occurs.
- setWeight(double) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Sets a value multiplied by the cost function to prioritize or de-prioritize it
with respect to the constraint errors of any active constraints.
- setWeight(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Sets a value multiplied by the constraint error to prioritize or de-prioritize it
with respect to other constraints or the cost function.
- setWeight(double) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Sets a value multiplied by the constraint error to prioritize or de-prioritize it
with respect to other constraints or the cost function.
- setWeightingMetric(Scalar) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Sets the associated weighting metric.
- setWesternPostOffsetNativeUnits(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Sets the longitude offset (toward the east) of the western-most post in the terrain provider.
- setWetZenithPathDelay(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the wet zenith path delay in millimeters.
- setWhenToCheck(WhenToCheckConstraint) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Sets when to check this constraint (when a stop is detected or found).
- setWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.BillboardGraphics
-
Sets the width of the billboard, in pixels (or meters, if
SizeInMeters
(
get
/
set
) is
true
).
- setWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets width of the curve.
- setWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.LinkGraphics
-
Sets the width of the line.
- setWidth(CesiumProperty<Double>) - Method in class agi.foundation.cesium.PathGraphics
-
Sets the width of the path.
- setWidth(double) - Method in class agi.foundation.graphics.AxesPrimitive
-
Gets or Sets the width in pixels.
- setWidth(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the width of the overlay.
- setWidth(float) - Method in class agi.foundation.graphics.PathPrimitive
-
Sets the line width, in pixels.
- setWidth(float) - Method in class agi.foundation.graphics.PolylinePrimitive
-
Sets the line width, in pixels.
- setWidth(double) - Method in class agi.foundation.graphics.VectorPrimitive
-
Gets or Sets the vector's width in pixels.
- setWidth(GraphicsParameter<Float>) - Method in class agi.foundation.platforms.LineGraphics
-
Sets a parameter defining the width of the line over time.
- setWidth(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.VectorGraphics
-
Sets a parameter defining the width of the vector.
- setWidth(double) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Sets the width of the search area, in meters.
- setWidth(float) - Method in class agi.foundation.tracking.HistoryVisualizer
-
Sets the width of the track history line in pixels.
- setWidthUnit(ScreenOverlayUnit) - Method in class agi.foundation.graphics.Overlay
-
Sets the unit of the Width
property.
- setWindAzimuth(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the wind azimuth, defining the direction from which the wind blows, in degrees.
- setWindDirection(double) - Method in class agi.foundation.celestial.ConstantWindModel
-
Sets the direction the wind is coming from in radians, measured clockwise from North toward East.
- setWindModel(WindModel) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Sets the wind model to be used when evaluating the behavior.
- setWindModel(WindModel) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Sets the wind model to be used when evaluating the maneuver.
- setWindModel(WindModel) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Sets the wind model to be applied to the coordinated flight condition.
- setWindModel(WindModel) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Sets the wind model to be used when evaluating the behavior.
- setWindSpeed(double) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
-
Sets the wind speed in meters per second.
- setWindSpeedModel(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Sets the wind speed model.
- setWireframe(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- setWireframe(boolean) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- setWireframe(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
-
Gets or sets whether the primitive is rendered in wireframe.
- setWireframe(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.ExtrudableLineGraphics
-
Sets a parameter indicating whether the extrusion should be drawn as wireframe.
- setWireframe(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.MarkerGraphics
-
Sets a parameter indicating whether to draw the marker as a wireframe.
- setWireframe(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.SurfaceGraphics
-
Sets a parameter defining whether the area should be drawn as a wireframe over time.
- setWireframe(GraphicsParameter<Boolean>) - Method in class agi.foundation.platforms.TriangleMeshGraphics
-
Sets a parameter defining whether the mesh should be displayed as a wireframe.
- setWithoutTexturing(SurfaceTriangulatorResult) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Defines the surface mesh using the specified surfaceTriangulator
.
- setWriteUp(String) - Method in class agi.foundation.stk.StkSatelliteDatabaseEntry
-
Sets the arbitrary write-up text associated with this satellite.
- setX(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the X position of the overlay relative to its parent.
- setX(double) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the X component of the
DeltaV
(
get
/
set
).
- setXAxisBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the bounds in the x-axis.
- setXAxisLength(double) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the length of the pyramid's base in the x direction.
- setXBeamwidth(double) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Sets the beamwidth measured in the antenna x-axis.
- setXC(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the XC correlation.
- setXC(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the XC correlation.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXDimension(double) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets the antenna x dimension.
- setXGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the gridding technique for the grid points along x.
- setXHalfAngle(double) - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Sets the half angle measured from the principal direction and in the direction of the x-axis.
- setXPosition(double) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Sets the x position of the element in units of wavelength computed from the design frequency.
- setXSemiaxisLength(Scalar) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the constraint ellipse x semiaxis length.
- setXSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space error in the X direction.
- setXSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the x component of the signal in space navigation error
- setXTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total error in the X direction.
- setXUnit(ScreenOverlayUnit) - Method in class agi.foundation.graphics.Overlay
-
Sets the unit of the X
property.
- setXY(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the XY correlation.
- setXY(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the XY correlation.
- setXYSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space error in the XY (Horizontal) direction.
- setXYSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the horizontal component of the signal in space navigation error
- setXYTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total error in the XY (Horizontal) direction.
- setXZ(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the XZ correlation.
- setXZ(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the XZ correlation.
- setY(double) - Method in class agi.foundation.graphics.Overlay
-
Sets the Y position of the overlay relative to its parent.
- setY(double) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the Y component of the
DeltaV
(
get
/
set
).
- setYAxisBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the bounds in the y-axis.
- setYAxisLength(double) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the length of the pyramid's base in the y direction.
- setYBeamwidth(double) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Sets the beamwidth measured in the antenna y-axis.
- setYC(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the YC correlation.
- setYC(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the YC correlation.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYDimension(double) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Sets the antenna y dimension.
- setYGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the gridding technique for the grid points along y.
- setYHalfAngle(double) - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Sets the half angle measured from the principal direction and in the direction of the y-axis.
- setYPosition(double) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Sets the y position of the element in units of wavelength computed from the design frequency.
- setYSemiaxisLength(Scalar) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Sets the constraint ellipse y semiaxis length.
- setYSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space error in the Y direction.
- setYSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the Y component of the signal in space navigation error
- setYTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total error in the Y direction.
- setYUnit(ScreenOverlayUnit) - Method in class agi.foundation.graphics.Overlay
-
Sets the unit of the Y
property.
- setYZ(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the YZ correlation.
- setYZ(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the YZ correlation.
- setZ(double) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Sets the Z component of the
DeltaV
(
get
/
set
).
- setZAxisBounds(Bounds) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the bounds in the z-axis.
- setZC(double) - Method in class agi.foundation.navigation.datareaders.SP3cCorrelations
-
Sets the ZC correlation.
- setZC(double) - Method in class agi.foundation.navigation.datareaders.SP3dCorrelations
-
Sets the ZC correlation.
- setZerothOrderClockCorrection(double) - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Sets the zeroth order clock correction.
- setZerothOrderClockCorrection(double) - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Sets the zeroth order clock correction.
- setZeroTolerance(double) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Sets the tolerance that should be used to check if the evaluated
Argument
(
get
/
set
)
is zero.
- setZGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Sets the gridding technique for the grid points along z.
- setZIndex(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Sets the z-index of the curve, used for ordering ground geometry.
- setZIndex(CesiumProperty<Integer>) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Sets the z-index of the region, used for ordering ground geometry.
- setZone(double, double, double, double, boolean) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Set the latitude and longitude boundaries for an inclusion zone.
- setZooming(boolean) - Method in class agi.foundation.graphics.advanced.MouseOptions
-
Sets whether clicking and dragging the mouse will zoom to the defined area.
- setZoomLevel(int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
Sets the zoom level to request tiles at.
- setZSignalInSpace(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the signal-in-space error in the Z direction.
- setZSignalInSpaceOneSigma(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the one sigma error associated with the Z component of the signal in space navigation error
- setZTotal(double) - Method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Sets the total error in the Z direction.
- setZXAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the gridding technique used in the (z-x) direction of the pyramid.
- setZYAngleGriddingTechnique(ICoverageGriddingTechnique) - Method in class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
-
Sets the gridding technique used in the (z-y) direction of the pyramid.
- Sgp4Elements - Class in agi.foundation.propagators
-
A set of orbital elements intended to be propagated with the SGP4 propagator.
- Sgp4Elements() - Constructor for class agi.foundation.propagators.Sgp4Elements
-
Initializes a new instance.
- Sgp4Elements(Sgp4Elements) - Constructor for class agi.foundation.propagators.Sgp4Elements
-
Initializes a new instance as a copy of an existing instance.
- Sgp4ElementsSwitchByClosestApproach - Class in agi.foundation.propagators
-
An algorithm which determines when to switch from one element set to another
by propagating each element set against the next to determine the time
at which the range between the positions of the two orbits is the smallest.
- Sgp4ElementsSwitchByClosestApproach() - Constructor for class agi.foundation.propagators.Sgp4ElementsSwitchByClosestApproach
-
Create a new instance using a default
Sgp4Propagator
to test the element sets.
- Sgp4ElementsSwitchByClosestApproach(Sgp4Propagator) - Constructor for class agi.foundation.propagators.Sgp4ElementsSwitchByClosestApproach
-
Create a new instance using the given propagator to test the element sets.
- Sgp4ElementsSwitchByEpoch - Class in agi.foundation.propagators
-
An algorithm which determines when to switch from one element set to another
by comparing their respective
Epoch
(
get
/
set
) values.
- Sgp4ElementsSwitchByEpoch() - Constructor for class agi.foundation.propagators.Sgp4ElementsSwitchByEpoch
-
- Sgp4ElementsSwitchByMidpoint - Class in agi.foundation.propagators
-
An algorithm which determines when to switch from one element set to another
by comparing their respective
Epoch
(
get
/
set
) values.
- Sgp4ElementsSwitchByMidpoint() - Constructor for class agi.foundation.propagators.Sgp4ElementsSwitchByMidpoint
-
- Sgp4ElementsSwitching - Class in agi.foundation.propagators
-
An algorithm for determining when to switch from one set of elements to another.
- Sgp4ElementsSwitching() - Constructor for class agi.foundation.propagators.Sgp4ElementsSwitching
-
Initializes a new instance.
- Sgp4EstimationInput(JulianDate) - Constructor for class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
-
Initializes a new instance with the given
requestedEstimationEpoch
for the estimated
Sgp4Elements
.
- Sgp4EstimationOutput() - Constructor for class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Initializes a new instance.
- Sgp4EstimationOutput(int) - Constructor for class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationOutput
-
Initialize a new instance and initialize the residual data
for the given number of observations.
- Sgp4Propagator - Class in agi.foundation.propagators
-
Propagates an orbit using the NORAD SGP4/SDP4 model as defined by the Center for Space Standards and Innovation (CSSI).
- Sgp4Propagator() - Constructor for class agi.foundation.propagators.Sgp4Propagator
-
Initializes a new instance with default values.
- Sgp4Propagator(Sgp4Elements) - Constructor for class agi.foundation.propagators.Sgp4Propagator
-
Constructs a new instance of an
Sgp4Propagator
using the specified initial conditions.
- Sgp4Propagator(Iterable<? extends Sgp4Elements>) - Constructor for class agi.foundation.propagators.Sgp4Propagator
-
Constructs a new instance of an
Sgp4Propagator
using the specified initial conditions.
- Sgp4Propagator(Sgp4Propagator, CopyContext) - Constructor for class agi.foundation.propagators.Sgp4Propagator
-
Initializes a new instance as a copy of an existing instance.
- Sgp4Propagator.Sgp4EstimationInput - Class in agi.foundation.propagators
-
A class containing configuration information for the static estimation methods available on the
Sgp4Propagator
.
- Sgp4Propagator.Sgp4EstimationOutput - Class in agi.foundation.propagators
-
A class containing the estimated
Sgp4Elements
along with the associated
information from the fit.
- SharpenFilter - Class in agi.foundation.graphics.imaging
-
- SharpenFilter() - Constructor for class agi.foundation.graphics.imaging.SharpenFilter
-
Initialize a new instance.
- SharpenFilter(SharpenMethod) - Constructor for class agi.foundation.graphics.imaging.SharpenFilter
-
- SharpenMethod - Enum in agi.foundation.graphics.imaging
-
The method used to sharpen a raster.
- shutDown(Scene) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Called automatically when imagery is being removed from the globe.
- shuttingDown(Scene) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Called by the base class when imagery is being removed from the globe.
- sign(Complex) - Static method in class agi.foundation.coordinates.Complex
-
Returns the sign of a complex value
as either a -1 or +1.
- Signal - Class in agi.foundation.communications
-
An immutable data structure which represents the properties of a single signal consisting of a power, center frequency,
bandwidth range, noise temperature, noise bandwidth range, and a set of additional objects representing additional data.
- Signal(Signal) - Constructor for class agi.foundation.communications.Signal
-
Create a new instance by copying an existing instance.
- SignalChannelIdentifier - Class in agi.foundation.communications
-
A value used to identify a signal channel.
- SignalChannelIdentifier() - Constructor for class agi.foundation.communications.SignalChannelIdentifier
-
Initializes a new instance.
- SignalChannelIdentifier(SignalIdentifier) - Constructor for class agi.foundation.communications.SignalChannelIdentifier
-
Initialize a new instance.
- SignalChannelIdentifier(SignalChannelIdentifier, CopyContext) - Constructor for class agi.foundation.communications.SignalChannelIdentifier
-
Initializes a new instance as a copy of an existing instance.
- SignalCollection - Class in agi.foundation.communications
-
An immutable collection of constituent signals, which represents a composite signal.
- SignalCollection() - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new empty instance.
- SignalCollection(SignalCollection) - Constructor for class agi.foundation.communications.SignalCollection
-
Initializes a new instance as a copy of an existing instance.
- SignalCollection(Signal) - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new instance which consists of a single signal.
- SignalCollection(Collection<Signal>) - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new instance which consists of a set of signals.
- SignalCollection(Signal...) - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new instance which consists of the provided signals.
- SignalCollection(SignalCollection...) - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new instance based on combining an existing set of signal collections.
- SignalCollection(Iterable<? extends SignalCollection>) - Constructor for class agi.foundation.communications.SignalCollection
-
Create a new instance based on combining an existing set of signal collections.
- SignalComputation - Class in agi.foundation.communications
-
Base class for a signal computation, defined in terms of a
SignalParameter
.
- SignalComputation() - Constructor for class agi.foundation.communications.SignalComputation
-
Initializes a new instance.
- SignalComputation(SignalParameter) - Constructor for class agi.foundation.communications.SignalComputation
-
Initializes a new instance.
- SignalComputation(SignalComputation, CopyContext) - Constructor for class agi.foundation.communications.SignalComputation
-
Initializes a new instance as a copy of an existing instance.
- SignalDataCollection - Class in agi.foundation.communications
-
A collection of Signal data.
- SignalDataCollection() - Constructor for class agi.foundation.communications.SignalDataCollection
-
Initializes a new instance.
- SignalDataCollection(Iterable<? extends Object>) - Constructor for class agi.foundation.communications.SignalDataCollection
-
Initializes a new instance.
- SignalDataCollection(SignalDataCollection, CopyContext) - Constructor for class agi.foundation.communications.SignalDataCollection
-
Initializes a new instance as a copy of an existing instance.
- SignalDataRate - Class in agi.foundation.communications.signalprocessing
-
A data object to be added to a
Signal
which represents the data rate
carried on the signal.
- SignalDataRate(double) - Constructor for class agi.foundation.communications.signalprocessing.SignalDataRate
-
Initialize a new data rate.
- SignalDirection - Enum in agi.foundation
-
Indicates the sense of the direction of a signal with respect to an observer.
- SignalDopplerShiftData - Class in agi.foundation.communications
-
Signal data which tracks the frequency doppler shift for each point scatterer from which the signal is reflected.
- SignalDopplerShiftData() - Constructor for class agi.foundation.communications.SignalDopplerShiftData
-
Initializes a new instance.
- SignalDopplerShiftData(double) - Constructor for class agi.foundation.communications.SignalDopplerShiftData
-
Initializes a new instance with a given doppler shift frequency, in hertz.
- SignalEvaluator - Class in agi.foundation.communications
-
Base class for all signal evaluators.
- SignalEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.SignalEvaluator
-
Initializes a new instance.
- SignalEvaluator(SignalEvaluator, CopyContext) - Constructor for class agi.foundation.communications.SignalEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SignalFilter - Class in agi.foundation.communications.signalprocessing
-
Base class for all signal filters.
- SignalFilter() - Constructor for class agi.foundation.communications.signalprocessing.SignalFilter
-
Initializes a new instance.
- SignalFilter(SignalFilter, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.SignalFilter
-
Initializes a new instance as a copy of an existing instance.
- SignalIdentifier - Class in agi.foundation.communications
-
A value used to identify a signal.
- SignalIdentifier() - Constructor for class agi.foundation.communications.SignalIdentifier
-
Initializes a new instance.
- SignalIdentifier(SignalIdentifier, CopyContext) - Constructor for class agi.foundation.communications.SignalIdentifier
-
Initializes a new instance as a copy of an existing instance.
- SignalModificationMethod - Class in agi.foundation.communications
-
A delegate defining a method of modifying a signal.
- SignalModificationMethod() - Constructor for class agi.foundation.communications.SignalModificationMethod
-
Creates a new instance of this delegate.
- SignalModificationMethod(Object, String, Class<?>...) - Constructor for class agi.foundation.communications.SignalModificationMethod
-
Initializes a delegate that will invoke an instance method on a class instance.
- SignalModificationMethod(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.communications.SignalModificationMethod
-
Initializes a delegate that will invoke a static method on a class.
- SignalModificationMethod.Function - Interface in agi.foundation.communications
-
A functional interface for the containing delegate type.
- SignalOutputExtension - Class in agi.foundation.communications.signalprocessing
-
An extension which identifies the output of a receiver, after processing the signal, and just prior to
demodulating the signal to obtain the encoded data.
- SignalOutputExtension() - Constructor for class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Initializes a new instance.
- SignalOutputExtension(SignalProcessor) - Constructor for class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Construct a new instance based on the given
SignalProcessor
and channel bandwidth.
- SignalOutputExtension(SignalOutputExtension, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Initializes a new instance as a copy of an existing instance.
- SignalParameter - Class in agi.foundation.communications
-
A placeholder for a parameterized
Signal
within an evaluator.
- SignalParameter() - Constructor for class agi.foundation.communications.SignalParameter
-
Initializes a new instance.
- SignalPolarizationEvaluator - Class in agi.foundation.communications
-
An abstract base class which defines an object which produces a polarization based on a supplied signal.
- SignalPolarizationEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.SignalPolarizationEvaluator
-
Initializes a new instance.
- SignalPolarizationEvaluator(SignalPolarizationEvaluator, CopyContext) - Constructor for class agi.foundation.communications.SignalPolarizationEvaluator
-
Initializes a new instance as a copy of an existing instance.
- SignalProcessor - Class in agi.foundation.communications.signalprocessing
-
Base class for all signal processors containing an input and an output.
- SignalProcessor() - Constructor for class agi.foundation.communications.signalprocessing.SignalProcessor
-
Initializes a new instance.
- SignalProcessor(SignalProcessor, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.SignalProcessor
-
Initializes a new instance as a copy of an existing instance.
- SignalPropagationGraph - Class in agi.foundation.communications
-
Defines the configuration of the graph of communication links which are used to propagate signals.
- SignalPropagationGraph() - Constructor for class agi.foundation.communications.SignalPropagationGraph
-
Initializes a new instance.
- SignalPropagationGraph(SignalPropagationGraph, CopyContext) - Constructor for class agi.foundation.communications.SignalPropagationGraph
-
Initializes a new instance as a copy of an existing instance.
- SignalPropagationModel - Class in agi.foundation.communications.signalpropagation
-
Base class for a signal propagation model which takes a set of signals and modifies them based on propagation effects.
- SignalPropagationModel() - Constructor for class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Initializes a new instance.
- SignalPropagationModel(SignalPropagationModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Initializes a new instance as a copy of an existing instance.
- SignalPropagationModelChain - Class in agi.foundation.communications.signalpropagation
-
Represents a chain of signal propagation models by references to the start and stop models in the chain.
- SignalPropagationModelChain(SignalPropagationModel, SignalPropagationModel) - Constructor for class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Initializes a chain with the input start and stop models.
- SignalPropagationModelLoss(Class<? extends SignalPropagationModel>, double) - Constructor for class agi.foundation.communications.LinkBudget.SignalPropagationModelLoss
-
Initializes a new instance.
- SignalPropagator - Class in agi.foundation.communications.signalpropagation
-
An abstract base class which defines an object which propagates a set of signals.
- SignalPropagator(EvaluatorGroup) - Constructor for class agi.foundation.communications.signalpropagation.SignalPropagator
-
Initializes a new instance.
- SignalPropagator(SignalPropagator, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.SignalPropagator
-
Initializes a new instance as a copy of an existing instance.
- SignalSource - Class in agi.foundation.communications.signalprocessing
-
A data source which produces the given signal to transmit.
- SignalSource() - Constructor for class agi.foundation.communications.signalprocessing.SignalSource
-
Initializes a new instance.
- SignalSource(Signal, TimeIntervalCollection) - Constructor for class agi.foundation.communications.signalprocessing.SignalSource
-
Create a new source which transmits the given signal at certain times.
- SignalSource(SignalSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.SignalSource
-
Initializes a new instance as a copy of an existing instance.
- SignalSwerlingTargetModel - Class in agi.foundation.radar
-
A data object to be added to a
Signal
which represents the radar cross section Swerling target model.
- SignalSwerlingTargetModel(SwerlingTargetModel) - Constructor for class agi.foundation.radar.SignalSwerlingTargetModel
-
Initializes a new instance.
- SignalToNoiseRatioComputeMode - Enum in agi.foundation.radar
-
Indicates they type of computed signal-to-noise ratio used to compute probability of detection.
- SignalToNoiseRatioScalar - Class in agi.foundation.radar
-
A
SingleTargetRadarLinkScalar
which represents the signal-to-noise (unitless ratio), either single pulse or integrated and with or without interference effects,
at the output of the radar receiver.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, RadarWaveformProcessor, IntendedSignalStrategy, SignalPropagationGraph, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(IServiceProvider, IServiceProvider, IServiceProvider, RadarWaveformProcessor, IntendedSignalStrategy, SignalPropagationGraph, boolean, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance.
- SignalToNoiseRatioScalar(SignalToNoiseRatioScalar, CopyContext) - Constructor for class agi.foundation.radar.SignalToNoiseRatioScalar
-
Initializes a new instance as a copy of an existing instance.
- Simon1994PlanetaryPositions - Class in agi.foundation.celestial
-
Provides
Point
instances representing the positions of the planets computed using the
equations described in
Simon J.L., Bretagnon P., Chapront J., Chapront-Touze M., Francou G., Laskar J.,
1994, A&A 282, 663-683.
- SimpleAccelerationPerformanceModel - Class in agi.foundation.aircraftpropagation
-
Defines a simple performance model for an aircraft during acceleration.
- SimpleAccelerationPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Initializes a new instance.
- SimpleAccelerationPerformanceModel(SimpleAccelerationPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- SimpleAdapter<T> - Class in agi.foundation.coordinates
-
- SimpleAdapter() - Constructor for class agi.foundation.coordinates.SimpleAdapter
-
Initializes a new instance.
- SimpleAdapter(String) - Constructor for class agi.foundation.coordinates.SimpleAdapter
-
Initializes a new instance.
- SimpleAdapter(SimpleAdapter<T>, CopyContext) - Constructor for class agi.foundation.coordinates.SimpleAdapter
-
Initializes a new instance as a copy of an existing instance.
- SimpleAnalogTransmitter - Class in agi.foundation.communications
-
A simple analog transmitter defined by frequency and power.
- SimpleAnalogTransmitter() - Constructor for class agi.foundation.communications.SimpleAnalogTransmitter
-
Creates a new instance using default values.
- SimpleAnalogTransmitter(String, Point, double, double, double) - Constructor for class agi.foundation.communications.SimpleAnalogTransmitter
-
Creates a new instance with the specified parameters.
- SimpleAnalogTransmitter(String, Point, Axes, double, double, double) - Constructor for class agi.foundation.communications.SimpleAnalogTransmitter
-
Creates a new instance, specifying all parameters.
- SimpleAnalogTransmitter(String, Point, Axes, double, double, double, PolarizationSource) - Constructor for class agi.foundation.communications.SimpleAnalogTransmitter
-
Creates a new instance, specifying all parameters.
- SimpleAnalogTransmitter(SimpleAnalogTransmitter, CopyContext) - Constructor for class agi.foundation.communications.SimpleAnalogTransmitter
-
Initializes a new instance as a copy of an existing instance.
- SimpleAscentPropagator - Class in agi.foundation.propagators
-
Propagates a simple (point) launch vehicle from a
CentralBody
(
get
/
set
) to a specified burnout motion.
- SimpleAscentPropagator() - Constructor for class agi.foundation.propagators.SimpleAscentPropagator
-
Initializes a new instance.
- SimpleAscentPropagatorAscentType - Enum in agi.foundation.propagators
-
- SimpleAscentPropagatorBurnoutVelocityFrame - Enum in agi.foundation.propagators
-
- SimpleAscentPropagatorWarnings - Class in agi.foundation.propagators
-
The arguments passed to any event handlers listening for propagation warnings that may be produced when using the
SimpleAscentPropagator
.
- SimpleAscentPropagatorWarnings() - Constructor for class agi.foundation.propagators.SimpleAscentPropagatorWarnings
-
- simpleCheck(double, double, double, boolean, InequalityCondition, double, double) - Static method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
-
Performs a simple check of the currentValue
against a threshold
and tolerance
,
using the useAbsoluteValue
and inequalityCriteria
to determine if this
constraint is satisfied by the currentValue
.
- SimpleClimbPerformanceModel - Class in agi.foundation.aircraftpropagation
-
Defines a simple performance model for an aircraft during climb.
- SimpleClimbPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Initializes a new instance.
- SimpleClimbPerformanceModel(double, double, double) - Constructor for class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleClimbPerformanceModel(ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider) - Constructor for class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleClimbPerformanceModel(SimpleClimbPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- SimpleCruisePerformanceModel - Class in agi.foundation.aircraftpropagation
-
Defines a simple performance model for an aircraft during cruise.
- SimpleCruisePerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Initializes a new instance.
- SimpleCruisePerformanceModel(double, double) - Constructor for class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleCruisePerformanceModel(ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider) - Constructor for class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleCruisePerformanceModel(SimpleCruisePerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- SimpleDescentPerformanceModel - Class in agi.foundation.aircraftpropagation
-
Defines a simple performance model for an aircraft during descent.
- SimpleDescentPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Initializes a new instance.
- SimpleDescentPerformanceModel(double, double, double) - Constructor for class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleDescentPerformanceModel(ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider) - Constructor for class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Initializes an instance with the provided parameters.
- SimpleDescentPerformanceModel(SimpleDescentPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- SimpleDigitalTransmitter - Class in agi.foundation.communications
-
- SimpleDigitalTransmitter() - Constructor for class agi.foundation.communications.SimpleDigitalTransmitter
-
Creates a new instance using default values.
- SimpleDigitalTransmitter(String, Point, double, double, double) - Constructor for class agi.foundation.communications.SimpleDigitalTransmitter
-
Creates a new instance from the specified parameters.
- SimpleDigitalTransmitter(String, Point, Axes, double, double, double) - Constructor for class agi.foundation.communications.SimpleDigitalTransmitter
-
Creates a new instance from the specified parameters.
- SimpleDigitalTransmitter(String, Point, Axes, double, double, double, PolarizationSource) - Constructor for class agi.foundation.communications.SimpleDigitalTransmitter
-
Creates a new instance from the specified parameters.
- SimpleDigitalTransmitter(SimpleDigitalTransmitter, CopyContext) - Constructor for class agi.foundation.communications.SimpleDigitalTransmitter
-
Initializes a new instance as a copy of an existing instance.
- SimpleFixedWingCoordinatedFlight - Class in agi.foundation.aircraftpropagation
-
Defines a flight condition where the aircraft is assumed to be flying with the following conditions:
The forces acting in the lateral direction are zero.
- SimpleFixedWingCoordinatedFlight() - Constructor for class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Initializes a new instance.
- SimpleFixedWingCoordinatedFlight(Point, WindModel, SimpleFixedWingForwardFlightAerodynamics, Scalar, Scalar) - Constructor for class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Initializes a new instance with the specified parameters.
- SimpleFixedWingCoordinatedFlight(SimpleFixedWingCoordinatedFlight, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Initializes a new instance as a copy of an existing instance.
- SimpleFixedWingForwardFlightAerodynamics - Class in agi.foundation.aircraftpropagation
-
Defines an aerodynamic model for fixed wing aircraft under nominal forward flight conditions
which accounts for lift and drag forces but assumes that the slip (or side) force is zero, by definition.
- SimpleFixedWingForwardFlightAerodynamics() - Constructor for class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Initializes a new instance.
- SimpleFixedWingForwardFlightAerodynamics(SimpleFixedWingForwardFlightAerodynamics, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Initializes a new instance as a copy of an existing instance.
- SimpleForwardFlightJetPropulsion - Class in agi.foundation.aircraftpropagation
-
Defines a propulsion model for a jet or turbofan driven fixed wing aircraft under nominal forward flight conditions.
- SimpleForwardFlightJetPropulsion() - Constructor for class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Initializes a new instance.
- SimpleForwardFlightJetPropulsion(SimpleForwardFlightJetPropulsion, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Initializes a new instance as a copy of an existing instance.
- SimpleForwardFlightPropellerPropulsion - Class in agi.foundation.aircraftpropagation
-
Defines a propulsion model for a propeller driven fixed wing aircraft under nominal forward flight conditions.
- SimpleForwardFlightPropellerPropulsion() - Constructor for class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Initializes a new instance.
- SimpleForwardFlightPropellerPropulsion(SimpleForwardFlightPropellerPropulsion, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Initializes a new instance as a copy of an existing instance.
- SimpleMotionAdapter<T> - Class in agi.foundation.coordinates
-
The factory for a
StateElementAdapter
that has no defined in, nor an element
definition object.
- SimpleMotionAdapter() - Constructor for class agi.foundation.coordinates.SimpleMotionAdapter
-
Initializes a new instance.
- SimpleMotionAdapter(String) - Constructor for class agi.foundation.coordinates.SimpleMotionAdapter
-
Initializes a new instance.
- SimpleMotionAdapter(SimpleMotionAdapter<T>, CopyContext) - Constructor for class agi.foundation.coordinates.SimpleMotionAdapter
-
Initializes a new instance as a copy of an existing instance.
- SimpleReceiver - Class in agi.foundation.communications
-
- SimpleReceiver() - Constructor for class agi.foundation.communications.SimpleReceiver
-
Initializes a new instance.
- SimpleReceiver(String, Point, double, double, double, double) - Constructor for class agi.foundation.communications.SimpleReceiver
-
Creates a new instance with the specified parameters.
- SimpleReceiver(String, Point, Axes, double, double, double, double) - Constructor for class agi.foundation.communications.SimpleReceiver
-
Creates a new instance specifying all parameters.
- SimpleReceiver(String, Point, Axes, double, double, double, double, PolarizationSource) - Constructor for class agi.foundation.communications.SimpleReceiver
-
Creates a new instance specifying all parameters.
- SimpleReceiver(SimpleReceiver, CopyContext) - Constructor for class agi.foundation.communications.SimpleReceiver
-
Initializes a new instance as a copy of an existing instance.
- SimpleRouteProcedure - Class in agi.foundation.routedesign.advanced
-
Base class for all surface procedures that don't specify an explicit
RouteProfile
associated with the surface path.
- SimpleRouteProcedure() - Constructor for class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Initializes a new instance.
- SimpleRouteProcedure(RouteProfile) - Constructor for class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Create a new instance based on the given profile.
- SimpleRouteProcedure(double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Create a new instance based on the given constant height and speed with respect to the surface
of the
Earth
(
get
).
- SimpleRouteProcedure(double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Create a new instance based on the given constant height and speed with respect to the
given terrain surface.
- SimpleRouteProcedure(SimpleRouteProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Initializes a new instance as a copy of an existing instance.
- SimpleSatcomAtmosphericAttenuationModel - Class in agi.foundation.communications.signalpropagation
-
Simple SATCOM atmospheric attenuation propagation model implementation.
- SimpleSatcomAtmosphericAttenuationModel() - Constructor for class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Initializes a new instance.
- SimpleSatcomAtmosphericAttenuationModel(SimpleSatcomAtmosphericAttenuationModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Initializes a new instance as a copy of an existing instance.
- SimpleSolarRadiationForce - Class in agi.foundation.celestial
-
Represents the acceleration from solar radiation pressure exerted on the given reflective area at the target position.
- SimpleSolarRadiationForce() - Constructor for class agi.foundation.celestial.SimpleSolarRadiationForce
-
Initializes a new instance.
- SimpleSolarRadiationForce(Point, Scalar, Scalar) - Constructor for class agi.foundation.celestial.SimpleSolarRadiationForce
-
Creates a instance based on the given target point and its coefficients.
- SimpleSolarRadiationForce(ScalarOccultation, Scalar, Scalar) - Constructor for class agi.foundation.celestial.SimpleSolarRadiationForce
-
Creates a instance based on a given
ScalarOccultation
and the coefficients of reflectivity.
- SimpleSolarRadiationForce(SimpleSolarRadiationForce, CopyContext) - Constructor for class agi.foundation.celestial.SimpleSolarRadiationForce
-
Initializes a new instance as a copy of an existing instance.
- SimpleSolidTideModel - Class in agi.foundation.celestial
-
A simplified, time-varying solid tide model.
- SimpleSolidTideModel() - Constructor for class agi.foundation.celestial.SimpleSolidTideModel
-
Initializes a simplified, time-varying solid tide model without any configuration.
- SimpleSolidTideModel(CentralBody, double, double, double, double) - Constructor for class agi.foundation.celestial.SimpleSolidTideModel
-
Initializes most of the parameters of a simplified, time-varying solid tide model.
- SimpleSolidTideModel(SimpleSolidTideModel, CopyContext) - Constructor for class agi.foundation.celestial.SimpleSolidTideModel
-
Initializes a new instance as a copy of an existing instance.
- simplifyIfNotTimeVarying(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesEvaluator
-
If this evaluator is not time varying, this method evaluates its value and constructs an evaluator
from an
AxesFixedOffset
representing the fixed value.
- simplifyIfNotTimeVarying(EvaluatorGroup) - Method in class agi.foundation.geometry.PointEvaluator
-
If this evaluator is not time varying, this method evaluates its value and constructs an evaluator
from a
PointFixedOffset
representing the fixed value.
- simplifyIfNotTimeVarying(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorEvaluator
-
If this evaluator is not time varying, this method evaluates its value and constructs an evaluator
from a
VectorFixed
representing the fixed value.
- SimulationAnimation - Class in agi.foundation.graphics
-
Allows the user to animate at any time: past, present, or future.
- SimulationAnimation() - Constructor for class agi.foundation.graphics.SimulationAnimation
-
Initializes a new instance.
- SimulationAnimationCycle - Enum in agi.foundation.graphics.advanced
-
Defines the next animation time that will happen when the start and end times are reached.
- SincExponentCircularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A [Sin(x)/x]^n curve distribution circular aperture antenna gain pattern.
- SincExponentCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Initializes a new instance.
- SincExponentCircularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Create a new instance based on the given exponent, diameter, efficiency, and back lobe gain.
- SincExponentCircularApertureGainPattern(SincExponentCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- SincExponentRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A [Sin(x)/x]^n curve distribution rectangular aperture antenna gain pattern.
- SincExponentRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Initializes a new instance.
- SincExponentRectangularApertureGainPattern(double, double, double, double, double) - Constructor for class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Create a new instance based on the given exponent, x and y dimensions, efficiency, and back lobe gain.
- SincExponentRectangularApertureGainPattern(SincExponentRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- SingleFrequencyIonosphericCorrectionModel - Class in agi.foundation.navigation.models
-
Creates an ionospheric error correction model for single frequency Gps receivers.
- SingleFrequencyIonosphericCorrectionModel() - Constructor for class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Default constructor.
- SingleFrequencyIonosphericCorrectionModel(RinexNavigation) - Constructor for class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Creates a SingleFrequencyIonosphericCorrectionModel.
- SingleFrequencyIonosphericCorrectionModel(SingleFrequencyIonosphericCorrectionModel, CopyContext) - Constructor for class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Initializes a new instance as a copy of an existing instance.
- SinglePointStoppablePropagator - Class in agi.foundation.propagators
-
Samples a
Point
at a specified time step until a
StoppingCondition
is
satisfied, returning the ephemeris computed and all events found by the
StoppingConditions
(
get
).
- SinglePointStoppablePropagator(EvaluatorGroup, SinglePointStoppablePropagatorDefinition, List<StateElementAdapterDefinition>) - Constructor for class agi.foundation.propagators.SinglePointStoppablePropagator
-
Initializes a new instance.
- SinglePointStoppablePropagator(SinglePointStoppablePropagator, CopyContext) - Constructor for class agi.foundation.propagators.SinglePointStoppablePropagator
-
Initializes a new instance as a copy of an existing instance.
- SinglePointStoppablePropagatorDefinition - Class in agi.foundation.propagators
-
Provides the infrastructure to use a
Point
as a basis for propagating a
trajectory that can be stopped with
StoppingConditions
.
- SinglePointStoppablePropagatorDefinition() - Constructor for class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Initializes a new instance.
- SinglePointStoppablePropagatorDefinition(SinglePointStoppablePropagatorDefinition, CopyContext) - Constructor for class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Initializes a new instance as a copy of an existing instance.
- SinglePointStoppablePropagatorResults - Class in agi.foundation.propagators
-
- SinglePointStoppablePropagatorResults(StoppingConditionEvent, List<StoppingConditionEvent>, DateMotionCollection1<Cartesian>, List<ITimeBasedState>, boolean) - Constructor for class agi.foundation.propagators.SinglePointStoppablePropagatorResults
-
Initializes a new instance.
- SinglePropagateSegmentResults - Class in agi.foundation.segmentpropagation
-
A
PropagateSegment
can optionally propagate multiple segments with an auto-sequence
with stopping conditions.
- SinglePropagateSegmentResults(SegmentPropagator, ITimeBasedState, PropagateSegmentConfiguration, StoppablePropagatorResults, boolean, List<StateElementAdapter>) - Constructor for class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
Initializes a new instance.
- SinglePropagateSegmentResults(SinglePropagateSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
Initializes a new instance as a copy of an existing instance.
- SingleTargetRadarLinkScalar - Class in agi.foundation.radar
-
A scalar which represents a two way radar transmission from a transmitter, scattered off of a target, and back to a receiver.
- SingleTargetRadarLinkScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Initializes a new instance.
- SingleTargetRadarLinkScalar(SingleTargetRadarLinkScalar, CopyContext) - Constructor for class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Initializes a new instance as a copy of an existing instance.
- SingleTargetRadarObjectConstraint - Class in agi.foundation.access.constraints
-
- SingleTargetRadarObjectConstraint() - Constructor for class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Initializes a new instance.
- SingleTargetRadarObjectConstraint(SingleTargetRadarLinkScalar, double, double) - Constructor for class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Initialize a new instance with the given scalar communication parameter, minimum threshold, and maximum threshold.
- SingleTargetRadarObjectConstraint(SingleTargetRadarObjectConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Initializes a new instance as a copy of an existing instance.
- SingleValueStateUpdater - Class in agi.foundation.segmentpropagation
-
Updates the propagated state where a single value will change a value or values in the state.
- SingleValueStateUpdater() - Constructor for class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Initializes a new instance.
- SingleValueStateUpdater(Scalar, SingleValueUpdaterCallback) - Constructor for class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Initializes a new instance.
- SingleValueStateUpdater(SingleValueStateUpdater, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Initializes a new instance as a copy of an existing instance.
- SingleValueUpdaterCallback - Class in agi.foundation.segmentpropagation
-
- SingleValueUpdaterCallback() - Constructor for class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
-
Creates a new instance of this delegate.
- SingleValueUpdaterCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- SingleValueUpdaterCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
-
Initializes a delegate that will invoke a static method on a class.
- SingleValueUpdaterCallback.Function - Interface in agi.foundation.segmentpropagation
-
A functional interface for the containing delegate type.
- size() - Method in class agi.foundation.communications.SignalCollection
-
Gets the number of constituent signals in the composite signal.
- size() - Method in class agi.foundation.compatibility.BaseCollection
-
- size() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
Gets the number of screen overlays in the collection.
- size() - Method in class agi.foundation.graphics.ImageCollection
-
- size() - Method in class agi.foundation.graphics.TerrainCollection
-
- size() - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Gets the number of items.
- size() - Method in class agi.foundation.time.TimeIntervalCollection
-
Gets the number of intervals in this interval collection.
- size() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Gets the number of intervals in this interval collection.
- skip(long) - Method in class agi.foundation.compatibility.FileStream
-
- SmallSolarSystemBodyAnalyticEphemeris - Class in agi.foundation.celestial
-
Provides
Point
instances representing the positions of a selection of dwarf planets and
other small solar system bodies based on the osculating orbital elements defined at reference epochs
by the
Small-Body Database
maintained by the Solar System Dynamics group of JPL.
- SolarGeophysicalData - Class in agi.foundation.celestial
-
This class holds information on the F10.7 solar flux and the kp and ap geomagnetic flux.
- SolarGeophysicalData() - Constructor for class agi.foundation.celestial.SolarGeophysicalData
-
Initializes a new instance.
- SolarGeophysicalData(SolarGeophysicalData, CopyContext) - Constructor for class agi.foundation.celestial.SolarGeophysicalData
-
Initializes a new instance as a copy of an existing instance.
- SolarLuminosity2007Carroll - Static variable in class agi.foundation.Constants
-
Solar Luminosity in Watts: 3.839E26, taken from "An Introduction to Modern Astrophysics", by Carrol et.
- SolarLuminosity2015IauResolutionB3 - Static variable in class agi.foundation.Constants
-
Solar Luminosity in Watts: 3.828E26, taken from
"Resolution B3 on recommended nominal conversion constants for selected solar and planetary properties", August 13, 2015.
- SolarRadiationBodyPlate - Class in agi.foundation.celestial
-
A model of a discrete surface element of a spacecraft's body that has a surface area, unit normal direction,
a specular reflectivity coefficient, and a diffuse reflectivity coefficient.
- SolarRadiationBodyPlate(String, String, double, UnitCartesian, double, double) - Constructor for class agi.foundation.celestial.SolarRadiationBodyPlate
-
Initializes a new instance.
- SolarRadiationBodyPlate(String, String, double, UnitCartesian, double, double, Axes) - Constructor for class agi.foundation.celestial.SolarRadiationBodyPlate
-
Initializes a new instance.
- SolarRadiationBodyPlate(SolarRadiationBodyPlate, CopyContext) - Constructor for class agi.foundation.celestial.SolarRadiationBodyPlate
-
Initializes a new instance as a copy of an existing instance.
- SolarRadiationBoundaryMitigation - Class in agi.foundation.celestial
-
Corrects for eclipse crossings during satellite propagation.
- SolarRadiationBoundaryMitigation(PropagationPointElement, CentralBody, double, SimpleSolarRadiationForce, Scalar) - Constructor for class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Creates an instance.
- SolarRadiationBoundaryMitigation(SolarRadiationBoundaryMitigation, CopyContext) - Constructor for class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Initializes a new instance as a copy of an existing instance.
- SolarRadiationOneDofSolarPanelPlate - Class in agi.foundation.celestial
-
A model of a discrete surface element of a spacecraft's solar panels that points
toward the Sun as much as it can while being constrained by a single rotational
degree of freedom about a specified rotation axis.
- SolarRadiationOneDofSolarPanelPlate(String, String, double, UnitCartesian, double, double) - Constructor for class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Initializes a new instance.
- SolarRadiationOneDofSolarPanelPlate(SolarRadiationOneDofSolarPanelPlate, CopyContext) - Constructor for class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Initializes a new instance as a copy of an existing instance.
- SolarRadiationPlate - Class in agi.foundation.celestial
-
A model of a discrete surface element of a spacecraft that has a surface area, unit normal direction,
a specular reflectivity coefficient, and a diffuse reflectivity coefficient.
- SolarRadiationPlate(String, String, double, double, double) - Constructor for class agi.foundation.celestial.SolarRadiationPlate
-
Initializes a new instance.
- SolarRadiationPlate(SolarRadiationPlate, CopyContext) - Constructor for class agi.foundation.celestial.SolarRadiationPlate
-
Initializes a new instance as a copy of an existing instance.
- SolarRadiationTwoDofSolarPanelPlate - Class in agi.foundation.celestial
-
A model of a discrete surface element of a spacecraft's solar panels that always points toward the Sun.
- SolarRadiationTwoDofSolarPanelPlate(String, String, double, double, double) - Constructor for class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Initializes a new instance.
- SolarRadiationTwoDofSolarPanelPlate(SolarRadiationTwoDofSolarPanelPlate, CopyContext) - Constructor for class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Initializes a new instance as a copy of an existing instance.
- SolarSystemBarycenter - Class in agi.foundation.celestial
-
The barycenter of a solar system.
- SolarSystemBarycenter() - Constructor for class agi.foundation.celestial.SolarSystemBarycenter
-
Initializes a new instance.
- SolarSystemBarycenter(SolarSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.SolarSystemBarycenter
-
Initializes a new instance as a copy of an existing instance.
- Solid - Class in agi.foundation.geometry.shapes
-
A 3-dimensional geometric figure.
- Solid() - Constructor for class agi.foundation.geometry.shapes.Solid
-
- SolidColorMaterialGraphics - Class in agi.foundation.cesium
-
Describes graphical properties of a material that fills the surface with a solid color.
- SolidColorMaterialGraphics() - Constructor for class agi.foundation.cesium.SolidColorMaterialGraphics
-
Initializes a new instance.
- SolidColorMaterialGraphics(CesiumProperty<Color>) - Constructor for class agi.foundation.cesium.SolidColorMaterialGraphics
-
Initializes a new instance with the specified color.
- SolidColorMaterialGraphics(Color) - Constructor for class agi.foundation.cesium.SolidColorMaterialGraphics
-
Initializes a new instance with the specified color.
- SolidGraphics - Class in agi.foundation.platforms
-
Defines the graphics properties of a solid over time.
- SolidGraphics() - Constructor for class agi.foundation.platforms.SolidGraphics
-
Initializes a new instance.
- SolidPrimitive - Class in agi.foundation.graphics
-
Renders filled solid objects and their outlines.
- SolidPrimitive() - Constructor for class agi.foundation.graphics.SolidPrimitive
-
Initializes a default solid primitive.
- SolidPrimitive(SetHint) - Constructor for class agi.foundation.graphics.SolidPrimitive
-
Initializes a solid primitive with the specified setHint
.
- SolidTideModel - Class in agi.foundation.celestial
-
A solid tide model that could be permanent or time-varying.
- SolidTideModel() - Constructor for class agi.foundation.celestial.SolidTideModel
-
Initializes a solid tide model without any configuration.
- SolidTideModel(CentralBody, int, int, double, double) - Constructor for class agi.foundation.celestial.SolidTideModel
-
Initializes most of the parameters of a generic solid tide model.
- SolidTideModel(SolidTideModel, CopyContext) - Constructor for class agi.foundation.celestial.SolidTideModel
-
Initializes a new instance as a copy of an existing instance.
- SolidTriangulatorResult - Class in agi.foundation.geometry.discrete
-
The result from a triangulation of a solid: a triangle mesh defined using an
indexed triangle list and positions outlining the solid.
- SolidUpdater - Class in agi.foundation.platforms.advanced
-
- SolidUpdater(SolidGraphics, EvaluatorGroup) - Constructor for class agi.foundation.platforms.advanced.SolidUpdater
-
- SolvableMultivariableFunction - Class in agi.foundation.numericalmethods
-
- SolvableMultivariableFunction() - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Initializes a new instance.
- SolvableMultivariableFunction(SolvableMultivariableFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Initializes a new instance as a copy of an existing instance.
- SolvableMultivariableFunctionDerivativeResults - Class in agi.foundation.numericalmethods
-
- SolvableMultivariableFunctionDerivativeResults(double[], double[][]) - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunctionDerivativeResults
-
Initializes a new instance.
- SolvableMultivariableFunctionDerivativeResults(SolvableMultivariableFunctionDerivativeResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunctionDerivativeResults
-
Initializes a new instance as a copy of an existing instance.
- SolvableMultivariableFunctionOperations - Class in agi.foundation.numericalmethods.advanced
-
- SolvableMultivariableFunctionResults - Class in agi.foundation.numericalmethods
-
- SolvableMultivariableFunctionResults(double[], double[]) - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunctionResults
-
Initializes a new instance.
- SolvableMultivariableFunctionResults(SolvableMultivariableFunctionResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.SolvableMultivariableFunctionResults
-
Initializes a new instance as a copy of an existing instance.
- solve(double[]) - Method in class agi.foundation.coordinates.DenseMatrix
-
Solve A*X = B
- solve(Cartesian, Cartesian, Cartesian) - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Solves the initial orbit determination problem using the Gibbs method.
- solve(Cartesian, Cartesian, Cartesian, JulianDate, JulianDate, JulianDate) - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Solves the initial orbit determination problem using the Herrick-Gibbs method for closely spaced positions.
- solveFixedDurationTransfer(Cartesian, Cartesian, Duration, int, LambertPathType, OrbitDirectionType) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the classic Lambert problem with the specified number of revolutions.
- solveFixedDurationTransfer(Cartesian, Cartesian, Duration, int, LambertPathType, OrbitDirectionType, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the classic Lambert problem with the specified number of revolutions.
- solveForAllVelocities(Cartesian, Cartesian, Cartesian) - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Solves the initial orbit determination problem using the Gibbs method.
- solveForAllVelocities(Cartesian, Cartesian, Cartesian, JulianDate, JulianDate, JulianDate) - Method in class agi.foundation.propagators.InitialOrbitSolver
-
Solves the initial orbit determination problem using the Herrick-Gibbs method for closely spaced positions.
- solveLagrangianDerivativeEquation(OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionDerivativeResults, ArrayList<InequalityConstraintSettings>, ArrayList<Double>, ArrayList<double[]>, List<SolverConstraintSettings>, double[], ArrayList<Double>[], double[][]) - Static method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Solves for the Lagrange multipliers and derivatives of the Lagrangian
using the cost function, equality errors, active inequality errors,
and the gradients of each with respect to the variables.
- solveMinimumDurationMultipleRevolutionTransfer(Cartesian, Cartesian, int, LambertPathType, OrbitDirectionType) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveMinimumDurationMultipleRevolutionTransfer(Cartesian, Cartesian, int, LambertPathType, OrbitDirectionType, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveMinimumEccentricityTransfer(Cartesian, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveMinimumEccentricityTransfer(Cartesian, Cartesian, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveMinimumEnergyTransfer(Cartesian, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveMinimumEnergyTransfer(Cartesian, Cartesian, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- solveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType, Cartesian) - Method in class agi.foundation.propagators.LambertOrbitSolver
-
Solves the constrained Lambert problem given the input.
- SolverConstraintScaling - Class in agi.foundation.numericalmethods
-
Derived classes of this type specify the type of scaling applied to constraints.
- SolverConstraintScaling() - Constructor for class agi.foundation.numericalmethods.SolverConstraintScaling
-
Initializes a new instance.
- SolverConstraintSettings - Class in agi.foundation.numericalmethods
-
- SolverConstraintSettings(double, double) - Constructor for class agi.foundation.numericalmethods.SolverConstraintSettings
-
Initializes a new instance with no scaling.
- SolverConstraintSettings(double, double, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.SolverConstraintSettings
-
Initializes a new instance.
- SolverConstraintSettings(double, double, SolverConstraintScaling, String) - Constructor for class agi.foundation.numericalmethods.SolverConstraintSettings
-
Initializes a new instance.
- SolverConstraintSettings(double, double, SolverConstraintScaling, String, double) - Constructor for class agi.foundation.numericalmethods.SolverConstraintSettings
-
Initializes a new instance.
- SolverConstraintSettings(SolverConstraintSettings, CopyContext) - Constructor for class agi.foundation.numericalmethods.SolverConstraintSettings
-
Initializes a new instance as a copy of an existing instance.
- SolverFunctionDerivativeEvaluatedEventArgs - Class in agi.foundation.numericalmethods
-
- SolverFunctionDerivativeEvaluatedEventArgs(SolvableMultivariableFunctionDerivativeResults) - Constructor for class agi.foundation.numericalmethods.SolverFunctionDerivativeEvaluatedEventArgs
-
Initializes a new instance.
- SolverFunctionEvaluatedEventArgs - Class in agi.foundation.numericalmethods
-
- SolverFunctionEvaluatedEventArgs(SolvableMultivariableFunctionResults) - Constructor for class agi.foundation.numericalmethods.SolverFunctionEvaluatedEventArgs
-
Initializes a new instance.
- SolverVariableScaling - Class in agi.foundation.numericalmethods
-
Derived classes of this type specify the type of scaling applied to variables in the numerical function solver.
- SolverVariableScaling() - Constructor for class agi.foundation.numericalmethods.SolverVariableScaling
-
Initializes a new instance.
- SolverVariableSettings - Class in agi.foundation.numericalmethods
-
- SolverVariableSettings(double) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance.
- SolverVariableSettings(double, double) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance with the tolerance set to zero and no scaling.
- SolverVariableSettings(double, double, double) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance with no scaling.
- SolverVariableSettings(double, double, double, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance.
- SolverVariableSettings(double, double, double, SolverVariableScaling, String) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance.
- SolverVariableSettings(SolverVariableSettings, CopyContext) - Constructor for class agi.foundation.numericalmethods.SolverVariableSettings
-
Initializes a new instance as a copy of an existing instance.
- SortingFormat - Enum in agi.foundation.propagators
-
- SP3aEphemeris - Class in agi.foundation.navigation.datareaders
-
Contains data for an SP3 version A precise ephemeris file.
- SP3aEphemeris() - Constructor for class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Initializes a new instance.
- SP3aEphemerisData<T> - Class in agi.foundation.navigation.datareaders
-
Represents a set of data from an SP3a ephemeris file.
- SP3aHeaderRecord - Class in agi.foundation.navigation.datareaders
-
The SP3a ephemeris file header definition.
- SP3aHeaderRecord() - Constructor for class agi.foundation.navigation.datareaders.SP3aHeaderRecord
-
Initializes a new instance of the SP3a Ephemeris File Header.
- SP3cCorrelations - Class in agi.foundation.navigation.datareaders
-
The correlation information contained in the "EP" and "EV" records of an SP3c file.
- SP3cCorrelations() - Constructor for class agi.foundation.navigation.datareaders.SP3cCorrelations
-
- SP3cEphemeris - Class in agi.foundation.navigation.datareaders
-
Contains data for an SP3 version C precise ephemeris file.
- SP3cEphemeris() - Constructor for class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Initializes a new instance.
- SP3cEphemerisData<T> - Class in agi.foundation.navigation.datareaders
-
Represents a set of data from an SP3c ephemeris file.
- SP3cHeaderRecord - Class in agi.foundation.navigation.datareaders
-
The SP3c ephemeris file header definition.
- SP3cHeaderRecord() - Constructor for class agi.foundation.navigation.datareaders.SP3cHeaderRecord
-
Initializes a new instance of the SP3c Ephemeris File Header.
- SP3dCorrelations - Class in agi.foundation.navigation.datareaders
-
The correlation information contained in the "EP" and "EV" records of an SP3d file.
- SP3dCorrelations() - Constructor for class agi.foundation.navigation.datareaders.SP3dCorrelations
-
- SP3dEphemeris - Class in agi.foundation.navigation.datareaders
-
Contains data for an SP3 version D precise ephemeris file.
- SP3dEphemeris() - Constructor for class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Initializes a new instance.
- SP3dEphemerisData<T> - Class in agi.foundation.navigation.datareaders
-
Represents a set of data from an SP3d ephemeris file.
- SP3dHeaderRecord - Class in agi.foundation.navigation.datareaders
-
The SP3d ephemeris file header definition.
- SP3dHeaderRecord() - Constructor for class agi.foundation.navigation.datareaders.SP3dHeaderRecord
-
Initializes a new instance of the SP3d Ephemeris File Header.
- SpaceControlFacilityAtmosphericRefractionModel - Class in agi.foundation.celestial
-
The Satellite Control Facility (SCF) refraction model is based upon the paper "Refraction Correction, 'RC, Refraction Addition, 'RA, Milestone 4, Model 15.3A" by A.
- SpaceControlFacilityAtmosphericRefractionModel() - Constructor for class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Initializes a new instance.
- SpaceControlFacilityAtmosphericRefractionModel(CentralBody) - Constructor for class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Initializes a new instance.
- SpaceControlFacilityAtmosphericRefractionModel(SpaceControlFacilityAtmosphericRefractionModel, CopyContext) - Constructor for class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Initializes a new instance as a copy of an existing instance.
- SpatialLibraryVersion - Class in agi.foundation
-
Version information for the Spatial library.
- SpecializedOrbitSolver - Class in agi.foundation.propagators
-
Create propagators that model specialized orbit types, including:
circular, critically-inclined, stationary, Molniya, repeat ground trace, and Sun-synchronous.
- SpecifiedCentralBodyCoverageGrid - Class in agi.foundation.geometry.discrete
-
Wraps a previously generated set of grid points with their respective boundaries or
accepts a specified list of
Cartographic
grid point locations.
- SpecifiedCentralBodyCoverageGrid(CentralBodyCoverageGrid) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
- SpecifiedCentralBodyCoverageGrid(CentralBody, List<Cartographic>, List<CartographicExtent>, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given reference surface, a list of
Cartographic
points, and the
corresponding extents of each grid cell.
- SpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, List<Cartographic>, List<CartographicExtent>, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given reference terrain, a list of
Cartographic
points, and the
corresponding extents of each grid cell.
- SpecifiedCentralBodyCoverageGrid(CentralBody, CoverageGridPoint...) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given set of
GridPoints
and their
corresponding central body.
- SpecifiedCentralBodyCoverageGrid(CentralBody, List<CoverageGridPoint>) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given list of
GridPoints
and their
corresponding central body.
- SpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, CoverageGridPoint...) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given set of
GridPoints
and their corresponding terrain.
- SpecifiedCentralBodyCoverageGrid(CentralBody, TerrainProvider, List<CoverageGridPoint>) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCentralBodyCoverageGrid
-
Construct a new instance based on a given list of
GridPoints
and their
corresponding terrain.
- SpecifiedCollectionCoverageGriddingTechnique - Class in agi.foundation.geometry.discrete
-
Grids a given coordinate by the specified collection.
- SpecifiedCollectionCoverageGriddingTechnique(Iterable<Double>) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCollectionCoverageGriddingTechnique
-
Initializes the gridding method with the specified collection.
- SpecifiedCoverageGrid - Class in agi.foundation.geometry.discrete
-
Wraps a previously generated set of
GridPoints
or
accepts a specified list of
Points
and weights.
- SpecifiedCoverageGrid(ReferenceFrame, List<CoverageGridPoint>) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCoverageGrid
-
Initializes the grid with the specified parameters.
- SpecifiedCoverageGrid(ReferenceFrame, List<Point>, List<Scalar>) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCoverageGrid
-
Initializes the grid with the specified parameters.
- SpecifiedCoverageGrid(ICoverageGrid) - Constructor for class agi.foundation.geometry.discrete.SpecifiedCoverageGrid
-
- SpecifiedCurveEllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
-
- SpecifiedCurveEllipsoidSurfaceRegionBuilder(Ellipsoid, double, EllipsoidSurfaceCurve) - Constructor for class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the surface region builder.
- SpecifiedCurveEllipsoidSurfaceRegionBuilder(Ellipsoid, EllipsoidSurfaceCurve, Cartographic, boolean) - Constructor for class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the surface region builder.
- SpecifiedCurveEllipsoidSurfaceRegionBuilder(Ellipsoid, EllipsoidSurfaceCurve) - Constructor for class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the surface region builder.
- SpecifiedCurveEllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the surface region builder.
- SpecifiedExtentEllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
-
- SpecifiedExtentEllipsoidSurfaceRegionBuilder(Ellipsoid, double, CartographicExtent) - Constructor for class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the builder with the input extent.
- SpecifiedExtentEllipsoidSurfaceRegionBuilder(Ellipsoid, CartographicExtent) - Constructor for class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the builder with the input extent.
- SpecifiedExtentEllipsoidSurfaceRegionBuilder(CartographicExtent) - Constructor for class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the builder with the input extent.
- SpecifiedExtentEllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
-
Initializes an instance of the builder.
- SpecifiedNodesEllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
-
- SpecifiedNodesEllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Initializes a builder with the
ConnectionType
(
get
/
set
) set to geodesic.
- SpecifiedNodesEllipsoidSurfaceRegionBuilder(Ellipsoid, Iterable<Cartographic>) - Constructor for class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Initializes a builder with the
ConnectionType
(
get
/
set
) set to geodesic.
- SpecifiedNodesEllipsoidSurfaceRegionBuilder(Ellipsoid, Iterable<Cartographic>, EllipsoidSurfaceRegionCurveConnectionType) - Constructor for class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Initializes a builder with the
ConnectionType
(
get
/
set
) set to geodesic.
- SpecifiedNodesEllipsoidSurfaceRegionBuilder(Ellipsoid, double, Iterable<Cartographic>) - Constructor for class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Initializes a builder with the
ConnectionType
(
get
/
set
) set to geodesic.
- SpecifiedNodesEllipsoidSurfaceRegionBuilder(Ellipsoid, double, Iterable<Cartographic>, Cartographic, boolean) - Constructor for class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
-
Initializes a builder with the
ConnectionType
(
get
/
set
) set to geodesic.
- SpecifiedNumberOfPointsCoverageGriddingTechnique - Class in agi.foundation.geometry.discrete
-
Grids a given coordinate with a specified number of points.
- SpecifiedNumberOfPointsCoverageGriddingTechnique(int) - Constructor for class agi.foundation.geometry.discrete.SpecifiedNumberOfPointsCoverageGriddingTechnique
-
Initializes the gridding method with the specified number of points.
- SpecifiedResolutionCoverageGriddingTechnique - Class in agi.foundation.geometry.discrete
-
Grids a given coordinate with a specified resolution.
- SpecifiedResolutionCoverageGriddingTechnique(double) - Constructor for class agi.foundation.geometry.discrete.SpecifiedResolutionCoverageGriddingTechnique
-
Initializes the gridding method with the specified resolution, both bounds explicitly included, and the gridding start point set to the lower bounds.
- SpecifiedResolutionCoverageGriddingTechnique(double, Double, boolean) - Constructor for class agi.foundation.geometry.discrete.SpecifiedResolutionCoverageGriddingTechnique
-
Initializes the gridding method.
- SpecifiedResolutionCoverageGriddingTechnique(double, Double, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpecifiedResolutionCoverageGriddingTechnique
-
Initializes the gridding method.
- SpecifiedResolutionLinkSubdivision - Class in agi.foundation.geometry
-
- SpecifiedResolutionLinkSubdivision(double) - Constructor for class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Initializes a new instance.
- SpecifiedResolutionLinkSubdivision(SpecifiedResolutionLinkSubdivision, CopyContext) - Constructor for class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Initializes a new instance as a copy of an existing instance.
- SpecifiedValueScalingOnConstraint - Class in agi.foundation.numericalmethods
-
The value is scaled by the specified factor.
- SpecifiedValueScalingOnConstraint(double) - Constructor for class agi.foundation.numericalmethods.SpecifiedValueScalingOnConstraint
-
Creates the scaling and sets the scaling factor to be used.
- SpecifiedValueScalingOnCostFunction - Class in agi.foundation.numericalmethods
-
The value is scaled by the specified factor.
- SpecifiedValueScalingOnCostFunction(double) - Constructor for class agi.foundation.numericalmethods.SpecifiedValueScalingOnCostFunction
-
Creates the scaling and sets the scaling factor to be used.
- SpecifiedValueScalingOnInequalityConstraint - Class in agi.foundation.numericalmethods
-
The value is scaled by the specified factor.
- SpecifiedValueScalingOnInequalityConstraint(double) - Constructor for class agi.foundation.numericalmethods.SpecifiedValueScalingOnInequalityConstraint
-
Creates the scaling and sets the scaling factor to be used.
- SpecifiedValueScalingOnVariable - Class in agi.foundation.numericalmethods
-
The value is scaled by the specified factor.
- SpecifiedValueScalingOnVariable(double) - Constructor for class agi.foundation.numericalmethods.SpecifiedValueScalingOnVariable
-
Creates the scaling and sets the scaling factor to be used.
- SpeedConfigurationResult - Class in agi.foundation.routedesign.advanced
-
- SpeedConfigurationResult(SpeedConfigurationStatus) - Constructor for class agi.foundation.routedesign.advanced.SpeedConfigurationResult
-
Create a new instance based on the given status.
- SpeedConfigurationResult(SpeedConfigurationStatus, Object) - Constructor for class agi.foundation.routedesign.advanced.SpeedConfigurationResult
-
Create a new instance based on the given status and data.
- SpeedConfigurationStatus - Enum in agi.foundation.routedesign.advanced
-
An enumeration indicating the status of the configuration of speed information between route segments.
- SpeedOfLight - Static variable in class agi.foundation.Constants
-
The speed of light in m/s: 299792458.0
- SpeedOfLight - Static variable in class agi.foundation.navigation.NavstarISGps200D
-
IS-GPS-200D definition of the speed of light.
- SpeedReference - Enum in agi.foundation.routedesign
-
An enumeration indicating whether the speed represents the total combined speed accounting
for the surface speed and the vertical rate or whether the speed represents the
speed along the surface path.
- Spherical - Class in agi.foundation.coordinates
-
A set of curvilinear 3-dimensional coordinates.
- Spherical() - Constructor for class agi.foundation.coordinates.Spherical
-
Initializes a new instance.
- Spherical(double, double, double) - Constructor for class agi.foundation.coordinates.Spherical
-
Initializes a set of
Spherical
coordinates from the provided clock angle, cone angle, and magnitude.
- Spherical(Cylindrical) - Constructor for class agi.foundation.coordinates.Spherical
-
- Spherical(Cartesian) - Constructor for class agi.foundation.coordinates.Spherical
-
Initializes a set of
Spherical
coordinates from the provided set of
Cartesian
coordinates.
- Spherical(AzimuthElevationRange) - Constructor for class agi.foundation.coordinates.Spherical
-
- Spherical(LongitudeLatitudeRadius) - Constructor for class agi.foundation.coordinates.Spherical
-
- Spherical(double[]) - Constructor for class agi.foundation.coordinates.Spherical
-
Initializes a set of
Spherical
coordinates from the first 3 consecutive elements in the provided array.
- Spherical(double[], int) - Constructor for class agi.foundation.coordinates.Spherical
-
Initializes a set of
Spherical
coordinates from the provided array.
- SphericalBounds - Class in agi.foundation.coordinates
-
Holds two
Spherical
values which form the bounds of a range of spherical coordinates.
- SphericalBounds() - Constructor for class agi.foundation.coordinates.SphericalBounds
-
Initializes a new instance.
- SphericalBounds(Spherical, Spherical) - Constructor for class agi.foundation.coordinates.SphericalBounds
-
Holds two
Spherical
values which form the bounds of a range of spherical coordinates.
- SphericalDescriptiveStatistics - Class in agi.foundation
-
Provides descriptive statistic methods suited for spherical data.
- SphericalElement - Enum in agi.foundation.coordinates
-
- SphericalHarmonicCoefficients - Class in agi.foundation.celestial
-
Contains the coefficient data for a spherical harmonic model.
- SphericalHarmonicCoefficients(int, int) - Constructor for class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Initializes a new instance according to the provided parameters.
- SphericalHarmonicCoefficients(double[], double[][], double[][]) - Constructor for class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Initializes a new instance from the provided coefficients.
- SphericalHarmonicCoefficients(SphericalHarmonicCoefficients, CopyContext) - Constructor for class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Initializes a new instance as a copy of an existing instance.
- SphericalHarmonicGravity - Class in agi.foundation.celestial
-
Represents the acceleration (force for a given unit mass) at a particular point
from the gravitational effects of the distribution of the Earth's mass.
- SphericalHarmonicGravity() - Constructor for class agi.foundation.celestial.SphericalHarmonicGravity
-
Initializes a new instance.
- SphericalHarmonicGravity(Point, SphericalHarmonicGravityField) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravity
-
Initializes a new instance based on the given target point and gravity field data.
- SphericalHarmonicGravity(SphericalHarmonicGravity, CopyContext) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravity
-
Initializes a new instance as a copy of an existing instance.
- SphericalHarmonicGravityField - Class in agi.foundation.celestial
-
The immutable class that describes the chosen subset and configuration
of spherical harmonic gravitational model.
- SphericalHarmonicGravityField(SphericalHarmonicGravityModel, int, int, boolean, SolidTideModel) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityField
-
Initializes a new instance from a
SphericalHarmonicGravityModel
, the degree and order
of the subset of the model that this field represents, and a boolean
representing whether to include two body forces.
- SphericalHarmonicGravityField(SphericalHarmonicGravityModel, CentralBody, int, int, boolean, SolidTideModel) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityField
-
Initializes a new instance from a
SphericalHarmonicGravityModel
,
a
CentralBody
(
get
), the degree and order
of the subset of the model that this field represents, and a boolean
representing whether to include two body forces.
- SphericalHarmonicGravityField(SphericalHarmonicGravityModel, int, int, int, int, boolean, SolidTideModel) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityField
-
Initializes a new instance from a
SphericalHarmonicGravityModel
,
the degree and order of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether to include two body forces.
- SphericalHarmonicGravityField(SphericalHarmonicGravityModel, CentralBody, int, int, int, int, boolean, SolidTideModel) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityField
-
Initializes a new instance from a
SphericalHarmonicGravityModel
,
a
CentralBody
(
get
), the degree and order
of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether to include two body forces.
- SphericalHarmonicGravityModel - Class in agi.foundation.celestial
-
Contains the coefficient data for a gravity model, either specified upon construction or
read in from a file.
- SphericalHarmonicGravityModel() - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Initializes a new instance.
- SphericalHarmonicGravityModel(String, String, double, double, double[], double[][], double[][], boolean, boolean) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Initializes a new instance.
- SphericalHarmonicGravityModel(String, String, double, double, double[], double[][], double[][], boolean, boolean, SphericalHarmonicGravitySecularVariations) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Initializes a new instance.
- SphericalHarmonicGravitySecularVariations - Class in agi.foundation.celestial
-
A linear model for the secular variations of a gravity model.
- SphericalHarmonicGravitySecularVariations(JulianDate) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Initializes a new instance.
- SphericalHarmonicGravitySecularVariations(JulianDate, SphericalHarmonicCoefficients) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Initializes a new instance.
- SphericalHarmonicGravitySecularVariations(SphericalHarmonicGravitySecularVariations, CopyContext) - Constructor for class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Initializes a new instance as a copy of an existing instance.
- SphericalMedianCalculationMethod - Enum in agi.foundation
-
Specifies which method to use when calculating the spherical median.
- SphericalTabularElectricFieldPattern - Class in agi.foundation.communications
-
A type which is represented by tabular electric field vector values provided in a spherical coordinate system.
- SphericalTabularElectricFieldPattern(double[], double[], ElectricFieldVectorComponents[][]) - Constructor for class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Initializes an instance given an array of clock angles, an array of cone angles, and a two-dimensional array of
ElectricFieldVectorComponents
values.
- SphericalTabularElectricFieldPattern(SphericalTabularElectricFieldPattern) - Constructor for class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Initializes a new instance as a copy of an existing instance.
- SphericalTabularGainData - Class in agi.foundation.communications.antennas
-
A function class for computing gain using tabular data provided in a spherical coordinate system.
- SphericalTabularGainData(double[], double[], double[][], boolean) - Constructor for class agi.foundation.communications.antennas.SphericalTabularGainData
-
Initializes an instance given an array of theta values, an array of phi values, and a multidimensional array of gain values.
- SphericalTabularGainData(SphericalTabularGainData, CopyContext) - Constructor for class agi.foundation.communications.antennas.SphericalTabularGainData
-
Initializes a new instance as a copy of an existing instance.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient - Class in agi.foundation.communications
-
A
ScatteringCoefficient
which is represented by monostatic tabular cross section values provided in a spherical coordinate system.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes a new instance.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(double[], double[]) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes an instance given an array of cone angles, in radians, and an array of monostatic cross section values, in meters
squared.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(double[], ComplexCrossSectionScatteringCoefficient[]) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes an instance given an array of cone angles, in radians, and an array of monostatic cross section values represented as a complex 2x2 scattering matrix.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(double[], double[], double[][]) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes an instance given an array of clock angles, an array of cone angles, and a two-dimensional array of
monostatic cross section values, in meters squared.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(double[], double[], ComplexCrossSectionScatteringCoefficient[][]) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes an instance given an array of clock angles, an array of cone angles, and a two-dimensional array of
monostatic cross section values represented as a complex 2x2 scattering matrix.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient(SphericalTabularMonostaticCrossSectionScatteringCoefficient, CopyContext) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Initializes a new instance as a copy of an existing instance.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable - Class in agi.foundation.communications
-
Type which represents the 2x2 complex scattering matrix cross section value table data.
- SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis - Enum in agi.foundation.communications
-
The scattering basis associated with the 2x2 complex scattering matrix cross section values.
- SpheroidCoverageGrid - Class in agi.foundation.geometry.discrete
-
A spheroid grid in spherical coordinates with the center at (0,0,0), the axis defined as right-handed at that location with positive z pointing north.
- SpheroidCoverageGrid(double, int, int, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
- SpheroidCoverageGrid(double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
- SpheroidCoverageGrid(double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
- SpheroidCoverageGrid(double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
- SpheroidCoverageGrid(double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Initializes a spheroid grid with the specified parameters.
- SpheroidCoverageGrid(double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Initializes a spheroid grid with the specified parameters.
- SpheroidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
-
Initializes a spheroid grid with the specified parameters.
- sqrt(Complex) - Static method in class agi.foundation.coordinates.Complex
-
Calculates the complex square root of the input value.
- SquareHornGainPattern - Class in agi.foundation.communications.antennas
-
A static square horn antenna gain pattern.
- SquareHornGainPattern() - Constructor for class agi.foundation.communications.antennas.SquareHornGainPattern
-
Initializes a new instance.
- SquareHornGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.SquareHornGainPattern
-
Create a new instance based on the given diameter and efficiency.
- SquareHornGainPattern(SquareHornGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.SquareHornGainPattern
-
Initializes a new instance as a copy of an existing instance.
- standardDeviation(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
-
Calculates the standard deviation of a list of angles.
- standardDeviation(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
-
Calculates the standard deviation of a list of doubles.
- standardDeviationNMinusOne(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
-
Calculates the standard deviation of a list of doubles using the N-1 algorithm.
- standardError(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
-
The standard error is the Standard deviation of the mean.
- StandardMaximumMotionPerSample - Static variable in class agi.foundation.access.AccessConstraintSampling
-
A common value for the maximum angular motion between two objects that is allowed when choosing
the next time at which to sample an Access constraint.
- StandardTransitionProfile - Class in agi.foundation.routedesign
-
A profile defined by a set of simple inclines, used to connect two other profiles at different heights
or to change the target height for the route.
- StandardTransitionProfile() - Constructor for class agi.foundation.routedesign.StandardTransitionProfile
-
Create a new instance.
- StandardTransitionProfile(ProfileDynamics, ProfileSpeed, TerrainProvider) - Constructor for class agi.foundation.routedesign.StandardTransitionProfile
-
Create a new instance based on the given platform properties.
- StandardTransitionProfile(ProfileDynamics, ProfileSpeed, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.StandardTransitionProfile
-
Create a new instance based on the given parameters to completely define the incline.
- StandardTransitionProfileSegment - Class in agi.foundation.routedesign.advanced
-
A profile segment that connects a straight line between the initial height, initial height rate, initial speed,
final height, final height rate, and final speed.
- start() - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
- start() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Starts running the scheduler.
- start() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Starts the threaded calculation.
- startAnimationPump() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
- startCacheThread() - Method in class agi.foundation.terrain.TerrainCacheGroup
-
Starts the thread associate with this cache group.
- StartedEventArgs - Class in agi.foundation.graphics.advanced
-
- StartedEventArgs(boolean) - Constructor for class agi.foundation.graphics.advanced.StartedEventArgs
-
Initializes a new instance.
- startInAnotherThread() - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Runs the message queue in a separate thread and immediately returns.
- startingUp(Scene) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Called by the base class when imagery is being added to the globe.
- startInNewThread() - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Runs the message queue in a newly spawned worker thread and immediately returns.
- startInNewThread(String) - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Runs the message queue in a newly spawned worker thread and immediately returns.
- startInThreadPoolThread() - Method in class agi.foundation.infrastructure.threading.MessageQueue
-
Runs the message queue in a thread pool thread and immediately returns.
- startNextStep() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
This performs the task of setting the Initial values to the previous Final values prior to taking the next step.
- startNextStep() - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
-
This performs the task of setting the Initial values to the previous Final values prior to taking the next step.
- startNextStep() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
This performs the task of setting the Initial values to the previous Final values prior to taking the next step.
- startRecording(String, int, int) - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
-
- startRecording(String, String, CameraVideoFormat, int, int) - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
-
Starts recording a video file at the specified bit and frame rate.
- startRecording(String, String, CameraSnapshotFileFormat, int, int) - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
-
Starts recording a frame stack.
- startUp(Scene) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Called automatically when imagery is being added to the globe.
- startWriting() - Method in class agi.foundation.tracking.TrackingArchive
-
Starts the archiver.
- StateElementAdapter - Class in agi.foundation.coordinates
-
- StateElementAdapter(EvaluatorGroup, StateElementAdapterDefinition) - Constructor for class agi.foundation.coordinates.StateElementAdapter
-
Initializes a new instance.
- StateElementAdapter(StateElementAdapter, CopyContext) - Constructor for class agi.foundation.coordinates.StateElementAdapter
-
Initializes a new instance as a copy of an existing instance.
- StateElementAdapterDefinition - Class in agi.foundation.coordinates
-
Adapters are the objects that link up an element from one form of propagation to another.
- StateElementAdapterDefinition() - Constructor for class agi.foundation.coordinates.StateElementAdapterDefinition
-
Initializes a new instance.
- StateElementAdapterDefinition(StateElementAdapterDefinition, CopyContext) - Constructor for class agi.foundation.coordinates.StateElementAdapterDefinition
-
Initializes a new instance as a copy of an existing instance.
- StateElementAdapterHelpers - Class in agi.foundation.segmentpropagation
-
- StateEvaluator<T extends ITimeBasedState> - Class in agi.foundation.coordinates
-
Computes
states
at points in time.
- StateEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.coordinates.StateEvaluator
-
Initializes a new instance.
- StateEvaluator(StateEvaluator<T>, CopyContext) - Constructor for class agi.foundation.coordinates.StateEvaluator
-
Initializes a new instance as a copy of an existing instance.
- StateForNextSegmentBehavior - Enum in agi.foundation.segmentpropagation
-
Enumerates the behaviors used in passing a state from one segment to another.
- StateTransitionMatrix - Class in agi.foundation.propagators
-
An extended state transition matrix, if consider parameters are not used then it functions as a normal state transition matrix:
mapping the value of the state parameters from one time to another time.
- StateTransitionMatrix() - Constructor for class agi.foundation.propagators.StateTransitionMatrix
-
Initializes a new instance.
- StateTransitionMatrix(StateTransitionMatrix, CopyContext) - Constructor for class agi.foundation.propagators.StateTransitionMatrix
-
Initializes a new instance as a copy of an existing instance.
- StateUpdaterDefinition - Class in agi.foundation.segmentpropagation
-
- StateUpdaterDefinition() - Constructor for class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Initializes a new instance.
- StateUpdaterDefinition(StateUpdaterDefinition, CopyContext) - Constructor for class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Initializes a new instance as a copy of an existing instance.
- StateUpdaterEvaluator - Class in agi.foundation.segmentpropagation
-
- StateUpdaterEvaluator(EvaluatorGroup, StateUpdaterDefinition) - Constructor for class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Initializes a new instance.
- StateUpdaterEvaluator(StateUpdaterEvaluator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Initializes a new instance as a copy of an existing instance.
- StaticConfigurableProfile(ProfileSegment, SurfaceSegment) - Constructor for class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Create a new instance based on the specified predefined geometry.
- StaticDirection - Class in agi.foundation.communications.antennas
-
- StaticDirection() - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance.
- StaticDirection(UnitCartesian) - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance.
- StaticDirection(UnitCartesian, TimeIntervalCollection) - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance.
- StaticDirection(UnitCartesian, TimeIntervalCollection, double) - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance.
- StaticDirection(UnitCartesian, TimeIntervalCollection, Scalar) - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance.
- StaticDirection(StaticDirection, CopyContext) - Constructor for class agi.foundation.communications.antennas.StaticDirection
-
Initializes a new instance as a copy of an existing instance.
- StaticDirectionsProvider - Class in agi.foundation.communications.antennas
-
- StaticDirectionsProvider() - Constructor for class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Initializes a new instance.
- StaticDirectionsProvider(Iterable<? extends StaticDirection>) - Constructor for class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Initializes a new instance.
- StaticDirectionsProvider(StaticDirectionsProvider, CopyContext) - Constructor for class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Initializes a new instance as a copy of an existing instance.
- StaticRouteProfile - Class in agi.foundation.routedesign.advanced
-
A
RouteProfile
designed to represent a static
ProfileSegment
which
does not allow configuration during the generation of the route.
- StaticRouteProfile() - Constructor for class agi.foundation.routedesign.advanced.StaticRouteProfile
-
Construct a new instance.
- StaticRouteProfile(ProfileSegment) - Constructor for class agi.foundation.routedesign.advanced.StaticRouteProfile
-
Construct a new instance based on the given profile segment corresponding to the
surface geometry to which it is attached.
- StaticRouteProfile.StaticConfigurableProfile - Class in agi.foundation.routedesign.advanced
-
A helper class which takes a
ProfileSegment
and a
SurfaceSegment
which correspond to each other and indicates to the route design system to disallow any modification
of the user's geometry.
- staticUpdate(SolidPrimitive) - Method in class agi.foundation.platforms.advanced.SolidUpdater
-
Initializes any static values in the provided primitive.
- staticUpdate(SurfaceMeshPrimitive) - Method in class agi.foundation.platforms.advanced.SurfaceUpdater
-
Initializes any static values in the provided primitive.
- staticUpdate(TriangleMeshPrimitive) - Method in class agi.foundation.platforms.advanced.TriangleMeshUpdater
-
Initializes any static values in the provided primitive.
- StationaryHoldProcedure - Class in agi.foundation.routedesign
-
A procedure that represents a point along the route where a vehicle slows to a stop,
waits at the specified location for a specified amount of time, and then speeds up to continue
toward the next procedure.
- StationaryHoldProcedure() - Constructor for class agi.foundation.routedesign.StationaryHoldProcedure
-
Create a new instance.
- StationaryHoldProcedure(Cartographic, Duration) - Constructor for class agi.foundation.routedesign.StationaryHoldProcedure
-
Create a new instance based on the given parameters over the surface of the
Earth
(
get
).
- StationaryHoldProcedure(double, double, Duration, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.StationaryHoldProcedure
-
Create a new instance based on the given parameters over the surface of the
Earth
(
get
).
- StationaryHoldProcedure(double, double, Duration, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.StationaryHoldProcedure
-
Create a new instance based on the given parameters over the surface of the
Earth
(
get
).
- StationaryHoldProcedure(StationaryHoldProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.StationaryHoldProcedure
-
Initializes a new instance as a copy of an existing instance.
- StationaryHoldProcedure.ConfigurationData - Enum in agi.foundation.routedesign
-
An enumeration indicating the status of configuring the surface procedure.
- step(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Explores the function through one step, raising events for any findings over the step.
- step(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Explores the function through one step, raising events for any findings over the step.
- step(JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Explores the function through one step, raising events for any findings over the step.
- stepBackward() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
Steps animation backward.
- stepBackwardTime() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- stepBackwardTime() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
- stepBackwardTime() - Method in class agi.foundation.graphics.SimulationAnimation
-
- stepForward() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
Steps animation forward.
- stepForwardTime() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
-
- stepForwardTime() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
-
- stepForwardTime() - Method in class agi.foundation.graphics.SimulationAnimation
-
- stepInteractively(double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Steps exploration to a specified Variable.
- stepInteractively(Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Steps exploration to a specified duration.
- stepInteractively(JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Steps exploration to a specified date.
- StepSizeInformation - Class in agi.foundation.numericalmethods
-
Indicates the behavior of the size of an integration step produced by an integrator.
- StereoProjectionMode - Enum in agi.foundation.graphics
-
The stereoscopic projection mode used for the left and right eye scenes.
- Stereoscopic - Class in agi.foundation.graphics
-
Gets the stereoscopic options for all Scenes.
- StereoscopicDisplayMode - Enum in agi.foundation.graphics
-
The stereoscopic display mode.
- StkAttitudeFile - Class in agi.foundation.stk
-
Reads from and writes to STK attitude (.a) files.
- StkAttitudeFile() - Constructor for class agi.foundation.stk.StkAttitudeFile
-
Initializes a new instance.
- StkAttitudeFile.Attitude - Class in agi.foundation.stk
-
The base class for attitude data.
- StkAttitudeFile.AttitudeTimeQuatAngVels - Class in agi.foundation.stk
-
A class that holds the data in the attitude file when the attitude file is in the
"AttitudeTimeQuatAngVels" format.
- StkAttitudeFile.AttitudeTimeQuaternions - Class in agi.foundation.stk
-
A class that holds the data in the attitude file when the attitude file is in the
"AttitudeTimeQuaternions" or "AttitudeTimeQuatScalarFirst" format.
- StkAttitudeFile.AttitudeTimeQuatScalarFirst - Class in agi.foundation.stk
-
A class that holds the data in the attitude file when the attitude file is in the
"AttitudeTimeQuatScalarFirst" format.
- StkAttitudeFileOptions - Class in agi.foundation.stk
-
- StkAttitudeFileOptions() - Constructor for class agi.foundation.stk.StkAttitudeFileOptions
-
- StkAttitudeFileVersion - Enum in agi.foundation.stk
-
Indicates the possible versions of an STK attitude file.
- StkCityDatabase - Class in agi.foundation.stk
-
Provides access to an STK city database.
- StkCityDatabase(String, String) - Constructor for class agi.foundation.stk.StkCityDatabase
-
Initializes a new instance.
- StkCityDatabaseEntry - Class in agi.foundation.stk
-
- StkCityDatabaseEntry() - Constructor for class agi.foundation.stk.StkCityDatabaseEntry
-
- StkCityDatabaseEntryExtensions - Class in agi.foundation.platforms
-
- StkCityDatabaseExtensions - Class in agi.foundation.platforms
-
- StkCityDatabaseQuery - Class in agi.foundation.stk
-
- StkCityDatabaseQuery() - Constructor for class agi.foundation.stk.StkCityDatabaseQuery
-
- StkDatabaseFrequencyRange - Class in agi.foundation.stk
-
Represents a range of frequencies in an STK database file.
- StkDatabaseFrequencyRange() - Constructor for class agi.foundation.stk.StkDatabaseFrequencyRange
-
- StkEphemerisFile - Class in agi.foundation.stk
-
Reads from and writes to STK ephemeris (.e) files.
- StkEphemerisFile() - Constructor for class agi.foundation.stk.StkEphemerisFile
-
Initializes a new instance.
- StkEphemerisFile.Covariance - Class in agi.foundation.stk
-
The base class for covariance data.
- StkEphemerisFile.CovarianceTimePos - Class in agi.foundation.stk
-
A class that holds the covariance data in the ephemeris file when the ephemeris file is in the
"CovarianceTimePos" format.
- StkEphemerisFile.CovarianceTimePosVel - Class in agi.foundation.stk
-
A class that holds the covariance data in the ephemeris file when the ephemeris file is in the
"CovarianceTimePosVel" format.
- StkEphemerisFile.DistanceUnit - Enum in agi.foundation.stk
-
The supported distance units of measure for ephemeris and covariance information.
- StkEphemerisFile.Ephemeris - Class in agi.foundation.stk
-
The base class for ephemeris data.
- StkEphemerisFile.EphemerisLLATimePos - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisLLATimePos" format.
- StkEphemerisFile.EphemerisLLATimePosVel - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisLLATimePosVel" format.
- StkEphemerisFile.EphemerisLLRTimePos - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisLLRTimePos" format.
- StkEphemerisFile.EphemerisLLRTimePosVel - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisLLRTimePosVel" format.
- StkEphemerisFile.EphemerisTimePos - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisTimePos" format.
- StkEphemerisFile.EphemerisTimePosVel - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisTimePosVel" format.
- StkEphemerisFile.EphemerisTimePosVelAcc - Class in agi.foundation.stk
-
A class that holds the data in the ephemeris file when the ephemeris file is in the
"EphemerisTimePosVelAcc" format.
- StkEphemerisFile.StkTimeFormat - Enum in agi.foundation.stk
-
The supported time formats for ephemeris and covariance information.
- StkEphemerisFileOptions - Class in agi.foundation.stk
-
- StkEphemerisFileOptions() - Constructor for class agi.foundation.stk.StkEphemerisFileOptions
-
Creates an instance of the class with default read options.
- StkEphemerisFileVersion - Enum in agi.foundation.stk
-
Indicates the possible versions of an STK ephemeris file.
- StkFacilityDatabase - Class in agi.foundation.stk
-
Provides access to an STK facility database.
- StkFacilityDatabase(String, String) - Constructor for class agi.foundation.stk.StkFacilityDatabase
-
Initializes a new instance.
- StkFacilityDatabaseEntry - Class in agi.foundation.stk
-
- StkFacilityDatabaseEntry() - Constructor for class agi.foundation.stk.StkFacilityDatabaseEntry
-
- StkFacilityDatabaseEntryExtensions - Class in agi.foundation.platforms
-
- StkFacilityDatabaseExtensions - Class in agi.foundation.platforms
-
- StkFacilityDatabaseQuery - Class in agi.foundation.stk
-
- StkFacilityDatabaseQuery() - Constructor for class agi.foundation.stk.StkFacilityDatabaseQuery
-
- StkPatternFile - Class in agi.foundation.stk
-
Reads from STK custom sensor pattern (.pattern) files.
- StkPatternFile() - Constructor for class agi.foundation.stk.StkPatternFile
-
Initializes a new instance.
- StkPatternFile.Pattern - Class in agi.foundation.stk
-
The base class for pattern data.
- StkPatternFile.PatternAngleOffBoresight - Class in agi.foundation.stk
-
Holds the data in the pattern file when the file is in the
"AngleOffBoresight" format.
- StkPatternFile.PatternAzElMask - Class in agi.foundation.stk
-
Holds the data in the pattern file when the file is in the
"AzElMask" format.
- StkPatternFile.PatternReferencePlane - Class in agi.foundation.stk
-
Holds the data in the pattern file when the file is in the
"ReferencePlane" format.
- StkPatternFileOptions - Class in agi.foundation.stk
-
- StkPatternFileOptions() - Constructor for class agi.foundation.stk.StkPatternFileOptions
-
- StkPatternFileVersion - Enum in agi.foundation.stk
-
Indicates the possible versions of an STK pattern file.
- StkSatelliteDatabase - Class in agi.foundation.stk
-
Provides access to an STK satellite database.
- StkSatelliteDatabase(String, String) - Constructor for class agi.foundation.stk.StkSatelliteDatabase
-
Initializes a new instance which will read data from a directory of satellite database files.
- StkSatelliteDatabase(String) - Constructor for class agi.foundation.stk.StkSatelliteDatabase
-
Initializes a new instance which will read data from a ZIP archive containing satellite database files.
- StkSatelliteDatabase(StreamFactory) - Constructor for class agi.foundation.stk.StkSatelliteDatabase
-
Initializes a new instance which will read data from a ZIP archive containing satellite database files.
- StkSatelliteDatabaseEntry - Class in agi.foundation.stk
-
- StkSatelliteDatabaseEntry() - Constructor for class agi.foundation.stk.StkSatelliteDatabaseEntry
-
- StkSatelliteDatabaseEntryExtensions - Class in agi.foundation.platforms
-
- StkSatelliteDatabaseExtensions - Class in agi.foundation.platforms
-
- StkSatelliteDatabaseQuery - Class in agi.foundation.stk
-
- StkSatelliteDatabaseQuery() - Constructor for class agi.foundation.stk.StkSatelliteDatabaseQuery
-
- StkSatelliteDatabaseType - Enum in agi.foundation.stk
-
- StkTerrainServer - Class in agi.foundation.terrain
-
A terrain provider for reading terrain data from an STK Terrain Server, or any server that provides the
STK Terrain Server Public REST API.
- StkTerrainServer() - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance with the default values, which will connect to an AGI server for terrain data.
- StkTerrainServer(Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance, which will connect to an AGI server for terrain data.
- StkTerrainServer(Proxy, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance, which will connect to an AGI server for terrain data.
- StkTerrainServer(String, String) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance as a member of the default
TerrainCacheGroup
,
which will request tiles at the maximum available Tile Map Service zoom level.
- StkTerrainServer(String, String, Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance as a member of the default
TerrainCacheGroup
,
which will request tiles at the maximum available Tile Map Service zoom level.
- StkTerrainServer(String, String, int) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
- StkTerrainServer(String, String, int, Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
- StkTerrainServer(String, String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance which will request tiles at the maximum available zoom level.
- StkTerrainServer(String, String, TerrainCacheGroup, Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance which will request tiles at the maximum available zoom level.
- StkTerrainServer(String, String, int, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance.
- StkTerrainServer(String, String, int, TerrainCacheGroup, Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
-
Initializes a new instance.
- StkTerrainServerTerrainOverlay - Class in agi.foundation.graphics.advanced
-
A TerrainOverlay
that loads terrain terrain data from an STK Terrain Server, or any server that provides the
STK Terrain Server Public REST API.
- StkTerrainServerTerrainOverlay() - Constructor for class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
Initializes a new instance with the default values, which will connect to an AGI server for terrain data.
- StkTerrainServerTerrainOverlay(String, String) - Constructor for class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
-
Initializes a new instance with the provided values.
- stop() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Stops the video when the
Playback
property is set to
RealTime
.
- stop() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
-
Stops running the scheduler.
- stopAnimationPump() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
-
- stopCacheThread() - Method in class agi.foundation.terrain.TerrainCacheGroup
-
Stops the thread associated with this cache group.
- StoppableNumericalPropagator - Class in agi.foundation.propagators
-
- StoppableNumericalPropagator() - Constructor for class agi.foundation.propagators.StoppableNumericalPropagator
-
Initializes a new instance.
- StoppableNumericalPropagator(NumericalPropagatorDefinition) - Constructor for class agi.foundation.propagators.StoppableNumericalPropagator
-
Initializes a new instance.
- StoppableNumericalPropagator(StoppableNumericalPropagator, CopyContext) - Constructor for class agi.foundation.propagators.StoppableNumericalPropagator
-
Initializes a new instance as a copy of an existing instance.
- StoppableNumericalPropagatorResults - Class in agi.foundation.propagators
-
Stores the ephemeris computed by a
NumericalPropagator
and information about how the
propagation was stopped.
- StoppableNumericalPropagatorResults(StoppingConditionEvent, List<StoppingConditionEvent>, List<ITimeBasedState>, NumericalPropagationStateHistory, boolean) - Constructor for class agi.foundation.propagators.StoppableNumericalPropagatorResults
-
Initializes a new instance.
- StoppablePropagator - Class in agi.foundation.propagators
-
A propagator that wraps some type that generates
states
and will sample some
derived value from those states searching for events and eventually an event that will stop propagation with
StoppingConditionEvaluators
.
- StoppablePropagator(EvaluatorGroup, StoppablePropagatorDefinition, List<StateElementAdapterDefinition>) - Constructor for class agi.foundation.propagators.StoppablePropagator
-
Initializes a new instance.
- StoppablePropagator(StoppablePropagator, CopyContext) - Constructor for class agi.foundation.propagators.StoppablePropagator
-
Initializes a new instance as a copy of an existing instance.
- StoppablePropagatorDefinition - Class in agi.foundation.propagators
-
Defines a propagator that can propagate to arbitrary events and stop on any
StoppingCondition
.
- StoppablePropagatorDefinition() - Constructor for class agi.foundation.propagators.StoppablePropagatorDefinition
-
Initializes a new instance.
- StoppablePropagatorDefinition(StoppablePropagatorDefinition, CopyContext) - Constructor for class agi.foundation.propagators.StoppablePropagatorDefinition
-
Initializes a new instance as a copy of an existing instance.
- StoppablePropagatorResults - Class in agi.foundation.propagators
-
- StoppablePropagatorResults(StoppingConditionEvent, List<StoppingConditionEvent>, Iterable<? extends ITimeBasedState>, boolean) - Constructor for class agi.foundation.propagators.StoppablePropagatorResults
-
Initializes a new instance.
- StoppablePropagatorStepTakenArgs - Class in agi.foundation.propagators
-
- StoppablePropagatorStepTakenArgs(ITimeBasedState, ITimeBasedState, PropagationEventTrigger) - Constructor for class agi.foundation.propagators.StoppablePropagatorStepTakenArgs
-
Initializes a new instance.
- StoppedOnMaximumDurationException - Exception in agi.foundation.segmentpropagation
-
- StoppedOnMaximumDurationException() - Constructor for exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
Initializes a new instance with a default message.
- StoppedOnMaximumDurationException(String) - Constructor for exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
Initializes a new instance with a specified message.
- StoppedOnMaximumDurationException(String, RuntimeException) - Constructor for exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
Initializes a new instance with a specified error message and a reference to the inner
exception that is the cause of this exception.
- StoppedOnMaximumDurationException(SegmentListResults, SegmentDefinition, PropagateSegmentResults) - Constructor for exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
-
Initializes a new instance.
- StoppingCondition - Class in agi.foundation.stoppingconditions
-
A stopping condition will get evaluated at every step of propagation, and treat some value based on the computed state
as a function.
- StoppingCondition() - Constructor for class agi.foundation.stoppingconditions.StoppingCondition
-
Initializes a new instance.
- StoppingCondition(double, StopType) - Constructor for class agi.foundation.stoppingconditions.StoppingCondition
-
Initializes a new instance.
- StoppingCondition(StoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.StoppingCondition
-
Initializes a new instance as a copy of an existing instance.
- StoppingConditionConstraint - Class in agi.foundation.stoppingconditions
-
- StoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Initializes a new instance.
- StoppingConditionConstraint(WhenToCheckConstraint) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Initializes a new instance.
- StoppingConditionConstraint(StoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Initializes a new instance as a copy of an existing instance.
- StoppingConditionConstraintEvaluator - Class in agi.foundation.stoppingconditions
-
- StoppingConditionConstraintEvaluator(EvaluatorGroup, StoppingConditionConstraint) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Initializes a new instance.
- StoppingConditionConstraintEvaluator(StoppingConditionConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Initializes a new instance as a copy of an existing instance.
- StoppingConditionEnabled - Enum in agi.foundation.stoppingconditions
-
- StoppingConditionEvaluator - Class in agi.foundation.stoppingconditions
-
The type that actually evaluates a value from the state of propagation that can be used to stop the propagation.
- StoppingConditionEvaluator(EvaluatorGroup, StoppingCondition) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Initializes a new instance.
- StoppingConditionEvaluator(StoppingConditionEvaluator, CopyContext) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Initializes a new instance as a copy of an existing instance.
- StoppingConditionEvent - Class in agi.foundation.stoppingconditions
-
- StoppingConditionEvent(StoppingCondition, double, double, ITimeBasedState, StoppingConditionTriggeredBehavior) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEvent
-
Initializes a new instance.
- StoppingConditionEventFoundEventArgs - Class in agi.foundation.stoppingconditions
-
- StoppingConditionEventFoundEventArgs(StoppingConditionEvent) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEventFoundEventArgs
-
Initializes a new instance.
- StoppingConditionTriggeredBehavior - Enum in agi.foundation.stoppingconditions
-
- StoppingConditionValueStatus - Enum in agi.foundation.stoppingconditions
-
Indicates the value of the stopping condition relative to its threshold.
- StoppingTriggeredCallback - Class in agi.foundation.stoppingconditions
-
- StoppingTriggeredCallback() - Constructor for class agi.foundation.stoppingconditions.StoppingTriggeredCallback
-
Creates a new instance of this delegate.
- StoppingTriggeredCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.StoppingTriggeredCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- StoppingTriggeredCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.StoppingTriggeredCallback
-
Initializes a delegate that will invoke a static method on a class.
- StoppingTriggeredCallback.Function - Interface in agi.foundation.stoppingconditions
-
A functional interface for the containing delegate type.
- stopPropagation() - Method in class agi.foundation.propagators.PropagationEventArgs
-
- stopRecording() - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
-
Stops recording.
- StopSegment - Class in agi.foundation.segmentpropagation
-
A segment that will end the propagation and return the results up to this segment when propagated.
- StopSegment() - Constructor for class agi.foundation.segmentpropagation.StopSegment
-
Initializes a new instance.
- StopSegment(boolean) - Constructor for class agi.foundation.segmentpropagation.StopSegment
-
Initializes a new instance.
- StopSegment(StopSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.StopSegment
-
Initializes a new instance as a copy of an existing instance.
- StopSegmentConfiguration - Class in agi.foundation.segmentpropagation
-
- StopSegmentConfiguration(boolean) - Constructor for class agi.foundation.segmentpropagation.StopSegmentConfiguration
-
Initializes a new instance.
- StopSegmentConfiguration(StopSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.StopSegmentConfiguration
-
Initializes a new instance as a copy of an existing instance.
- StopType - Enum in agi.foundation.stoppingconditions
-
An enumeration listing the possible events in a function that can be detected by a
StoppingCondition
.
- stopWriting() - Method in class agi.foundation.tracking.TrackingArchive
-
Stops the archiver.
- store(Object, Object[], int) - Method in class agi.foundation.tracking.TrackingTypeArchiver
-
Stores the specified value in the specified array.
- StreamFactory - Class in agi.foundation.infrastructure
-
The base class for a factory that can produce streams on demand.
- StreamFactory() - Constructor for class agi.foundation.infrastructure.StreamFactory
-
Initializes a new instance.
- STRICTLY_HONOR_UPPER_LEFT - Static variable in class agi.foundation.terrain.GTOPO30Options
-
Uses the upper-left coordinates described in the ULXMAP and ULYMAP fields in the terrain format,
rather than rounding the tile coordinates to whole degrees.
- STRIKEOUT - Static variable in class agi.foundation.compatibility.FontStyle
-
Text with a line through the middle.
- StringSignalIdentifier - Class in agi.foundation.communications
-
Identifies a signal using a string identifier.
- StringSignalIdentifier(String) - Constructor for class agi.foundation.communications.StringSignalIdentifier
-
Initializes a new instance.
- StringSignalIdentifier(StringSignalIdentifier, CopyContext) - Constructor for class agi.foundation.communications.StringSignalIdentifier
-
Initializes a new instance as a copy of an existing instance.
- StripeMaterialGraphics - Class in agi.foundation.cesium
-
Describes graphical properties of a material that fills the surface with alternating colors.
- StripeMaterialGraphics() - Constructor for class agi.foundation.cesium.StripeMaterialGraphics
-
Initializes a new instance.
- subList(int, int) - Method in class agi.foundation.compatibility.BaseCollection
-
- subList(int, int) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
- subList(int, int) - Method in class agi.foundation.time.TimeIntervalCollection
-
- subList(int, int) - Method in class agi.foundation.time.TimeIntervalCollection1
-
- subtract(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
-
Subtracts the specified set of
Cartesian
coordinates from this instance.
- subtract(Cartesian, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
-
Subtracts a specified set of
Cartesian
coordinates from another specified set of
Cartesian
coordinates.
- subtract(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
-
Subtracts two complex numbers and returns the result.
- subtract(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Creates a
ComplexMatrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a
Matrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a
Matrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a
Matrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a
Matrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a
Matrix
whose elements have the values of the elements of the minuend matrix
subtracted by the elements of the subtrahend matrix.
- subtract(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3
-
Subtracts a matrix from this matrix.
- subtract(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3
-
Subtracts a matrix from this matrix.
- subtract(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
-
Subtracts the second matrix from the first.
- subtract(Matrix3By3, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3
-
Subtracts the second matrix from the first.
- subtract(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Subtracts a matrix from this matrix.
- subtract(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Subtracts a matrix from this matrix.
- subtract(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Subtracts the second matrix from the first.
- subtract(Matrix3By3Symmetric, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Subtracts the second matrix from the first.
- subtract(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6
-
Subtracts a matrix from this matrix.
- subtract(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6
-
Subtracts a matrix from this matrix.
- subtract(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
-
Subtracts the second matrix from the first.
- subtract(Matrix6By6, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6
-
Subtracts the second matrix from the first.
- subtract(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Subtracts a matrix from this matrix.
- subtract(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Subtracts a matrix from this matrix.
- subtract(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Subtracts the second matrix from the first.
- subtract(Matrix6By6Symmetric, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Subtracts the second matrix from the first.
- subtract(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
-
Subtracts the specified set of
Rectangular
coordinates from this instance.
- subtract(Rectangular, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
-
- subtract(Cartesian) - Method in class agi.foundation.coordinates.UnitCartesian
-
Subtracts the specified set of
Cartesian
coordinates from this instance.
- subtract(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
-
Subtracts the specified set of
UnitCartesian
coordinates from this instance.
- subtract(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
-
- subtract(UnitCartesian, Cartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
-
- subtract(Cartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
-
- subtract(Rectangular) - Method in class agi.foundation.coordinates.UnitRectangular
-
Subtracts the specified set of
Rectangular
coordinates from this instance.
- subtract(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
-
Subtracts the specified set of
UnitRectangular
coordinates from this instance.
- subtract(UnitRectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
-
- subtract(UnitRectangular, Rectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
-
- subtract(Rectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
-
- subtract(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
-
- subtract(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
-
- subtract(Scalar) - Method in class agi.foundation.geometry.Scalar
-
Subtracts another scalar from this one.
- subtract(double) - Method in class agi.foundation.geometry.Scalar
-
Subtracts a fixed scalar from this one.
- subtract(Scalar, Scalar) - Static method in class agi.foundation.geometry.Scalar
-
Subtracts one scalar from another.
- subtract(double, Scalar) - Static method in class agi.foundation.geometry.Scalar
-
Subtracts one scalar from another.
- subtract(Scalar, double) - Static method in class agi.foundation.geometry.Scalar
-
Subtracts one scalar from another.
- subtract(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Subtracts otherRegion
from this region.
- subtract(Vector) - Method in class agi.foundation.geometry.Vector
-
Subtract a vector from this one.
- subtract(Vector, Vector) - Static method in class agi.foundation.geometry.Vector
-
Subtract one vector from another.
- subtract(Duration) - Method in class agi.foundation.time.Duration
-
Subtracts the specified
Duration
from this instance.
- subtract(Duration, Duration) - Static method in class agi.foundation.time.Duration
-
- subtract(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Subtracts another date from this date.
- subtract(Duration) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Subtracts a
Duration
from this date, producing a new date.
- subtract(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
-
Subtracts a date from another date, yielding a
Duration
.
- subtract(GlobalPositioningSystemDate, Duration) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
-
- subtract(JulianDate) - Method in class agi.foundation.time.JulianDate
-
Subtracts another Julian date from this Julian date.
- subtract(Duration) - Method in class agi.foundation.time.JulianDate
-
Subtracts a
Duration
from this Julian date, producing a new
Julian date.
- subtract(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
-
Subtracts a Julian date from another Julian date, yielding a
Duration
.
- subtract(JulianDate, Duration) - Static method in class agi.foundation.time.JulianDate
-
- subtractAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Assigns the elements of difference
to the element-wise subtraction
of minuend
by subtrahend
.
- subtractAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Sets the difference
Matrix
to equal the element-wise subtraction
of the
minuend
by the
subtrahend
.
- subtractDays(double) - Method in class agi.foundation.time.GregorianDate
-
Subtracts the specified number of days from this date and returns the new date.
- subtractDays(double) - Method in class agi.foundation.time.JulianDate
-
Subtracts the specified number of days from this date and returns the new date.
- subtractFrom(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Creates a
ComplexMatrix
whose elements have the values of the elements of this matrix
subtracted by the elements of the given matrix.
- subtractHours(double) - Method in class agi.foundation.time.GregorianDate
-
Subtracts the specified number of hours from this date and returns the new date.
- subtractHours(double) - Method in class agi.foundation.time.JulianDate
-
Subtracts the specified number of hours from this date and returns the new date.
- subtractMinutes(double) - Method in class agi.foundation.time.GregorianDate
-
Subtracts the specified number of minutes from this date and returns the new date.
- subtractMinutes(double) - Method in class agi.foundation.time.JulianDate
-
Subtracts the specified number of minutes from this date and returns the new date.
- subtractSeconds(double) - Method in class agi.foundation.time.GregorianDate
-
Subtracts the specified number of seconds from this date and returns the new date.
- subtractSeconds(double) - Method in class agi.foundation.time.JulianDate
-
Subtracts the specified number of seconds to this date and returns the new
date.
- SunCentralBody - Class in agi.foundation.celestial
-
The star at the center of our solar system.
- SunCentralBody() - Constructor for class agi.foundation.celestial.SunCentralBody
-
Initializes a new instance.
- SunCentralBody(SunCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.SunCentralBody
-
Initializes a new instance as a copy of an existing instance.
- supported(MarkerBatchRenderingMethod) - Static method in class agi.foundation.graphics.MarkerBatchPrimitive
-
Determines whether or not the video card supports the marker batch primitive
with the given renderingMethod
.
- supported(TextureWrap) - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Gets whether or not the video card supports the specified
textureWrap
.
- supported(SurfaceMeshRenderingMethod) - Static method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Determines whether or not the video card supports the surface mesh primitive
with the given renderingMethod
.
- supported() - Static method in class agi.foundation.graphics.SurfaceMeshPrimitive
-
Determines whether or not the video card supports the surface mesh primitive.
- SurfaceArc - Class in agi.foundation.routedesign.advanced
-
A mutable definition for a generic nearly-circular arc on the ellipsoid surface used when configuring
procedure surface geometry.
- SurfaceArc(Ellipsoid, Cartographic, double, double, ClosedTurnDirection) - Constructor for class agi.foundation.routedesign.advanced.SurfaceArc
-
Create a new instance based on the given point and heading.
- SurfaceArc(Ellipsoid, Cartographic, double, ClosedTurnDirection) - Constructor for class agi.foundation.routedesign.advanced.SurfaceArc
-
Create a new instance based on the given center point.
- SurfaceArc(SurfaceArc) - Constructor for class agi.foundation.routedesign.advanced.SurfaceArc
-
Initializes a new instance as a copy of an existing instance.
- SurfaceConfigurationResult - Class in agi.foundation.routedesign.advanced
-
The result of configuring the surface geometry on a given
RouteProcedure
.
- SurfaceConfigurationResult(SurfaceConnectionStatus) - Constructor for class agi.foundation.routedesign.advanced.SurfaceConfigurationResult
-
Create a new instance based on the given status.
- SurfaceConfigurationResult(SurfaceConnectionStatus, Object) - Constructor for class agi.foundation.routedesign.advanced.SurfaceConfigurationResult
-
Create a new instance based on the given status and data.
- SurfaceConnectionStatus - Enum in agi.foundation.routedesign.advanced
-
An enumeration indicating the status of the configuration of the surface geometry.
- SurfaceCurveProcedure - Class in agi.foundation.routedesign
-
- SurfaceCurveProcedure() - Constructor for class agi.foundation.routedesign.SurfaceCurveProcedure
-
Create a new instance.
- SurfaceCurveProcedure(EllipsoidSurfaceCurve, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.SurfaceCurveProcedure
-
Create a new instance based on the given surface curve.
- SurfaceCurveProcedure(EllipsoidSurfaceCurve, double, RouteProfile) - Constructor for class agi.foundation.routedesign.SurfaceCurveProcedure
-
Create a new instance based on the given surface curve.
- SurfaceCurveProcedure(SurfaceCurveProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.SurfaceCurveProcedure
-
Initializes a new instance as a copy of an existing instance.
- SurfaceCurveSegment - Class in agi.foundation.routedesign.advanced
-
- SurfaceCurveSegment(EllipsoidSurfaceCurve) - Constructor for class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Create a new instance based on the given surface curve.
- SurfaceCurveSegment(SurfaceCurveSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Initializes a new instance as a copy of an existing instance.
- surfaceDistance(Cartographic, Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the shortest distance as measured on the surface of the ellipsoid between two planetodetic cartographic positions.
- SurfaceDistanceConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the surface distance between two objects be above a minimum and
below a maximum in meters.
- SurfaceDistanceConstraint() - Constructor for class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Initializes a new instance with default values.
- SurfaceDistanceConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Initializes a new instance with the specified central body, minimum value, and maximum value.
- SurfaceDistanceConstraint(double, double) - Constructor for class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- SurfaceDistanceConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
minimum value, and maximum value.
- SurfaceDistanceConstraint(SurfaceDistanceConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Initializes a new instance as a copy of an existing instance.
- SurfaceExtentTriangulator - Class in agi.foundation.geometry.discrete
-
Triangulates an extent on a central body into a triangle mesh and a surrounding boundary.
- SurfaceGraphics - Class in agi.foundation.platforms
-
Defines the graphics properties of a surface area of an
Ellipsoid
over time.
- SurfaceGraphics() - Constructor for class agi.foundation.platforms.SurfaceGraphics
-
Initializes a new instance.
- SurfaceMeshPrimitive - Class in agi.foundation.graphics
-
A triangle mesh primitive for meshes on the surface that need to conform to terrain.
- SurfaceMeshPrimitive() - Constructor for class agi.foundation.graphics.SurfaceMeshPrimitive
-
Initializes a default surface mesh primitive.
- SurfaceMeshPrimitive(SetHint) - Constructor for class agi.foundation.graphics.SurfaceMeshPrimitive
-
Initializes a surface mesh primitive with the specified setHint
.
- SurfaceMeshPrimitive(SetHint, SurfaceMeshRenderingMethod) - Constructor for class agi.foundation.graphics.SurfaceMeshPrimitive
-
Initializes a surface mesh primitive with the specified setHint
and renderingMethod
.
- SurfaceMeshRenderingMethod - Enum in agi.foundation.graphics.advanced
-
Rendering methods available for use by the surface mesh primitive.
- surfaceMotion(double, double, double) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Converts the motion given in terms of motion on the geodesic curve to motion of the surface point.
- surfaceMotion(double) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Converts the motion given in terms of motion on the geodesic curve to motion of the surface point.
- surfaceMotion(double, double, double) - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Converts the motion given in terms of motion on the rhumb line curve to motion of the surface point.
- surfaceNormal(double, double) - Static method in class agi.foundation.geometry.shapes.Ellipsoid
-
The unit Cartesian vector directed along the surface normal at the provided cartographic longitude and latitude.
- surfaceNormal(Cartographic) - Static method in class agi.foundation.geometry.shapes.Ellipsoid
-
The unit Cartesian vector directed along the surface normal at the provided cartographic position.
- surfaceNormalMotion(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the position given in terms of a surface point to the surface normal vector.
- surfaceNormalMotion(Motion1<Cartesian>, int) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the motion given in terms of a surface point to motion of the surface normal vector.
- SurfacePolygonTriangulator - Class in agi.foundation.geometry.discrete
-
Triangulates a polygon, with an optional hole, on a central body, into a
triangle mesh and a surrounding boundary.
- surfacePosition(Cartographic, double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the location of a second surface point along the geodesic passing through the provided
surface point having the indicated heading at the provided surface point and located at the
specified distance from the provided surface point.
- SurfaceProcedureConnection - Class in agi.foundation.routedesign.advanced
-
Base class for all connections that have an arbitrary profile.
- SurfaceProcedureConnection() - Constructor for class agi.foundation.routedesign.advanced.SurfaceProcedureConnection
-
Create a new instance.
- SurfaceProcedureConnectionDependency - Enum in agi.foundation.routedesign.advanced
-
An enumeration indicating how one surface procedure depends on another.
- surfaceProjection(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the projection of the cartesian position onto the ellipsoid surface.
- surfaceProjection(Motion1<Cartesian>, int) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the projection of the cartesian motion onto the ellipsoid surface.
- surfaceProjection(Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the projection of the cartographic position onto the ellipsoid surface.
- surfaceProjectionCartographic(Motion1<Cartographic>, int) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes the projection of the cartographic motion onto the ellipsoid surface.
- SurfaceRegionsCoverageGrid - Class in agi.foundation.geometry.discrete
-
Represents a regular grid inside the boundaries of a specified set of surface regions, based on a given resolution.
- SurfaceRegionsCoverageGrid(double, CentralBody, Iterable<? extends EllipsoidSurfaceRegion>) - Constructor for class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Create a new instance based on a given resolution and a set of polygonal regions.
- SurfaceRegionsCoverageGrid(double, CentralBody, EllipsoidSurfaceRegion...) - Constructor for class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Create a new instance based on a given resolution and a set of polygonal regions.
- SurfaceRegionsCoverageGrid(double, TerrainProvider, CentralBody, EllipsoidSurfaceRegion...) - Constructor for class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Create a new instance based on a given
TerrainProvider
, resolution and a set of polygonal regions.
- SurfaceRegionsCoverageGrid(double, TerrainProvider, CentralBody, Iterable<? extends EllipsoidSurfaceRegion>) - Constructor for class agi.foundation.geometry.discrete.SurfaceRegionsCoverageGrid
-
Create a new instance based on a given
TerrainProvider
, resolution and a set of polygonal regions.
- SurfaceSegment - Class in agi.foundation.routedesign.advanced
-
The base class for all types representing the immutable geometry of the surface path corresponding
to all or part of a particular
RouteSegment
.
- SurfaceSegment() - Constructor for class agi.foundation.routedesign.advanced.SurfaceSegment
-
Initializes a new instance.
- SurfaceSegment(Ellipsoid, double) - Constructor for class agi.foundation.routedesign.advanced.SurfaceSegment
-
Create a new instance with the given surface shape and total distance.
- SurfaceSegment(SurfaceSegment) - Constructor for class agi.foundation.routedesign.advanced.SurfaceSegment
-
Create a new instance based on an existing one.
- SurfaceSegment(SurfaceSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.SurfaceSegment
-
Initializes a new instance as a copy of an existing instance.
- SurfaceShapes - Class in agi.foundation.geometry.discrete
-
Computes boundary positions for shapes on the surface such as circles,
ellipses, and sectors.
- SurfaceShapesResult - Class in agi.foundation.geometry.discrete
-
Represents the boundary positions of a shape on the surface computed from by a
SurfaceShapes
method.
- SurfaceTriangulatorResult - Class in agi.foundation.geometry.discrete
-
The result from a triangulation on the surface of a central body:
a triangle mesh defined using an indexed triangle list and boundary
positions surrounding the mesh.
- SurfaceUpdater - Class in agi.foundation.platforms.advanced
-
- SurfaceUpdater(SurfaceGraphics, EvaluatorGroup) - Constructor for class agi.foundation.platforms.advanced.SurfaceUpdater
-
- swap(GlobeImageOverlay, GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
-
- swap(int, int) - Method in class agi.foundation.graphics.ImageCollection
-
- swap(TerrainOverlay, TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
-
- swap(int, int) - Method in class agi.foundation.graphics.TerrainCollection
-
Swaps the position of two
TerrainOverlay
objects at the specified indices.
- SwapSegmentOperator - Class in agi.foundation.segmentpropagation
-
- SwapSegmentOperator() - Constructor for class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Initialize a new instance.
- SwapSegmentOperator(SwitchableSegment) - Constructor for class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Initializes a new instance.
- SwapSegmentOperator(SwapSegmentOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Initializes a new instance as a copy of an existing instance.
- SwerlingTargetModel - Enum in agi.foundation.radar
-
Models, introduced by Peter Swerling, used to describe the statistical properties of a target radar cross section.
- SwitchableSegment - Class in agi.foundation.segmentpropagation
-
- SwitchableSegment() - Constructor for class agi.foundation.segmentpropagation.SwitchableSegment
-
Initializes a new instance.
- SwitchableSegment(SegmentDefinition, SegmentDefinition) - Constructor for class agi.foundation.segmentpropagation.SwitchableSegment
-
Initializes a new instance.
- SwitchableSegment(SwitchableSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SwitchableSegment
-
Initializes a new instance as a copy of an existing instance.
- SwitchableSegmentConfiguration - Class in agi.foundation.segmentpropagation
-
- SwitchableSegmentConfiguration(SegmentDefinition, SegmentConfiguration, SegmentDefinition, SegmentConfiguration) - Constructor for class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Initializes a new instance.
- SwitchableSegmentConfiguration(SwitchableSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Initializes a new instance as a copy of an existing instance.
- SwitchableSegmentOption - Enum in agi.foundation.segmentpropagation
-
The options for which segment will be run by default.
- SwitchableSegmentResults - Class in agi.foundation.segmentpropagation
-
- SwitchableSegmentResults(SwitchableSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.SwitchableSegmentResults
-
Initializes a new instance as a copy of an existing instance.
- synchronizeOrigins() - Method in class agi.foundation.celestial.ArielCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.CentralBody
-
Remakes the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) so that they have the same
origin as the current
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.CeresCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.CharonCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.DioneCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.EarthCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
J2000Frame
(
get
/
set
),
InternationalCelestialReferenceFrame
(
get
/
set
),
FixedFrame
(
get
/
set
),
PrincipalFrame
(
get
/
set
),
PseudoFixedFrame
(
get
/
set
),
MeanEquatorMeanEquinoxFrame
(
get
/
set
),
MeanEclipticMeanEquinoxFrame
(
get
/
set
),
MeanEclipticTrueEquinoxFrame
(
get
/
set
),
TrueEquatorTrueEquinoxFrame
(
get
/
set
),
and
TrueEquatorMeanEquinoxFrame
(
get
/
set
)
to the current
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.IoCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.MarsCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.MimasCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.MoonCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.RheaCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.SunCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
J2000Frame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the current
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.TethysCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.TitanCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.TritonCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.UranusCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.VenusCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- synchronizeOrigins() - Method in class agi.foundation.celestial.VestaCentralBody
-
Sets the
Origin
(
get
/
set
) of the
InertialFrame
(
get
/
set
),
FixedFrame
(
get
/
set
), and
PrincipalFrame
(
get
/
set
) to the
CenterOfMassPoint
(
get
/
set
).
- SyntheticApertureRadarVolume - Class in agi.foundation.geometry.shapes
-
A sensor volume defined by inner and outer half angles, fore and aft exclusion angles,
and a radial range limit.
- SyntheticApertureRadarVolume() - Constructor for class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Constructs a sensor volume with a default definition, in which the
InnerHalfAngle
(
get
) has a value of
one-fourth pi radians, the
OuterHalfAngle
(
get
) has a value of
Constants.HalfPi
radians,
the
ForeHalfAngle
(
get
/
set
) and
AftHalfAngle
(
get
/
set
) are both equal to zero, and the radius is equal to positive infinity.
- SyntheticApertureRadarVolume(double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Constructs a volume of infinite radius with the provided parameters.
- SyntheticApertureRadarVolume(double, double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Constructs a volume of limited radius with the provided parameters.