Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort(Transaction, Object) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Aborts the specified modification.
abort() - Method in class agi.foundation.Transaction
Aborts this transactions.
abs(Complex) - Static method in class agi.foundation.coordinates.Complex
Compute the absolute value and returns the result.
AccelerationName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityAcceleration
The name of the Acceleration (get) property.
AccelerationPerformanceModel - Class in agi.foundation.aircraftpropagation
Defines an aircraft's performance model during acceleration.
AccelerationPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
Initializes a new instance.
AccelerationPerformanceModel(AccelerationPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
Initializes a new instance as a copy of an existing instance.
accept(T) - Method in class agi.foundation.compatibility.Action1
 
AccessClassification - Enum in agi.foundation.access
The possible states of an Access availability computation.
AccessComputation - Class in agi.foundation.access
Computes Access, or inter-visibility, between two objects.
AccessComputation() - Constructor for class agi.foundation.access.AccessComputation
Initializes a new instance.
AccessComputation(AccessComputation, CopyContext) - Constructor for class agi.foundation.access.AccessComputation
Initializes a new instance as a copy of an existing instance.
AccessConstraint - Class in agi.foundation.access
A constraint between two objects.
AccessConstraint() - Constructor for class agi.foundation.access.AccessConstraint
Initializes a new instance.
AccessConstraint(AccessConstraint, CopyContext) - Constructor for class agi.foundation.access.AccessConstraint
Initializes a new instance as a copy of an existing instance.
AccessConstraintApplicability - Enum in agi.foundation.access
An indication of when an access constraint applies.
AccessConstraintCollection - Class in agi.foundation.access
A collection of Access constraints.
AccessConstraintCollection() - Constructor for class agi.foundation.access.AccessConstraintCollection
Initializes a new instance.
AccessConstraintCollection(AccessConstraintCollection, CopyContext) - Constructor for class agi.foundation.access.AccessConstraintCollection
Initializes a new instance as a copy of an existing instance.
AccessConstraintEvaluationResult - Class in agi.foundation.access
Holds the result of evaluating an Access constraint over an interval.
AccessConstraintEvaluationResult() - Constructor for class agi.foundation.access.AccessConstraintEvaluationResult
 
AccessConstraintEvaluationResultCollection - Class in agi.foundation.access
AccessConstraintEvaluationResultCollection() - Constructor for class agi.foundation.access.AccessConstraintEvaluationResultCollection
Initializes a new instance.
AccessConstraintEvaluationResultCollection(List<AccessConstraintEvaluationResult>) - Constructor for class agi.foundation.access.AccessConstraintEvaluationResultCollection
Initializes a new instance.
AccessConstraintEvaluator - Class in agi.foundation.access
The base class for Access constraint evaluators.
AccessConstraintEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.access.AccessConstraintEvaluator
Initializes a new instance.
AccessConstraintEvaluator(AccessConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.access.AccessConstraintEvaluator
Initializes a new instance as a copy of an existing instance.
AccessConstraintHelper - Class in agi.foundation.access
Contains helper methods that are useful when writing Access constraints.
AccessConstraintSampling - Class in agi.foundation.access
Contains static methods that can be useful to a constraint in determining the size of the next sampling step.
AccessConstraintsExtension - Class in agi.foundation.platforms
An ObjectExtension that stores Access constraints.
AccessConstraintsExtension() - Constructor for class agi.foundation.platforms.AccessConstraintsExtension
Initializes a new instance.
AccessConstraintsExtension(AccessConstraint) - Constructor for class agi.foundation.platforms.AccessConstraintsExtension
Initialize the extension with the given constraint.
AccessConstraintsExtension(AccessConstraintCollection) - Constructor for class agi.foundation.platforms.AccessConstraintsExtension
Initialize the extension with the given collection of constraints.
AccessConstraintsExtension(AccessConstraintsExtension, CopyContext) - Constructor for class agi.foundation.platforms.AccessConstraintsExtension
Initializes a new instance as a copy of an existing instance.
AccessConstraintSource - Enum in agi.foundation.access
Indicates the source of an Access constraint.
AccessEntityFilter<TEntity extends IEntityIdentifier & IEntityLastUpdate> - Class in agi.foundation.tracking
An EntityFilter that filters entities based on the results of an AccessQuery.
AccessEntityFilter(TransactionContext, EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.tracking.AccessEntityFilter
Initializes a new instance.
AccessEntityFilter(TransactionContext, EntityParameter<TEntity>, TransactionParameter, AccessQuery, EvaluatorGroup) - Constructor for class agi.foundation.tracking.AccessEntityFilter
Initializes a new instance with a specified Query (get / set).
AccessEntityFilter(TransactionContext, EntityParameter<TEntity>, TransactionParameter, AccessQuery, IServiceProvider, EvaluatorGroup) - Constructor for class agi.foundation.tracking.AccessEntityFilter
Initializes a new instance with a specified Query (get / set) and TimeObserver (get / set).
AccessEntityFilter(AccessEntityFilter<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.AccessEntityFilter
Initializes a new instance as a copy of an existing instance.
AccessEvaluationResult - Class in agi.foundation.access
Holds the result of evaluating Access between two objects.
AccessEvaluationResult() - Constructor for class agi.foundation.access.AccessEvaluationResult
 
AccessEvaluator - Class in agi.foundation.access
An evaluator that determines whether access exists for an AccessQuery.
AccessEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.access.AccessEvaluator
Initializes a new instance.
AccessEvaluator(AccessEvaluator, CopyContext) - Constructor for class agi.foundation.access.AccessEvaluator
Initializes a new instance as a copy of an existing instance.
AccessEventTimes - Enum in agi.foundation.access
Indicates the manner in which event times are to be reported.
AccessQuery - Class in agi.foundation.access
A query that determines whether or not Access exists for a given time or for intervals of time.
AccessQuery() - Constructor for class agi.foundation.access.AccessQuery
Initializes a new instance.
AccessQuery(AccessQuery, CopyContext) - Constructor for class agi.foundation.access.AccessQuery
Initializes a new instance as a copy of an existing instance.
AccessQueryAnd - Class in agi.foundation.access
An AccessQuery which is a logical AND of two or more sub-queries.
AccessQueryAnd() - Constructor for class agi.foundation.access.AccessQueryAnd
Initializes a new instance.
AccessQueryAnd(AccessQuery, AccessQuery) - Constructor for class agi.foundation.access.AccessQueryAnd
Initializes a new instance representing the logical AND of two sub-queries.
AccessQueryAnd(Iterable<? extends AccessQuery>) - Constructor for class agi.foundation.access.AccessQueryAnd
Initializes a new instance representing the logical AND of any number of sub-queries.
AccessQueryAnd(AccessQuery...) - Constructor for class agi.foundation.access.AccessQueryAnd
Initializes a new instance representing the logical AND of any number of sub-queries.
AccessQueryAtLeastN - Class in agi.foundation.access
An AccessQuery that requires at least N of a list of sub-queries to be satisfied in order to be considered satisfied itself.
AccessQueryAtLeastN() - Constructor for class agi.foundation.access.AccessQueryAtLeastN
Initializes a new instance.
AccessQueryAtLeastN(int, AccessQuery...) - Constructor for class agi.foundation.access.AccessQueryAtLeastN
Initializes a new instance.
AccessQueryAtLeastN(int, Iterable<? extends AccessQuery>) - Constructor for class agi.foundation.access.AccessQueryAtLeastN
Initializes a new instance.
AccessQueryAtMostN - Class in agi.foundation.access
An AccessQuery that requires that no more than N of a list of sub-queries be satisfied in order to be considered satisfied itself.
AccessQueryAtMostN() - Constructor for class agi.foundation.access.AccessQueryAtMostN
Initializes a new instance.
AccessQueryAtMostN(int, AccessQuery...) - Constructor for class agi.foundation.access.AccessQueryAtMostN
Initializes a new instance.
AccessQueryAtMostN(int, Iterable<? extends AccessQuery>) - Constructor for class agi.foundation.access.AccessQueryAtMostN
Initializes a new instance.
AccessQueryCesiumProperty<T> - Class in agi.foundation.cesium
A CesiumProperty which maps the result of an AccessQuery to different values depending on the generated AccessQueryResult.
AccessQueryCesiumProperty() - Constructor for class agi.foundation.cesium.AccessQueryCesiumProperty
Initializes a new instance.
AccessQueryCesiumProperty(AccessQuery, T, T, T) - Constructor for class agi.foundation.cesium.AccessQueryCesiumProperty
Creates a new instance with the specified parameters.
AccessQueryCesiumProperty(AccessQuery, IServiceProvider, T, T, T) - Constructor for class agi.foundation.cesium.AccessQueryCesiumProperty
Creates a new instance with the specified parameters.
AccessQueryCollection - Class in agi.foundation.access
A collection of AccessQuery objects.
AccessQueryCollection() - Constructor for class agi.foundation.access.AccessQueryCollection
Initializes a new instance.
AccessQueryCollection(AccessQueryCollection, CopyContext) - Constructor for class agi.foundation.access.AccessQueryCollection
Initializes a new instance as a copy of an existing instance.
AccessQueryExactlyN - Class in agi.foundation.access
An AccessQuery that requires exactly N of a list of sub-queries to be satisfied in order to be considered satisfied itself.
AccessQueryExactlyN() - Constructor for class agi.foundation.access.AccessQueryExactlyN
Initializes a new instance.
AccessQueryExactlyN(int, AccessQuery...) - Constructor for class agi.foundation.access.AccessQueryExactlyN
Initializes a new instance.
AccessQueryExactlyN(int, Iterable<? extends AccessQuery>) - Constructor for class agi.foundation.access.AccessQueryExactlyN
Initializes a new instance.
AccessQueryGraphicsParameter<T> - Class in agi.foundation.platforms
A GraphicsParameter which maps the result of an AccessQuery to different values depending on access availability.
AccessQueryGraphicsParameter() - Constructor for class agi.foundation.platforms.AccessQueryGraphicsParameter
Initializes a new instance.
AccessQueryGraphicsParameter(AccessConstraint, T, T, T) - Constructor for class agi.foundation.platforms.AccessQueryGraphicsParameter
Initializes a new instance with the specified parameters.
AccessQueryGraphicsParameter(AccessQuery, T, T, T) - Constructor for class agi.foundation.platforms.AccessQueryGraphicsParameter
Initializes a new instance with the specified parameters.
AccessQueryGraphicsParameter(AccessQuery, IServiceProvider, T, T, T) - Constructor for class agi.foundation.platforms.AccessQueryGraphicsParameter
Initializes a new instance with the specified parameters.
AccessQueryGraphicsParameter(AccessQueryGraphicsParameter<T>, CopyContext) - Constructor for class agi.foundation.platforms.AccessQueryGraphicsParameter
Initializes a new instance as a copy of an existing instance.
AccessQueryNot - Class in agi.foundation.access
An AccessQuery which is a logical NOT of another query.
AccessQueryNot() - Constructor for class agi.foundation.access.AccessQueryNot
Initializes a new instance.
AccessQueryNot(AccessQuery) - Constructor for class agi.foundation.access.AccessQueryNot
Initializes a new instance representing the logical NOT of a query.
AccessQueryOr - Class in agi.foundation.access
An AccessQuery which is a logical OR of two or more sub-queries.
AccessQueryOr() - Constructor for class agi.foundation.access.AccessQueryOr
Initializes a new instance.
AccessQueryOr(AccessQuery, AccessQuery) - Constructor for class agi.foundation.access.AccessQueryOr
Initializes a new instance representing the logical OR of two sub-queries.
AccessQueryOr(AccessQuery...) - Constructor for class agi.foundation.access.AccessQueryOr
Initializes a new instance representing the logical OR of any number of sub-queries.
AccessQueryOr(Iterable<? extends AccessQuery>) - Constructor for class agi.foundation.access.AccessQueryOr
Initializes a new instance representing the logical OR of any number of sub-queries.
AccessQueryReplacementCopyContext - Class in agi.foundation.infrastructure
Copies an AccessQuery while replacing all references of a specified instance with a new specified instance.
AccessQueryReplacementCopyContext(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.infrastructure.AccessQueryReplacementCopyContext
Constructs a new instance with the specified parameters.
AccessQueryResult - Class in agi.foundation.access
Holds the result of evaluating an AccessQuery over intervals.
AccessQueryResult() - Constructor for class agi.foundation.access.AccessQueryResult
Initializes a new instance.
AccessQueryResult(TimeIntervalCollection, TimeIntervalCollection) - Constructor for class agi.foundation.access.AccessQueryResult
Initializes a new instance.
AccessQueryStartAndMaintain - Class in agi.foundation.access
An AccessQuery that can define separate constraints for starting and maintaining access.
AccessQueryStartAndMaintain() - Constructor for class agi.foundation.access.AccessQueryStartAndMaintain
Initializes a new instance.
AccessQueryStartAndMaintain(AccessQuery, AccessQuery) - Constructor for class agi.foundation.access.AccessQueryStartAndMaintain
Initializes a new instance representing the start and maintain queries.
AccessQueryStartAndMaintain(AccessQuery, AccessQuery, boolean) - Constructor for class agi.foundation.access.AccessQueryStartAndMaintain
Initializes a new instance representing the start and maintain queries.
AccessQueryStartAndMaintain(AccessQuery, AccessQuery, boolean, JulianDate) - Constructor for class agi.foundation.access.AccessQueryStartAndMaintain
Initializes a new instance representing the start and maintain queries.
AccessQueryStartAndMaintain(AccessQuery, AccessQuery, boolean, JulianDate, boolean) - Constructor for class agi.foundation.access.AccessQueryStartAndMaintain
Initializes a new instance representing the start and maintain queries.
AccessQueryTrackedSatellite - Class in agi.foundation.access
An access query which determines access to a specific navigation satellite within a GpsReceiver.
AccessQueryTrackedSatellite() - Constructor for class agi.foundation.access.AccessQueryTrackedSatellite
Initializes a new instance.
AccessQueryTrackedSatellite(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.access.AccessQueryTrackedSatellite
Creates a new tracked satellite query using a service provider for a GpsReceiver and a satellite platform.
AccessQueryTrackedSatellite(AccessQueryTrackedSatellite, CopyContext) - Constructor for class agi.foundation.access.AccessQueryTrackedSatellite
Initializes a new instance as a copy of an existing instance.
AccessResultExtension - Class in agi.foundation.platforms
An extension which holds an AccessQueryResult representing precomputed access results for the Owner (get / set) object.
AccessResultExtension() - Constructor for class agi.foundation.platforms.AccessResultExtension
Initializes a new instance.
AccessResultExtension(AccessQueryResult) - Constructor for class agi.foundation.platforms.AccessResultExtension
Initialize a new instance based on the given access results.
AccessResultExtension(AccessResultExtension, CopyContext) - Constructor for class agi.foundation.platforms.AccessResultExtension
Initializes a new instance as a copy of an existing instance.
AccessSignalModel - Enum in agi.foundation.access
Indicates which effects are to be consider in modeling the signal path and observation.
AccessStoppingCondition - Class in agi.foundation.stoppingconditions
A StoppingCondition that will stop after an access query is satisfied.
AccessStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.AccessStoppingCondition
Initializes a new instance.
AccessStoppingCondition(AccessQuery) - Constructor for class agi.foundation.stoppingconditions.AccessStoppingCondition
Initializes a new instance with the specified query.
AccessStoppingCondition(AccessQuery, ValueDefinition<AccessClassification>) - Constructor for class agi.foundation.stoppingconditions.AccessStoppingCondition
Initializes a new instance with the specified query.
AccessStoppingCondition(AccessQuery, ValueDefinition<AccessClassification>, IServiceProvider) - Constructor for class agi.foundation.stoppingconditions.AccessStoppingCondition
Initializes a new instance with the specified query and time observer.
AccessStoppingCondition(AccessStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.AccessStoppingCondition
Initializes a new instance as a copy of an existing instance.
AccuracyCalculationPersona - Enum in agi.foundation.navigation
Type definitions for the accuracy calculation persona.
acos(Complex) - Static method in class agi.foundation.coordinates.Complex
Calculates the arc cosine of the input value.
acosh(Complex) - Static method in class agi.foundation.coordinates.Complex
Calculates the inverse hyperbolic cosine of a value.
Action - Class in agi.foundation.compatibility
Represents a method that takes no parameters and does not return a value.
Action() - Constructor for class agi.foundation.compatibility.Action
Creates a new instance of this delegate.
Action(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Action
Initializes a delegate that will invoke an instance method on a class instance.
Action(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Action
Initializes a delegate that will invoke a static method on a class.
Action.Function - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
Action1<T> - Class in agi.foundation.compatibility
Represents a method that takes a single parameter and does not return a value.
Action1() - Constructor for class agi.foundation.compatibility.Action1
Creates a new instance of this delegate.
Action1(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Action1
Initializes a delegate that will invoke an instance method on a class instance.
Action1(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Action1
Initializes a delegate that will invoke a static method on a class.
Action1.Function<T> - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
activateLicense(String) - Static method in class agi.foundation.Licensing
Loads a DME Component Libraries license from the specified string.
ActiveSetSequentialQuadraticProgrammingOptimizer - Class in agi.foundation.numericalmethods
An optimizer that solves OptimizerMultivariableFunctions.
ActiveSetSequentialQuadraticProgrammingOptimizer() - Constructor for class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
Initializes a new instance.
ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker - Class in agi.foundation.numericalmethods
A function that tests the convergence of the optimizer by comparing the results of the current iteration with the results of the previous iteration.
ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
actuallyEnabled() - Method in class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
Gets if this segment is actually enabled or not.
adaptEphemeris(List<ITimeBasedState>, List<StateElementAdapter>, CopyContext) - Static method in class agi.foundation.segmentpropagation.StateElementAdapterHelpers
Adapts the ephemeris using the adapters provided.
AdaptiveNumericalIntegrator - Class in agi.foundation.numericalmethods.advanced
Base class for all NumericalIntegrator objects who can use error information produced during integration to adapt the size of the step in order to adjust the amount of error introduced into the dependent variables over successive integration steps.
AdaptiveNumericalIntegrator() - Constructor for class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Initializes a new instance.
AdaptiveNumericalIntegrator(AdaptiveNumericalIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Initializes a new instance as a copy of an existing instance.
adaptState(ITimeBasedState, ITimeBasedState, List<StateElementAdapter>) - Static method in class agi.foundation.segmentpropagation.StateElementAdapterHelpers
A helper method to perform the default state adaptation.
adaptStep() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
This method updates the CurrentStepSize (get) to account for error in the state and its derivatives.
adaptStep() - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
This method updates the CurrentStepSize (get) to account for error in the state and its derivatives.
adaptStep() - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
This method updates the CurrentStepSize (get) to account for error in the state and its derivatives.
adaptStep() - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
This method updates the CurrentStepSize (get) to account for error in the state and its derivatives.
adaptStep() - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
This method updates the CurrentStepSize (get) to account for error in the state and its derivatives.
add(CzmlDocument) - Method in class agi.foundation.cesium.CzmlClientEntitySet
Add the entities described by a CzmlDocument to the current set.
add(IServiceProvider, IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Creates a new link from the provided transmitter and receiver and adds it to the collection.
add(String, IServiceProvider, IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Creates a new link from the provided name, transmitter, and receiver and adds it to the collection.
add(IServiceProvider, IServiceProvider, AtmosphericRefractionModel) - Method in class agi.foundation.communications.CommunicationLinkCollection
Creates a new link from the provided transmitter and receiver and adds it to the collection.
add(String, IServiceProvider, IServiceProvider, AtmosphericRefractionModel) - Method in class agi.foundation.communications.CommunicationLinkCollection
Creates a new link from the provided name, transmitter, and receiver and adds it to the collection.
add(double, ScatteringCoefficient) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
Adds a new point scattering frequency band with the given lower frequency and scattering coefficient.
add(Signal) - Method in class agi.foundation.communications.SignalCollection
 
add(double) - Method in class agi.foundation.communications.SignalDopplerShiftData
Returns a copy of the signal doppler shift data with the supplied doppler shift value added to the history collection.
add(E) - Method in class agi.foundation.compatibility.BaseCollection
 
add(int, E) - Method in class agi.foundation.compatibility.BaseCollection
 
add(FileAccess) - Method in class agi.foundation.compatibility.FileAccess
Add the specified value to the current set and return the result.
add(FontStyle) - Method in class agi.foundation.compatibility.FontStyle
Add the specified value to the current set and return the result.
add(MouseButtons) - Method in class agi.foundation.compatibility.MouseButtons
Add the specified value to the current set and return the result.
add(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
Adds the specified set of Cartesian coordinates to this instance.
add(Cartesian, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
Adds a specified set of Cartesian coordinates to another specified set of Cartesian coordinates.
add(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Adds two complex numbers and returns the result.
add(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the sum of the two given matrices.
add(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the sum of this matrix and the given matrix.
add(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the sum of the two given matrices.
add(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the sum of the two given matrices.
add(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the sum of the two given matrices.
add(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the sum of the two given matrices.
add(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the sum of the two given matrices.
add(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3
Adds a matrix to this matrix.
add(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3
Adds a matrix to this matrix.
add(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
Adds a matrix to this matrix.
add(Matrix3By3, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3
Adds a matrix to this matrix.
add(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Adds a matrix to this matrix.
add(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Adds a matrix to this matrix.
add(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Adds a matrix to this matrix.
add(Matrix3By3Symmetric, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Adds a matrix to this matrix.
add(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6
Adds a matrix to this matrix.
add(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6
Adds a matrix to this matrix.
add(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
Adds a matrix to this matrix.
add(Matrix6By6, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6
Adds a matrix to this matrix.
add(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Adds a matrix to this matrix.
add(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Adds a matrix to this matrix.
add(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Adds a matrix to this matrix.
add(Matrix6By6Symmetric, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Adds a matrix to this matrix.
add(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
Adds the specified set of Rectangular coordinates to this instance.
add(Rectangular, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
Adds a specified set of Rectangular coordinates to another specified set of Cartesian coordinates.
add(Cartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Adds the specified set of Cartesian coordinates to this instance.
add(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Adds the specified set of UnitCartesian coordinates to this instance.
add(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Adds a specified set of UnitCartesian coordinates to another specified set of UnitCartesian coordinates.
add(UnitCartesian, Cartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Adds a specified set of Cartesian coordinates to a specified set of UnitCartesian coordinates.
add(Cartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Adds a specified set of UnitCartesian coordinates to a specified set of Cartesian coordinates.
add(Rectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Adds the specified set of Rectangular coordinates to this instance.
add(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Adds the specified set of UnitRectangular coordinates to this instance.
add(UnitRectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Adds a specified set of UnitRectangular coordinates to another specified set of UnitRectangular coordinates.
add(UnitRectangular, Rectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Adds a specified set of UnitRectangular coordinates to a specified set of Rectangular coordinates.
add(Rectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Adds a specified set of UnitRectangular coordinates to a specified set of Rectangular coordinates.
add(JulianDate, T) - Method in class agi.foundation.DateMotionCollection1
Adds an item to the collection.
add(JulianDate, T, T) - Method in class agi.foundation.DateMotionCollection1
Adds an item to the collection.
add(JulianDate, T, T, T) - Method in class agi.foundation.DateMotionCollection1
Adds an item to the collection.
add(JulianDate, T...) - Method in class agi.foundation.DateMotionCollection1
Adds an item to the collection.
add(JulianDate, Motion1<T>) - Method in class agi.foundation.DateMotionCollection1
Adds an item to the collection.
add(JulianDate, T) - Method in class agi.foundation.DateMotionCollection2
Adds an item to the collection.
add(JulianDate, T, TDerivative) - Method in class agi.foundation.DateMotionCollection2
Adds an item to the collection.
add(JulianDate, T, TDerivative, TDerivative) - Method in class agi.foundation.DateMotionCollection2
Adds an item to the collection.
add(JulianDate, T, TDerivative...) - Method in class agi.foundation.DateMotionCollection2
Adds an item to the collection.
add(JulianDate, Motion2<T, TDerivative>) - Method in class agi.foundation.DateMotionCollection2
Adds an item to the collection.
add(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
Adds the specified DegreesMinutesSeconds to this instance.
add(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Adds two specified DegreesMinutesSeconds instances.
add(CylinderFill) - Method in class agi.foundation.geometry.discrete.CylinderFill
Add the specified value to the current set and return the result.
add(Scalar) - Method in class agi.foundation.geometry.Scalar
Adds another scalar to this one.
add(double) - Method in class agi.foundation.geometry.Scalar
Adds a fixed scalar to this one.
add(Scalar, Scalar) - Static method in class agi.foundation.geometry.Scalar
Adds two scalars together.
add(double, Scalar) - Static method in class agi.foundation.geometry.Scalar
Adds two scalars together.
add(Scalar, double) - Static method in class agi.foundation.geometry.Scalar
Adds two scalars together.
add(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Adds this region to otherRegion ignoring any holes in either region.
add(Vector) - Method in class agi.foundation.geometry.Vector
Add a vector to this one.
add(Vector, Vector) - Static method in class agi.foundation.geometry.Vector
Add two vectors together.
add(RenderPass) - Method in class agi.foundation.graphics.advanced.RenderPass
Add the specified value to the current set and return the result.
add(ScreenOverlay) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
Adds an overlay to the collection.
add(DisplayCondition, boolean) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Adds a display condition to the end of the composite.
add(DisplayCondition) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Adds a display condition to the end of the composite.
add(Primitive) - Method in class agi.foundation.graphics.CompositePrimitive
Adds a primitive to the composite.
add(GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
Adds imageryOverlay to the collection.
add(URI) - Method in class agi.foundation.graphics.ImageCollection
Creates a GlobeOverlay from the uri and adds it to the collection.
add(String) - Method in class agi.foundation.graphics.ImageCollection
Creates a GlobeOverlay from the uri, which represents a URI, and adds it to the collection.
add(RasterFilter) - Method in class agi.foundation.graphics.imaging.SequenceFilter
Adds a filter to the sequence.
add(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
Adds a primitive to the front of the composite.
add(Primitive) - Method in class agi.foundation.graphics.PrimitiveManager
Adds a primitive to the manager.
add(TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
Adds terrainOverlay to the collection.
add(URI) - Method in class agi.foundation.graphics.TerrainCollection
Creates a TerrainOverlay from the uri and adds it to the collection.
add(String) - Method in class agi.foundation.graphics.TerrainCollection
Creates a TerrainOverlay from the uri, which represents a URI, and adds it to the collection.
add(JulianDate, T, T) - Method in interface agi.foundation.IDateMotionCollection1
Adds an item to the collection.
add(JulianDate, T) - Method in interface agi.foundation.IDateMotionCollection1
Adds an item to the collection.
add(JulianDate, T, T, T) - Method in interface agi.foundation.IDateMotionCollection1
Adds an item to the collection.
add(JulianDate, Motion1<T>) - Method in interface agi.foundation.IDateMotionCollection1
Adds an item to the collection.
add(JulianDate, T...) - Method in interface agi.foundation.IDateMotionCollection1
Adds an item to the collection.
add(JulianDate, T, TDerivative) - Method in interface agi.foundation.IDateMotionCollection2
Adds an item to the collection.
add(JulianDate, T) - Method in interface agi.foundation.IDateMotionCollection2
Adds an item to the collection.
add(JulianDate, T, TDerivative, TDerivative) - Method in interface agi.foundation.IDateMotionCollection2
Adds an item to the collection.
add(JulianDate, Motion2<T, TDerivative>) - Method in interface agi.foundation.IDateMotionCollection2
Adds an item to the collection.
add(JulianDate, T, TDerivative...) - Method in interface agi.foundation.IDateMotionCollection2
Adds an item to the collection.
add(ParameterAction) - Method in class agi.foundation.infrastructure.ParameterAction
Add the specified value to the current set and return the result.
add(TKey, TValue) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
Adds a specified key/value pair to the dictionary.
add(TKey, TValue, PersistentDictionaryAddResult[]) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
Adds a specified key/value pair to the dictionary, and returns a value indicating whether the key was newly added to the dictionary or it already existed and the value was replaced.
add(MeteorologicalMeasurement, String) - Method in class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
Adds a measurement type to this record.
add(DoubleSimpleFunction, double) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
Adds a function to the collection, and adds a threshold value that is of interest while exploring the function.
add(DoubleSimpleFunction) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
Adds a function to the collection.
add(double) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCollection
Adds a threshold.
add(DurationSimpleFunction, double) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
Adds a function to the collection, and adds a threshold value that is of interest while exploring the function.
add(DurationSimpleFunction) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
Adds a function to the collection.
add(double) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCollection
Adds a threshold.
add(JulianDateSimpleFunction, double) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
Adds a function to the collection, and adds a threshold value that is of interest while exploring the function.
add(JulianDateSimpleFunction) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
Adds a function to the collection.
add(double) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCollection
Adds a threshold.
add(StepSizeInformation) - Method in class agi.foundation.numericalmethods.StepSizeInformation
Add the specified value to the current set and return the result.
add(JulianDate, double[]) - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
Add an entry to the end of the state history.
add(JulianDate, double[], NumericalIntegrationInformation) - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
Add an entry to appropriate location in the state history.
add(PropagationStateElement) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Adds the given state element to the set of IntegrationElements (get) to be integrated by the NumericalPropagator.
add(AuxiliaryStateElement) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Adds the given auxiliary element to the set of AuxiliaryElements (get) which will be computed during propagation and stored in the raw state output.
add(PropagationStateCorrector) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Adds the given state corrector to the set of StateCorrectors (get) which will operate on some or all of the IntegrationElements (get) during propagation.
add(int, TerrainProvider) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Inserts an element into the CompositeTerrainProvider at the given index.
add(TerrainProvider) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Adds an item.
add(GTOPO30Options) - Method in class agi.foundation.terrain.GTOPO30Options
Add the specified value to the current set and return the result.
add(Duration) - Method in class agi.foundation.time.Duration
Adds the specified Duration to this instance.
add(Duration, Duration) - Static method in class agi.foundation.time.Duration
Adds two specified Duration instances.
add(Duration) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Adds a Duration to this date, producing a new date.
add(GlobalPositioningSystemDate, Duration) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
Adds a Duration to a GlobalPositioningSystemDate, producing a new date.
add(Duration) - Method in class agi.foundation.time.JulianDate
Adds a Duration to this Julian date, producing a new Julian date.
add(JulianDate, Duration) - Static method in class agi.foundation.time.JulianDate
Adds a Duration to a JulianDate, producing a new Julian date.
add(TimeInterval) - Method in class agi.foundation.time.TimeInterval
Adds two intervals together, producing an interval list that includes both intervals.
add(TimeIntervalCollection) - Method in class agi.foundation.time.TimeInterval
Adds an interval list to this interval, producing a new interval list that includes this interval plus all intervals in the input list.
add(TimeInterval1<T>) - Method in class agi.foundation.time.TimeInterval1
Adds two intervals together, producing an interval list that includes both intervals.
add(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeInterval1
Adds an interval list to this interval, producing a new interval list that includes this interval plus all intervals in the input list.
add(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
Adds another interval collection to this interval collection.
add(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection
Adds an interval to the interval collection.
add(int, TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection
Adds a time interval to the list.
add(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds another interval collection to this interval collection.
add(TimeIntervalCollection1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds another interval collection to this interval collection.
add(TimeIntervalCollection, T) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds another interval collection to this interval collection.
add(TimeIntervalCollection, T, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds another interval collection to this interval collection.
add(TimeInterval1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds an interval to the interval collection.
add(TimeInterval1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds an interval to the interval collection.
add(int, TimeInterval1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds a time interval to the list.
add(Transaction, TEntity) - Method in class agi.foundation.tracking.EntitySet
Adds an entity.
add(Class<?>, TrackingTypeArchiver) - Method in class agi.foundation.tracking.TrackingTypeArchiverCollection
Adds an archiver for a complex type composed of multiple primitives.
addAddComplete(EventHandler<GlobeImageOverlayAddCompleteEventArgs>) - Method in class agi.foundation.graphics.ImageCollection
Adds a handler for an event that is raised when an asynchronous add is completed.
addAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs>) - Method in class agi.foundation.graphics.TerrainCollection
Adds a handler for an event that is raised when an asynchronous add is completed.
addAdditionalSource(CesiumSource, IServiceProvider) - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
Adds an additional CesiumSource required for a given service provider.
addAll(Collection<? extends Signal>) - Method in class agi.foundation.communications.SignalCollection
 
addAll(Collection<? extends E>) - Method in class agi.foundation.compatibility.BaseCollection
 
addAll(int, Collection<? extends E>) - Method in class agi.foundation.compatibility.BaseCollection
 
addAll(Collection<? extends ScreenOverlay>) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
addAll(Collection<? extends GlobeImageOverlay>) - Method in class agi.foundation.graphics.ImageCollection
 
addAll(Collection<? extends TerrainOverlay>) - Method in class agi.foundation.graphics.TerrainCollection
 
addAll(Collection<? extends TerrainProvider>) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
addAll(int, Collection<? extends TerrainProvider>) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
addAll(Collection<? extends TimeInterval>) - Method in class agi.foundation.time.TimeIntervalCollection
 
addAll(int, Collection<? extends TimeInterval>) - Method in class agi.foundation.time.TimeIntervalCollection
 
addAll(Collection<? extends TimeInterval1<T>>) - Method in class agi.foundation.time.TimeIntervalCollection1
 
addAll(int, Collection<? extends TimeInterval1<T>>) - Method in class agi.foundation.time.TimeIntervalCollection1
 
addAndRemoveExistingData(TypeLiteral<T>, T) - Method in class agi.foundation.communications.Signal
Creates a new signal by adding data in addition to the data existing on this signal.
addAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs>) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Adds a handler for an event that is raised when any of the StoppingConditions are satisfied.
addAsset(AssetDefinition) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Add an asset to the coverage definition.
addAsset(Object, AccessQuery) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Add an asset to the coverage definition.
addAsset(AssetDefinition) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Add an asset to the coverage definition.
addAsset(Object, AccessQuery) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Add an asset to the coverage definition.
addAssetRange(Iterable<? extends AssetDefinition>) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Add a range of assets to the coverage definition.
addAssetRange(Iterable<? extends AssetDefinition>) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Add a range of assets to the coverage definition.
addAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Assigns the elements of sum to the element-wise addition of leftAddend and rightAddend.
addAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Sets the sum Matrix to equal the element-wise addition of the leftAddend and the rightAddend.
addAsync(GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
Adds imageryOverlay to the collection asynchronously.
addAsync(URI) - Method in class agi.foundation.graphics.ImageCollection
Creates a GlobeImageOverlay from the uri and adds it to the collection asynchronously.
addAsync(String) - Method in class agi.foundation.graphics.ImageCollection
Creates a GlobeImageOverlay from the uri, which represents a URI, and adds it to the collection asynchronously.
addAsync(TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
Adds terrainOverlay to the collection asynchronously.
addAsync(URI) - Method in class agi.foundation.graphics.TerrainCollection
Creates a TerrainOverlay from the uri and adds it to the collection asynchronously.
addAsync(String) - Method in class agi.foundation.graphics.TerrainCollection
Creates a TerrainOverlay from the uri, which represents a URI, and adds it to the collection asynchronously.
addBack(PathPoint) - Method in class agi.foundation.graphics.PathPrimitive
Add a PathPoint to the back of the line.
addBand(double, CruiseCommandedValues) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Adds an entry at the specified altitude which defines the corresponding CruiseCommandedValues.
addCache(TerrainCache) - Method in class agi.foundation.terrain.TerrainCacheGroup
Adds a cache to the group.
addChain(IServiceProvider...) - Method in class agi.foundation.communications.CommunicationLinkCollection
Adds multiple links to the collection at once, assuming that each item in the list either receives or transmits from the previous item.
addChain(Iterable<? extends IServiceProvider>) - Method in class agi.foundation.communications.CommunicationLinkCollection
Adds multiple links to the collection at once, assuming that each item in the list either receives or transmits from the previous item.
addChanged(EventHandler<TransactedPropertyChangedEventArgs<T>>) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Adds a handler for an event that is raised when a transaction that changes this property is Committed (add / remove).
addChanged(EventHandler<EntitySetChangedEventArgs<TEntity>>) - Method in class agi.foundation.tracking.EntitySet
Adds a handler for an event that is raised when entities are added to or removed from this entity set.
addChildGenerator(CesiumGenerator) - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
Adds a Cesium generator for a property.
addClamped(Duration) - Method in class agi.foundation.time.JulianDate
Adds a Duration to this Julian date, producing a new Julian date.
addCommitted(EventHandler<TransactionCommittedEventArgs>) - Method in class agi.foundation.TransactionContext
Adds a handler for an event that is raised each time that a transaction is committed in this context.
addConsiderParameter(IPartialDifferentiable) - Method in class agi.foundation.propagators.StateTransitionMatrix
Adds a consider parameter to the StateTransitionMatrix.
addConstraintFunction(AccessConstraintEvaluator) - Method in class agi.foundation.access.ConstraintQueryBuilder
Adds a constraint function to the query.
addConstraintFunction(AccessConstraintEvaluator, IServiceProvider) - Method in class agi.foundation.access.ConstraintQueryBuilder
Adds a constraint function to the query.
addCustomProperty(TypeLiteral<T>, String, CesiumProperty<T>) - Method in class agi.foundation.cesium.CesiumCustomProperties
Add a custom property.
addData(Object) - Method in class agi.foundation.communications.Signal
Creates a new signal by adding data in addition to the data existing on this signal.
addData(T) - Method in class agi.foundation.time.TimeInterval
Creates a TimeInterval1 that is equivalent to this time interval but with the specified Data (get) value.
addData(T) - Method in class agi.foundation.time.TimeIntervalCollection
Converts this collection to a TimeIntervalCollection1 by filling in the Data (get) property for all intervals.
addDays(double) - Method in class agi.foundation.time.Duration
Adds a specified number of days to this Duration and returns the new Duration.
addDays(double) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Adds the specified number of days to this date and returns the new date.
addDays(double) - Method in class agi.foundation.time.GregorianDate
Adds the specified number of days to this date and returns the new date.
addDays(double) - Method in class agi.foundation.time.JulianDate
Adds the specified number of days to this date and returns the new date.
addDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when the derivative of the function is evaluated.
addDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when the derivative of the function is evaluated.
addDerivatives(double, double[], DerivativeMode, double[]) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
Compute and add the derivatives of the dependent variables to the given derivativeArray.
addDerivatives(double, double[], DerivativeMode, double[]) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
Compute and add the derivatives of the dependent variables to the given derivativeArray.
addDerivatives(JulianDate, DerivativeMode, PropagationStateArray) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Based on the given DerivativeMode, compute the requested kind of derivative and add (don't set) it to the given array.
addDocumentLoaded(EventHandler<KmlDocumentLoadedEventArgs>) - Method in class agi.foundation.graphics.KmlGraphics
Adds a handler for an event that occurs when an asynchronous document load operation completes.
addDoWork(DoWorkEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Adds a handler for an event that occurs when BackgroundCalculation.runWorkerAsync() is called.
addDragDropHandled(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.DragDropOptions
Adds a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
addEndOfAvailabilityStoppingConditions(EvaluatorGroup) - Method in class agi.foundation.propagators.StoppablePropagator
Gets a pair of StoppingConditions based on the availability of this propagator.
addEnumeration(TypeLiteral<T>) - Method in class agi.foundation.tracking.TrackingTypeArchiverCollection
Adds an archiver for an enumeration type that should be archived directly.
addEphemerisPoint(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentResults
Adds the state to the EntireComputedEphemeris (get) and EphemerisForOverallTrajectory (get) and checks that all of the elements in the state are included in the Identifiers (get).
addExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs>) - Method in class agi.foundation.propagators.NumericalPropagator
Gets the instance of the event handler which will be triggered after the propagator throws an exception.
addFacet(int, CalculationContextFacet) - Method in class agi.foundation.infrastructure.CalculationContext
Adds a facet to the context.
addFailedToConvergeEvent(EventHandler<LambertOrbitSolver.FailedToConvergeEventArgs>) - Method in class agi.foundation.propagators.LambertOrbitSolver
Adds a handler for an event that is raised when the fixed duration method fails to converge.
addForce(ForceEvaluator) - Method in class agi.foundation.celestial.ResultantForceBuilder
Adds the given force to either the PrincipalForces (get) or the PerturbationForces (get) based on its role.
addFront(PathPoint) - Method in class agi.foundation.graphics.PathPrimitive
Add a PathPoint to the front of the line.
addFunctionSampled(EventHandler<DoubleFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Adds a handler for an event that is raised each time a function is sampled.
addFunctionSampled(EventHandler<DurationFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Adds a handler for an event that is raised each time a function is sampled.
addFunctionSampled(EventHandler<JulianDateFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Adds a handler for an event that is raised each time a function is sampled.
addGainPatternData(double, SphericalTabularElectricFieldPattern) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Adds a SphericalTabularElectricFieldPattern at a specified frequency in Hertz.
addGainPatternData(double, SphericalTabularElectricFieldPattern) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Adds a SphericalTabularElectricFieldPattern at a specified frequency in Hertz.
addHasReset(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Adds a handler for an event that occurs if animation has reset.
addHours(double) - Method in class agi.foundation.time.GregorianDate
Adds the specified number of hours to this date and returns the new date.
addHours(double) - Method in class agi.foundation.time.JulianDate
Adds the specified number of hours to this date and returns the new date.
addLink(IServiceProvider) - Method in class agi.foundation.access.LinkGraph
Adds a link to the graph.
addLink(IServiceProvider) - Method in class agi.foundation.communications.SignalPropagationGraph
Add a link to the graph.
addLocalExtremumFound(EventHandler<DoubleExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Raised when a precise local minimum or maximum has been found.
addLocalExtremumFound(EventHandler<DurationExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Raised when a precise local minimum or maximum has been found.
addLocalExtremumFound(EventHandler<JulianDateExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Raised when a precise local minimum or maximum has been found.
addLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
addLocalExtremumIndicated(EventHandler<DurationExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
addLocalExtremumIndicated(EventHandler<JulianDateExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
addMergingData(TimeInterval1<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds an interval to the interval collection.
addMergingData(TimeIntervalCollection1<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Adds a collection of intervals to this interval collection.
addMessageQueueStarted(EventHandler<EventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates MessageQueue has started to receive messages.
addMessageQueueStopped(EventHandler<EventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates MessageQueue has been stopped by a call to MessageQueue.terminate().
addMessageReceived(EventHandler<MessageEventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates a generic message object was received.
addMinutes(double) - Method in class agi.foundation.time.GregorianDate
Adds the specified number of minutes to this date and returns the new date.
addMinutes(double) - Method in class agi.foundation.time.JulianDate
Adds the specified number of minutes to this date and returns the new date.
addModification(TransactedObject, Object) - Method in class agi.foundation.Transaction
Adds a modification to this transaction.
addNoiseTemperature(double) - Method in class agi.foundation.communications.Signal
Creates a new signal by adding noise temperature (such as thermal noise), in kelvin.
addNoiseTemperature(double) - Method in class agi.foundation.communications.SignalCollection
Creates a new collection of signals by increasing the noise temperature for each signal.
addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when the nominal function is evaluated.
addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when the nominal function is evaluated.
addNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
An event that gets raised when the nominal orbit is evaluated with no perturbations.
addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
An event that gets raised when the nominal orbit is evaluated with no perturbations.
addNotify() - Method in class agi.foundation.graphics.awt.Insight3D
 
addObjectMapping(T, T) - Method in class agi.foundation.infrastructure.CopyContext
Adds a mapping between an old object reference and a new one.
addPaused(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Adds a handler for an event that occurs if animation has paused.
addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
addPerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
An event that gets raised when a perturbed orbit is computed.
addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
An event that gets raised when a perturbed orbit is computed.
addProgressChanged(ProgressChangedEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Adds a handler for an event that occurs when BackgroundCalculation.reportProgress(int, java.lang.Object) is called.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.FollowSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.PropagateSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.ReturnSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentList
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
An event that gets raised when propagation finishes.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.StopSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
An event that gets raised when propagation is complete.
addPropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.UpdateSegment
An event that gets raised when propagation is complete.
addProperty(TypeLiteral<T>, String, EntityTransactedPropertyGetter<TEntity, T>) - Method in class agi.foundation.tracking.EntitySchema
Adds a TransactedProperty to the schema.
addRange(DateMotionCollection1<T>) - Method in class agi.foundation.DateMotionCollection1
Adds the elements of the specified collection to the end of this collection.
addRange(DateMotionCollection2<T, TDerivative>) - Method in class agi.foundation.DateMotionCollection2
Adds the elements of the specified collection to the end of this collection.
addRange(Iterable<? extends EnclosureDescription>) - Method in class agi.foundation.geometry.shapes.EnclosureDescriptionCollection
Adds an enumerable collection of descriptions to the end of this collection.
addRange(Iterable<GlobeImageOverlay>) - Method in class agi.foundation.graphics.ImageCollection
Adds the elements of the specified collection to the end of the ImageCollection.
addRange(Iterable<TerrainOverlay>) - Method in class agi.foundation.graphics.TerrainCollection
Adds the elements of the specified collection to the end of the TerrainCollection.
addRange(Iterable<? extends T>) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Adds the elements of the specified collection to the end of the DefinitionalObjectCollection.
addRangeAsync(Iterable<GlobeImageOverlay>) - Method in class agi.foundation.graphics.ImageCollection
Adds the elements of the specified collection to the end of the ImageCollection asynchronously.
addRangeAsync(Iterable<TerrainOverlay>) - Method in class agi.foundation.graphics.TerrainCollection
Adds the elements of the specified collection to the end of the TerrainCollection asynchronously.
addRangeToBack(Iterable<PathPoint>) - Method in class agi.foundation.graphics.PathPrimitive
Add the range of PathPoints to the back of the line.
addRangeToFront(Iterable<PathPoint>) - Method in class agi.foundation.graphics.PathPrimitive
Add the range of PathPoints to the front of the line.
addRendering(EventHandler<RenderingEventArgs>) - Method in class agi.foundation.graphics.Scene
Adds a handler for an event that is raised when either Render is called on the scene or SceneManager.render() is called on the SceneManager.
addRendering(EventHandler<RenderingEventArgs>) - Static method in class agi.foundation.graphics.SceneManager
Adds a handler for an event that is raised when either Render is called on a scene or SceneManager.render() is called on the SceneManager.
addRunWorkerCompleted(RunWorkerCompletedEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Adds a handler for an event that occurs when the background operation has completed, been canceled, or raised an exception.
addSamplingError(EventHandler<SamplingErrorEventArgs>) - Method in class agi.foundation.cesium.CzmlDocument
An event that is raised when a non-fatal sampling error occurs during CZML generation.
addSeconds(double) - Method in class agi.foundation.time.Duration
Adds a specified number of seconds to this Duration and returns the new Duration.
addSeconds(double) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Adds the specified number of seconds to this date and returns the new date.
addSeconds(double) - Method in class agi.foundation.time.GregorianDate
Adds the specified number of seconds to this date and returns the new date.
addSeconds(double) - Method in class agi.foundation.time.JulianDate
Adds the specified number of seconds to this date and returns the new date.
addSignals(Signal...) - Method in class agi.foundation.communications.SignalCollection
Creates a new SignalCollection by adding signals.
addSignals(Iterable<? extends Signal>) - Method in class agi.foundation.communications.SignalCollection
Creates a new SignalCollection by adding signals.
addStarted(EventHandler<StartedEventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Adds a handler for an event that occurs if animation has started.
addStateElementMotion(String, Motion1<T>) - Method in class agi.foundation.coordinates.BasicState
Adds a Motion{T} element to this state.
addStateElementMotion(String, Motion1<T>) - Method in interface agi.foundation.coordinates.IAdjustableState
Adds a Motion{T} element to this state.
addStateElementValue(String, T) - Method in class agi.foundation.coordinates.BasicState
Adds an element to this state.
addStateElementValue(String, T) - Method in interface agi.foundation.coordinates.IAdjustableState
Adds an element to this state.
addStateParameter(IPartialDifferentiable, IPartialDifferentiable) - Method in class agi.foundation.propagators.StateTransitionMatrix
Adds a state parameter to the StateTransitionMatrix.
addStepTaken(EventHandler<PropagationEventArgs>) - Method in class agi.foundation.propagators.NumericalPropagator
Gets the instance of the event handler which will be triggered after every time the propagator takes an integration step.
addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs>) - Method in class agi.foundation.propagators.StoppablePropagator
Gets the instance of the event handler which will be triggered after every time this StoppablePropagator takes an integration step.
addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs>) - Method in class agi.foundation.segmentpropagation.PropagateSegment
An event that will be raised every time a step is taken by the underlying StoppablePropagator.
addStopped(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Adds a handler for an event that occurs if animation has stopped.
addStoppingConditionBackwardsAdapters(SegmentDefinition, List<StateElementAdapter>) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
It is not known ahead of time which of the auto-segments associated with a StoppingCondition will be run.
addTask(Duration, RecurringTask) - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
Adds a task to be executed on a recurring basis.
addThirdBody(String, Point, double) - Method in class agi.foundation.celestial.ThirdBodyGravity
Adds a Point representing the position of the perturbing gravitational body and a double representing its gravitational parameter, in meters cubed per second squared.
addThirdBody(String, Point, double) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Adds a Point representing the position of the tide-inducing gravitational body and a double representing its gravitational parameter, in meters cubed per second squared.
addThresholdCrossingFound(EventHandler<DoubleThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Adds a handler for an event that is raised when a precise threshold crossing has been found.
addThresholdCrossingFound(EventHandler<DurationThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Adds a handler for an event that is raised when a precise threshold crossing has been found.
addThresholdCrossingFound(EventHandler<JulianDateThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Adds a handler for an event that is raised when a precise threshold crossing has been found.
addThresholdCrossingIndicated(EventHandler<DoubleThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
addThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
addThresholdCrossingIndicated(EventHandler<JulianDateThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
addTimeChanged(EventHandler<TimeChangedEventArgs>) - Static method in class agi.foundation.graphics.SceneManager
addTorque(TorqueEvaluator) - Method in class agi.foundation.celestial.ResultantTorqueBuilder
Adds a given torque to the Torques (get).
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityAcceleration
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityLastUpdate
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityOrientation
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityPosition
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalAcceleration
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalVelocity
Adds the properties defined by this interface to the specified schema.
addToSchema(EntitySchema<TEntity>) - Static method in class agi.foundation.tracking.CommonEntityInterfaces.IEntityVelocity
Adds the properties defined by this interface to the specified schema.
addUri(String, String) - Method in class agi.foundation.cesium.advanced.CachingCesiumUriResolver
Add a URI to the cache for future calls to CachingCesiumUriResolver.resolveUri(java.lang.String).
addWarningsHandler(EventHandler<SimpleAscentPropagatorWarnings>) - Method in class agi.foundation.propagators.SimpleAscentPropagator
An event that can be used to check for/handle warnings produced during propagation.
addZoomComplete(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.MouseOptions
Adds a handler for an event that is raised when an area is zoomed to when the Zooming (get / set) property is set to true.
adjustDate(JulianDate, boolean) - Method in class agi.foundation.geometry.LinkDelayEvaluator
Adjusts a date according to the link delay.
adjustInterval(TimeInterval, boolean) - Method in class agi.foundation.geometry.LinkDelayEvaluator
Adjusts an interval according to the link delay.
adjustIntervals(TimeIntervalCollection, boolean) - Method in class agi.foundation.geometry.LinkDelayEvaluator
Adjusts an interval collection according to the link delay.
adjustState(String, double[], Motion1<T>) - Method in class agi.foundation.propagators.PropagationStateConverter
Adjust a subset of the overall state to new values based on the requested element.
adjustStateFromElement(double[], Motion1<double[]>) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateFromElement(double[], Motion1<double[]>) - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateFromElement(double[], Motion1<double[]>) - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateFromElement(double[], Motion1<double[]>) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateFromElement(double[], Motion1<double[]>) - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateFromElement(String, double[], Motion1<double[]>) - Method in class agi.foundation.propagators.PropagationStateConverter
Adjust the subset of the overall raw state corresponding to this element to new values.
adjustStateWithType(double[], Motion1<T>) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Adjust the subset of the raw state corresponding to this element to new values.
adjustStateWithType(double[], Motion1<T>) - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
Adjust the subset of the raw state corresponding to this element to new values.
adjustStateWithType(double[], Motion1<T>) - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
Adjust the subset of the raw state corresponding to this element to new values.
adjustStateWithType(double[], Motion1<T>) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
Adjust the subset of the raw state corresponding to this element to new values.
adjustStateWithType(double[], Motion1<T>) - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
Adjust the subset of the raw state corresponding to this element to new values.
adjustStep(double, double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Adjusts a given step by increasing it or decreasing it based on the given error.
Advanced() - Constructor for class agi.foundation.geometry.GeometryTransformer.Advanced
 
agi.foundation - package agi.foundation
Contains commonly used types.
agi.foundation.access - package agi.foundation.access
Contains types used in performing access calculations.
agi.foundation.access.constraints - package agi.foundation.access.constraints
Contains types used in modeling constraints applied to the calculation of access.
agi.foundation.aircraftpropagation - package agi.foundation.aircraftpropagation
Contains types for propagating an aircraft through various maneuvers subject to flight phase performance models and wind effects.
agi.foundation.ccsds - package agi.foundation.ccsds
Contains types for interoperating with data formats supported by The Consultative Committee for Space Data Systems (CCSDS).
agi.foundation.celestial - package agi.foundation.celestial
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
agi.foundation.cesium - package agi.foundation.cesium
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
agi.foundation.cesium.advanced - package agi.foundation.cesium.advanced
Contains less-often used types for generating CZML.
agi.foundation.communications - package agi.foundation.communications
Contains types for representing electromagnetic signals and propagating them along communication links.
agi.foundation.communications.antennas - package agi.foundation.communications.antennas
Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals.
agi.foundation.communications.signalprocessing - package agi.foundation.communications.signalprocessing
Contains types for representing communication hardware and processing electromagnetic signals.
agi.foundation.communications.signalpropagation - package agi.foundation.communications.signalpropagation
Contains types for propagating electromagnetic signals along communication links.
agi.foundation.coordinates - package agi.foundation.coordinates
Contains types for quantifying and converting between various coordinate representations.
agi.foundation.coverage - package agi.foundation.coverage
Contains types for computing complex access calculations between many different objects simultaneously.
agi.foundation.coverage.figureofmerit - package agi.foundation.coverage.figureofmerit
Contains types for computing statistical data on coverage calculations.
agi.foundation.geometry - package agi.foundation.geometry
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; the manner in which they are related; and transformations between representations.
agi.foundation.geometry.discrete - package agi.foundation.geometry.discrete
Contains types which define discretization algorithms and metadata for analysis of spatial geometry.
agi.foundation.geometry.shapes - package agi.foundation.geometry.shapes
Contains types for representing geometric shapes such as curves, surfaces, and solids.
agi.foundation.graphics - package agi.foundation.graphics
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
agi.foundation.graphics.advanced - package agi.foundation.graphics.advanced
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
agi.foundation.graphics.awt - package agi.foundation.graphics.awt
 
agi.foundation.graphics.imaging - package agi.foundation.graphics.imaging
Provides types for raster and image processing, and for writing JPEG 2000 files.
agi.foundation.graphics.renderer - package agi.foundation.graphics.renderer
Defines types that interface to the GPU that are independent of the underlying graphics API, such as OpenGL.
agi.foundation.infrastructure - package agi.foundation.infrastructure
Contains types which support various aspects of the DME Component Libraries infrastructure.
agi.foundation.infrastructure.threading - package agi.foundation.infrastructure.threading
Contains types used to perform and manage calculations among multiple threads of execution.
agi.foundation.navigation - package agi.foundation.navigation
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
agi.foundation.navigation.advanced - package agi.foundation.navigation.advanced
Contains types used in GPS communications modeling.
agi.foundation.navigation.advanced.signalprocessing - package agi.foundation.navigation.advanced.signalprocessing
Contains types for representing processing of GPS communication signals.
agi.foundation.navigation.datareaders - package agi.foundation.navigation.datareaders
Contains types for reading various navigation-related data file formats.
agi.foundation.navigation.models - package agi.foundation.navigation.models
Contains types representing more detailed navigation-related models.
agi.foundation.numericalmethods - package agi.foundation.numericalmethods
Contains general numerical algorithms.
agi.foundation.numericalmethods.advanced - package agi.foundation.numericalmethods.advanced
Contains additional advanced numerical algorithms and supporting types.
agi.foundation.platforms - package agi.foundation.platforms
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
agi.foundation.platforms.advanced - package agi.foundation.platforms.advanced
Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc.
agi.foundation.propagators - package agi.foundation.propagators
Contains types used in producing the state of an object from a known element set.
agi.foundation.propagators.advanced - package agi.foundation.propagators.advanced
Contains types used to create more specialized propagation scenarios.
agi.foundation.radar - package agi.foundation.radar
Contains types that perform radar system performance analysis.
agi.foundation.routedesign - package agi.foundation.routedesign
Contains types for creating simple routes by specifying procedures at points of interest, how to connect them, and what height and speed to use along the route.
agi.foundation.routedesign.advanced - package agi.foundation.routedesign.advanced
Contains types used to define immutable geometry and configuration for routes.
agi.foundation.segmentpropagation - package agi.foundation.segmentpropagation
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
agi.foundation.spice - package agi.foundation.spice
Contains types used in modeling the ephemeris of solar system bodies using JPL SPICE files.
agi.foundation.stk - package agi.foundation.stk
Contains types for interoperating with the STK desktop application and related data.
agi.foundation.stoppingconditions - package agi.foundation.stoppingconditions
Contains types for stopping propagation when various events occur.
agi.foundation.terrain - package agi.foundation.terrain
Contains types for reading and analyzing terrain data.
agi.foundation.time - package agi.foundation.time
Contains types for quantifying and converting between various date, time, and time standard representations.
agi.foundation.tirem - package agi.foundation.tirem
Contains types related to TIREM (Terrain Integrated Rough Earth Model).
agi.foundation.tracking - package agi.foundation.tracking
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
AGIProcessedDataTerrain - Class in agi.foundation.terrain
A terrain provider for reading terrain from AGI Processed Data Terrain(PDTT) files.
AGIProcessedDataTerrain(String) - Constructor for class agi.foundation.terrain.AGIProcessedDataTerrain
Initializes a new instance using the specified PDTT file.
AGIProcessedDataTerrain(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.AGIProcessedDataTerrain
Initializes a new instance using the specified PDTT file and cache group.
AGIProcessedDataTerrain(StreamFactory) - Constructor for class agi.foundation.terrain.AGIProcessedDataTerrain
Initializes a new instance using the specified stream factory.
AGIProcessedDataTerrain(StreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.AGIProcessedDataTerrain
Initializes a new instance using the specified stream factory and cache group.
AGIProcessedImageGlobeOverlay - Class in agi.foundation.graphics.advanced
A GlobeImageOverlay for handling AGI Processed Image (PDTTX) files.
AGIProcessedImageGlobeOverlay(String) - Constructor for class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
Initializes an AGIProcessedImageGlobeOverlay with the provided values.
AGIProcessedImageGlobeOverlay(URI) - Constructor for class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
Initializes an AGIProcessedImageGlobeOverlay with the provided values.
AGIProcessedTerrainOverlay - Class in agi.foundation.graphics.advanced
A TerrainOverlay for handling AGI Processed Terrain (PDTT) files.
AGIProcessedTerrainOverlay(String) - Constructor for class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
Initializes an AGIProcessedTerrainOverlay with the provided values.
AGIProcessedTerrainOverlay(URI) - Constructor for class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
Initializes an AGIProcessedTerrainOverlay with the provided values.
AGIProcessedTerrainWriter - Class in agi.foundation.terrain
Converts a RasterTerrainProvider to an AGI Processed Data Terrain file (PDTT) for use as a TerrainOverlay.
AGIRoamImageGlobeOverlay - Class in agi.foundation.graphics.advanced
A GlobeImageOverlay for handling ROAM (TXM/TXB) files.
AGIRoamImageGlobeOverlay(String) - Constructor for class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
Initializes an AGIRoamImageGlobeOverlay with the provided values.
AGIRoamImageGlobeOverlay(URI) - Constructor for class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
Initializes an AGIRoamImageGlobeOverlay with the provided values.
AGIWorldTerrain - Class in agi.foundation.terrain
A terrain provider for reading terrain from AGI World Terrain (HDR) files.
AGIWorldTerrain(String) - Constructor for class agi.foundation.terrain.AGIWorldTerrain
Initializes a new instance using the specified filename.
AGIWorldTerrain(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.AGIWorldTerrain
Initializes a new instance using specified filename.
AGIWorldTerrain(FileStreamFactory) - Constructor for class agi.foundation.terrain.AGIWorldTerrain
Initializes a new instance using specified FileStreamFactory.
AGIWorldTerrain(FileStreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.AGIWorldTerrain
Initializes a new instance using specified FileStreamFactory and TerrainCacheGroup.
AircraftMotionElement - Class in agi.foundation.aircraftpropagation
A factory for creating PropagationStateElements representing the position (and velocity) of an aircraft which share the same IntegrationPoint (get) but whose second derivatives are provided by different Maneuvers.
AircraftMotionElement(String, AircraftReferenceState, WindModel) - Constructor for class agi.foundation.aircraftpropagation.AircraftMotionElement
Initializes a new instance.
AircraftMotionIntegrationPoint - Class in agi.foundation.aircraftpropagation
Represents a Point which reflects the integrated motion elements in an integration state.
AircraftMotionIntegrationPoint() - Constructor for class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Initializes a new instance.
AircraftMotionIntegrationPoint(CentralBody) - Constructor for class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Initializes a new instance with the given ellipsoid and frame of integration.
AircraftPropagationLibraryVersion - Class in agi.foundation
Version information for the AircraftPropagation library.
AircraftReferenceState - Class in agi.foundation.aircraftpropagation
Defines an initial state of an aircraft in terms of its position and velocity.
AircraftReferenceState(JulianDate) - Constructor for class agi.foundation.aircraftpropagation.AircraftReferenceState
Initializes a new instance.
AircraftStateElementConverter - Class in agi.foundation.aircraftpropagation
Represents output associated with a PropagationStateElement corresponding to a set of Cartesian values.
AircraftStateElementConverter(String, Motion1<int[]>, Cartesian, Cartesian, Ellipsoid) - Constructor for class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Initializes a new instance.
AircraftStateElementConverter(String, Motion1<int[]>, Cartesian, Cartesian, Ellipsoid, Motion1<double[]>) - Constructor for class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Initializes a new instance.
AircraftStateElementConverter(AircraftStateElementConverter, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Initializes a new instance as a copy of an existing instance.
AlignedConstrained - Class in agi.foundation.coordinates
Given alignment vector a1 and vector a2 and alignment vector b1 and vector b3, a rotation is constructed that aligns a1 with b1 and also minimizes the angular separation between a2 and b3.
alignToAxis(CentralBody, Cartesian) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
Sets the up vector of the markers to point towards the axis of centralBody.
alignToNorth(CentralBody) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
Sets the up vector of the markers to point towards the north axis of centralBody.
alignToScreen() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
Sets the up vector of the markers to always be aligned to the up vector of the camera.
ALL - Static variable in class agi.foundation.geometry.discrete.CylinderFill
Completely fill the cylinder, including its wall, bottom, and top cap.
allEvaluatorsAreAvailable(JulianDate, IAvailability...) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines whether all evaluators in an array are available at a given time.
allEvaluatorsAreAvailable(JulianDate, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines whether all evaluators given are available at a given time.
allEvaluatorsAreAvailable(JulianDate, IAvailability, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines whether all evaluators given are available at a given time.
allEvaluatorsAreAvailable(JulianDate, IAvailability, IAvailability, IAvailability) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines whether all evaluators given are available at a given time.
allEvaluatorsAreAvailable(JulianDate, Iterable<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines whether all evaluators in a collection are available at a given time.
allEvaluatorsAreThreadSafe(IThreadAware...) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator in an array is thread safe.
allEvaluatorsAreThreadSafe(IThreadAware) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator given is thread safe.
allEvaluatorsAreThreadSafe(IThreadAware, IThreadAware) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator given is thread safe.
allEvaluatorsAreThreadSafe(IThreadAware, IThreadAware, IThreadAware) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator given is thread safe.
allEvaluatorsAreThreadSafe(Iterable<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator in a collection is thread safe.
allEvaluatorsAreThreadSafe(TimeIntervalCollection1<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if every evaluator stored as Data (get) in a TimeIntervalCollection1 is thread safe.
ALLOW_MISSING_PARAMETERS - Static variable in class agi.foundation.infrastructure.ParameterAction
Indicates that an evaluator can be parameterized with fewer parameters than the evaluator depends on.
ALLOW_SURPLUS_PARAMETERS - Static variable in class agi.foundation.infrastructure.ParameterAction
Indicates that unused parameters are allowed.
AlphaFromLuminanceFilter - Class in agi.foundation.graphics.imaging
Adds an agi.foundation.graphics.imaging.RasterBand#Alpha band to the source raster derived from the luminance of the raster's color bands.
AlphaFromLuminanceFilter() - Constructor for class agi.foundation.graphics.imaging.AlphaFromLuminanceFilter
Initializes a new instance.
AlphaFromPixelFilter - Class in agi.foundation.graphics.imaging
Adds an agi.foundation.graphics.imaging.RasterBand#Alpha band to the source raster based on the value of its first pixel.
AlphaFromPixelFilter() - Constructor for class agi.foundation.graphics.imaging.AlphaFromPixelFilter
Initializes a new instance.
AlphaFromRasterFilter - Class in agi.foundation.graphics.imaging
Adds an agi.foundation.graphics.imaging.RasterBand#Alpha band to the source raster derived from the color bands or alpha of another raster.
AlphaFromRasterFilter() - Constructor for class agi.foundation.graphics.imaging.AlphaFromRasterFilter
Initializes a new instance.
AlphaFromRasterFilter(Raster) - Constructor for class agi.foundation.graphics.imaging.AlphaFromRasterFilter
Initializes a new instance with the raster that the source raster will use to derive an agi.foundation.graphics.imaging.RasterBand#Alpha band.
alphaToTranslucency(int) - Static method in class agi.foundation.graphics.advanced.TranslucencyHelper
Converts an alpha value to a translucency value.
AltitudeConstraint - Class in agi.foundation.access.constraints
An Access constraint that restricts access to when the ConstrainedObject (get / set) is above a minimum and below a maximum altitude in meters with respect to the given central body.
AltitudeConstraint() - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with default values.
AltitudeConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified central body and maximum value.
AltitudeConstraint(IServiceProvider, CentralBody, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified constrained object, central body, and maximum value.
AltitudeConstraint(double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified maximum value.
AltitudeConstraint(IServiceProvider, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified constrained object and maximum value.
AltitudeConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
AltitudeConstraint(IServiceProvider, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified constrained object, central body, minimum value, and maximum value.
AltitudeConstraint(double, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified minimum value and maximum value.
AltitudeConstraint(IServiceProvider, double, double) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance with the specified constrained object, minimum value, and maximum value.
AltitudeConstraint(AltitudeConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AltitudeConstraint
Initializes a new instance as a copy of an existing instance.
AltitudeDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive altitude interval, in meters, that determines when an object is rendered based on the camera's altitude relative to a CentralBody.
AltitudeDisplayCondition() - Constructor for class agi.foundation.graphics.AltitudeDisplayCondition
Initializes a default altitude display condition.
AltitudeDisplayCondition(double, double) - Constructor for class agi.foundation.graphics.AltitudeDisplayCondition
Initializes an altitude display condition with the inclusive altitude interval [minimumAltitude, maximumAltitude].
AltitudeDisplayCondition(CentralBody, double, double) - Constructor for class agi.foundation.graphics.AltitudeDisplayCondition
Initializes an altitude display condition with the inclusive altitude interval [minimumAltitude, maximumAltitude].
AlwaysSatisfiedLinkConstraint - Class in agi.foundation.access
An AccessConstraint which is always satisfied.
AlwaysSatisfiedLinkConstraint() - Constructor for class agi.foundation.access.AlwaysSatisfiedLinkConstraint
Initializes a new instance.
AlwaysSatisfiedLinkConstraint(IServiceProvider) - Constructor for class agi.foundation.access.AlwaysSatisfiedLinkConstraint
Initializes a new instance.
AlwaysSatisfiedLinkConstraint(AlwaysSatisfiedLinkConstraint, CopyContext) - Constructor for class agi.foundation.access.AlwaysSatisfiedLinkConstraint
Initializes a new instance as a copy of an existing instance.
Amplifier - Class in agi.foundation.communications.signalprocessing
Abstract class for an amplifier signal processor.
Amplifier() - Constructor for class agi.foundation.communications.signalprocessing.Amplifier
Initializes a new instance.
Amplifier(double, double) - Constructor for class agi.foundation.communications.signalprocessing.Amplifier
Initializes a new instance from the given noise factor, and reference temperature.
Amplifier(Amplifier, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.Amplifier
Initializes a new instance as a copy of an existing instance.
and(AccessQuery, AccessQuery) - Static method in class agi.foundation.access.AccessQuery
Combines two queries using a logical AND operation.
and(AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
Creates a query that is satisfied whenever all of its sub-queries are satisfied.
AngleAxisRotation - Class in agi.foundation.coordinates
Represents a rotation as a unit vector indicating the axis of rotation and an angle indicating the amount of rotation about the axis.
AngleAxisRotation() - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a new instance.
AngleAxisRotation(double, UnitCartesian) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided values.
AngleAxisRotation(EulerSequence) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided EulerSequence.
AngleAxisRotation(YawPitchRoll) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided YawPitchRoll.
AngleAxisRotation(ElementaryRotation) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided ElementaryRotation.
AngleAxisRotation(UnitQuaternion) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided UnitQuaternion.
AngleAxisRotation(Matrix3By3) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided Matrix3By3.
AngleAxisRotation(double[]) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the first 4 consecutive elements in the provided array.
AngleAxisRotation(double[], int) - Constructor for class agi.foundation.coordinates.AngleAxisRotation
Initializes a set of AngleAxisRotation coordinates from the provided array.
angleBetween(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Determines the angle in radians between the specified set of UnitCartesian coordinates and this instance.
angleBetween(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Determines the angle in radians between the specified set of UnitRectangular coordinates and this instance.
AngleEpsilon - Static variable in class agi.foundation.Trig
Represents the smallest positive angle greater than zero for which the Math.cos(double) function will produce a distinct value.
AngleInPlaneConstraint - Class in agi.foundation.access.constraints
An access constraint that projects the displacement vector from one object to another into a given axis-aligned plane and requires that the angle of the projected vector, measured from the first axis defining the plane toward the second, is within a range of values.
AngleInPlaneConstraint() - Constructor for class agi.foundation.access.constraints.AngleInPlaneConstraint
Initializes a new instance.
AngleInPlaneConstraint(AngleInPlaneConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AngleInPlaneConstraint
Initializes a new instance as a copy of an existing instance.
AngleOutOfPlaneConstraint - Class in agi.foundation.access.constraints
An access constraint that requires that the angle of the displacement vector between two objects above a given axis-aligned plane is within a range of values.
AngleOutOfPlaneConstraint() - Constructor for class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
Initializes a new instance.
AngleOutOfPlaneConstraint(AngleOutOfPlaneConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
Initializes a new instance as a copy of an existing instance.
AngularVelocity - Static variable in class agi.foundation.celestial.WorldGeodeticSystem1984
The angular velocity of the Earth in radians per second as defined by the WGS84 model.
animate() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Animates to the next time.
animate(JulianDate, JulianDate) - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
AnsysHfssCrossSectionScatteringCoefficient - Class in agi.foundation.communications
A SphericalTabularMonostaticCrossSectionScatteringCoefficient which contains complex scattering data produced as output from Ansys HFSS.
AnsysHfssCrossSectionScatteringCoefficient(String) - Constructor for class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Initializes a new instance.
AnsysHfssCrossSectionScatteringCoefficient(BufferedReader) - Constructor for class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Initializes a new instance.
AnsysHfssCrossSectionScatteringCoefficient(String, String) - Constructor for class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Initializes a new instance.
AnsysHfssCrossSectionScatteringCoefficient(BufferedReader, BufferedReader) - Constructor for class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Initializes a new instance.
AnsysHfssCrossSectionScatteringCoefficient(SphericalTabularMonostaticCrossSectionScatteringCoefficient, CopyContext) - Constructor for class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Initializes a new instance as a copy of an existing instance.
AnsysHfssFarFieldDataGainPattern - Class in agi.foundation.communications.antennas
A frequency dependent gain pattern which produces gain based on the link geometry and data in the far field data file (*.ffd) format which is produced by the Ansys HFSS application.
AnsysHfssFarFieldDataGainPattern(String) - Constructor for class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Initializes a new instance.
AnsysHfssFarFieldDataGainPattern(BufferedReader) - Constructor for class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Initializes a new instance.
AnsysHfssFarFieldDataGainPattern(AnsysHfssFarFieldDataGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Initializes a new instance as a copy of an existing instance.
AnsysHfssFarFieldDataPolarizationSource - Class in agi.foundation.communications
A frequency dependent polarization source which produces polarization based on the link geometry and data in the far field data file (*.ffd) format which is produced by the Ansys HFSS application.
AnsysHfssFarFieldDataPolarizationSource(String) - Constructor for class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Initializes a new instance.
AnsysHfssFarFieldDataPolarizationSource(BufferedReader) - Constructor for class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Initializes a new instance.
AnsysHfssFarFieldDataPolarizationSource(AnsysHfssFarFieldDataPolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Initializes a new instance as a copy of an existing instance.
AntennaSignalProcessor<TGainPattern extends BaseGainPattern> - Class in agi.foundation.communications.antennas
Abstract base class for all antenna signal processors.
AntennaSignalProcessor(IReceivingAntennaExtension<TGainPattern>, double, double) - Constructor for class agi.foundation.communications.antennas.AntennaSignalProcessor
Initializes a new instance with a given minimum frequency, maximum frequency, and antenna gain pattern.
AntennaSignalProcessor(IReceivingAntennaExtension<TGainPattern>, double, double, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.AntennaSignalProcessor
Initializes a new instance with a given minimum frequency, maximum frequency, antenna gain pattern, and polarization source.
AntennaSignalProcessor(AntennaSignalProcessor<TGainPattern>, CopyContext) - Constructor for class agi.foundation.communications.antennas.AntennaSignalProcessor
Initializes a new instance as a copy of an existing instance.
AntennaTargetingResult - Class in agi.foundation.communications
Defines the result of attempting to orient a transmitter or receiver located within a CommunicationSystem.
AntennaTargetingResult(IServiceProvider, AntennaTargetingResultReason) - Constructor for class agi.foundation.communications.AntennaTargetingResult
Creates a new instance specifying all parameters
AntennaTargetingResultCollection - Class in agi.foundation.communications
The collection of results returned by CommunicationSystem.configureAntennaTargeting().
AntennaTargetingResultCollection() - Constructor for class agi.foundation.communications.AntennaTargetingResultCollection
Initializes a new instance.
AntennaTargetingResultCollection(Iterable<? extends AntennaTargetingResult>) - Constructor for class agi.foundation.communications.AntennaTargetingResultCollection
Create a new instance containing the specified elements.
AntennaTargetingResultReason - Enum in agi.foundation.communications
Defines the reason attempting to orient a transmitter or receiver located within a CommunicationSystem has failed.
AntiAliasing - Enum in agi.foundation.graphics
The multisample anti-aliasing (MSAA) options for Scenes.
anyEvaluatorIsTimeVarying(IIsTimeVarying...) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any of the evaluators in an array are time varying.
anyEvaluatorIsTimeVarying(IIsTimeVarying) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any of the evaluators given are time varying.
anyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any of the evaluators given are time varying.
anyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying, IIsTimeVarying) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any of the evaluators given are time varying.
anyEvaluatorIsTimeVarying(Iterable<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any of the evaluators in a collection are time varying.
anyEvaluatorIsTimeVarying(TimeIntervalCollection1<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Determines if any evaluator stored as Data (get) in a TimeIntervalCollection1 is time-varying.
anyPath(IServiceProvider, IServiceProvider, IServiceProvider...) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
anyPath(IServiceProvider, IServiceProvider, int, IServiceProvider...) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
anyPath(IServiceProvider, IServiceProvider, Iterable<T>) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
anyPath(IServiceProvider, IServiceProvider, int, Iterable<T>) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
anyPath(IServiceProvider, IServiceProvider, LinkGraph) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
anyPath(IServiceProvider, IServiceProvider, int, LinkGraph) - Static method in class agi.foundation.access.AccessQuery
Creates a query which is satisfied whenever any path exists between a given transmitter and receiver.
apparentAngularSize(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Provides the minimum and maximum apparent angular size of the ellipsoid, as viewed from the provided point.
apply(TInput) - Method in class agi.foundation.compatibility.Converter
 
apply(RasterFilter) - Method in class agi.foundation.graphics.imaging.Raster
Applies a RasterFilter to the raster and returns a new raster with the results of the filtering.
applyChanges() - Method in class agi.foundation.platforms.ServiceProviderDisplay
Called to apply any changes made to any service providers or visualizers.
applyChanges(EvaluatorGroup) - Method in class agi.foundation.tracking.AccessEntityFilter
Applies the changes to this filter.
applyChanges() - Method in class agi.foundation.tracking.DelegateEntityFilter
Applies the changes to this filter.
applyChanges() - Method in class agi.foundation.tracking.EntityFilterChain
Applies any changes so that they take effect the next time EntityFilterChain.redistributeEntities() is invoked.
applyFilter(CoverageFilter) - Method in class agi.foundation.coverage.CoverageQueryResult
Applies the given filter to this result and returns a new result.
applyFilter(CoverageFilter) - Method in class agi.foundation.coverage.CoverageResults
Applies the given filter to this result and returns a new result.
applyFrequencyShift(double) - Method in class agi.foundation.communications.SignalCollection
Create a new composite signal by shifting the frequency of the constituents of this signal.
applyGain(double) - Method in class agi.foundation.communications.Signal
Create a new signal by applying a gain to this signal.
applyGain(double) - Method in class agi.foundation.communications.SignalCollection
Create a new composite signal by applying a gain to this composite signal.
applyInPlace(RasterFilter) - Method in class agi.foundation.graphics.imaging.Raster
Applies a RasterFilter to the raster.
applyManeuver(Maneuver) - Method in class agi.foundation.aircraftpropagation.AircraftMotionElement
Produces a point PropagationStateElement that uses the provided maneuver definition to compute the derivatives for integration.
applyResults(OptimizerMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
For OptimizerMultivariableFunctions that have state, there may be times when that state should be manually set on a function (sometimes for performance reasons, when the function will be called multiple times and it should start from where it left off).
applyResults(SolvableMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
For SolvableMultivariableFunctions that have state, there may be times when that state should be manually set on a function (sometimes for performance reasons, when the function will be called multiple times and it should start from where it left off).
applyResults(SolvableMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunction
For SolvableMultivariableFunctions that have state, there may be times when that state should be manually set on a function (sometimes for performance reasons, when the function will be called multiple times and it should start from where it left off).
applyResults(OptimizerMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
For OptimizerMultivariableFunctions that have state, there may be times when that state should be manually set on a function (sometimes for performance reasons, when the function will be called multiple times and it should start from where it left off).
applyResults(SegmentResults) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
This method sets propagator's state via the input results.
applyResults(SegmentResults) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
This method sets propagator's state via the input results.
applyResults(TargetedSegmentListOperatorResults) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
For TargetedSegmentListOperatorEvaluators that have state, there may be times when that state should be manually set on an operator (sometimes for performance reasons, when the operator will be called multiple times and it should start from where it left off).
applyScatteringCoefficient(UnitCartesian, UnitCartesian, UnitQuaternion, Signal) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Applies the scattering coefficient to the input signal.
applyScatteringCoefficient(UnitCartesian, UnitCartesian, UnitQuaternion, Signal) - Method in class agi.foundation.communications.ScatteringCoefficient
Applies the scattering coefficient to the input signal.
applyScatteringCoefficient(UnitCartesian, UnitCartesian, UnitQuaternion, Signal, Signal) - Method in class agi.foundation.communications.ScatteringCoefficient
Applies the scattering coefficient to the input signals.
applyScatteringCoefficient(UnitCartesian, UnitCartesian, UnitQuaternion, Signal) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Applies the scattering coefficient to the input signal.
applyScatteringCoefficient(UnitCartesian, UnitCartesian, UnitQuaternion, Signal, Signal) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Applies the scattering coefficient to the input signals.
applyServiceProvider(IServiceProvider) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
Gets a Scalar that can be used to find the value of this scalar function at a given JulianDate.
applyServiceProvider(IServiceProvider) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
Gets a Vector that can be used to find the value of this vector function at a given JulianDate.
ArchivedProperty - Class in agi.foundation.tracking
Describes a property of a tracking entity.
ArchivedProperty(String, Class<?>) - Constructor for class agi.foundation.tracking.ArchivedProperty
Constructs a new instance with a null parent.
ArchivedProperty(String, Class<?>, ArchivedProperty) - Constructor for class agi.foundation.tracking.ArchivedProperty
Constructs a new instance.
archiveEntities(Transaction, Iterable<? extends TEntity>) - Method in class agi.foundation.tracking.MemoryArchive
Archives a set of entities.
archiveEntities(Transaction, Iterable<? extends TEntity>) - Method in class agi.foundation.tracking.TrackingArchive
Archives a set of entities.
ArcSecondsPerRadian - Static variable in class agi.foundation.Constants
The number of arc seconds in one radian.
areAnglesEquivalent(double, double, double) - Static method in class agi.foundation.Trig
Checks to see whether the two given angles represent the same direction in the unit circle, regardless of any multiples of Constants.TwoPi.
areConstraintsSatisfied(List<StoppingConditionConstraintEvaluator>, ITimeBasedState, WhenToCheckConstraint) - Static method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Loop through the Constraints (get) and see if their constraints are satisfied by the state given when a relevant event is detected.
areSameDefinition(IEquatableDefinition, Object) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two objects have the same definition or are both null.
areSameDefinition(Object, Object) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two objects have the same definition or are both null.
areSameDefinition(double, double) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two doubles have the same definition.
areSameDefinition(int, int) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two integers have the same definition.
areSameDefinition(boolean, boolean) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two booleans have the same definition.
ArgumentException - Exception in agi.foundation.compatibility
The exception that is thrown when one of the arguments provided to a method is not valid.
ArgumentException() - Constructor for exception agi.foundation.compatibility.ArgumentException
Initializes a new instance.
ArgumentException(String) - Constructor for exception agi.foundation.compatibility.ArgumentException
Initializes a new instance with a specified error message.
ArgumentException(String, Exception) - Constructor for exception agi.foundation.compatibility.ArgumentException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
ArgumentException(String, String) - Constructor for exception agi.foundation.compatibility.ArgumentException
Initializes a new instance with a specified error message and the name of the parameter that causes this exception.
ArgumentException(String, String, Exception) - Constructor for exception agi.foundation.compatibility.ArgumentException
Initializes a new instance with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception.
ArgumentNullException - Exception in agi.foundation.compatibility
The exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument.
ArgumentNullException() - Constructor for exception agi.foundation.compatibility.ArgumentNullException
Initializes a new instance.
ArgumentNullException(String) - Constructor for exception agi.foundation.compatibility.ArgumentNullException
Initializes a new instance with the name of the parameter that causes this exception.
ArgumentNullException(String, Exception) - Constructor for exception agi.foundation.compatibility.ArgumentNullException
Initializes a new instance with a specified error message and the exception that is the cause of this exception.
ArgumentNullException(String, String) - Constructor for exception agi.foundation.compatibility.ArgumentNullException
Initializes an instance with a specified error message and the name of the parameter that causes this exception.
ArgumentOutOfRangeException - Exception in agi.foundation.compatibility
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
ArgumentOutOfRangeException() - Constructor for exception agi.foundation.compatibility.ArgumentOutOfRangeException
Initializes a new instance.
ArgumentOutOfRangeException(String) - Constructor for exception agi.foundation.compatibility.ArgumentOutOfRangeException
Initializes a new instance with the name of the parameter that causes this exception.
ArgumentOutOfRangeException(String, Exception) - Constructor for exception agi.foundation.compatibility.ArgumentOutOfRangeException
Initializes a new instance with a specified error message and the exception that is the cause of this exception.
ArgumentOutOfRangeException(String, String) - Constructor for exception agi.foundation.compatibility.ArgumentOutOfRangeException
Initializes a new instance with a specified error message and the name of the parameter that causes this exception.
ArgumentOutOfRangeException(String, Object, String) - Constructor for exception agi.foundation.compatibility.ArgumentOutOfRangeException
Initializes a new instance with a specified error message, the parameter name, and the value of the argument.
ArgumentTypeInvalidException - Exception in agi.foundation
The exception that is thrown when one of the arguments provided to a method is not of a type expected by the method.
ArgumentTypeInvalidException() - Constructor for exception agi.foundation.ArgumentTypeInvalidException
Initializes a new instance of the ArgumentTypeInvalidException class.
ArgumentTypeInvalidException(String) - Constructor for exception agi.foundation.ArgumentTypeInvalidException
Initializes a new instance of the ArgumentTypeInvalidException class with the name of the parameter that causes this exception.
ArgumentTypeInvalidException(String, RuntimeException) - Constructor for exception agi.foundation.ArgumentTypeInvalidException
Initializes a new instance of the ArgumentTypeInvalidException class with a specified error message and a reference to the inner exception that is the cause of this exception.
ArgumentTypeInvalidException(String, String) - Constructor for exception agi.foundation.ArgumentTypeInvalidException
Initializes a new instance of the ArgumentTypeInvalidException class with a specified error message and the name of the parameter that causes this exception.
ArgumentTypeInvalidException(String, String, RuntimeException) - Constructor for exception agi.foundation.ArgumentTypeInvalidException
Initializes a new instance of the ArgumentTypeInvalidException class with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception.
ArielCentralBody - Class in agi.foundation.celestial
The Uranian moon Ariel.
ArielCentralBody() - Constructor for class agi.foundation.celestial.ArielCentralBody
Initializes a new instance.
ArielCentralBody(ArielCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.ArielCentralBody
Initializes a new instance as a copy of an existing instance.
Articulation - Class in agi.foundation.platforms
Describes an articulation contained in a model.
Articulation() - Constructor for class agi.foundation.platforms.Articulation
 
ArticulationCollection - Class in agi.foundation.platforms.advanced
A collection of Articulation instances.
ArticulationCollection() - Constructor for class agi.foundation.platforms.advanced.ArticulationCollection
 
asClass() - Method in class agi.foundation.TypeLiteral
Returns a view of the type represented by this type literal as a class literal if and only if the type has a raw type.
asClass(Class<?>) - Method in class agi.foundation.TypeLiteral
Returns a view of the class represented by clazz as the type represented by this type literal, if possible.
asClass() - Method in class agi.foundation.TypeLiteral
Returns a view of the type represented by this type literal as a class literal if and only if the type has a raw type.
asClass(Class<?>) - Method in class agi.foundation.TypeLiteral
Returns a view of the class represented by clazz as the type represented by this type literal, if possible.
assertNonNull(T, String) - Static method in exception agi.foundation.compatibility.ArgumentNullException
Checks that the specified object reference is not null and throws a ArgumentNullException with the specified paramName if it is.
AssetDataUnavailableException - Exception in agi.foundation.coverage
An exception thrown when data is unavailable for a given asset in a coverage computation.
AssetDataUnavailableException(String, int, Object) - Constructor for exception agi.foundation.coverage.AssetDataUnavailableException
Initializes a new instance of the AssetDataUnavailableException class with a specific error message and a reference to the asset which caused the exception.
AssetDataUnavailableException(String, int, Object, RuntimeException) - Constructor for exception agi.foundation.coverage.AssetDataUnavailableException
Initializes a new instance of the AssetDataUnavailableException class with a specific error message and a reference to the asset which caused the exception.
AssetDefinition - Class in agi.foundation.coverage
Defines the 'asset' which can provide coverage and the AccessQuery (get / set) which can determine whether or not it provides coverage at a particular time.
AssetDefinition(Object, AccessQuery) - Constructor for class agi.foundation.coverage.AssetDefinition
Create a new instance based on the given asset and its associated AccessQuery (get / set).
AssetDefinition(Object, AccessQuery, boolean) - Constructor for class agi.foundation.coverage.AssetDefinition
Create a new instance based on the given asset and its associated AccessQuery (get / set).
AssetDefinition(AssetDefinition, CopyContext) - Constructor for class agi.foundation.coverage.AssetDefinition
Initializes a new instance as a copy of an existing instance.
AsteroidsBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of asteroids with respect to the Solar System barycenter.
AsteroidsBspEphemerisProvider(String) - Constructor for class agi.foundation.spice.AsteroidsBspEphemerisProvider
Initializes an instance using the specified asteroids.bsp filename.
AsteroidsBspEphemerisProvider(StreamFactory) - Constructor for class agi.foundation.spice.AsteroidsBspEphemerisProvider
Initializes a new instance with the specified stream factory.
AsteroidsBspEphemerisProvider(JplSpkFile) - Constructor for class agi.foundation.spice.AsteroidsBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
AsteroidsBspEphemerisProvider(AsteroidsBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.AsteroidsBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
asType(TypeLiteral<S>) - Method in class agi.foundation.TypeLiteral
Returns a view of typeLiteral as the type represented by this type literal, T instead of S, if possible.
asType(TypeLiteral<S>) - Method in class agi.foundation.TypeLiteral
Returns a view of typeLiteral as the type represented by this type literal, T instead of S, if possible.
AsyncCompletedEventArgs - Class in agi.foundation.compatibility
Provides data for asynchronous method completion event.
AsyncCompletedEventArgs(RuntimeException, boolean, Object) - Constructor for class agi.foundation.compatibility.AsyncCompletedEventArgs
Initializes a new instance of the AsyncCompletedEventArgs class.
atLeastN(int, AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
Creates a query that is satisfied whenever at least N of the specified sub-queries are satisfied.
AtmosphereModelItuRP835 - Class in agi.foundation.communications.signalpropagation
ITU-R P.835 standard atmosphere model.
AtmosphericAttenuationModelItuRP676Version9 - Class in agi.foundation.communications.signalpropagation
ITU-R P.676 version 9 Attenuation by atmospheric gases.
AtmosphericAttenuationModelItuRP676Version9() - Constructor for class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Constructs version 9 of the ITU-R P.676 model.
AtmosphericAttenuationModelItuRP676Version9(AtmosphericAttenuationModelItuRP676Version9, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Initializes a new instance as a copy of an existing instance.
AtmosphericDragForce - Class in agi.foundation.celestial
A simple model of atmospheric drag on a body according to its coefficient of drag and reference cross-sectional area.
AtmosphericDragForce() - Constructor for class agi.foundation.celestial.AtmosphericDragForce
Initializes a Vector describing the drag force on an object.
AtmosphericDragForce(ScalarAtmosphericDensity, Scalar, Scalar) - Constructor for class agi.foundation.celestial.AtmosphericDragForce
Initializes a Vector describing the drag force on an object.
AtmosphericDragForce(AtmosphericDragForce, CopyContext) - Constructor for class agi.foundation.celestial.AtmosphericDragForce
Initializes a new instance as a copy of an existing instance.
AtmosphericRefractionModel - Class in agi.foundation.celestial
Defines a refraction model.
AtmosphericRefractionModel() - Constructor for class agi.foundation.celestial.AtmosphericRefractionModel
Initializes a new instance.
AtmosphericRefractionModel(CentralBody) - Constructor for class agi.foundation.celestial.AtmosphericRefractionModel
Initializes a new instance.
AtmosphericRefractionModel(AtmosphericRefractionModel, CopyContext) - Constructor for class agi.foundation.celestial.AtmosphericRefractionModel
Initializes a new instance as a copy of an existing instance.
atMostN(int, AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
Creates a query that is satisfied whenever no more than N of the specified sub-queries are satisfied.
attachSignalProcessorAsInput(SignalProcessor) - Method in class agi.foundation.radar.RadarWaveformProcessor
Attaches an SignalProcessor instance as the input for this waveform processor.
Attitude() - Constructor for class agi.foundation.stk.StkAttitudeFile.Attitude
 
AttitudeTimeQuatAngVels() - Constructor for class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuatAngVels
 
AttitudeTimeQuaternions() - Constructor for class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
 
AttitudeTimeQuatScalarFirst() - Constructor for class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuatScalarFirst
 
AuxiliaryStateElement - Class in agi.foundation.propagators.advanced
Represents a set of variables which are computed and stored in the propagation output but are not integrated with the state.
AuxiliaryStateElement() - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElement
Initializes a new instance.
AuxiliaryStateElement(AuxiliaryStateElement, CopyContext) - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElement
Initializes a new instance as a copy of an existing instance.
AuxiliaryStateElementConverter - Class in agi.foundation.propagators.advanced
Base class for output associated with an AuxiliaryStateElement.
AuxiliaryStateElementConverter(String, int[]) - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
Initializes a new instance.
AuxiliaryStateElementConverter(AuxiliaryStateElementConverter, CopyContext) - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
Initializes a new instance as a copy of an existing instance.
AuxiliaryStateElementEvaluator - Class in agi.foundation.propagators.advanced
Abstract base class for the evaluator produced by an auxiliary state variable.
AuxiliaryStateElementEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Initializes a new instance.
AuxiliaryStateElementEvaluator(AuxiliaryStateElementEvaluator, CopyContext) - Constructor for class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Initializes a new instance as a copy of an existing instance.
AuxiliaryStateScalar - Class in agi.foundation.propagators
Represents a scalar value which may depend on integrated quantities in the state and is evaluated and stored for output during propagation.
AuxiliaryStateScalar() - Constructor for class agi.foundation.propagators.AuxiliaryStateScalar
Initializes a new instance.
AuxiliaryStateScalar(Scalar) - Constructor for class agi.foundation.propagators.AuxiliaryStateScalar
Initializes a new instance based on the given scalar value.
AuxiliaryStateScalar(AuxiliaryStateScalar, CopyContext) - Constructor for class agi.foundation.propagators.AuxiliaryStateScalar
Initializes a new instance as a copy of an existing instance.
AuxiliaryStateVector - Class in agi.foundation.propagators
An auxiliary state vector which is not integrated with the rest of the state but is evaluated for the propagation output during propagation.
AuxiliaryStateVector() - Constructor for class agi.foundation.propagators.AuxiliaryStateVector
Initializes a new instance.
AuxiliaryStateVector(Vector) - Constructor for class agi.foundation.propagators.AuxiliaryStateVector
Initializes a new instance based on the given Vector.
AuxiliaryStateVector(AuxiliaryStateVector, CopyContext) - Constructor for class agi.foundation.propagators.AuxiliaryStateVector
Initializes a new instance as a copy of an existing instance.
available() - Method in class agi.foundation.compatibility.FileStream
 
AvalanchePhotodiode - Class in agi.foundation.communications.signalprocessing
Represents an Avalanche type photodiode photodetector (APD).
AvalanchePhotodiode() - Constructor for class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Initializes a new instance.
AvalanchePhotodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double) - Constructor for class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, load impedance, noise factor, and gain.
AvalanchePhotodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double, CentralBody) - Constructor for class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, load impedance, noise factor, gain, central body.
AvalanchePhotodiode(AvalanchePhotodiode, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Initializes a new instance as a copy of an existing instance.
averageFigureOfMerit(Iterable<? extends CoverageGridPointWithResults>, FigureOfMerit<Double>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the average of a given figure of merit over the grid (ignoring grid weighting).
averageNumberOfAssets(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.NumberOfAssets
The average number of assets providing coverage for any given span of time.
averageRevisitTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.RevisitTime
Computes the average of the gap durations based on the number of gaps.
AverageSubCalculationProgress - Class in agi.foundation.infrastructure
An implementation of ITrackCalculationProgress that averages the progress of a number of sub-calculations and reports the result to another ITrackCalculationProgress instance.
AverageSubCalculationProgress(ITrackCalculationProgress) - Constructor for class agi.foundation.infrastructure.AverageSubCalculationProgress
Initializes a new instance.
averageWeightedFigureOfMerit(Iterable<? extends CoverageGridPointWithResults>, FigureOfMerit<Double>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the average of a given figure of merit over the grid, based on the grid point Weight (get / set).
Axes - Class in agi.foundation.geometry
A set of axes which may vary with time relative to another set of axes.
Axes() - Constructor for class agi.foundation.geometry.Axes
Initializes a new instance.
Axes(Axes, CopyContext) - Constructor for class agi.foundation.geometry.Axes
Initializes a new instance as a copy of an existing instance.
AxesAdapter - Class in agi.foundation.coordinates
The StateElementAdapterDefinition for the simple case when the element's definitional object and its defined-in object are just a Axes.
AxesAdapter() - Constructor for class agi.foundation.coordinates.AxesAdapter
Initializes a new instance.
AxesAdapter(String, Axes) - Constructor for class agi.foundation.coordinates.AxesAdapter
Initializes a new instance.
AxesAdapter(AxesAdapter, CopyContext) - Constructor for class agi.foundation.coordinates.AxesAdapter
Initializes a new instance as a copy of an existing instance.
AxesAlignedConstrained - Class in agi.foundation.geometry
A set of axes with the one axis aligned with the Principal (get / set) direction vector and another axis constrained to minimize the angular separation from the Reference (get / set) vector.
AxesAlignedConstrained() - Constructor for class agi.foundation.geometry.AxesAlignedConstrained
Initializes a new instance.
AxesAlignedConstrained(Vector, Vector) - Constructor for class agi.foundation.geometry.AxesAlignedConstrained
Initializes a new instance.
AxesAlignedConstrained(Vector, AxisIndicator, Vector, AxisIndicator) - Constructor for class agi.foundation.geometry.AxesAlignedConstrained
Initializes a new instance.
AxesAlignedConstrained(AxesAlignedConstrained, CopyContext) - Constructor for class agi.foundation.geometry.AxesAlignedConstrained
Initializes a new instance as a copy of an existing instance.
AxesAlongTerrain - Class in agi.foundation.geometry
An Axes defined by the surface normal to the terrain surface.
AxesAlongTerrain() - Constructor for class agi.foundation.geometry.AxesAlongTerrain
Create a new instance.
AxesAlongTerrain(Point, TerrainProvider) - Constructor for class agi.foundation.geometry.AxesAlongTerrain
Create a new instance based on the given point and terrain provider.
AxesAlongTerrain(AxesAlongTerrain, CopyContext) - Constructor for class agi.foundation.geometry.AxesAlongTerrain
Initializes a new instance as a copy of an existing instance.
AxesBPlane - Class in agi.foundation.geometry
The axes that a VectorBPlane are computed in.
AxesBPlane() - Constructor for class agi.foundation.geometry.AxesBPlane
Initializes a new instance.
AxesBPlane(Point, CentralBody, double) - Constructor for class agi.foundation.geometry.AxesBPlane
Initializes a new instance.
AxesBPlane(Point, CentralBody, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.AxesBPlane
Initializes a new instance.
AxesBPlane(AxesBPlane, CopyContext) - Constructor for class agi.foundation.geometry.AxesBPlane
Initializes a new instance as a copy of an existing instance.
AxesCesiumProperty - Class in agi.foundation.cesium
A CesiumProperty that writes values by evaluating a given Axes.
AxesCesiumProperty() - Constructor for class agi.foundation.cesium.AxesCesiumProperty
Initializes a new instance.
AxesCesiumProperty(Axes) - Constructor for class agi.foundation.cesium.AxesCesiumProperty
Initializes a new instance with the provided Axes.
AxesEastNorthUp - Class in agi.foundation.geometry
The set of axes defined by the local East, North, and Up directions at a point with respect to the shape of a central body as the point moves over time.
AxesEastNorthUp() - Constructor for class agi.foundation.geometry.AxesEastNorthUp
Initialize a new instance.
AxesEastNorthUp(CentralBody, Point) - Constructor for class agi.foundation.geometry.AxesEastNorthUp
Initializes a new instance.
AxesEastNorthUp(AxesEastNorthUp, CopyContext) - Constructor for class agi.foundation.geometry.AxesEastNorthUp
Initializes a new instance as a copy of an existing instance.
AxesEvaluator - Class in agi.foundation.geometry
Evaluates an Axes over time.
AxesEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.AxesEvaluator
Initializes a new instance.
AxesEvaluator(AxesEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.AxesEvaluator
Initializes a new instance as a copy of an existing instance.
AxesFixedAtJulianDate - Class in agi.foundation.geometry
A set of Axes which is defined by the instantaneous orientation of another set of axes at a specified JulianDate.
AxesFixedAtJulianDate() - Constructor for class agi.foundation.geometry.AxesFixedAtJulianDate
Initializes a new instance.
AxesFixedAtJulianDate(Axes, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.AxesFixedAtJulianDate
Initializes a new instance.
AxesFixedAtJulianDate(Axes, Axes, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.AxesFixedAtJulianDate
Initializes a new instance.
AxesFixedAtJulianDate(AxesFixedAtJulianDate, CopyContext) - Constructor for class agi.foundation.geometry.AxesFixedAtJulianDate
Initializes a new instance as a copy of an existing instance.
AxesFixedOffset - Class in agi.foundation.geometry
An axes whose orientation does not change with respect to the axes in which it is defined.
AxesFixedOffset() - Constructor for class agi.foundation.geometry.AxesFixedOffset
Initializes a new instance.
AxesFixedOffset(Axes, UnitQuaternion) - Constructor for class agi.foundation.geometry.AxesFixedOffset
Initializes a new instance with the specified parameters.
AxesFixedOffset(AxesFixedOffset, CopyContext) - Constructor for class agi.foundation.geometry.AxesFixedOffset
Initializes a new instance as a copy of an existing instance.
AxesFromArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate> - Class in agi.foundation.geometry
An Axes whose orientation is defined by archived tracking data.
AxesFromArchive(TypeLiteral<TEntity>) - Constructor for class agi.foundation.geometry.AxesFromArchive
Initializes a new instance.
AxesFromArchive(TypeLiteral<TEntity>, TrackingArchive<TEntity>, Object) - Constructor for class agi.foundation.geometry.AxesFromArchive
Initializes a new instance to use a specified archive and entity.
AxesFromArchive(TypeLiteral<TEntity>, AxesFromArchive<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.AxesFromArchive
Initializes a new instance as a copy of an existing instance.
AxesFromBankAngle - Class in agi.foundation.geometry
An Axes defining a first order representation for an aircraft in steady flight with the bank angles specified by changes in the horizontal acceleration vector.
AxesFromBankAngle() - Constructor for class agi.foundation.geometry.AxesFromBankAngle
Create a new instance.
AxesFromBankAngle(Point, CentralBody, double, List<JulianDate>, double) - Constructor for class agi.foundation.geometry.AxesFromBankAngle
Create a new instance based on the given point and special times of interest.
AxesFromBankAngle(PropagatedRoute, double, double) - Constructor for class agi.foundation.geometry.AxesFromBankAngle
Create a new instance based on the given route, banking around turns, and transitioning smoothly from one bank condition to another around transition points in the route.
AxesFromBankAngle(AxesFromBankAngle, CopyContext) - Constructor for class agi.foundation.geometry.AxesFromBankAngle
Initializes a new instance as a copy of an existing instance.
AxesGraphicsParameter - Class in agi.foundation.platforms
A GraphicsParameter which evaluates a specified Axes (get / set) and returns the resulting UnitQuaternion relative to the provided InAxes (get / set).
AxesGraphicsParameter() - Constructor for class agi.foundation.platforms.AxesGraphicsParameter
Initializes a new instance.
AxesGraphicsParameter(Axes, Axes) - Constructor for class agi.foundation.platforms.AxesGraphicsParameter
Initializes a new instance with the specified axes.
AxesGraphicsParameter(AxesGraphicsParameter, CopyContext) - Constructor for class agi.foundation.platforms.AxesGraphicsParameter
Initializes a new instance as a copy of an existing instance.
AxesHelper - Class in agi.foundation.geometry
A collection of helper methods for working with Axes and related types.
AxesInAxes - Class in agi.foundation.geometry
An axes which is effectively equivalent to another axes but is defined in a third axes.
AxesInAxes() - Constructor for class agi.foundation.geometry.AxesInAxes
Initializes a new instance.
AxesInAxes(Axes, Axes) - Constructor for class agi.foundation.geometry.AxesInAxes
Initializes a new instance.
AxesInAxes(AxesInAxes, CopyContext) - Constructor for class agi.foundation.geometry.AxesInAxes
Initializes a new instance as a copy of an existing instance.
AxesInPointsAxes - Class in agi.foundation.geometry
An axes observed in the axes in which a point is defined.
AxesInPointsAxes() - Constructor for class agi.foundation.geometry.AxesInPointsAxes
Initializes a new instance.
AxesInPointsAxes(Axes, Point) - Constructor for class agi.foundation.geometry.AxesInPointsAxes
Initializes a new instance.
AxesInPointsAxes(AxesInPointsAxes, CopyContext) - Constructor for class agi.foundation.geometry.AxesInPointsAxes
Initializes a new instance as a copy of an existing instance.
AxesInterpolator - Class in agi.foundation.geometry
A set of Axes that is defined with respect to a set of reference axes by an interpolator which can evaluate the Axes over time.
AxesInterpolator() - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance.
AxesInterpolator(Axes, InterpolationAlgorithmType, int, DateMotionCollection2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance of the AxesInterpolator class from the provided parameters.
AxesInterpolator(Axes, InterpolationAlgorithmType, int, DateMotionCollection2<UnitQuaternion, Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance of the AxesInterpolator class from the provided parameters.
AxesInterpolator(Axes, InterpolationAlgorithm, int, DateMotionCollection2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance of the AxesInterpolator class from the provided parameters.
AxesInterpolator(Axes, InterpolationAlgorithm, int, DateMotionCollection2<UnitQuaternion, Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance of the AxesInterpolator class from the provided parameters.
AxesInterpolator(Axes, RotationalMotionInterpolator) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance from the provided parameters.
AxesInterpolator(AxesInterpolator, CopyContext) - Constructor for class agi.foundation.geometry.AxesInterpolator
Initializes a new instance as a copy of an existing instance.
AxesInVectorsAxes - Class in agi.foundation.geometry
An axes observed in the axes in which a vector is defined.
AxesInVectorsAxes() - Constructor for class agi.foundation.geometry.AxesInVectorsAxes
Initializes a new instance.
AxesInVectorsAxes(Axes, Vector) - Constructor for class agi.foundation.geometry.AxesInVectorsAxes
Initializes a new instance.
AxesInVectorsAxes(AxesInVectorsAxes, CopyContext) - Constructor for class agi.foundation.geometry.AxesInVectorsAxes
Initializes a new instance as a copy of an existing instance.
AxesLinearRate - Class in agi.foundation.geometry
An axes whose orientation changes change with respect to the axes in which it is defined by rotating at a linearly increasing or decreasing rate about a defined spin axis.
AxesLinearRate() - Constructor for class agi.foundation.geometry.AxesLinearRate
Initializes a new instance.
AxesLinearRate(Axes, JulianDate, UnitQuaternion, UnitCartesian, double, double) - Constructor for class agi.foundation.geometry.AxesLinearRate
Initializes a new instance with the specified parameters.
AxesLinearRate(AxesLinearRate, CopyContext) - Constructor for class agi.foundation.geometry.AxesLinearRate
Initializes a new instance as a copy of an existing instance.
AxesLocalVerticalLocalHorizontal - Class in agi.foundation.geometry
The Local Vertical, Local Horizontal (LVLH) axes which follow the motion of a given point over time.
AxesLocalVerticalLocalHorizontal() - Constructor for class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Initializes a new instance.
AxesLocalVerticalLocalHorizontal(ReferenceFrame, Point) - Constructor for class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Initializes a new instance with the specified parameters.
AxesLocalVerticalLocalHorizontal(AxesLocalVerticalLocalHorizontal, CopyContext) - Constructor for class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Initializes a new instance as a copy of an existing instance.
AxesNorthEastDown - Class in agi.foundation.geometry
The set of axes defined by the local North, East, and Down directions at a point with respect to the shape of a central body as the point moves over time.
AxesNorthEastDown() - Constructor for class agi.foundation.geometry.AxesNorthEastDown
Initialize a new instance.
AxesNorthEastDown(CentralBody, Point) - Constructor for class agi.foundation.geometry.AxesNorthEastDown
Initializes a new instance.
AxesNorthEastDown(AxesNorthEastDown, CopyContext) - Constructor for class agi.foundation.geometry.AxesNorthEastDown
Initializes a new instance as a copy of an existing instance.
AxesPrimitive - Class in agi.foundation.graphics
Renders an axes in the 3D scene.
AxesPrimitive(ReferenceFrame, Axes, GraphicsFont) - Constructor for class agi.foundation.graphics.AxesPrimitive
Initializes an axes primitive with the specified ISystem sys as its source.
AxesPropagationParameter - Class in agi.foundation.geometry
Represents an Axes which in turns represents the attitude and angular velocity in an integration state.
AxesPropagationParameter() - Constructor for class agi.foundation.geometry.AxesPropagationParameter
Initializes a new instance.
AxesPropagationParameter(ReferenceFrame) - Constructor for class agi.foundation.geometry.AxesPropagationParameter
Initializes a new instance with the given frame of integration.
AxesTargetingLink - Class in agi.foundation.geometry
An Axes which orients itself so that its Z-axis is aligned along a link, pointing from one platform to another, and its X-axis is constrained toward a reference vector.
AxesTargetingLink() - Constructor for class agi.foundation.geometry.AxesTargetingLink
Initializes a new instance.
AxesTargetingLink(IServiceProvider, LinkRole, Vector) - Constructor for class agi.foundation.geometry.AxesTargetingLink
Initializes a new instance specifying all parameters.
AxesTargetingLink(AxesTargetingLink, CopyContext) - Constructor for class agi.foundation.geometry.AxesTargetingLink
Initializes a new instance as a copy of an existing instance.
AxesVehicleVelocityLocalHorizontal - Class in agi.foundation.geometry
The Vehicle Velocity, Local Horizontal (VVLH) axes which follow the motion of a given point over time.
AxesVehicleVelocityLocalHorizontal() - Constructor for class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Initializes a new instance.
AxesVehicleVelocityLocalHorizontal(ReferenceFrame, Point) - Constructor for class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Initializes a new instance with the specified parameters.
AxesVehicleVelocityLocalHorizontal(AxesVehicleVelocityLocalHorizontal, CopyContext) - Constructor for class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Initializes a new instance as a copy of an existing instance.
AxesVelocityOrbitNormal - Class in agi.foundation.geometry
These Axes will have its X axis be aligned with the velocity vector of the given point and the Y axis will be constrained to the orbit normal vector.
AxesVelocityOrbitNormal() - Constructor for class agi.foundation.geometry.AxesVelocityOrbitNormal
Initializes a new instance.
AxesVelocityOrbitNormal(Point) - Constructor for class agi.foundation.geometry.AxesVelocityOrbitNormal
Initializes a new instance.
AxesVelocityOrbitNormal(Point, CentralBody) - Constructor for class agi.foundation.geometry.AxesVelocityOrbitNormal
Initializes a new instance.
AxesVelocityOrbitNormal(AxesVelocityOrbitNormal, CopyContext) - Constructor for class agi.foundation.geometry.AxesVelocityOrbitNormal
Initializes a new instance as a copy of an existing instance.
AxisIndicator - Enum in agi.foundation.coordinates
Specifies one of the three Cartesian axes.
AzimuthAngleConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the object at the other end of the ConstrainedLink (get / set) be between a range of azimuth angles as viewed from the ConstrainedLinkEnd (get / set).
AzimuthAngleConstraint() - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance with default values.
AzimuthAngleConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance with the specified central body, start angle, and stop angle.
AzimuthAngleConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, start angle, and stop angle.
AzimuthAngleConstraint(double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance with the specified start angle and stop angle.
AzimuthAngleConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, start angle, and stop angle.
AzimuthAngleConstraint(AzimuthAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AzimuthAngleConstraint
Initializes a new instance as a copy of an existing instance.
AzimuthAngleRateConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the angular motion of the other end of the ConstrainedLink (get / set) be between a range of azimuth angle rates in radians per second as viewed from the ConstrainedLinkEnd (get / set).
AzimuthAngleRateConstraint() - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with default values.
AzimuthAngleRateConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified central body and maximum value.
AzimuthAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, and maximum value.
AzimuthAngleRateConstraint(double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified maximum value.
AzimuthAngleRateConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, and maximum value.
AzimuthAngleRateConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
AzimuthAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
AzimuthAngleRateConstraint(double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified minimum value and maximum value.
AzimuthAngleRateConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
AzimuthAngleRateConstraint(AzimuthAngleRateConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Initializes a new instance as a copy of an existing instance.
AzimuthElevationMask - Class in agi.foundation.terrain
An azimuth-elevation mask which defines a region of visibility defined by the horizon.
AzimuthElevationMask() - Constructor for class agi.foundation.terrain.AzimuthElevationMask
Initializes a new instance.
AzimuthElevationMask(Cartographic) - Constructor for class agi.foundation.terrain.AzimuthElevationMask
Initializes a new instance centered at the specified planetodetic position.
AzimuthElevationMask(CentralBody, Cartographic) - Constructor for class agi.foundation.terrain.AzimuthElevationMask
Initializes a new instance centered at the specified planetodetic position on the specified central body.
AzimuthElevationMaskCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML fan geometry for objects that provide IAzimuthElevationMaskService and IAzimuthElevationMaskGraphicsService.
AzimuthElevationMaskConstraint - Class in agi.foundation.access.constraints
An Access constraint that determines whether the object at the other end of the ConstrainedLink (get / set) is visible based on an AzimuthElevationMask associated with the ConstrainedLinkEnd (get / set).
AzimuthElevationMaskConstraint() - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance to require a minimum elevation angle above the terrain of 0.0 radians.
AzimuthElevationMaskConstraint(IServiceProvider, LinkRole) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance with the specified constrained link and constrained link end.
AzimuthElevationMaskConstraint(double) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance with the specified minimum value.
AzimuthElevationMaskConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
AzimuthElevationMaskConstraint(double, double) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance with the specified minimum value and maximum value.
AzimuthElevationMaskConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
AzimuthElevationMaskConstraint(AzimuthElevationMaskConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Initializes a new instance as a copy of an existing instance.
AzimuthElevationMaskExtension - Class in agi.foundation.platforms
An extension that associates an AzimuthElevationMask with a platform.
AzimuthElevationMaskExtension() - Constructor for class agi.foundation.platforms.AzimuthElevationMaskExtension
Initializes a new instance.
AzimuthElevationMaskExtension(IAzimuthElevationMask) - Constructor for class agi.foundation.platforms.AzimuthElevationMaskExtension
Initializes a new instance with a specified mask.
AzimuthElevationMaskExtension(AzimuthElevationMaskExtension, CopyContext) - Constructor for class agi.foundation.platforms.AzimuthElevationMaskExtension
Initializes a new instance as a copy of an existing instance.
AzimuthElevationMaskGraphics - Class in agi.foundation.cesium
Defines the graphical properties of an AzimuthElevationMask.
AzimuthElevationMaskGraphics() - Constructor for class agi.foundation.cesium.AzimuthElevationMaskGraphics
Initializes a new instance.
AzimuthElevationMaskGraphics - Class in agi.foundation.platforms
Defines the graphical properties of an azimuth elevation mask over time.
AzimuthElevationMaskGraphics() - Constructor for class agi.foundation.platforms.AzimuthElevationMaskGraphics
 
AzimuthElevationMaskGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphics of an AzimuthElevationMask drawn at a location defined by ILocationPointService and orientation defined by IOrientationAxesService.
AzimuthElevationMaskGraphicsExtension() - Constructor for class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Initializes a new instance.
AzimuthElevationMaskGraphicsExtension(AzimuthElevationMaskGraphics) - Constructor for class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Initializes a new instance with the provided AzimuthElevationMaskGraphics.
AzimuthElevationMaskGraphicsExtension(AzimuthElevationMaskGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Initializes a new instance as a copy of an existing instance.
AzimuthElevationMaskGraphicsExtension - Class in agi.foundation.platforms
An extension that defines the graphics of mask defined by IAzimuthElevationMaskService.
AzimuthElevationMaskGraphicsExtension() - Constructor for class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Initializes a new instance.
AzimuthElevationMaskGraphicsExtension(AzimuthElevationMaskGraphics) - Constructor for class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Initializes a new instance with the provided TriangleMeshGraphics
AzimuthElevationMaskGraphicsExtension(AzimuthElevationMaskGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Initializes a new instance as a copy of an existing instance.
AzimuthElevationMaskGraphicsProjection - Enum in agi.foundation.cesium
Defines how AzimuthElevationMaskGraphics are visualized.
AzimuthElevationMaskVisualizer - Class in agi.foundation.platforms.advanced
AzimuthElevationMaskVisualizer() - Constructor for class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Creates a new instance.
AzimuthElevationRange - Class in agi.foundation.coordinates
A set of curvilinear 3-dimensional coordinates.
AzimuthElevationRange() - Constructor for class agi.foundation.coordinates.AzimuthElevationRange
Initializes a new instance.
AzimuthElevationRange(double, double, double) - Constructor for class agi.foundation.coordinates.AzimuthElevationRange
Initializes a set of AzimuthElevationRange coordinates from the provided values.
AzimuthElevationRange(Cartesian) - Constructor for class agi.foundation.coordinates.AzimuthElevationRange
Initializes a set of AzimuthElevationRange coordinates from the provided set of Cartesian coordinates represented in the North-East-Down orientation with X pointing north, Y pointing east, and Z pointing down.
AzimuthElevationRange(double[]) - Constructor for class agi.foundation.coordinates.AzimuthElevationRange
Initializes a set of AzimuthElevationRange coordinates from the first 3 consecutive elements in the provided array.
AzimuthElevationRange(double[], int) - Constructor for class agi.foundation.coordinates.AzimuthElevationRange
Initializes a set of AzimuthElevationRange coordinates from the provided array.
AzimuthHorizontalVertical - Class in agi.foundation.coordinates
A set of curvilinear 3-dimensional coordinates.
AzimuthHorizontalVertical() - Constructor for class agi.foundation.coordinates.AzimuthHorizontalVertical
Initializes a new instance.
AzimuthHorizontalVertical(double, double, double) - Constructor for class agi.foundation.coordinates.AzimuthHorizontalVertical
Initializes a set of AzimuthHorizontalVertical coordinates from the provided values.
AzimuthHorizontalVertical(double[]) - Constructor for class agi.foundation.coordinates.AzimuthHorizontalVertical
Initializes a set of AzimuthHorizontalVertical coordinates from the first 3 consecutive elements in the provided array.
AzimuthHorizontalVertical(double[], int) - Constructor for class agi.foundation.coordinates.AzimuthHorizontalVertical
Initializes a set of AzimuthHorizontalVertical coordinates from the provided array.

B

back() - Method in class agi.foundation.graphics.PathPrimitive
Access the PathPoint at the back of the line.
BackgroundCalculation - Class in agi.foundation.infrastructure.threading
Used to perform a computation in the background.
BackgroundCalculation() - Constructor for class agi.foundation.infrastructure.threading.BackgroundCalculation
Initializes a new instance.
backwardsAdaptersForStoppingConditionSegment(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
Gets the List of backwards adapters associated with the condition.
BallisticPropagator - Class in agi.foundation.propagators
This class calculates a ballistic trajectory (two body gravity only) between two locations on a CentralBody (get / set).
BallisticPropagator() - Constructor for class agi.foundation.propagators.BallisticPropagator
Initializes a default instance.
BallisticPropagator(CentralBody, double, JulianDate, Cartesian) - Constructor for class agi.foundation.propagators.BallisticPropagator
Initializes a new instance.
BallisticPropagator(BallisticPropagator, CopyContext) - Constructor for class agi.foundation.propagators.BallisticPropagator
Initializes a new instance as a copy of an existing instance.
BallisticPropagatorSolutionType - Enum in agi.foundation.propagators
Species the kind of solution that was calculated by a BallisticPropagator, IE whether the desired trajectory was successfully calculated, the propagator failed to converge on a solution, or the specified constraint was invalid.
BallisticTrajectoryInformation - Class in agi.foundation.propagators
An object with many metrics that describe a ballistic trajectory from an initial point to a target point.
Band(double, CruiseCommandedValues) - Constructor for class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
Initializes an instance with the provided parameters
BandedCruisePerformanceModel - Class in agi.foundation.aircraftpropagation
Defines a performance model during cruise which changes linearly between altitude bands.
BandedCruisePerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Initializes a new instance.
BandedCruisePerformanceModel(TerrainProvider) - Constructor for class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Initializes a new instance.
BandedCruisePerformanceModel(BandedCruisePerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Initializes a new instance as a copy of an existing instance.
BandedCruisePerformanceModel.Band - Class in agi.foundation.aircraftpropagation
Defines an altitude at which a particular set of cruise commanded values applies.
BandExtractFilter - Class in agi.foundation.graphics.imaging
Extracts a band or set of bands from the source raster.
BandExtractFilter() - Constructor for class agi.foundation.graphics.imaging.BandExtractFilter
Initializes a new instance.
BandExtractFilter(RasterBand) - Constructor for class agi.foundation.graphics.imaging.BandExtractFilter
Initializes a new instance with the RasterBand to be extracted from the source raster.
BandExtractFilter(RasterFormat) - Constructor for class agi.foundation.graphics.imaging.BandExtractFilter
Initializes a new instance with the RasterFormat containing the bands to be extracted from the source raster.
BandOrderFilter - Class in agi.foundation.graphics.imaging
Reorders or swizzles the bands of the source raster to match the band order of the RasterFormat specified by the BandOrder property.
BandOrderFilter() - Constructor for class agi.foundation.graphics.imaging.BandOrderFilter
Initializes a new instance.
BandOrderFilter(RasterFormat) - Constructor for class agi.foundation.graphics.imaging.BandOrderFilter
Initializes a new instance with a RasterFormat indicating the desired order of the bands in the source raster.
BandOrderFilter(RasterFormat, boolean) - Constructor for class agi.foundation.graphics.imaging.BandOrderFilter
Initializes a new instance with a RasterFormat indicating the desired order of the bands in the source raster, and whether to maintain the source raster's format after swizzling.
BarycentricTerrainInterpolator - Class in agi.foundation.terrain
An interpolator that determines a terrain height by barycentric interpolation over the triangle containing the point.
BarycentricTerrainInterpolator() - Constructor for class agi.foundation.terrain.BarycentricTerrainInterpolator
 
BaseCollection<E> - Class in agi.foundation.compatibility
Provides the base class for a generic collection.
BaseCollection() - Constructor for class agi.foundation.compatibility.BaseCollection
Initializes a new instance of the collection that is empty.
BaseCollection(List<E>) - Constructor for class agi.foundation.compatibility.BaseCollection
Initializes a new instance of the collection as a wrapper for the specified list.
BaseCoverageDefinition - Class in agi.foundation.coverage
The abstract base class for coverage definitions.
BaseDualPolarizedReceivingAntennaExtension<TGainPattern extends BaseGainPattern,TAntennaSignalProcessor extends AntennaSignalProcessor<TGainPattern>> - Class in agi.foundation.communications.antennas
An ObjectExtension which represents a dual polarized receiving antenna.
BaseDualPolarizedReceivingAntennaExtension(TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Initializes an new instance with a given antenna gain pattern.
BaseDualPolarizedReceivingAntennaExtension(BaseDualPolarizedReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>, CopyContext) - Constructor for class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
BaseDualPolarizedTransmittingAntennaExtension<TGainPattern extends BaseGainPattern> - Class in agi.foundation.communications.antennas
An ObjectExtension which represents a dual polarized transmitting antenna.
BaseDualPolarizedTransmittingAntennaExtension(TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Initializes an new instance with a given antenna gain pattern.
BaseDualPolarizedTransmittingAntennaExtension(PrimaryPolarizationChannelSource, OrthogonalPolarizationChannelSource, TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Initialize a new instance based on the given signal processor which produces primary polarization channel signal, signal processor which produces the orthogonal polarization channel signal, and gain pattern.
BaseDualPolarizedTransmittingAntennaExtension(BaseDualPolarizedTransmittingAntennaExtension<TGainPattern>, CopyContext) - Constructor for class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
BaseGainPattern - Class in agi.foundation.communications.antennas
Base class for all antenna gain patterns.
BaseGainPattern() - Constructor for class agi.foundation.communications.antennas.BaseGainPattern
Initializes a new instance.
BaseGainPattern(BaseGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.BaseGainPattern
Initializes a new instance as a copy of an existing instance.
BaseReceivingAntennaExtension<TGainPattern extends BaseGainPattern,TAntennaSignalProcessor extends AntennaSignalProcessor<TGainPattern>> - Class in agi.foundation.communications.antennas
An extension which searches the SignalPropagationGraph for all incoming signals entering its Owner (get / set) and processes them with a receiving BaseGainPattern before passing them to its OutputSignalProcessor (get) signal processor.
BaseReceivingAntennaExtension(TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Initializes a new instance.
BaseReceivingAntennaExtension(BaseReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>, CopyContext) - Constructor for class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
BaseTransmittingAntennaExtension<TGainPattern extends BaseGainPattern> - Class in agi.foundation.communications.antennas
An extension which takes a signal source and transmits a wireless signal through an antenna.
BaseTransmittingAntennaExtension(TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Initializes an new instance with a given antenna gain pattern.
BaseTransmittingAntennaExtension(SignalProcessor, TGainPattern) - Constructor for class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern and a signal processor which produces the set of signals to transmit.
BaseTransmittingAntennaExtension(SignalProcessor, TGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern, a signal processor which produces the set of signals to transmit, and a polarization source which generates the transmit polarization.
BaseTransmittingAntennaExtension(BaseTransmittingAntennaExtension<TGainPattern>, CopyContext) - Constructor for class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
BasicLaunchSegment - Class in agi.foundation.segmentpropagation
This launch segment provides compatibility with STK Astrogator's launch segment.
BasicLaunchSegment() - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegment
Initializes a new launch segment.
BasicLaunchSegment(Duration) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegment
Initializes a new launch segment with the specified step size.
BasicLaunchSegment(Duration, String, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegment
Initializes a new launch segment with the specified step size, launch state, and motion ID.
BasicLaunchSegment(Duration, String, ITimeBasedState, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegment
Initializes a new launch segment with the specified step size, launch state, burnout state, and motion ID.
BasicLaunchSegment(BasicLaunchSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegment
Initializes a new instance as a copy of an existing instance.
BasicLaunchSegmentConfiguration - Class in agi.foundation.segmentpropagation
The configuration for the BasicLaunchSegment.
BasicLaunchSegmentConfiguration() - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
Instantiates the configuration with no properties set.
BasicLaunchSegmentConfiguration(ITimeBasedState, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
Instantiates the configuration with the specified burnout and launch states.
BasicLaunchSegmentConfiguration(BasicLaunchSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
BasicLaunchSegmentResults - Class in agi.foundation.segmentpropagation
The basic launch segment results.
BasicLaunchSegmentResults(SegmentPropagator) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
Initializes a new instance.
BasicLaunchSegmentResults(BasicLaunchSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
Initializes a new instance as a copy of an existing instance.
BasicState - Class in agi.foundation.coordinates
An IAdjustableState that can hold any data type or motions.
BasicState() - Constructor for class agi.foundation.coordinates.BasicState
Initializes a new instance.
BasicState(BasicState, CopyContext) - Constructor for class agi.foundation.coordinates.BasicState
Initializes a new instance as a copy of an existing instance.
BatchPrimitiveIndex - Class in agi.foundation.graphics
Represents an individual item index that is associated with a batch primitive.
BatchPrimitiveIndex(int, Primitive) - Constructor for class agi.foundation.graphics.BatchPrimitiveIndex
Initializes a new instance with an index and Primitive.
BeamformerWeightsEvaluator - Class in agi.foundation.communications.antennas
Abstract base class for an evaluator which evaluates beamformer weights as a ComplexMatrix.
BeamformerWeightsEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.antennas.BeamformerWeightsEvaluator
Initializes a new instance.
BeamformerWeightsEvaluator(BeamformerWeightsEvaluator, CopyContext) - Constructor for class agi.foundation.communications.antennas.BeamformerWeightsEvaluator
Initializes a new instance as a copy of an existing instance.
BeerLambertLawAtmosphericAttenuationModel - Class in agi.foundation.communications.signalpropagation
An atmospheric absorption model based on the Beer-Lambert Law.
BeerLambertLawAtmosphericAttenuationModel() - Constructor for class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Initializes a new instance.
BeerLambertLawAtmosphericAttenuationModel(SignalComputation, double, CentralBody) - Constructor for class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Initializes a new instance with given extinction coefficient model, maximum altitude, and central body.
BeerLambertLawAtmosphericAttenuationModel(BeerLambertLawAtmosphericAttenuationModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Initializes a new instance as a copy of an existing instance.
beginEntityMatching(Transaction) - Method in class agi.foundation.tracking.EntityFilter
Indicates to the filter that the EntityFilterChain has begun matching entities to filters as part of a EntityFilterChain.redistributeEntities() operation.
BehaviorBeyondAvailability - Enum in agi.foundation
Defines the behavior when the evaluation time is beyond the availability for the object.
BehaviorWhenOnThreshold - Enum in agi.foundation.numericalmethods.advanced
Indicates the behavior of a function explorer such as JulianDateFunctionExplorer when a function value exactly equals a threshold value.
BesselCircularApertureGainPattern - Class in agi.foundation.communications.antennas
A Bessel circular aperture antenna gain pattern.
BesselCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Initializes a new instance.
BesselCircularApertureGainPattern(double, int, double, double, double) - Constructor for class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Create a new instance based on the given pedestal level, bessel exponent, diameter, efficiency, and back lobe gain.
BesselCircularApertureGainPattern(BesselCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Initializes a new instance as a copy of an existing instance.
BesselEnvelopeCircularApertureGainPattern - Class in agi.foundation.communications.antennas
A Bessel envelope circular aperture antenna gain pattern.
BesselEnvelopeCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Initializes a new instance.
BesselEnvelopeCircularApertureGainPattern(double, int, double, double, double) - Constructor for class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Create a new instance based on the given pedestal level, bessel exponent, diameter, efficiency, and back lobe gain.
BesselEnvelopeCircularApertureGainPattern(BesselEnvelopeCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Initializes a new instance as a copy of an existing instance.
BilinearTerrainInterpolator - Class in agi.foundation.terrain
An interpolator that determines a terrain height by bilinearly interpolating the four surrounding posts.
BilinearTerrainInterpolator() - Constructor for class agi.foundation.terrain.BilinearTerrainInterpolator
 
BillboardCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML billboards for objects that provide IBillboardGraphicsService.
BillboardGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a billboard, also sometimes called a marker.
BillboardGraphics() - Constructor for class agi.foundation.cesium.BillboardGraphics
Initializes a new instance.
BillboardGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphics of a billboard drawn at the location defined by ILocationPointService.
BillboardGraphicsExtension() - Constructor for class agi.foundation.cesium.BillboardGraphicsExtension
Initializes a new instance.
BillboardGraphicsExtension(BillboardGraphics) - Constructor for class agi.foundation.cesium.BillboardGraphicsExtension
Creates a new instance with the provided BillboardGraphics (get / set).
BillboardGraphicsExtension(BillboardGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.BillboardGraphicsExtension
Creates a new instance as a copy of an existing instance.
BinaryLogicOperation - Enum in agi.foundation.graphics
Binary logic operations that can be used by CompositeDisplayCondition.
binarySearch(List<T>, T) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Uses a binary search algorithm to locate a specific element in the sorted List.
binarySearch(List<T>, T, Comparator<T>) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Uses a binary search algorithm to locate a specific element in the sorted List.
binarySearch(List<T>, T, Comparator<T>, int, int) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Uses a binary search algorithm to locate a specific element in the sorted List.
binarySearch(List<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Uses a binary search algorithm to locate a specific element in the sorted List.
binarySearch(List<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>, int, int) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Uses a binary search algorithm to locate a specific element in the sorted List.
BingMapsForEnterpriseImageGlobeOverlay - Class in agi.foundation.graphics
A CustomImageGlobeOverlay that uses data from a Bing Maps For Enterprise server.
BingMapsForEnterpriseImageGlobeOverlay() - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance, using the default server, the hybrid map style, and the entire Earth's extent.
BingMapsForEnterpriseImageGlobeOverlay(String) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(CartographicExtent) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance, using the default server, the hybrid map style, and the entire Earth's extent.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, CartographicExtent) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, CartographicExtent) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, String) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(CartographicExtent, String) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle, CartographicExtent) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, CartographicExtent, String) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, String, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(CartographicExtent, String, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle, CartographicExtent, String) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle, CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle, CartographicExtent, String, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsForEnterpriseImageGlobeOverlay(String, BingMapsStyle, CartographicExtent, String, Proxy) - Constructor for class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Initializes a new instance with the provided values.
BingMapsStyle - Enum in agi.foundation.graphics
A map style for use by Microsoft Bing Maps For Enterprise.
binomialCoefficient(int, int) - Static method in class agi.foundation.numericalmethods.advanced.Combinatorics
Combinatorics coefficient (n choose k).
BlendingEquation - Enum in agi.foundation.graphics.advanced
The operation that will be used when combining the source and destination values during blending.
BlendingFunction - Enum in agi.foundation.graphics.advanced
The operation that will be used when computing the source and destination values that will be used during blending.
BlurFilter - Class in agi.foundation.graphics.imaging
Applies a ConvolutionFilter to blur or smooth the source raster.
BlurFilter() - Constructor for class agi.foundation.graphics.imaging.BlurFilter
Initializes a new instance.
BlurFilter(BlurMethod) - Constructor for class agi.foundation.graphics.imaging.BlurFilter
Initialize a new instance with the specified BlurMethod.
BlurMethod - Enum in agi.foundation.graphics.imaging
The method used to blur or smooth a raster.
BodyCallback() - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Creates a new instance of this delegate.
BodyCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Initializes a delegate that will invoke an instance method on a class instance.
BodyCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Initializes a delegate that will invoke a static method on a class.
BodyCallback2() - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Creates a new instance of this delegate.
BodyCallback2(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Initializes a delegate that will invoke an instance method on a class instance.
BodyCallback2(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Initializes a delegate that will invoke a static method on a class.
BodyCallbackWithProgress() - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Creates a new instance of this delegate.
BodyCallbackWithProgress(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Initializes a delegate that will invoke an instance method on a class instance.
BodyCallbackWithProgress(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Initializes a delegate that will invoke a static method on a class.
BodyCallbackWithProgress2() - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Creates a new instance of this delegate.
BodyCallbackWithProgress2(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Initializes a delegate that will invoke an instance method on a class instance.
BodyCallbackWithProgress2(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Initializes a delegate that will invoke a static method on a class.
BOLD - Static variable in class agi.foundation.compatibility.FontStyle
Bold text.
Boltzmanns - Static variable in class agi.foundation.Constants
Boltzmann's constant in Watts /(Kelvin-Hz): 1.380658e-023.
BOTTOM_CAP - Static variable in class agi.foundation.geometry.discrete.CylinderFill
Fill the cylinder's bottom cap.
boundAndTruncateStepSize(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
A method which should be called before updating the CurrentStepSize (get) which will bound the size based on the MinimumStepSize (get / set) and MaximumStepSize (get / set), and will truncate it based on the StepTruncationOrder (get / set).
BoundingRectangle - Class in agi.foundation.coordinates
A bounding rectangle in a two-dimensional plane given by two corner points.
BoundingRectangle() - Constructor for class agi.foundation.coordinates.BoundingRectangle
Initializes a new instance.
BoundingRectangle(double, double, double, double) - Constructor for class agi.foundation.coordinates.BoundingRectangle
Initializes a new instance.
BoundingRectangle(double[]) - Constructor for class agi.foundation.coordinates.BoundingRectangle
Initializes a new instance from the first four consecutive elements in the provided array.
BoundingRectangle(double[], int) - Constructor for class agi.foundation.coordinates.BoundingRectangle
Initializes a new instance from four consecutive elements in the provided array.
BoundingSphere - Class in agi.foundation.graphics.advanced
A sphere that encapsulates an object.
BoundingSphere() - Constructor for class agi.foundation.graphics.advanced.BoundingSphere
Initializes a new instance.
BoundingSphere(Cartesian, double) - Constructor for class agi.foundation.graphics.advanced.BoundingSphere
Initializes a BoundingSphere from a center (Cartesian) and a radius (double).
Bounds - Class in agi.foundation
Holds two values which form the bounds of a range of real numbers.
Bounds() - Constructor for class agi.foundation.Bounds
Initializes a new instance.
Bounds(double, double) - Constructor for class agi.foundation.Bounds
Holds the values which form the bounds of a range of real numbers.
boundValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Evaluates and returns the lower or upper bound for this inequality constraint.
BoxTriangulator - Class in agi.foundation.geometry.discrete
Triangulates a box.
BracketToward - Enum in agi.foundation.numericalmethods.advanced
Defines the behavior of a root finder such as BrentFindRoot when a sampled function value exactly equals zero and the root finder's ConvergenceCriteria requires convergence on the independent variable.
BrentFindExtremum - Class in agi.foundation.numericalmethods.advanced
Locates a local extremum (minimum or maximum) of a function using the Brent algorithm.
BrentFindExtremum(RealValuedScalarFunction, double, double, ConvergenceCriteria) - Constructor for class agi.foundation.numericalmethods.advanced.BrentFindExtremum
Initializes the extremum finding algorithm.
BrentFindRoot - Class in agi.foundation.numericalmethods.advanced
Locates the root of a function using the Van Wijngaarden, Dekker, Brent algorithm.
BrentFindRoot(RealValuedScalarFunction, double, double, BrentSolutionType, ConvergenceCriteria) - Constructor for class agi.foundation.numericalmethods.advanced.BrentFindRoot
Initializes a new instance that can be used to find roots of a specified function.
BrentFindRoot(RealValuedScalarFunction, double, double, BrentSolutionType, ConvergenceCriteria, BracketToward) - Constructor for class agi.foundation.numericalmethods.advanced.BrentFindRoot
Initializes a new instance that can be used to find roots of a specified function.
BrentSolutionType - Enum in agi.foundation.numericalmethods.advanced
Indicates on which side of zero a solution must be found.
BrightnessFilter - Class in agi.foundation.graphics.imaging
Adjusts the brightness of the source raster's color bands.
BrightnessFilter() - Constructor for class agi.foundation.graphics.imaging.BrightnessFilter
Initializes a new instance.
BrightnessFilter(double) - Constructor for class agi.foundation.graphics.imaging.BrightnessFilter
Initializes a new instance with the Adjustment to brightness.
bringForward(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
Moves a primitive in the composite forward one slot.
bringToFront(GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
Brings the GlobeImageOverlay to the front of the collection so it is rendered first or on the bottom.
bringToFront(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
Moves a primitive to the top of the composite, so that it is rendered on top of all other primitives in the composite.
bringToFront() - Method in class agi.foundation.graphics.Overlay
Brings the overlay to the front of the z-order, so it is on top of all other overlays with the same Parent
bringToFront(TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
Brings the TerrainOverlay to the front of the collection so it is rendered first or on the bottom.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.AtmosphericDragForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ConstantForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ForceModel
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ThirdBodyGravity
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildForceEvaluator(ResultantForceBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.TwoBodyGravity
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
buildHole() - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
buildHole() - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
buildHole() - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
buildHole() - Method in class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
buildHole() - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegionHole based upon the builder's configuration.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.AccessConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AltitudeConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.RangeConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.ScalarConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Builds a query evaluator from this constraint.
buildQueryEvaluator(ConstraintQueryBuilder, EvaluatorGroup) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Builds a query evaluator from this constraint.
buildRegion(List<EllipsoidSurfaceRegionHole>) - Method in class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
buildRegion(List<EllipsoidSurfaceRegionHole>) - Method in class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
buildRegion(List<EllipsoidSurfaceRegionHole>) - Method in class agi.foundation.geometry.SpecifiedCurveEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
buildRegion(List<EllipsoidSurfaceRegionHole>) - Method in class agi.foundation.geometry.SpecifiedExtentEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
buildRegion(List<EllipsoidSurfaceRegionHole>) - Method in class agi.foundation.geometry.SpecifiedNodesEllipsoidSurfaceRegionBuilder
A method that constructs an EllipsoidSurfaceRegion based upon the builder's configuration.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ConstantTorque
Build lists of torques based on this model in order to create an overall resultant torque.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.GravityGradientTorque
Build lists of torques based on this model in order to create an overall resultant torque.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.MagneticCoilTorque
Build lists of torques based on this model in order to create an overall resultant torque.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.OffAxisTorque
Build lists of torques based on this model in order to create an overall resultant torque.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.ReactionWheelTorque
Build lists of torques based on this model in order to create an overall resultant torque.
buildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup) - Method in class agi.foundation.celestial.TorqueModel
Build lists of torques based on this model in order to create an overall resultant torque.
BulirschStoerIntegrator - Class in agi.foundation.numericalmethods
An adaptive numerical integrator which uses successive subdivisions of the specified step size in order to measure the relative error in order to update the step size.
BulirschStoerIntegrator() - Constructor for class agi.foundation.numericalmethods.BulirschStoerIntegrator
Initializes a new instance.
BulirschStoerIntegrator(DependentVariableDerivatives) - Constructor for class agi.foundation.numericalmethods.BulirschStoerIntegrator
Initializes a new instance.
BulirschStoerIntegrator(BulirschStoerIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.BulirschStoerIntegrator
Initializes a new instance as a copy of an existing instance.
BurdenFairesAdaptiveQuadrature - Class in agi.foundation.numericalmethods.advanced
An adaptive quadrature numerical integration utility based on Simpson's method.
BurdenFairesAdaptiveQuadrature.Integrand - Class in agi.foundation.numericalmethods.advanced
The function to be integrated.
BurdenFairesAdaptiveQuadrature.Integrand.Function - Interface in agi.foundation.numericalmethods.advanced
A functional interface for the containing delegate type.

C

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
A wrapper for any MotionEvaluator1 that caches the last evaluated result.
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
A facet of a CalculationContext.
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
When using CameraSnapshot or CameraVideoRecording to save a snapshot to a file, this specifies the file format.
CameraVideoFormat - Enum in agi.foundation.graphics.advanced
When using CameraVideoRecording to record a video, this specifies the file format.
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
Initializes a set of Cartesian coordinates from the provided set of LongitudeLatitudeRadius coordinates.
Cartesian(Cylindrical) - Constructor for class agi.foundation.coordinates.Cartesian
Initializes a set of Cartesian coordinates from the provided set of Cylindrical coordinates.
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
Initializes a set of Cartesian coordinates from the provided set of AzimuthElevationRange coordinates.
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
Represents output associated with a PropagationStateElement corresponding to a set of Cartesian values.
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
The elements in a Cartographic type.
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
Converts a Cartographic position to a pixel coordinate relative to the Insight3D control.
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
Specifies options for writing a CcsdsOrbitEphemerisMessageFile.
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
An indexer into the CentralBodyGraphics for a particular CentralBody, which provides graphical properties such as showing or hiding (get) the CentralBody in the Scene, and working with terrain (get) and imagery (get) for the specified CentralBody.
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
A representation of an individual projected volume used in CentralBodyLayeredProjectedVolumeAccessConstraint.
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
A CesiumSource that generates CZML polygons for objects that provide ICentralBodySurfaceCurveGraphicsService and ICentralBodySurfaceCurveService.
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
Defines the graphical properties of a CentralBodySurfaceCurve.
CentralBodySurfaceCurveGraphics() - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
Initializes a new instance.
CentralBodySurfaceCurveGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphical properties of a curve defined by a CentralBodySurfaceCurve.
CentralBodySurfaceCurveGraphicsExtension() - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Initializes a new instance.
CentralBodySurfaceCurveGraphicsExtension(CentralBodySurfaceCurveGraphics) - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Initializes a new instance with the provided CentralBodySurfaceCurveGraphics.
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
An extension that describes the graphics of a curve defined by ICentralBodySurfaceCurveService.
CentralBodySurfaceCurveGraphicsExtension() - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
Initializes a new instance.
CentralBodySurfaceCurveGraphicsExtension(ExtrudableLineGraphics) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
Initializes a new instance with the provided ExtrudableLineGraphics
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
A ServiceProviderVisualizer that draws an area described by ICentralBodySurfaceCurveGraphicsService and defined by ICentralBodySurfaceCurveService CentralBodySurfaceCurveGraphicsExtension can be used to add the required services to an object.
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
A CesiumSource that generates CZML polygons for objects that provide ICentralBodySurfaceRegionGraphicsService and ICentralBodySurfaceRegionService.
CentralBodySurfaceRegionConstraint - Class in agi.foundation.access.constraints
An AccessConstraint that requires that an object be within a given CentralBodySurfaceRegion.
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
Defines the graphical properties of a CentralBodySurfaceRegion.
CentralBodySurfaceRegionGraphics() - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
Initializes a new instance.
CentralBodySurfaceRegionGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphical properties of an area defined by a CentralBodySurfaceRegion.
CentralBodySurfaceRegionGraphicsExtension() - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Initializes a new instance.
CentralBodySurfaceRegionGraphicsExtension(CentralBodySurfaceRegionGraphics) - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Initializes a new instance with the provided CentralBodySurfaceRegionGraphics.
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
An extension that describes graphics for a region defined by ICentralBodySurfaceRegionService.
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
A ServiceProviderVisualizer that draws an area described by ICentralBodySurfaceRegionGraphicsService and defined by ICentralBodySurfaceRegionService CentralBodySurfaceRegionGraphicsExtension can be used to add the required services to an object.
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
Initializes a new instance with the provided TimeIntervalCollection.
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
Initializes a new instance with the provided CesiumCustomProperties.
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
The return value of a call to ICzmlDocumentPacketizer.generateNextPacket().
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 one except that it has a different value for the Data (get) property.
ChangePropagateSegmentsPropagatorOperator - Class in agi.foundation.segmentpropagation
An operator that changes the wrapped StoppablePropagator in a PropagateSegment.
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
An operator for a TargetedSegmentList that will change the Behavior (get / set) setting for a ReturnSegment (get / set) that is in the TargetedSegmentList that contains this operator and ReturnSegment (get / set).
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
A TargetedSegmentListOperator that will enable or disable a StoppingConditionEvaluator in a nested PropagateSegment.
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
The options for enabling or disabling a StoppingCondition for the ChangeStoppingConditionEnabledOperator
ChangeStoppingConditionThresholdOperator<T> - Class in agi.foundation.segmentpropagation
A TargetedSegmentListOperator that will change the value of a threshold at propagation time.
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
An operator for a TargetedSegmentList that will change the StopEnabled (get / set) setting for a StopSegment (get / set) that is in the TargetedSegmentList that contains this operator and StopSegment (get / set).
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
This method gets called every time a new ITimeBasedState is checked by the parent StoppingConditionEvaluator.
checkCurrentState(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
This method gets called every time a new ITimeBasedState is checked by the parent StoppingConditionEvaluator.
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.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.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
A helper method to determine if the inequality constraints are satisfied with the currentInequalityValues.
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
An ObjectExtension which can provide a list of children for a given ExtensibleObject.
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.
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
Indicates the type of a city in a StkCityDatabase.
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
Removes all GlobeImageOverlay objects from the collection.
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
Removes all TerrainOverlay objects from the collection.
clear() - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to AzimuthElevationMaskVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to CentralBodySurfaceCurveVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to CentralBodySurfaceRegionVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
clear() - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to LinkVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to LocationPointCovarianceVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to MarkerVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to ModelVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.PointVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to PointVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to ReferenceFrameVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to ServiceProviderVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.TextVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to TextVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
clear() - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to VectorVisualizer.createEvaluators(java.lang.Iterable<? extends agi.foundation.IServiceProvider>, agi.foundation.EvaluatorGroup)
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
Removes all elements from the DefinitionalObjectCollection
clearItems() - Method in class agi.foundation.infrastructure.ExtensionCollection
Removes all elements from the collection.
clearItems() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Removes all elements from the BaseCollection.
clearItems() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
Removes all elements from the 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
Clears all of the items in the ChildPlatformCollection.
clearObjectMapping() - Method in class agi.foundation.infrastructure.CopyContext
Clears the list of mappings that has been created with calls to CopyContext.addObjectMapping(T, T).
clearStoppingConditionsAutoSegment(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
Removes the optional segment that would have been run if the specified StoppingCondition would stop propagation.
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
An enumeration indicating one value from a ClimbDescentCommandedValues object.
ClimbDescentPerformanceModel - Class in agi.foundation.aircraftpropagation
Defines an aircraft's performance model during climb or descent, by determining a set of ClimbDescentCommandedValues at a given time.
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
Defines an aircraft's performance model during climb, by determining a set of ClimbDescentCommandedValues at a given time.
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.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.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
Copies the specified object using the ICloneWithContext interface or the ICloneable interface, with a preference on ICloneWithContext.
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
Looks for a mapping for this object that was added with CopyContext.addObjectMapping(T, T).
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
Defines the type of Reflectivity Coefficient used in initializing SimpleSolarRadiationForce.
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
Contains methods related to the interfaces that are commonly implemented on entity classes, such as IEntityLastUpdate and IEntityPosition.
CommonEntityInterfaces.IEntityAcceleration - Class in agi.foundation.tracking
Contains methods related to the IEntityAcceleration interface.
CommonEntityInterfaces.IEntityIdentifier - Class in agi.foundation.tracking
Contains methods related to the IEntityIdentifier interface.
CommonEntityInterfaces.IEntityLastUpdate - Class in agi.foundation.tracking
Contains methods related to the IEntityLastUpdate interface.
CommonEntityInterfaces.IEntityOrientation - Class in agi.foundation.tracking
Contains methods related to the IEntityOrientation interface.
CommonEntityInterfaces.IEntityPosition - Class in agi.foundation.tracking
Contains methods related to the IEntityPosition interface.
CommonEntityInterfaces.IEntityRotationalAcceleration - Class in agi.foundation.tracking
Contains methods related to the IEntityRotationalAcceleration interface.
CommonEntityInterfaces.IEntityRotationalVelocity - Class in agi.foundation.tracking
Contains methods related to the IEntityRotationalVelocity interface.
CommonEntityInterfaces.IEntityVelocity - Class in agi.foundation.tracking
Contains methods related to the IEntityVelocity interface.
CommunicationAccessQueryCollection - Class in agi.foundation.navigation.advanced
A collection of NavigationReceiverAccessQueries used to determine navigation communications signal access across multiple NavigationReceiverChannels.
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
Construct a new instance based on an existing collection of NavigationReceiverAccessQueries.
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
A collection of communication links, primarily used by the CommunicationSystem.
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
An access constraint which is based on a communication link parameter defined by a CommunicationLinkScalar.
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
An access constraint which is based on a communication or link budget parameter defined by a CommunicationObjectScalar.
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
Calculates the complement of GaussianStatistics.errorFunction(double).
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 of 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
An analog transmitter defined by a Signal and RadioFrequencyGainPattern.
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
Creates an instance from an existing instance of a SimpleAnalogTransmitter.
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
Creates an instance from an existing instance of a SimpleDigitalTransmitter.
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
Initializes a new ComplexMatrix from an existing 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
Creates an instance from an existing instance of a SimpleReceiver.
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
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation.
compose(KinematicTransformation) - Method in class agi.foundation.coordinates.KinematicTransformation
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation.
compose(KinematicTransformation, int) - Method in class agi.foundation.coordinates.KinematicTransformation
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation.
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
Initializes a new instance with the provided TimeIntervalCollection1.
CompositeDisplayCondition - Class in agi.foundation.graphics
A composite of display conditions combined using a BinaryLogicOperation.
CompositeDisplayCondition() - Constructor for class agi.foundation.graphics.CompositeDisplayCondition
Initializes an empty composite display condition.
CompositeIntendedSignalStrategy - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy which sequentially applies a collection of IntendedSignalStrategies to identify intended signals.
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
Compute the IauOrientationParameters for the Uranian moon Ariel.
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
Compute the IauOrientationParameters for the Jovian moon Callisto.
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 of 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
Compute the IauOrientationParameters for Ceres.
computeCeres(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Ceres.
computeCharon(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Plutonian moon Charon.
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.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.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
Compute the IauOrientationParameters for the Martian moon Deimos.
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
Compute the IauOrientationParameters for the Saturnian moon Dione.
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
Computes boundary positions for an ellipse on the specified centralBody This is equivalent to calling SurfaceShapes.computeEllipse(agi.foundation.celestial.CentralBody,agi.foundation.coordinates.Cartesian,double,double,double) with a granularity of 1 degree.
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
Compute the IauOrientationParameters for the Saturnian moon Enceladus.
computeEopData(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
Creates an EarthOrientationParametersData object with the given date and information from the various Compute methods such as EarthOrientationParameters.computePoleWander(agi.foundation.time.JulianDate).
computeEuropa(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Jovian moon Europa.
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
Compute the IauOrientationParameters for the Jovian moon Ganymede.
computeGradientsNumerically(OptimizerMultivariableFunction, double[], double[], FiniteDifferenceMethod, boolean, OptimizerMultivariableFunctionResults, ITrackCalculationProgress) - Static method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Computes the gradients of an OptimizerMultivariableFunction numerically.
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
Compute the IauOrientationParameters for the Saturnian moon Iapetus.
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
Computes the nearest intersection (if any) between two EllipsoidSurfaceCurves.
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
Compute the IauOrientationParameters for the Jovian moon Io.
computeJacobianNumerically(SolvableMultivariableFunction, double[], double[], FiniteDifferenceMethod, boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress) - Static method in class agi.foundation.numericalmethods.advanced.SolvableMultivariableFunctionOperations
Computes the Jacobian of a SolvableMultivariableFunction numerically.
computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
Compute the IauOrientationParameters for Jupiter.
computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Jupiter.
computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Jupiter.
computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Jupiter.
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
Compute the IauOrientationParameters for Mars.
computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Mars.
computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Mars.
computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Mars.
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
Compute the IauOrientationParameters for Mercury.
computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Mercury.
computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Mercury.
computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Mercury.
computeMimas(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Saturnian moon Mimas.
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
Compute the IauOrientationParameters for the Moon.
computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for the Moon.
computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for the Moon.
computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Moon.
computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
Compute the IauOrientationParameters for Neptune.
computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Neptune.
computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Neptune.
computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Neptune.
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
Compute the IauOrientationParameters for the Martian moon Phobos.
computePhoebe(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Saturnian moon Phoebe.
computePluto(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Pluto.
computePluto(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Pluto.
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
Compute the IauOrientationParameters for the Saturnian moon Rhea.
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
Compute the IauOrientationParameters for Saturn.
computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Saturn.
computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Saturn.
computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Saturn.
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
Computes boundary positions for a sector on the specified centralBody This is equivalent to calling SurfaceShapes.computeSector(agi.foundation.celestial.CentralBody,agi.foundation.coordinates.Cartesian,double,double,double,double) with a granularity of 1 degree.
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
Compute the IauOrientationParameters for the Sun.
computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for the Sun.
computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for the Sun.
computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Sun.
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
Gets the boundary lines of the portions of the sensor that intersected with the surface of the central body as of the last call to TriangulatedSensorProjection.updateFromNewProjection(CentralBody,Cartesian,SensorProjection,int).
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
Compute the IauOrientationParameters for the Saturnian moon Tethys.
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
Computes the threshold for this StoppingConditionEvaluator, or throws an RuntimeException if this evaluator is searching for an extrema.
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
Compute the IauOrientationParameters for the Saturnian moon Titan.
computeTitania(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for the Uranian moon Titania.
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
Compute the IauOrientationParameters for the Neptunian moon Triton.
computeTrueAnomaly() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Computes the mean true anomaly.
computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
Compute the IauOrientationParameters for Uranus.
computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Uranus.
computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Uranus.
computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Uranus.
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
A callback to compute some value from a ITimeBasedState.
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
Compute the IauOrientationParameters for Venus.
computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
Compute the IauOrientationParameters for Venus.
computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
Compute the IauOrientationParameters for Venus.
computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Venus.
computeVesta(JulianDate) - Static method in class agi.foundation.celestial.DawnCeresVestaOrientation
Compute the IauOrientationParameters for Vesta.
computeVesta(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
Compute the IauOrientationParameters for Vesta.
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
Initializes a cone grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
ConeCoverageGrid(double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
Initializes a cone grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
ConeCoverageGrid(double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
Initializes a cone grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
ConeCoverageGrid(double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
Initializes a cone grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
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
Create a new ConfidenceInterval instance with a custom multiplier BufferedReader.
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
Base class for all types that connect two RouteProcedures together.
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
This is called by PropagationStateElement instances using PointPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this point in the state during evaluation.
configureIndicesOnEvaluator(EvaluatorGroup, AxesPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.AxesPropagationParameter
This is called by PropagationStateElement instances using AxesPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this axes in the state during evaluation.
configureIndicesOnEvaluator(EvaluatorGroup, DynamicMatrixPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
This is called by PropagationStateElement instances using DynamicMatrixPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this scalar in the state during evaluation.
configureIndicesOnEvaluator(EvaluatorGroup, PointPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.PointPropagationParameter
This is called by PropagationStateElement instances using PointPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this point in the state during evaluation.
configureIndicesOnEvaluator(EvaluatorGroup, VectorPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.VectorPropagationParameter
This is called by PropagationStateElement instances using VectorPropagationParameter so that the element can update the indices used to identify the individual values corresponding to this vector in the state during evaluation.
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
The result of configuring the surface geometry on a given RouteConnection.
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
A CesiumProperty that specifies a constant value.
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
A ScatteringCoefficient which is represented by a constant cross section value.
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
A GraphicsParameter which does not change over time.
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
Initializes an instance of ConstantSolarGeophysicalData from the solar radio flux and kp geomagnetic flux.
ConstantSolarGeophysicalData(double, double, double) - Constructor for class agi.foundation.celestial.ConstantSolarGeophysicalData
Initializes an instance of ConstantSolarGeophysicalData from the average and current solar radio flux and current kp geomagnetic flux.
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
A StoppablePropagator that always returns the initial state passed in at propagation time.
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
The delegate that is used by the DelegateStoppingConditionConstraint to determine if the constraint is satisfied.
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 or not 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
Checks the presence of a GlobeImageOverlay in the collection.
contains(URI) - Method in class agi.foundation.graphics.ImageCollection
Checks the presence of a GlobeImageOverlay with the specified URI in the collection.
contains(String) - Method in class agi.foundation.graphics.ImageCollection
Checks the presence of a GlobeImageOverlay with the specified Uri in the collection.
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
Returns true if the collection contains the transformation.
contains(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
Returns true if the collection contains the articulation.
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
Checks the presence of a TerrainOverlay in the collection.
contains(URI) - Method in class agi.foundation.graphics.TerrainCollection
Checks the presence of a TerrainOverlay with the specified URI in the collection.
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
Determines whether the collection contains an NavigationReceiverAccessQuery with the specified PRN.
contains(int) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Determines whether the collection contains a GnssLinkBudgetScalars with the specified PRN.
contains(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Determines whether the collection contains a GnssLinkBudgetScalars with the specified signalType.
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
Determines whether an item is in the CompositeTerrainProvider list.
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
Checks if there is a StateElementAdapter stored in this definition for elementIdentification.
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 or not 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
Checks to see if there is a StateElementAdapterDefinition for the provided element.
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
Determines whether the collection contains a NavigationSignal with the specified NavigationSignalPriority.
containsSatelliteID(int) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
True if this collection contains a NavigationReceiverChannel with the specified satelliteID.
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
Determines whether the collection contains a NavigationSignal with the specified NavigationSignalType.
containsTrackingType(NavigationSignalTrackingType) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
Determines whether the collection contains a NavigationSignal with the specified NavigationSignalTrackingType.
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
Converts the specified JulianDate to the specified TimeStandard.
convertAxes(EarthCentralBody, Axes, String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Converts a 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
Converts the motion given in terms of a set of LongitudeLatitudeRadius coordinates to motion of the corresponding set of Cartesian coordinates.
convertMotion(Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Converts the motion given in terms of a set of Cartesian coordinates to motion of the corresponding set of LongitudeLatitudeRadius coordinates.
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
Convert the raw state into a RotationVectorAngularVelocity and its derivatives.
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
An EllipsoidSurfaceRegionBuilder builder that takes unorganized input points and forms a convex hull that wraps them into a region.
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
Copies a BufferedImage into this 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
Copies the ElevationMask values to the given array.
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
A PhasedArrayElementFactor which produces a cosine raised to the specified exponent element factor.
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
The settings for the cost function used by an OptimizerMultivariableFunction.
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
Initializes a new Covariance3By3SizeAndOrientation object from the sigmas and a rotation.
Covariance3By3DynamicMatrix - Class in agi.foundation.geometry
A DynamicMatrix that will convert an DynamicCovariance3By3 to a Motion1.
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
Initializes a new Covariance3By3SizeAndOrientation object from a symmetrical matrix.
Covariance3By3SizeAndOrientation(Matrix6By6) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Initializes a new Covariance3By3SizeAndOrientation object a Matrix6By6 that contains position and velocity covariance information.
Covariance3By3SizeAndOrientation(Matrix6By6Symmetric) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Initializes a new Covariance3By3SizeAndOrientation object from a Matrix6By6Symmetric that contains position and velocity covariance information.
Covariance3By3SizeAndOrientation(Cartesian, UnitQuaternion) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Initializes a new Covariance3By3SizeAndOrientation object from the sigmas and a rotation.
Covariance3By3SizeAndOrientationInterpolator - Class in agi.foundation.numericalmethods
Interpolates Covariance3By3SizeAndOrientation information.
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
A helper method to create a StateElementAdapter from one segment to another.
CreateAdapterCallback - Class in agi.foundation.coordinates
Defines how to create a StateElementAdapterDefinition.
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
Creates a SingleValueStateUpdater where the value will be added to the scalar value in the propagated state.
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
A delegate for a function that creates a CalculationContextFacet.
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
Creates a circle shaped PolylinePrimitive.
createCircleBoundary(CentralBody, Cartesian, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a circle shaped PolylinePrimitive with a specified granularity.
createCircleBoundaryCartographic(CentralBody, Cartographic, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a circle shaped PolylinePrimitive.
createCircleBoundaryCartographic(CentralBody, Cartographic, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a circle shaped PolylinePrimitive with a specified granularity.
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
Creates an instance of StaticRouteProfile.StaticConfigurableProfile based on the given
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
Create the ConfigurableConnection that can be used by the RoutePropagator to configure the connections between route segments.
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
Creates a Covariance3By3SizeAndOrientationInterpolator for interpolating over the covariance data held by this instance.
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.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.Pattern
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternAngleOffBoresight
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternAzElMask
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternReferencePlane
Creates a CustomSensorPattern from the pattern data held by this instance in radians.
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
Creates a threshold ValueDefinition that represents the StoppingClassification (get / set).
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
Creates a ValueDefinition of type double.
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
Creates a ValueDefinition of type double.
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Creates a ValueDefinition of type double.
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
Creates a ValueDefinition of type double.
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.StoppingCondition
Creates a ValueDefinition of type double.
createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Creates a ValueDefinition of type double.
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
Creates an ellipse shaped PolylinePrimitive.
createEllipseBoundary(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates an ellipse shaped PolylinePrimitive with a specified granularity.
createEllipseBoundaryCartographic(CentralBody, Cartographic, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates an ellipse shaped PolylinePrimitive.
createEllipseBoundaryCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates an ellipse shaped PolylinePrimitive with a specified granularity.
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
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.PointVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.TextVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to create an Evaluator objects needed for visualization.
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
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.BillboardCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CentralBodySurfaceCurveCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CentralBodySurfaceRegionCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
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
Creates zero or more CesiumGenerator instances for the specified items and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CustomPropertiesCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeleteCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeleteOrientationCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeletePositionCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DescriptionCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.EllipsoidCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.FieldOfViewCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LabelCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LinkCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LocationPointCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ModelCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.NameCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.OrientationAxesCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ParentCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.PathCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.PointGraphicsCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.TilesetCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.VectorCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ViewFromCesiumSource
Creates zero or more CesiumGenerator instances for the specified item and adds them to the specified CesiumGeneratorContext.
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
Creates a CoverageGridPointWithResults suitable for computing coverage.
createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Creates a CoverageGridPointWithResults suitable for computing coverage.
createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Creates a CoverageGridPointWithResults suitable for computing coverage.
createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Creates a CoverageGridPointWithResults suitable for computing coverage.
createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Creates a CoverageGridPointWithResults suitable for computing coverage.
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
Creates a lat/lon grid over a CartographicExtent.
createLatitudeLongitudeGridExtent(CentralBody, CartographicExtent, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a lat/lon grid over a CartographicExtent.
createLimitedFuelStoppingCondition(Scalar, double, String, boolean) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates a ScalarStoppingCondition that will stop when the quantity of fuel reaches the specified value.
createLimitedFuelStoppingCondition(Scalar, double, String, boolean, double) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates a ScalarStoppingCondition that will stop when the fuel amount reaches the specified value.
createMagneticCoilTorqueUsingIgrfCofModel(String, Point, double, Scalar, Vector, Axes) - Static method in class agi.foundation.celestial.MagneticCoilTorque
Creates a new magnetic coil torque that uses an InternationalGeomagneticReferenceFieldVector to describe the magnetic field and a Point to describe the position of the spacecraft.
createMagneticCoilTorqueUsingIgrfTxtModel(String, Point, double, Scalar, Vector, Axes) - Static method in class agi.foundation.celestial.MagneticCoilTorque
Creates a new magnetic coil torque that uses an InternationalGeomagneticReferenceFieldVector to describe the magnetic field and a Point to describe the position of the spacecraft.
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
Creates a NumericalPropagatorState based on the current settings of this NumericalPropagatorDefinition.
createNumericalPropagatorState(EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Creates a NumericalPropagatorState based on the current settings of this NumericalPropagatorDefinition.
createOutOfFuelStoppingCondition(Scalar, String, boolean) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates a ScalarStoppingCondition that will stop when the fuel amount becomes 0.
createOutOfFuelStoppingCondition(Scalar, String, boolean, double) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates a ScalarStoppingCondition that will stop when the fuel amount becomes 0.
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
Create a platform for a single StkCityDatabaseEntry.
createPlatform(StkFacilityDatabaseEntry) - Static method in class agi.foundation.platforms.StkFacilityDatabaseEntryExtensions
Create a platform for a single StkFacilityDatabaseEntry.
createPlatform(StkSatelliteDatabaseEntry) - Static method in class agi.foundation.platforms.StkSatelliteDatabaseEntryExtensions
Create a platform for a single StkSatelliteDatabaseEntry.
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
Creates a point based on the PointInterpolator using the ECEF coordinate frame and the default TranslationalMotionInterpolator.
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
Creates a SignalPropagationGraph based on the links in the system.
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
Creates and initialize the actual SinglePointStoppablePropagator.
createPropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
Creates and initialize the actual SinglePointStoppablePropagator.
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
Creates an AccessQuery from this computation.
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
Creates a sector shaped PolylinePrimitive.
createSectorBoundary(CentralBody, Cartesian, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a sector shaped PolylinePrimitive with a specified granularity.
createSectorBoundaryCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a sector shaped PolylinePrimitive.
createSectorBoundaryCartographic(CentralBody, Cartographic, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
Creates a sector shaped PolylinePrimitive with a specified granularity.
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
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.FollowSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.HoldSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.StopSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Creates, configures, and returns the SegmentPropagator for this segment.
createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegment
Creates, configures, and returns the SegmentPropagator for this segment.
createSequenceWithPreLaunchHold(Duration) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
This helper method returns a SegmentList that contains three parts; an InitialStateSegment, a HoldSegment and this BasicLaunchSegment.
createSetSingleValueToScalar(Scalar, String) - Static method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Creates a SingleValueStateUpdater where the value will be set to the scalar value in the propagated state.
createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Creates the CostFunctionSettings for use with a ParameterOptimizer.
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
Creates a CzmlDocumentPacketizer that can be used to stream CZML incrementally to a client.
createStreamingDocument() - Method in class agi.foundation.cesium.CzmlDocument
Creates a CzmlDocumentPacketizer that can be used to stream CZML incrementally to a client.
createStreamingDocument(Writer) - Method in class agi.foundation.cesium.CzmlUpdateDocument
Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.
createStreamingDocument() - Method in class agi.foundation.cesium.CzmlUpdateDocument
Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.
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
Create an EllipsoidSurfaceCurve which represents this segment of a route along the surface.
createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Create an EllipsoidSurfaceCurve which represents this segment of a route along the surface.
createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Create an EllipsoidSurfaceCurve which represents this segment of a route along the surface.
createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Create an EllipsoidSurfaceCurve which represents this segment of a route along the surface.
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
Initializes an instance given an array of clock angles, an array of cone angles, and a two-dimensional array of ComplexCrossSectionScatteringCoefficient values.
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
An enumeration indicating one value from a CruiseCommandedValues object.
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
A cuboid grid in Cartesian coordinates.
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
A CesiumSource that generates custom CZML properties for objects that provide ICesiumCustomPropertiesService.
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
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
CylinderCoverageGrid(double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
CylinderCoverageGrid(double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
CylinderCoverageGrid(double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
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
Initializes a set of Cylindrical coordinates from the provided set of Spherical coordinates.
Cylindrical(LongitudeLatitudeRadius) - Constructor for class agi.foundation.coordinates.Cylindrical
Initializes a set of Cylindrical coordinates from the provided set of LongitudeLatitudeRadius coordinates.
Cylindrical(Cartesian) - Constructor for class agi.foundation.coordinates.Cylindrical
Initializes a set of Cylindrical coordinates from the provided set of Cartesian coordinates.
Cylindrical(AzimuthElevationRange) - Constructor for class agi.foundation.coordinates.Cylindrical
Initializes a set of Cylindrical coordinates from the provided set of AzimuthElevationRange coordinates.
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.

D

DataUnavailableException - Exception in agi.foundation
An exception thrown when data is unavailable for a given computation.
DataUnavailableException() - Constructor for exception agi.foundation.DataUnavailableException
Initializes a new instance of the DataUnavailableException class.
DataUnavailableException(String, RuntimeException) - Constructor for exception agi.foundation.DataUnavailableException
Initializes a new instance of the DataUnavailableException class with a specified error message and a reference to the inner exception that is the cause of this exception.
DataUnavailableException(String) - Constructor for exception agi.foundation.DataUnavailableException
Initializes a new instance of the DataUnavailableException class with a specified error message.
DateMotionCollection1<T> - Class in agi.foundation
A collection of Motion1, each of which is associated with a particular JulianDate.
DateMotionCollection1() - Constructor for class agi.foundation.DateMotionCollection1
Initializes a new instance.
DateMotionCollection1(int, int) - Constructor for class agi.foundation.DateMotionCollection1
Initializes a new instance with a particular size and order.
DateMotionCollection2<T,TDerivative> - Class in agi.foundation
A collection of Motion2, each of which is associated with a particular JulianDate.
DateMotionCollection2() - Constructor for class agi.foundation.DateMotionCollection2
Initializes a new instance.
DateMotionCollection2(int, int) - Constructor for class agi.foundation.DateMotionCollection2
Initializes a new instance with a particular size and order.
DawnCeresVestaOrientation - Class in agi.foundation.celestial
This is a collection of the orientation information available for Ceres and Vesta.
daysDifference(JulianDate) - Method in class agi.foundation.time.JulianDate
Computes the number of days that have elapsed from this Julian date to the other Julian date.
daysInMonth(int, int) - Static method in class agi.foundation.time.YearMonthDay
Provides the number of days in the month of the indicated year.
daysInYear(int) - Static method in class agi.foundation.time.YearMonthDay
Provides the number of days in the indicated year.
DaysPerJulianCentury - Static variable in class agi.foundation.time.TimeConstants
The number of standard days in a Julian century.
DECREASED - Static variable in class agi.foundation.numericalmethods.StepSizeInformation
The step size was decreased by the integrator while adapting it.
DefaultComparer - Static variable in class agi.foundation.time.TimeInterval1
A comparer for the Data (get) property that considers two Data (get) properties to be equal if Default (get) reports that they are equal.
DefaultConnectionBehavior - Class in agi.foundation.routedesign
This is a RouteConnection used by the RoutePropagator to define the default settings for creating RouteConnection objects in between RouteProcedures in the event the user did not specify a specific connection to use.
DefaultConnectionBehavior() - Constructor for class agi.foundation.routedesign.DefaultConnectionBehavior
Initializes a new instance.
DefaultConnectionBehavior(DefaultConnectionBehavior, CopyContext) - Constructor for class agi.foundation.routedesign.DefaultConnectionBehavior
Initializes a new instance as a copy of an existing instance.
DefaultLightTimeConvergenceTolerance - Static variable in class agi.foundation.geometry.VectorApparentDisplacement
The default tolerance required to indicate convergence of the light travel time adjustment.
DefaultMaximumTerrainHeight - Static variable in class agi.foundation.terrain.TerrainAlongLine
The default value for the maximum height in meters that can be returned by a TerrainProvider's TerrainProvider.getHeightRelativeToShape(double, double) method.
DefaultMinimumTerrainHeight - Static variable in class agi.foundation.terrain.TerrainAlongLine
The default value for the minimum height in meters that can be returned by a TerrainProvider's TerrainProvider.getHeightRelativeToShape(double, double) method.
DefaultObservationTimeOfDay - Static variable in class agi.foundation.celestial.CssiSolarGeophysicalData
Gets the default for the time of day at which the entries in the data file are assumed to take effect.
DefaultProfileBehavior - Enum in agi.foundation.routedesign
An enumeration indicating which type of connection to use for a given RoutePropagator.
defaultStateAdaptation(ITimeBasedState, ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Performs the default adaptation of the elements in the initialState into the finalState.
DefaultTolerance - Static variable in class agi.foundation.access.AccessConstraintEvaluator
The default Tolerance (get / set) value used by this instance.
DefinitionalObject - Class in agi.foundation.infrastructure
The base class for all definitional objects.
DefinitionalObject() - Constructor for class agi.foundation.infrastructure.DefinitionalObject
Initializes a new instance.
DefinitionalObject(DefinitionalObject, CopyContext) - Constructor for class agi.foundation.infrastructure.DefinitionalObject
Initializes a new instance as a copy of an existing instance.
DefinitionalObjectCollection<T> - Class in agi.foundation.infrastructure
A collection of DefinitionalObject objects.
DefinitionalObjectCollection() - Constructor for class agi.foundation.infrastructure.DefinitionalObjectCollection
Initializes a new instance.
DefinitionalObjectCollection(List<T>) - Constructor for class agi.foundation.infrastructure.DefinitionalObjectCollection
Initializes a new instance wrapping an existing list.
DefinitionalObjectCollection(DefinitionalObjectCollection<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.DefinitionalObjectCollection
Initializes a new instance as a copy of an existing instance.
DefinitionalObjectCollection(DefinitionalObjectCollection<T>, CopyContext, boolean) - Constructor for class agi.foundation.infrastructure.DefinitionalObjectCollection
Initializes a new instance as a copy of an existing instance.
DegenerateSurfaceSegment - Class in agi.foundation.routedesign.advanced
A surface segment that specifies a surface path of zero length, representing a single position and heading.
DegenerateSurfaceSegment(Ellipsoid, Cartographic) - Constructor for class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Create a new instance based on the given point with a heading of zero.
DegenerateSurfaceSegment(Ellipsoid, Cartographic, double) - Constructor for class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Create a new instance based on the given point and heading.
DegenerateSurfaceSegment(DegenerateSurfaceSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Initializes a new instance as a copy of an existing instance.
DegreesMinutesSeconds - Class in agi.foundation
Holds information about an angle represented in the Degrees Minutes Seconds format.
DegreesMinutesSeconds() - Constructor for class agi.foundation.DegreesMinutesSeconds
Initializes a new instance.
DegreesMinutesSeconds(int, int, int, double) - Constructor for class agi.foundation.DegreesMinutesSeconds
Create an instance of a DegreesMinutesSeconds angle with parameters
degreesMinutesSecondsToRadians(int, int, int, double) - Static method in class agi.foundation.Trig
Converts the specified number of revolutions, degrees, minutes, and seconds to radians.
degreesMinutesSecondsToRadians(DegreesMinutesSeconds) - Static method in class agi.foundation.Trig
Converts the specified number of revolutions, degrees, minutes, and seconds to radians.
DegreesPerHour - Static variable in class agi.foundation.Constants
The number of degrees in an hour.
DegreesPerRadian - Static variable in class agi.foundation.Constants
The number of degrees in a radian.
DegreesPerRevolution - Static variable in class agi.foundation.Constants
The number of degrees in a complete revolution.
DegreesPerSemicircle - Static variable in class agi.foundation.navigation.NavstarISGps200D
Degrees Per Semi-circle
degreesToRadians(double) - Static method in class agi.foundation.Trig
Converts degrees to radians.
DeimosCentralBody - Class in agi.foundation.celestial
The Martian moon Deimos.
DeimosCentralBody() - Constructor for class agi.foundation.celestial.DeimosCentralBody
Initializes a new instance.
DeimosCentralBody(DeimosCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.DeimosCentralBody
Initializes a new instance as a copy of an existing instance.
DelaunayElement - Enum in agi.foundation.coordinates
An enumeration indicating a specific element in Delaunay elements.
DelaunayElements - Class in agi.foundation.coordinates
A set of Delaunay elements.
DelaunayElements(double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements.
DelaunayElements(Cartesian, Cartesian, double) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements based upon a cartesian position and velocity.
DelaunayElements(Cartesian, Cartesian, double, double, double) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements based upon a cartesian position and velocity.
DelaunayElements(Motion1<Cartesian>, double) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initializes a new instance from the specified cartesian motion and gravitational constant.
DelaunayElements(Motion1<Cartesian>, double, double, double) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initializes a new instance from the specified cartesian motion and gravitational constant.
DelaunayElements(ModifiedKeplerianElements) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements based on a set of ModifiedKeplerianElements.
DelaunayElements(KeplerianElements) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements based on a set of classical KeplerianElements.
DelaunayElements(EquinoctialElements) - Constructor for class agi.foundation.coordinates.DelaunayElements
Initialize a set of Delaunay elements based on a set of EquinoctialElements.
DelayedTerrainAzimuthElevationMask - Class in agi.foundation.terrain
An azimuth-elevation mask which defines a region of visibility defined by a given TerrainProvider.
DelayedTerrainAzimuthElevationMask(TerrainProvider, Cartographic, double, double, int) - Constructor for class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
Create a new instance of the mask based on the given terrain.
DelayedTerrainAzimuthElevationMask(TerrainProvider, double, double, Cartographic, double, double, int) - Constructor for class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
Create a new instance of the mask based on the given terrain.
Delegate - Class in agi.foundation.compatibility
Represents a delegate, which is a data structure that refers to a static method, or an instance method, or an anonymous method.
Delegate() - Constructor for class agi.foundation.compatibility.Delegate
Initializes an anonymous delegate with no external target or method.
Delegate(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Delegate
Initializes a delegate that invokes the specified static method from the specified class.
Delegate(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Delegate
Initializes a delegate that invokes the specified instance method on the specified instance.
DelegateBasedConstraint - Class in agi.foundation.numericalmethods
A SegmentPropagatorConstraint for use with TargetedSegmentListDifferentialCorrector where the constraint value is produced by a delegate that computes the value from the specified SegmentResults.
DelegateBasedConstraint() - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraint
Initializes a new instance.
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, double, double, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraint
Initializes a new instance.
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, double, double, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraint
Initializes a new instance.
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, double, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraint
Initializes a new instance.
DelegateBasedConstraint(DelegateBasedConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraint
Initializes a new instance as a copy of an existing instance.
DelegateBasedConstraintCallback - Class in agi.foundation.numericalmethods
The delegate type used by the DelegateBasedConstraint.
DelegateBasedConstraintCallback() - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Creates a new instance of this delegate.
DelegateBasedConstraintCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Initializes a delegate that will invoke an instance method on a class instance.
DelegateBasedConstraintCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Initializes a delegate that will invoke a static method on a class.
DelegateBasedConstraintCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DelegateBasedCostFunction - Class in agi.foundation.numericalmethods
A SegmentPropagatorCostFunction for use with TargetedSegmentListParameterOptimizer where the cost function value is produced by a delegate that computes the value from the specified SegmentResults.
DelegateBasedCostFunction() - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunction
Initializes a new instance.
DelegateBasedCostFunction(DelegateBasedCostFunctionCallback, SegmentDefinition, CostFunctionGoal, double, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunction
Initializes a new instance.
DelegateBasedCostFunction(DelegateBasedCostFunctionCallback, SegmentDefinition, CostFunctionGoal, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunction
Initializes a new instance.
DelegateBasedCostFunction(DelegateBasedCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunction
Initializes a new instance as a copy of an existing instance.
DelegateBasedCostFunctionCallback - Class in agi.foundation.numericalmethods
The delegate type used by the DelegateBasedCostFunction.
DelegateBasedCostFunctionCallback() - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Creates a new instance of this delegate.
DelegateBasedCostFunctionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Initializes a delegate that will invoke an instance method on a class instance.
DelegateBasedCostFunctionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Initializes a delegate that will invoke a static method on a class.
DelegateBasedCostFunctionCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DelegateBasedInequalityConstraint - Class in agi.foundation.numericalmethods
A SegmentPropagatorInequalityConstraint for use with TargetedSegmentListParameterOptimizer where the constraint value is produced by a delegate that computes the value from the specified SegmentResults.
DelegateBasedInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Initializes a new instance.
DelegateBasedInequalityConstraint(DelegateBasedInequalityConstraintCallback, SegmentDefinition, InequalityBoundType, double, double, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Initializes a new instance.
DelegateBasedInequalityConstraint(DelegateBasedInequalityConstraintCallback, SegmentDefinition, InequalityBoundType, double, double) - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Initializes a new instance.
DelegateBasedInequalityConstraint(DelegateBasedInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Initializes a new instance as a copy of an existing instance.
DelegateBasedInequalityConstraintCallback - Class in agi.foundation.numericalmethods
The delegate type used by the DelegateBasedInequalityConstraint.
DelegateBasedInequalityConstraintCallback() - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Creates a new instance of this delegate.
DelegateBasedInequalityConstraintCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Initializes a delegate that will invoke an instance method on a class instance.
DelegateBasedInequalityConstraintCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Initializes a delegate that will invoke a static method on a class.
DelegateBasedInequalityConstraintCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DelegateBasedVariable<T extends SegmentConfiguration> - Class in agi.foundation.numericalmethods
A SegmentPropagatorVariable that uses a delegate to get and set the relevant values in a segment's configuration.
DelegateBasedVariable() - Constructor for class agi.foundation.numericalmethods.DelegateBasedVariable
Initializes a new instance.
DelegateBasedVariable(double, double, SegmentDefinition, SetVariableCallback<T>, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.DelegateBasedVariable
Initializes a new instance.
DelegateBasedVariable(double, double, SegmentDefinition, SetVariableCallback<T>) - Constructor for class agi.foundation.numericalmethods.DelegateBasedVariable
Initializes a new instance.
DelegateBasedVariable(DelegateBasedVariable<T>, CopyContext) - Constructor for class agi.foundation.numericalmethods.DelegateBasedVariable
Initializes a new instance as a copy of an existing instance.
DelegateEntityFilter<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
An EntityFilter that filters entities based on the result of the specified callback.
DelegateEntityFilter(TransactionContext) - Constructor for class agi.foundation.tracking.DelegateEntityFilter
Creates a new instance with the specified context, IsMatchMethod (get / set) must be set and DelegateEntityFilter.applyChanges() called before the filter can be used.
DelegateEntityFilter(TransactionContext, IsMatchCallback<TEntity>) - Constructor for class agi.foundation.tracking.DelegateEntityFilter
Creates a new instance with the specified context and match function.
DelegateEntityFilter(DelegateEntityFilter<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.DelegateEntityFilter
Initializes a new instance as a copy of an existing instance.
DelegateOnStateValueDefinition<T> - Class in agi.foundation.geometry
This type allows you to compute a value from a ITimeBasedState with a callback.
DelegateOnStateValueDefinition() - Constructor for class agi.foundation.geometry.DelegateOnStateValueDefinition
Initialize a new instance.
DelegateOnStateValueDefinition(ComputeValueFromState<T>, ValueDefinition<ITimeBasedState>) - Constructor for class agi.foundation.geometry.DelegateOnStateValueDefinition
Initialize a new instance.
DelegateOnStateValueDefinition(DelegateOnStateValueDefinition<T>, CopyContext) - Constructor for class agi.foundation.geometry.DelegateOnStateValueDefinition
Initializes a new instance as a copy of an existing instance.
DelegateStoppingCondition - Class in agi.foundation.stoppingconditions
A stopping condition that will stop a function by search for thresholds and extrema from values of a ConditionCheckCallback.
DelegateStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingCondition
Initializes a new instance.
DelegateStoppingCondition(ConditionCheckCallback, double, StopType) - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingCondition
Initializes a new instance.
DelegateStoppingCondition(ConditionCheckCallback, double, double, StopType) - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingCondition
Initializes a new instance.
DelegateStoppingCondition(DelegateStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingCondition
Initializes a new instance as a copy of an existing instance.
DelegateStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
A StoppingConditionConstraintEvaluator where the method that checks if the state at a stop satisfies this StoppingConditionConstraint is specified by a delegate.
DelegateStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Initializes a new instance.
DelegateStoppingConditionConstraint(ConstraintSatisfiedCallback, WhenToCheckConstraint) - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Initializes a new instance.
DelegateStoppingConditionConstraint(DelegateStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Initializes a new instance as a copy of an existing instance.
DeleteCesiumProperty<T> - Class in agi.foundation.cesium
A CesiumProperty that specifies that existing data (samples or interval values) for a given property should be deleted on the client.
DeleteCesiumProperty() - Constructor for class agi.foundation.cesium.DeleteCesiumProperty
Initializes a new instance.
DeleteCesiumProperty(TimeInterval) - Constructor for class agi.foundation.cesium.DeleteCesiumProperty
Initializes a new instance with a specified interval over which to delete data.
DeleteCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML delete packet for objects that provide ICesiumDeleteService.
DeleteOrientationCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML delete packet for objects that provide ICesiumDeleteOrientationService.
DeletePositionCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML delete packet for objects that provide ICesiumDeletePositionService.
DenseMatrix - Class in agi.foundation.coordinates
A general implementation of Matrix with no restrictions on element values.
DenseMatrix(int, int) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance with the specified row and column dimensions.
DenseMatrix(int, int, double) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance with the specified row and column dimensions.
DenseMatrix(double[][]) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance from a two-dimensional array of values.
DenseMatrix(double[][], int, int) - Constructor for class agi.foundation.coordinates.DenseMatrix
Construct a matrix without copying the given array.
DenseMatrix(double[], int) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance from a one-dimensional packed array.
DenseMatrix(Matrix3By3) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance from an existing Matrix3By3.
DenseMatrix(Matrix6By6) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance from an existing Matrix6By6.
DenseMatrix(Matrix) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new DenseMatrix from an existing Matrix.
DenseMatrix(DenseMatrix, CopyContext) - Constructor for class agi.foundation.coordinates.DenseMatrix
Initializes a new instance as a copy of an existing instance.
DependencyEnumerator - Class in agi.foundation.infrastructure
Enumerates the dependencies of an object.
DependencyEnumerator() - Constructor for class agi.foundation.infrastructure.DependencyEnumerator
Initializes a new instance.
DependentVariableDerivatives - Class in agi.foundation.numericalmethods.advanced
Defines a set of first order differential equations used by a NumericalIntegrator to advance a set of dependent variables over an independent variable step.
DependentVariableDerivatives(int[]) - Constructor for class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
Initializes a new instance.
DependentVariableDerivatives(DependentVariableDerivatives, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
Initializes a new instance as a copy of an existing instance.
DependentVariableDifferentialEquation - Class in agi.foundation.numericalmethods.advanced
DependentVariableDifferentialEquation(OrdinaryDifferentialEquationSystem) - Constructor for class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
Initializes a new instance based on an OrdinaryDifferentialEquationSystem.
DependentVariableDifferentialEquation(DependentVariableDifferentialEquation, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
Initializes a new instance as a copy of an existing instance.
DerivativeMode - Enum in agi.foundation.numericalmethods
An enumeration indicating the mode in which to calculate derivatives.
DescentPerformanceModel - Class in agi.foundation.aircraftpropagation
Defines an aircraft's performance model during descent, by determining a set of ClimbDescentCommandedValues at a given time.
DescentPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.DescentPerformanceModel
Initializes a new instance.
DescentPerformanceModel(DescentPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.DescentPerformanceModel
Initializes a new instance as a copy of an existing instance.
Description - Class in agi.foundation.cesium
Contains the description of a Cesium object.
Description() - Constructor for class agi.foundation.cesium.Description
Initializes a new instance.
Description(CesiumProperty<String>) - Constructor for class agi.foundation.cesium.Description
Initializes a new instance with the specified text.
Description(String) - Constructor for class agi.foundation.cesium.Description
Initializes a new instance with the specified text.
DescriptionCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML description for objects that provide IDescriptionService.
DescriptionExtension - Class in agi.foundation.cesium
An extension that defines the HTML description of an object.
DescriptionExtension() - Constructor for class agi.foundation.cesium.DescriptionExtension
Initializes a new instance.
DescriptionExtension(Description) - Constructor for class agi.foundation.cesium.DescriptionExtension
Initializes a new instance with the provided Description (get / set).
DescriptionExtension(DescriptionExtension, CopyContext) - Constructor for class agi.foundation.cesium.DescriptionExtension
Initializes a new instance as a copy of an existing instance.
DescriptiveStatistics - Class in agi.foundation
Provides descriptive statistic methods.
desiredValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Evaluates the desired value of this constraint.
determinant() - Method in class agi.foundation.coordinates.Matrix3By3
Calculates the determinant of the matrix.
determinant() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Calculates the determinant of the matrix.
determineDuration(double, double, double) - Static method in class agi.foundation.propagators.WaypointPropagator
Assuming constant acceleration, determines the duration from the provided parameters.
determineFinalVelocity(double, double, double) - Static method in class agi.foundation.propagators.WaypointPropagator
Assuming constant acceleration, determines the final velocity from the provided parameters.
determineInitialVelocity(double, double, double) - Static method in class agi.foundation.propagators.WaypointPropagator
Assuming constant acceleration, determines the initial velocity from the provided parameters.
DiagonalMatrix - Class in agi.foundation.coordinates
An implementation of a square Matrix whose diagonal elements are the only ones with a non-zero value.
DiagonalMatrix(int) - Constructor for class agi.foundation.coordinates.DiagonalMatrix
Initializes a new instance with the given dimension.
DiagonalMatrix(int, double) - Constructor for class agi.foundation.coordinates.DiagonalMatrix
Initializes a new instance with the given dimension.
DiagonalMatrix(double[]) - Constructor for class agi.foundation.coordinates.DiagonalMatrix
Initializes a new instance which has the dimension of the length of the given array, and whose diagonal elements take on the values of the contents of the array.
DiagonalMatrix(DiagonalMatrix, CopyContext) - Constructor for class agi.foundation.coordinates.DiagonalMatrix
Initializes a new instance as a copy of an existing instance.
diagonalMatrix(double, double, double) - Static method in class agi.foundation.coordinates.Matrix3By3
Forms a diagonal matrix from the input elements.
diagonalMatrix(Cartesian) - Static method in class agi.foundation.coordinates.Matrix3By3
Forms a diagonal matrix from the input vector.
diagonalMatrix(UnitCartesian) - Static method in class agi.foundation.coordinates.Matrix3By3
Forms a diagonal matrix from the input unit vector.
diagonalMatrix(double, double, double) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a diagonal matrix from the input elements.
diagonalMatrix(Cartesian) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a diagonal matrix from the input vector.
diagonalMatrix(UnitCartesian) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a diagonal matrix from the input unit vector.
diagonalMatrix(double, double, double, double, double, double) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Forms a diagonal matrix from the input elements.
dictionaryItemsAreSameDefinition(Map<TKey, TValue>, Map<TKey, TValue>) - Static method in class agi.foundation.infrastructure.DefinitionalObject
Determines if two dictionaries contain items with the same definition, or are both null.
DigitalDataSource - Class in agi.foundation.communications.signalprocessing
A digital data source which constructs a signal and adds a SignalDataRate property.
DigitalDataSource() - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Initializes a new instance.
DigitalDataSource(double) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Create a new source based on the given data rate.
DigitalDataSource(double, SignalDataCollection) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Create a new source based on the given data rate and signal data.
DigitalDataSource(double, TimeIntervalCollection) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Create a new source based on the given data rate and generation times.
DigitalDataSource(double, SignalDataCollection, TimeIntervalCollection) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Create a new source based on the given data rate, signal data and generation times.
DigitalDataSource(DigitalDataSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDataSource
Initializes a new instance as a copy of an existing instance.
DigitalDemodulator<TModulation extends DigitalModulation> - Class in agi.foundation.communications.signalprocessing
A signal processor based on a modulation method which decodes the input signal by removing the modulation and producing a base-band signal which retains all other data.
DigitalDemodulator(TypeLiteral<TModulation>) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDemodulator
Initializes a new instance of the given type of modulation.
DigitalDemodulator(TypeLiteral<TModulation>, SignalProcessor, IntendedSignalByModulation<TModulation>) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDemodulator
Initialize a new instance of the given type of modulation based on the given input signal.
DigitalDemodulator(TypeLiteral<TModulation>, DigitalDemodulator<TModulation>, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.DigitalDemodulator
Initializes a new instance as a copy of an existing instance.
DigitalModulation - Class in agi.foundation.communications.signalprocessing
Base class for types defining methods for digital modulation of signals.
DigitalModulation() - Constructor for class agi.foundation.communications.signalprocessing.DigitalModulation
Initializes a new instance.
DigitalModulator<TModulation extends DigitalModulation> - Class in agi.foundation.communications.signalprocessing
Takes an input Signal and adds the specified modulation as data to the signal, and sets the frequency of the carrier and the signal bandwidth based on the SpectralEfficiency (get).
DigitalModulator() - Constructor for class agi.foundation.communications.signalprocessing.DigitalModulator
Initializes a new instance.
DigitalModulator(SignalProcessor, TModulation, double) - Constructor for class agi.foundation.communications.signalprocessing.DigitalModulator
Initialize a new instance based on the given input and modulation.
DigitalModulator(DigitalModulator<TModulation>, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.DigitalModulator
Initializes a new instance as a copy of an existing instance.
dihedralAngle(UnitCartesian, UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Calculates the scalar dihedral angle of the three given values.
dihedralAngle(Motion2<UnitCartesian, Cartesian>, Motion2<UnitCartesian, Cartesian>, Motion2<UnitCartesian, Cartesian>, int) - Static method in class agi.foundation.coordinates.UnitCartesian
Calculates the scalar dihedral angle (and derivatives) of the three given values with Cartesian derivative information.
DilutionOfPrecision - Class in agi.foundation.navigation
A dilution of precision (or DOP), including North (NDOP), East (EDOP), Vertical (VDOP), Horizontal (HDOP), Position (PDOP), Time (TDOP), and the overall Geometric (GDOP).
DilutionOfPrecision() - Constructor for class agi.foundation.navigation.DilutionOfPrecision
Initializes a new instance with 0.0 for all DOP values.
DilutionOfPrecision(double[][]) - Constructor for class agi.foundation.navigation.DilutionOfPrecision
Initializes a new instance from the specified covariance matrix.
DilutionOfPrecision(DenseMatrix) - Constructor for class agi.foundation.navigation.DilutionOfPrecision
Initializes a new instance from the specified covariance matrix.
DilutionOfPrecision(double[][], double[][]) - Constructor for class agi.foundation.navigation.DilutionOfPrecision
Initializes a new instance from the specified covariance matrix and geometry matrix.
DilutionOfPrecision(DenseMatrix, DenseMatrix) - Constructor for class agi.foundation.navigation.DilutionOfPrecision
Initializes a new instance from the specified covariance matrix and geometry matrix.
DilutionOfPrecisionConstraint - Class in agi.foundation.access.constraints
An Access constraint which restricts access to the ConstrainedObject (get / set) to when the dilution of precision (DOP) is above a minimum, below a maximum or both.
DilutionOfPrecisionConstraint() - Constructor for class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Initializes a new instance with default values.
DilutionOfPrecisionConstraint(double, DilutionOfPrecisionType) - Constructor for class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Initializes a new instance with the specified maximum value and DOP value to constrain.
DilutionOfPrecisionConstraint(IServiceProvider, double, DilutionOfPrecisionType) - Constructor for class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Initializes a new instance with the specified constrained object, maximum value, and DOP value to constrain.
DilutionOfPrecisionConstraint(DilutionOfPrecisionConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Initializes a new instance as a copy of an existing instance.
DilutionOfPrecisionFigureOfMerit - Class in agi.foundation.coverage.figureofmerit
A figure of merit which represents the DilutionOfPrecision at any given point over time.
DilutionOfPrecisionFigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.DilutionOfPrecisionFigureOfMerit
Initializes a new instance.
DilutionOfPrecisionFigureOfMerit(DilutionOfPrecisionType) - Constructor for class agi.foundation.coverage.figureofmerit.DilutionOfPrecisionFigureOfMerit
Constructs a new instance based on the given type of dilution of precision.
DilutionOfPrecisionOptimization - Enum in agi.foundation.navigation
The Dilution of Precision (DOP) value to optimize on for Best N solutions.
DilutionOfPrecisionType - Enum in agi.foundation.navigation
An enumeration defining the type of Dilution of Precision (DOP).
DimensionF - Class in agi.foundation.compatibility
Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle, with float precision.
DimensionF() - Constructor for class agi.foundation.compatibility.DimensionF
Initializes a new instance.
DimensionF(float, float) - Constructor for class agi.foundation.compatibility.DimensionF
Initializes a new instance from the specified dimensions.
DimensionF(Dimension2D) - Constructor for class agi.foundation.compatibility.DimensionF
Initializes a new instance from the specified Dimension2D.
DioneCentralBody - Class in agi.foundation.celestial
The Saturnian moon Dione.
DioneCentralBody() - Constructor for class agi.foundation.celestial.DioneCentralBody
Initializes a new instance.
DioneCentralBody(DioneCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.DioneCentralBody
Initializes a new instance as a copy of an existing instance.
DipoleGainPattern - Class in agi.foundation.communications.antennas
A dipole antenna pattern.
DipoleGainPattern() - Constructor for class agi.foundation.communications.antennas.DipoleGainPattern
Initializes a new instance.
DipoleGainPattern(double, double) - Constructor for class agi.foundation.communications.antennas.DipoleGainPattern
Create a new instance based on the given length and efficiency.
DipoleGainPattern(DipoleGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.DipoleGainPattern
Initializes a new instance as a copy of an existing instance.
DirectionsEvaluator - Class in agi.foundation.communications.antennas
Abstract base class for an evaluator which evaluates a list of WeightedDirection.
DirectionsEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.antennas.DirectionsEvaluator
Initializes a new instance.
DirectionsEvaluator(DirectionsEvaluator, CopyContext) - Constructor for class agi.foundation.communications.antennas.DirectionsEvaluator
Initializes a new instance as a copy of an existing instance.
DirectionsProvider - Class in agi.foundation.communications.antennas
Abstract base class for types which provide a DirectionsEvaluator.
DirectionsProvider() - Constructor for class agi.foundation.communications.antennas.DirectionsProvider
Initializes a new instance.
DirectionsProvider(DirectionsProvider, CopyContext) - Constructor for class agi.foundation.communications.antennas.DirectionsProvider
Initializes a new instance as a copy of an existing instance.
DiscreteCoverageDefinition - Class in agi.foundation.coverage
This coverage definition provides a convenient way to organize and initialize a coverage calculation, which computes access calculations over a set of grid points.
DiscreteCoverageDefinition() - Constructor for class agi.foundation.coverage.DiscreteCoverageDefinition
Initializes a new instance with FindAccessBetweenSteps (get / set) set to true.
DiscreteCoverageDefinition(DiscreteCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.DiscreteCoverageDefinition
Initializes a new instance as a copy of an existing instance.
discriminant() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
Provides the discriminant of the cubic equation from the supplied coefficients.
discriminant(double, double, double, double) - Static method in class agi.foundation.numericalmethods.CubicRealPolynomial
Provides the discriminant of the cubic equation from the supplied coefficients.
discriminant() - Method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
Provides the discriminant of the quadratic equation from the supplied coefficients.
discriminant(double, double, double) - Static method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
Provides the discriminant of the quadratic equation from the supplied coefficients.
discriminant() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
Provides the discriminant of the quartic equation from the supplied coefficients.
discriminant(double, double, double, double, double) - Static method in class agi.foundation.numericalmethods.QuarticRealPolynomial
Provides the discriminant of the quartic equation from the supplied coefficients.
dispersionAboutAngle(List<Double>, double) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the dispersion of a list of angles about a given angle.
dispersionAboutPosition(List<UnitCartesian>, UnitSpherical) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the dispersion about a given input position.
DisplacementVectorParticipant - Enum in agi.foundation.geometry
Identifies a participant in a VectorDisplacement.
DisplayCondition - Class in agi.foundation.graphics
When assigned to objects, such as primitives or globe overlays, display conditions are evaluated to determine if the object should be rendered.
DisplayCondition() - Constructor for class agi.foundation.graphics.DisplayCondition
 
DisplayConditionType - Enum in agi.foundation.platforms.advanced
Indicates the type of DisplayCondition that will be created by DisplayParametersHelper.
displayOnlyInScene(Scene) - Method in class agi.foundation.graphics.SceneDisplayCondition
Allows rendering only in the given scene.
DisplayParameters - Class in agi.foundation.platforms
Defines parameters for determining when an object should be drawn in a Scene
DisplayParameters() - Constructor for class agi.foundation.platforms.DisplayParameters
 
DisplayParametersHelper - Class in agi.foundation.platforms.advanced
A utility class used by ServiceProviderVisualizers that takes a DisplayParameters and creates and maintains a set of equivalent DisplayCondition (get).
DisplayParametersHelper(DisplayParameters, EvaluatorGroup, DisplayConditionType) - Constructor for class agi.foundation.platforms.advanced.DisplayParametersHelper
Creates a new instances using the provided DisplayParameters and EvaluatorGroup.
DisplayVersion - Static variable in class agi.foundation.AircraftPropagationLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.CesiumLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.CommunicationsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.CoreLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.GraphicsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.ModelsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.NavigationAdvancedLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.NavigationLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.OrbitPropagationLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.PlatformsGraphicsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.PlatformsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.RadarLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.RouteDesignLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.SegmentPropagationLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.SpatialLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.TerrainAnalysisLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.TerrainReadersLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.TiremLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.TrackingGraphicsLibraryVersion
The display version of the library: Dev.
DisplayVersion - Static variable in class agi.foundation.TrackingLibraryVersion
The display version of the library: Dev.
dispose(boolean) - Method in class agi.foundation.access.EvaluatorDelayedByLink
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.compatibility.EventWaitHandle
 
dispose() - Method in class agi.foundation.compatibility.FileStream
 
dispose() - Method in interface agi.foundation.compatibility.IDisposable
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose(boolean) - Method in class agi.foundation.ConstantEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.coordinates.StateElementAdapter
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.coordinates.StateElementAdapter
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.coordinates.StateEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.coordinates.StateEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.Evaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.Evaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.EvaluatorGroup
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.Function2
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.Function2
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.Function3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.Function3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
 
dispose(boolean) - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
 
dispose() - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
 
dispose(boolean) - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
 
dispose(boolean) - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
 
dispose() - Method in class agi.foundation.geometry.discrete.TriangulatorResult
 
dispose(boolean) - Method in class agi.foundation.geometry.discrete.TriangulatorResult
 
dispose(boolean) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
 
dispose() - Method in class agi.foundation.graphics.advanced.CameraSnapshot
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.CameraSnapshot
 
dispose() - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
 
dispose() - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
 
dispose() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.GlobeOverlay
 
dispose() - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
 
dispose() - Method in class agi.foundation.graphics.advanced.Lighting
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.Lighting
 
dispose() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
 
dispose() - Method in class agi.foundation.graphics.advanced.PathPrimitiveUpdatePolicy
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.PathPrimitiveUpdatePolicy
 
dispose() - Method in class agi.foundation.graphics.advanced.Projection
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.Projection
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.ProjectionStream
 
dispose() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
 
dispose() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
 
dispose() - Method in class agi.foundation.graphics.advanced.Texture2DFactory
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
 
dispose() - Method in class agi.foundation.graphics.advanced.Tile
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.Tile
 
dispose() - Method in class agi.foundation.graphics.advanced.Tiler
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.Tiler
 
dispose() - Method in class agi.foundation.graphics.advanced.VisualEffects
 
dispose(boolean) - Method in class agi.foundation.graphics.advanced.VisualEffects
 
dispose(boolean) - Method in class agi.foundation.graphics.AltitudeDisplayCondition
 
dispose() - Method in class agi.foundation.graphics.awt.Insight3D
 
dispose(boolean) - Method in class agi.foundation.graphics.AxesPrimitive
 
dispose() - Method in class agi.foundation.graphics.Camera
 
dispose(boolean) - Method in class agi.foundation.graphics.Camera
 
dispose() - Method in class agi.foundation.graphics.CentralBodyGraphics
 
dispose(boolean) - Method in class agi.foundation.graphics.CentralBodyGraphics
 
dispose() - Method in class agi.foundation.graphics.Clouds
 
dispose(boolean) - Method in class agi.foundation.graphics.Clouds
 
dispose(boolean) - Method in class agi.foundation.graphics.CompositeDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.CompositePrimitive
 
dispose(boolean) - Method in class agi.foundation.graphics.ConstantDisplayCondition
 
dispose() - Method in class agi.foundation.graphics.DisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DistanceDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
 
dispose() - Method in class agi.foundation.graphics.FrameRate
 
dispose(boolean) - Method in class agi.foundation.graphics.FrameRate
 
dispose(boolean) - Method in class agi.foundation.graphics.GlobeImageOverlay
 
dispose() - Method in class agi.foundation.graphics.GraphicsFont
 
dispose(boolean) - Method in class agi.foundation.graphics.GraphicsFont
 
dispose(boolean) - Method in class agi.foundation.graphics.GreatArcInterpolator
 
dispose() - Method in class agi.foundation.graphics.ImageCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.ImageCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.AlphaFromLuminanceFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.AlphaFromPixelFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.AlphaFromRasterFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.BandExtractFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.BandOrderFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.BlurFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.BrightnessFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.ColorToLuminanceFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.ContrastFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.EdgeDetectFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.FilteringRasterStream
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.FlipFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.GammaCorrectionFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.GaussianBlurFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.GradientDetectFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.LevelsFilter
 
dispose() - Method in class agi.foundation.graphics.imaging.Raster
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.Raster
 
dispose() - Method in class agi.foundation.graphics.imaging.RasterAttributes
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.RasterAttributes
 
dispose() - Method in class agi.foundation.graphics.imaging.RasterFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.RasterFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.RasterStream
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.RotateFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.SequenceFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.SharpenFilter
 
dispose(boolean) - Method in class agi.foundation.graphics.imaging.VideoStream
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlContainer
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlDocument
 
dispose() - Method in class agi.foundation.graphics.KmlFeature
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlFeature
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlFolder
 
dispose() - Method in class agi.foundation.graphics.KmlGraphics
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlGraphics
 
dispose(boolean) - Method in class agi.foundation.graphics.KmlNetworkLink
 
dispose(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitive
 
dispose() - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
 
dispose() - Method in class agi.foundation.graphics.ModelArticulation
 
dispose(boolean) - Method in class agi.foundation.graphics.ModelArticulation
 
dispose() - Method in class agi.foundation.graphics.ModelArticulationCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.ModelArticulationCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.ModelPrimitive
 
dispose() - Method in class agi.foundation.graphics.ModelTransformation
 
dispose(boolean) - Method in class agi.foundation.graphics.ModelTransformation
 
dispose(boolean) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
 
dispose() - Method in class agi.foundation.graphics.Overlay
 
dispose(boolean) - Method in class agi.foundation.graphics.Overlay
 
dispose(boolean) - Method in class agi.foundation.graphics.PathPrimitive
 
dispose() - Method in class agi.foundation.graphics.PickResult
 
dispose(boolean) - Method in class agi.foundation.graphics.PickResult
 
dispose(boolean) - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.PointBatchPrimitive
 
dispose(boolean) - Method in class agi.foundation.graphics.PolylinePrimitive
 
dispose() - Method in class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
 
dispose() - Method in class agi.foundation.graphics.PositionInterpolator
 
dispose(boolean) - Method in class agi.foundation.graphics.PositionInterpolator
 
dispose() - Method in class agi.foundation.graphics.Primitive
 
dispose(boolean) - Method in class agi.foundation.graphics.Primitive
 
dispose() - Method in class agi.foundation.graphics.PrimitiveManager
 
dispose(boolean) - Method in class agi.foundation.graphics.PrimitiveManager
 
dispose(boolean) - Method in class agi.foundation.graphics.ProjectedRaster
 
dispose() - Method in class agi.foundation.graphics.renderer.Texture2D
 
dispose(boolean) - Method in class agi.foundation.graphics.renderer.Texture2D
 
dispose(boolean) - Method in class agi.foundation.graphics.RhumbLineInterpolator
 
dispose() - Method in class agi.foundation.graphics.Scene
 
dispose(boolean) - Method in class agi.foundation.graphics.Scene
 
dispose(boolean) - Method in class agi.foundation.graphics.SceneDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.ScreenOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.ScreenOverlayCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.ScreenOverlayManager
 
dispose() - Method in class agi.foundation.graphics.ScreenOverlayPickResult
 
dispose(boolean) - Method in class agi.foundation.graphics.ScreenOverlayPickResult
 
dispose(boolean) - Method in class agi.foundation.graphics.SolidPrimitive
 
dispose() - Method in class agi.foundation.graphics.Stereoscopic
 
dispose(boolean) - Method in class agi.foundation.graphics.Stereoscopic
 
dispose(boolean) - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
 
dispose() - Method in class agi.foundation.graphics.TerrainCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.TerrainCollection
 
dispose(boolean) - Method in class agi.foundation.graphics.TerrainOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitive
 
dispose() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
 
dispose() - Method in class agi.foundation.graphics.TextureMatrix
 
dispose(boolean) - Method in class agi.foundation.graphics.TextureMatrix
 
dispose(boolean) - Method in class agi.foundation.graphics.TextureScreenOverlay
 
dispose(boolean) - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
 
dispose(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitive
 
dispose() - Method in class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
 
dispose(boolean) - Method in class agi.foundation.graphics.VectorPrimitive
 
dispose(boolean) - Method in class agi.foundation.infrastructure.CachingEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
Releases any resources associated with this instance.
dispose(Iterable<T>) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
A helper method to use to dispose of a collection of evaluators.
dispose() - Method in class agi.foundation.infrastructure.HierarchicalLogger
Finishes logging for this sub-task and writes its output to either the log file or its parent sub-task.
dispose() - Method in class agi.foundation.infrastructure.ParameterEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.threading.MessageQueue
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
 
dispose() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.threading.TransactedPropertyChangedEventArgs
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.threading.TransactionCommittedEventArgs
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.infrastructure.ValueEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.infrastructure.ValueEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.PointVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.advanced.SolidUpdater
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.advanced.SurfaceUpdater
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.TextVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.advanced.TriangleMeshUpdater
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.platforms.ServiceProviderDisplay
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.propagators.NumericalPropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.propagators.StoppablePropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.propagators.StoppablePropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.tracking.EntityVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.EntityVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.tracking.HistoryGenerator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.HistoryGenerator
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.HistoryVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.LabelVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.MarkerVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.ModelVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.PointVisualizer
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.tracking.TrackingArchive
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.TrackingArchive
Releases any resources associated with this instance.
dispose(boolean) - Method in class agi.foundation.tracking.WaypointVisualizer
Releases any resources associated with this instance.
dispose() - Method in class agi.foundation.Transaction
Disposes this transaction.
DistanceDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive distance interval, in meters, that determines when an object, such as a primitive, is rendered based on the distance, in meters, from the camera to the object.
DistanceDisplayCondition() - Constructor for class agi.foundation.graphics.DistanceDisplayCondition
Initializes a default distance display condition.
DistanceDisplayCondition(double, double) - Constructor for class agi.foundation.graphics.DistanceDisplayCondition
Initializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance].
distanceFromHull(Rectangular) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Computes the signed distance from the hull boundary.
DistanceToGlobeOverlayDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive distance interval, in meters, that determines when an object, such as a primitive, is rendered based on the distance, in meters, from the camera to the GlobeOverlay.
DistanceToGlobeOverlayDisplayCondition() - Constructor for class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
Initializes a default distance to globe overlay display condition.
DistanceToGlobeOverlayDisplayCondition(GlobeOverlay, double, double) - Constructor for class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
Initializes a distance display condition with the GlobeOverlay and the inclusive distance interval [minimumDistance, maximumDistance].
DistanceToPositionDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive distance interval, in meters, that determines when an object, such as a primitive, is rendered based on the distance, in meters, from the camera to a position defined in the given ReferenceFrame.
DistanceToPositionDisplayCondition() - Constructor for class agi.foundation.graphics.DistanceToPositionDisplayCondition
Initializes a default distance to position display condition.
DistanceToPositionDisplayCondition(Cartesian, double, double) - Constructor for class agi.foundation.graphics.DistanceToPositionDisplayCondition
Initializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance].
DistanceToPositionDisplayCondition(ReferenceFrame, Cartesian, double, double) - Constructor for class agi.foundation.graphics.DistanceToPositionDisplayCondition
Initializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance].
DistanceToPrimitiveDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive distance interval, in meters, that determines when an object, such as a screen overlay, is rendered based on the distance, in meters, from the camera to the Primitive.
DistanceToPrimitiveDisplayCondition() - Constructor for class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
Initializes a default distance to primitive display condition.
DistanceToPrimitiveDisplayCondition(Primitive, double, double) - Constructor for class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
Initializes a distance to primitive display condition with the inclusive distance interval [minimumDistance, maximumDistance].
divide(double) - Method in class agi.foundation.coordinates.Cartesian
Divides this instance by a scalar.
divide(Cartesian, double) - Static method in class agi.foundation.coordinates.Cartesian
Divides a specified set of Cartesian coordinates by a scalar.
divide(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Divides one complex number by another and returns the result.
divide(Complex, double) - Static method in class agi.foundation.coordinates.Complex
Divides one complex number by a scalar and returns the result.
divide(double) - Method in class agi.foundation.coordinates.Rectangular
Divides this instance by a scalar.
divide(Rectangular, double) - Static method in class agi.foundation.coordinates.Rectangular
Divides a specified set of Rectangular coordinates by a scalar.
divide(double) - Method in class agi.foundation.coordinates.UnitCartesian
Divides this instance by a scalar.
divide(UnitCartesian, double) - Static method in class agi.foundation.coordinates.UnitCartesian
Divides a specified set of UnitCartesian coordinates by a scalar.
divide(double) - Method in class agi.foundation.coordinates.UnitRectangular
Divides this instance by a scalar.
divide(UnitRectangular, double) - Static method in class agi.foundation.coordinates.UnitRectangular
Divides a specified set of UnitRectangular coordinates by a scalar.
divide(Scalar) - Method in class agi.foundation.geometry.Scalar
Divides this scalar (numerator) by another one (denominator).
divide(double) - Method in class agi.foundation.geometry.Scalar
Divides this scalar (numerator) by a fixed value (denominator).
divide(Scalar, Scalar) - Static method in class agi.foundation.geometry.Scalar
Divides one scalar from another (left/right).
divide(Scalar, double) - Static method in class agi.foundation.geometry.Scalar
Divides one scalar from another (left/right).
divide(double, Scalar) - Static method in class agi.foundation.geometry.Scalar
Divides one scalar from another (left/right).
divide(Scalar) - Method in class agi.foundation.geometry.Vector
Divide this vector by a scale factor.
divide(double) - Method in class agi.foundation.geometry.Vector
Divide this vector by a scale factor.
divide(Vector, Scalar) - Static method in class agi.foundation.geometry.Vector
Divide a vector by a scalar.
divide(Vector, double) - Static method in class agi.foundation.geometry.Vector
Divide a vector by a scalar.
divide(Duration) - Method in class agi.foundation.time.Duration
Divides the Duration by another Duration, yield a constant.
divide(double) - Method in class agi.foundation.time.Duration
Divides the Duration by a constant.
divide(Duration, Duration) - Static method in class agi.foundation.time.Duration
Divides the Duration by another duration.
divide(Duration, double) - Static method in class agi.foundation.time.Duration
Divides the Duration by a constant.
divideRoundTripIsGreaterOrEqual(double, double) - Static method in class agi.foundation.FloatingPointComparison
Divides a dividend by a divisor such that if the quotient is later multiplied by the divisor the result is greater than or equal to the dividend.
divideRoundTripIsLessOrEqual(double, double) - Static method in class agi.foundation.FloatingPointComparison
Divides a dividend by a divisor such that if the quotient is later multiplied by the divisor the result is less than or equal to the dividend.
doesDayHaveLeapSecond(int) - Method in class agi.foundation.time.LeapSecondsFacet
Determines if a given day contains a leap second.
doesIntersect(Motion1<Cartesian>, Motion1<Cartesian>, int, double, double) - Static method in class agi.foundation.celestial.CentralBodyIntersection
Determines if an orbit will intersect the planet specified by the corresponding gravitational parameter and geocentric radius of intersection.
doesIntersect(Cartesian, Cartesian, Cartesian, Cartesian, int, double, double) - Static method in class agi.foundation.celestial.CentralBodyIntersection
Determines if an orbit will intersect the planet specified by the corresponding gravitational parameter and geocentric radius of intersection.
doInBackground() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
 
done() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
 
DoNothingStateElementAdapter - Class in agi.foundation.coordinates
A StateElementAdapter that will not do anything to the state.
DoNothingStateElementAdapter() - Constructor for class agi.foundation.coordinates.DoNothingStateElementAdapter
Initializes a new instance.
DoNothingStateElementAdapter(String) - Constructor for class agi.foundation.coordinates.DoNothingStateElementAdapter
Initializes a new instance.
DoNothingStateElementAdapter(DoNothingStateElementAdapter, CopyContext) - Constructor for class agi.foundation.coordinates.DoNothingStateElementAdapter
Initializes a new instance as a copy of an existing instance.
DopplerShiftModel - Class in agi.foundation.communications.signalpropagation
A model of the doppler shift for a signal along the propagation path.
DopplerShiftModel() - Constructor for class agi.foundation.communications.signalpropagation.DopplerShiftModel
Initializes a new instance.
DopplerShiftModel(DopplerShiftModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.DopplerShiftModel
Initializes a new instance as a copy of an existing instance.
dot(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
Forms the dot product of the specified set of Cartesian coordinates with this instance.
dot(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
Forms the dot product of the specified set of Rectangular coordinates with this instance.
dot(Cartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Forms the dot product of the specified set of Cartesian coordinates with this instance.
dot(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Forms the dot product of the specified set of UnitCartesian coordinates with this instance.
dot(Rectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Forms the dot product of the specified set of Rectangular coordinates with this instance.
dot(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Forms the dot product of the specified set of UnitRectangular coordinates with this instance.
dot(Vector) - Method in class agi.foundation.geometry.Vector
Produce the vector dot product between this vector and another one.
doTransactionally(Action1<Transaction>) - Method in class agi.foundation.TransactionContext
Executes the provided callback within a transaction, and automatically commits the transaction when the callback returns.
DoubleExtremumFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumFound (add / remove) event.
DoubleExtremumFoundEventArgs(DoubleFunctionExtremumFound) - Constructor for class agi.foundation.numericalmethods.DoubleExtremumFoundEventArgs
Initializes a new instance.
DoubleExtremumIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumIndicated (add / remove) event.
DoubleExtremumIndicatedEventArgs(DoubleFunctionExtremumIndicated) - Constructor for class agi.foundation.numericalmethods.DoubleExtremumIndicatedEventArgs
Initializes a new instance.
DoubleFunctionCollection - Class in agi.foundation.numericalmethods.advanced
A collection of functions to be explored by DoubleFunctionExplorer.
DoubleFunctionDetails - Class in agi.foundation.numericalmethods
Holds details of a function to be explored with DoubleFunctionExplorer.
DoubleFunctionDetails() - Constructor for class agi.foundation.numericalmethods.DoubleFunctionDetails
Initializes a new instance.
DoubleFunctionDetails(DoubleSimpleFunction) - Constructor for class agi.foundation.numericalmethods.DoubleFunctionDetails
Initializes a new instance.
DoubleFunctionExplorer - Class in agi.foundation.numericalmethods
Explores one or more functions where the independent variable is double and the dependent variable is double, looking for one or more threshold crossings or local extrema.
DoubleFunctionExplorer() - Constructor for class agi.foundation.numericalmethods.DoubleFunctionExplorer
Initializes a new instance.
DoubleFunctionExplorerProgress - Class in agi.foundation.numericalmethods.advanced
DoubleFunctionExplorerProgress(DoubleFunctionExplorer, double, double, double, int) - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionExplorerProgress
Initializes a new instance.
DoubleFunctionExtremumFound - Class in agi.foundation.numericalmethods.advanced
A finding by DoubleFunctionExplorer that a function has a local extremum at a specific Variable.
DoubleFunctionExtremumFound(DoubleFunctionExtremumIndicated, double, double) - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumFound
Initializes a new instance.
DoubleFunctionExtremumIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by DoubleFunctionExplorer that a function has a local extremum indicated by three samples.
DoubleFunctionExtremumIndicated(DoubleFunctionExplorer, DoubleFunctionDetails, double, double, double, double, double, double) - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
Initializes a new instance.
DoubleFunctionFinding - Class in agi.foundation.numericalmethods.advanced
The base class for findings of the DoubleFunctionExplorer, such as a threshold crossing or an extremum.
DoubleFunctionFinding() - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionFinding
 
DoubleFunctionSampledEventArgs - Class in agi.foundation.numericalmethods
Holds details of the FunctionSampled (add / remove) event.
DoubleFunctionSampledEventArgs(DoubleFunctionDetails, double, double) - Constructor for class agi.foundation.numericalmethods.DoubleFunctionSampledEventArgs
Initializes a new instance.
DoubleFunctionSampling - Class in agi.foundation.numericalmethods
Species how sampling of a function of double should be performed.
DoubleFunctionSampling() - Constructor for class agi.foundation.numericalmethods.DoubleFunctionSampling
Initializes a new instance.
DoubleFunctionThresholdCollection - Class in agi.foundation.numericalmethods.advanced
A collection of function thresholds.
DoubleFunctionThresholdCollection() - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCollection
 
DoubleFunctionThresholdCrossingFound - Class in agi.foundation.numericalmethods.advanced
A finding by DoubleFunctionExplorer that a function crossed a threshold at a specific Variable.
DoubleFunctionThresholdCrossingFound(DoubleFunctionThresholdCrossingIndicated, double, double) - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
Initializes a new instance.
DoubleFunctionThresholdCrossingIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by DoubleFunctionExplorer that a threshold crossing is indicated somewhere between two Variables, because the function values are on opposite sides of the threshold at the two Variables.
DoubleFunctionThresholdCrossingIndicated(DoubleFunctionExplorer, DoubleFunctionDetails, DoubleFunctionThresholdDetails, DoubleFunctionExtremumFound, double, double, double, double) - Constructor for class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
Initializes a new instance.
DoubleFunctionThresholdDetails - Class in agi.foundation.numericalmethods
Details of a threshold of interest in DoubleFunctionExplorer.
DoubleFunctionThresholdDetails(double) - Constructor for class agi.foundation.numericalmethods.DoubleFunctionThresholdDetails
Initializes a new instance.
DoubleMotionInterpolator - Class in agi.foundation.numericalmethods
Interpolates and extrapolates over Motions of double values.
DoubleMotionInterpolator() - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance.
DoubleMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Double>) - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance.
DoubleMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance.
DoubleMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>) - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance.
DoubleMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance.
DoubleMotionInterpolator(DoubleMotionInterpolator, CopyContext) - Constructor for class agi.foundation.numericalmethods.DoubleMotionInterpolator
Initializes a new instance as a copy of an existing instance.
DoubleParameter - Class in agi.foundation.geometry
Represents a double and its derivatives as a parameter.
DoubleParameter() - Constructor for class agi.foundation.geometry.DoubleParameter
Initializes a new instance.
DoubleSampleSuggestionCallback - Class in agi.foundation.numericalmethods
A callback that is invoked to determine the next Variable at which DoubleFunctionExplorer samples a function.
DoubleSampleSuggestionCallback() - Constructor for class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Creates a new instance of this delegate.
DoubleSampleSuggestionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Initializes a delegate that will invoke an instance method on a class instance.
DoubleSampleSuggestionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Initializes a delegate that will invoke a static method on a class.
DoubleSampleSuggestionCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DoubleSimpleFunction - Class in agi.foundation.numericalmethods
A delegate that takes a double and returns a double.
DoubleSimpleFunction() - Constructor for class agi.foundation.numericalmethods.DoubleSimpleFunction
Creates a new instance of this delegate.
DoubleSimpleFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DoubleSimpleFunction
Initializes a delegate that will invoke an instance method on a class instance.
DoubleSimpleFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DoubleSimpleFunction
Initializes a delegate that will invoke a static method on a class.
DoubleSimpleFunction.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DoubleThresholdCrossingFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingFound (add / remove) event.
DoubleThresholdCrossingFoundEventArgs(DoubleFunctionThresholdCrossingFound) - Constructor for class agi.foundation.numericalmethods.DoubleThresholdCrossingFoundEventArgs
Initializes a new instance.
DoubleThresholdCrossingIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingIndicated (add / remove) event.
DoubleThresholdCrossingIndicatedEventArgs(DoubleFunctionThresholdCrossingIndicated) - Constructor for class agi.foundation.numericalmethods.DoubleThresholdCrossingIndicatedEventArgs
Initializes a new instance.
download() - Static method in class agi.foundation.navigation.advanced.GpsCommunicationsConstellation
Create a GPS communications constellation by downloading the latest data from an AGI server.
download(Proxy) - Static method in class agi.foundation.navigation.advanced.GpsCommunicationsConstellation
Create a GPS communications constellation by downloading the latest data from an AGI server.
download() - Static method in class agi.foundation.stk.StkSatelliteDatabase
Downloads the current stkSatDbAll satellite database from an AGI server.
download(Proxy) - Static method in class agi.foundation.stk.StkSatelliteDatabase
Downloads the current stkSatDbAll satellite database from an AGI server.
download(StkSatelliteDatabaseType) - Static method in class agi.foundation.stk.StkSatelliteDatabase
Downloads a current satellite database from an AGI server.
download(Proxy, StkSatelliteDatabaseType) - Static method in class agi.foundation.stk.StkSatelliteDatabase
Downloads a current satellite database from an AGI server.
downloadActive() - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads and reads data for only the active GPS satellites from an AGI server.
downloadActive(Proxy) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads and reads data for only the active GPS satellites from an AGI server.
downloadAll() - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads and reads data for all GPS satellites from an AGI server.
downloadAll(Proxy) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads and reads data for all GPS satellites from an AGI server.
downloadAlmanac(JulianDate) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a SemAlmanac.
downloadAlmanac(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a SemAlmanac.
downloadData() - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters.
downloadData(Proxy) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters.
downloadData(EarthOrientationParametersReadOptions, Proxy) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters.
downloadLatestAlmanac() - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the latest almanac from an AGI server.
downloadLatestAlmanac(Proxy) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the latest almanac from an AGI server.
downloadLatestRawAlmanac() - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac from an AGI server and returns the contents of the file as a string.
downloadLatestRawAlmanac(Proxy) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac from an AGI server and returns the contents of the file as a string.
downloadLatestRawSatelliteOutageFile() - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a string.
downloadLatestRawSatelliteOutageFile(Proxy) - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a string.
downloadLatestSatelliteOutageFile() - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a SatelliteOutageFile.
downloadLatestSatelliteOutageFile(Proxy) - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a SatelliteOutageFile.
downloadLeapSeconds() - Static method in class agi.foundation.time.LeapSecondFile
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
downloadLeapSeconds(Proxy) - Static method in class agi.foundation.time.LeapSecondFile
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
downloadPerformanceAssessmentFile(JulianDate) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a PerformanceAssessmentFile.
downloadPerformanceAssessmentFile(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a PerformanceAssessmentFile.
downloadPredictionSupportFile(JulianDate) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile.
downloadPredictionSupportFile(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile.
downloadRawAlmanac(JulianDate) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a string.
downloadRawAlmanac(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a string.
downloadRawData() - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string.
downloadRawData(Proxy) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string.
downloadRawFile() - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads the GPS data file from an AGI server and returns the contents of the file as a string.
downloadRawFile(Proxy) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Downloads the GPS data file from an AGI server and returns the contents of the file as a string.
downloadRawPerformanceAssessmentFile(JulianDate) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a string.
downloadRawPerformanceAssessmentFile(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a string.
downloadRawPredictionSupportFile(JulianDate) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a string.
downloadRawPredictionSupportFile(JulianDate, Proxy) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a string.
downloadTles(String, JulianDate, JulianDate) - Static method in class agi.foundation.propagators.TwoLineElementSet
Downloads TLE data for a given satellite from an AGI server.
downloadTles(String, JulianDate, JulianDate, Proxy) - Static method in class agi.foundation.propagators.TwoLineElementSet
Downloads TLE data for a given satellite from an AGI server.
DoWorkEventArgs - Class in agi.foundation.compatibility
Provides data for the DoWork event handler.
DoWorkEventArgs(Object) - Constructor for class agi.foundation.compatibility.DoWorkEventArgs
Initializes a new instance of the DoWorkEventArgs class.
DoWorkEventHandler - Class in agi.foundation.compatibility
Represents a method that will handle the DoWork event.
DoWorkEventHandler() - Constructor for class agi.foundation.compatibility.DoWorkEventHandler
Creates a new instance of this delegate.
DoWorkEventHandler(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.DoWorkEventHandler
Initializes a delegate that will invoke an instance method on a class instance.
DoWorkEventHandler(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.DoWorkEventHandler
Initializes a delegate that will invoke a static method on a class.
DoWorkEventHandler.Function - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
DragBodyPlate - 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, and a drag coefficient.
DragBodyPlate(String, String, double, UnitCartesian, double) - Constructor for class agi.foundation.celestial.DragBodyPlate
Initializes a new instance.
DragBodyPlate(String, String, double, UnitCartesian, double, Axes) - Constructor for class agi.foundation.celestial.DragBodyPlate
Initializes a new instance.
DragBodyPlate(DragBodyPlate, CopyContext) - Constructor for class agi.foundation.celestial.DragBodyPlate
Initializes a new instance as a copy of an existing instance.
DragCount - Static variable in class agi.foundation.Constants
A dimensionless unit of drag equivalent to a drag coefficient of 0.0001.
DragDropOptions - Class in agi.foundation.graphics.advanced
Options for configuring automatic handling of supported files when they are dragged and dropped onto the Insight3D control.
DragOneDofSolarPanelPlate - 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.
DragOneDofSolarPanelPlate(String, String, double, UnitCartesian, double) - Constructor for class agi.foundation.celestial.DragOneDofSolarPanelPlate
Initializes a new instance.
DragOneDofSolarPanelPlate(DragOneDofSolarPanelPlate, CopyContext) - Constructor for class agi.foundation.celestial.DragOneDofSolarPanelPlate
Initializes a new instance as a copy of an existing instance.
DragPlate - Class in agi.foundation.celestial
A model of a discrete surface element of a spacecraft that has a surface area, unit normal direction, and a drag coefficient.
DragPlate(String, String, double, double) - Constructor for class agi.foundation.celestial.DragPlate
Initializes a new instance.
DragPlate(DragPlate, CopyContext) - Constructor for class agi.foundation.celestial.DragPlate
Initializes a new instance as a copy of an existing instance.
DragTwoDofSolarPanelPlate - Class in agi.foundation.celestial
A model of a discrete surface element of a spacecraft's solar panels that always points toward the Sun.
DragTwoDofSolarPanelPlate(String, String, double, double) - Constructor for class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Initializes a new instance.
DragTwoDofSolarPanelPlate(DragTwoDofSolarPanelPlate, CopyContext) - Constructor for class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Initializes a new instance as a copy of an existing instance.
DualPolarizedRadarReceivingAntennaExtension - Class in agi.foundation.radar
An extension which represents a dual polarized radio frequency (RF) radar receiving antenna.
DualPolarizedRadarReceivingAntennaExtension() - Constructor for class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
Initializes a new instance.
DualPolarizedRadarReceivingAntennaExtension(RadioFrequencyGainPattern, double) - Constructor for class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise temperature.
DualPolarizedRadarReceivingAntennaExtension(DualPolarizedRadarReceivingAntennaExtension, CopyContext) - Constructor for class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
DualPolarizedRadarTransmittingAntennaExtension - Class in agi.foundation.radar
An extension which represents a dual polarized radio frequency (RF) radar transmitting antenna.
DualPolarizedRadarTransmittingAntennaExtension() - Constructor for class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
Initializes a new instance.
DualPolarizedRadarTransmittingAntennaExtension(PrimaryPolarizationChannelSource, OrthogonalPolarizationChannelSource, RadioFrequencyGainPattern) - Constructor for class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
Initialize a new instance based on the given signal processor which produces primary polarization channel signal, signal processor which produces the orthogonal polarization channel signal, and gain pattern.
DualPolarizedRadarTransmittingAntennaExtension(DualPolarizedRadarTransmittingAntennaExtension, CopyContext) - Constructor for class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
DualPolarizedRadioFrequencyReceivingAntennaExtension - Class in agi.foundation.communications.antennas
An extension which represents a dual polarized radio frequency (RF) receiving antenna.
DualPolarizedRadioFrequencyReceivingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Initializes a new instance.
DualPolarizedRadioFrequencyReceivingAntennaExtension(RadioFrequencyGainPattern, double) - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise temperature.
DualPolarizedRadioFrequencyReceivingAntennaExtension(DualPolarizedRadioFrequencyReceivingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
DualPolarizedRadioFrequencyTransmittingAntennaExtension - Class in agi.foundation.communications.antennas
An extension which represents a dual polarized radio frequency (RF) transmitting antenna.
DualPolarizedRadioFrequencyTransmittingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Initializes a new instance.
DualPolarizedRadioFrequencyTransmittingAntennaExtension(PrimaryPolarizationChannelSource, OrthogonalPolarizationChannelSource, RadioFrequencyGainPattern) - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Initialize a new instance based on the given signal processor which produces primary polarization channel signal, signal processor which produces the orthogonal polarization channel signal, and gain pattern.
DualPolarizedRadioFrequencyTransmittingAntennaExtension(DualPolarizedRadioFrequencyTransmittingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
Duration - Class in agi.foundation.time
Represents a span of time.
Duration() - Constructor for class agi.foundation.time.Duration
Initializes a new instance.
Duration(int, int, int, double) - Constructor for class agi.foundation.time.Duration
Initializes a new instance of Duration from a specified number of days, hours, minutes, and seconds.
Duration(int, int, int, double, TimeStandard) - Constructor for class agi.foundation.time.Duration
Initializes a new instance of Duration from a specified number of days, hours, minutes, and seconds.
Duration(int, double) - Constructor for class agi.foundation.time.Duration
Initializes a new instance of Duration from a specified number of days and seconds.
Duration(int, double, TimeStandard) - Constructor for class agi.foundation.time.Duration
Initializes a new instance of Duration from a specified number of days and seconds.
Duration(Duration) - Constructor for class agi.foundation.time.Duration
Initializes a new Duration from a Duration.
Duration(Duration, TimeStandard) - Constructor for class agi.foundation.time.Duration
Initializes a new Duration from a Duration.
DurationExtremumFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumFound (add / remove) event.
DurationExtremumFoundEventArgs(DurationFunctionExtremumFound) - Constructor for class agi.foundation.numericalmethods.DurationExtremumFoundEventArgs
Initializes a new instance.
DurationExtremumIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumIndicated (add / remove) event.
DurationExtremumIndicatedEventArgs(DurationFunctionExtremumIndicated) - Constructor for class agi.foundation.numericalmethods.DurationExtremumIndicatedEventArgs
Initializes a new instance.
DurationFunctionCollection - Class in agi.foundation.numericalmethods.advanced
A collection of functions to be explored by DurationFunctionExplorer.
DurationFunctionDetails - Class in agi.foundation.numericalmethods
Holds details of a function to be explored with DurationFunctionExplorer.
DurationFunctionDetails() - Constructor for class agi.foundation.numericalmethods.DurationFunctionDetails
Initializes a new instance.
DurationFunctionDetails(DurationSimpleFunction) - Constructor for class agi.foundation.numericalmethods.DurationFunctionDetails
Initializes a new instance.
DurationFunctionExplorer - Class in agi.foundation.numericalmethods
Explores one or more functions where the independent variable is Duration and the dependent variable is double, looking for one or more threshold crossings or local extrema.
DurationFunctionExplorer() - Constructor for class agi.foundation.numericalmethods.DurationFunctionExplorer
Initializes a new instance.
DurationFunctionExplorerProgress - Class in agi.foundation.numericalmethods.advanced
DurationFunctionExplorerProgress(DurationFunctionExplorer, Duration, Duration, Duration, int) - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionExplorerProgress
Initializes a new instance.
DurationFunctionExtremumFound - Class in agi.foundation.numericalmethods.advanced
A finding by DurationFunctionExplorer that a function has a local extremum at a specific duration.
DurationFunctionExtremumFound(DurationFunctionExtremumIndicated, Duration, double) - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
Initializes a new instance.
DurationFunctionExtremumIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by DurationFunctionExplorer that a function has a local extremum indicated by three samples.
DurationFunctionExtremumIndicated(DurationFunctionExplorer, DurationFunctionDetails, Duration, double, Duration, double, Duration, double) - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
Initializes a new instance.
DurationFunctionFinding - Class in agi.foundation.numericalmethods.advanced
The base class for findings of the DurationFunctionExplorer, such as a threshold crossing or an extremum.
DurationFunctionFinding() - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionFinding
 
DurationFunctionSampledEventArgs - Class in agi.foundation.numericalmethods
Holds details of the FunctionSampled (add / remove) event.
DurationFunctionSampledEventArgs(DurationFunctionDetails, Duration, double) - Constructor for class agi.foundation.numericalmethods.DurationFunctionSampledEventArgs
Initializes a new instance.
DurationFunctionSampling - Class in agi.foundation.numericalmethods
Species how sampling of a function of Duration should be performed.
DurationFunctionSampling() - Constructor for class agi.foundation.numericalmethods.DurationFunctionSampling
Initializes a new instance.
DurationFunctionThresholdCollection - Class in agi.foundation.numericalmethods.advanced
A collection of function thresholds.
DurationFunctionThresholdCollection() - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCollection
 
DurationFunctionThresholdCrossingFound - Class in agi.foundation.numericalmethods.advanced
A finding by DurationFunctionExplorer that a function crossed a threshold at a specific duration.
DurationFunctionThresholdCrossingFound(DurationFunctionThresholdCrossingIndicated, Duration, double) - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
Initializes a new instance.
DurationFunctionThresholdCrossingIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by DurationFunctionExplorer that a threshold crossing is indicated somewhere between two durations, because the function values are on opposite sides of the threshold at the two durations.
DurationFunctionThresholdCrossingIndicated(DurationFunctionExplorer, DurationFunctionDetails, DurationFunctionThresholdDetails, DurationFunctionExtremumFound, Duration, double, Duration, double) - Constructor for class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
Initializes a new instance.
DurationFunctionThresholdDetails - Class in agi.foundation.numericalmethods
Details of a threshold of interest in DurationFunctionExplorer.
DurationFunctionThresholdDetails(double) - Constructor for class agi.foundation.numericalmethods.DurationFunctionThresholdDetails
Initializes a new instance.
DurationPathPrimitiveUpdatePolicy - Class in agi.foundation.graphics
PathPrimitive update policy that removes points from RemoveLocation after a given Duration.
DurationPathPrimitiveUpdatePolicy() - Constructor for class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
Constructs a default update policy.
DurationPathPrimitiveUpdatePolicy(Duration, PathPrimitiveRemoveLocation) - Constructor for class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
Initializes a policy with the specified duration and removeLocation.
DurationSampleSuggestionCallback - Class in agi.foundation.numericalmethods
A callback that is invoked to determine the next duration at which DurationFunctionExplorer samples a function.
DurationSampleSuggestionCallback() - Constructor for class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Creates a new instance of this delegate.
DurationSampleSuggestionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Initializes a delegate that will invoke an instance method on a class instance.
DurationSampleSuggestionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Initializes a delegate that will invoke a static method on a class.
DurationSampleSuggestionCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DurationSimpleFunction - Class in agi.foundation.numericalmethods
A delegate that takes a Duration and returns a double.
DurationSimpleFunction() - Constructor for class agi.foundation.numericalmethods.DurationSimpleFunction
Creates a new instance of this delegate.
DurationSimpleFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DurationSimpleFunction
Initializes a delegate that will invoke an instance method on a class instance.
DurationSimpleFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.DurationSimpleFunction
Initializes a delegate that will invoke a static method on a class.
DurationSimpleFunction.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
DurationStoppingCondition - Class in agi.foundation.stoppingconditions
A StoppingCondition that will stop after a given Duration has passed.
DurationStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.DurationStoppingCondition
Initializes a new instance.
DurationStoppingCondition(Duration) - Constructor for class agi.foundation.stoppingconditions.DurationStoppingCondition
Initializes a new instance.
DurationStoppingCondition(DurationStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.DurationStoppingCondition
Initializes a new instance as a copy of an existing instance.
DurationStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
A StoppingConditionConstraint that determines its satisfaction based on the Duration that has passed during propagation.
DurationStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Initializes a new instance.
DurationStoppingConditionConstraint(Duration, Duration, WhenToCheckConstraint, InequalityCondition, boolean) - Constructor for class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Initializes a new instance.
DurationStoppingConditionConstraint(DurationStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Initializes a new instance as a copy of an existing instance.
DurationThresholdCrossingFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingFound (add / remove) event.
DurationThresholdCrossingFoundEventArgs(DurationFunctionThresholdCrossingFound) - Constructor for class agi.foundation.numericalmethods.DurationThresholdCrossingFoundEventArgs
Initializes a new instance.
DurationThresholdCrossingIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingIndicated (add / remove) event.
DurationThresholdCrossingIndicatedEventArgs(DurationFunctionThresholdCrossingIndicated) - Constructor for class agi.foundation.numericalmethods.DurationThresholdCrossingIndicatedEventArgs
Initializes a new instance.
DwellTimeScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar waveform dwell time, in seconds.
DwellTimeScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.DwellTimeScalar
Initializes a new instance.
DwellTimeScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.DwellTimeScalar
Initializes a new instance.
DwellTimeScalar(DwellTimeScalar, CopyContext) - Constructor for class agi.foundation.radar.DwellTimeScalar
Initializes a new instance as a copy of an existing instance.
DynamicCovariance3By3 - Class in agi.foundation.geometry
Holds the time-varying positional variance and covariance information for an object.
DynamicCovariance3By3() - Constructor for class agi.foundation.geometry.DynamicCovariance3By3
Initializes a new instance.
DynamicCovariance3By3(DynamicCovariance3By3, CopyContext) - Constructor for class agi.foundation.geometry.DynamicCovariance3By3
Initializes a new instance as a copy of an existing instance.
DynamicDelaunayElements - Class in agi.foundation.geometry
Represents a time varying function of DelaunayElements.
DynamicDelaunayElements() - Constructor for class agi.foundation.geometry.DynamicDelaunayElements
Initializes a new instance.
DynamicDelaunayElements(Point, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.DynamicDelaunayElements
Initializes a new instance.
DynamicDelaunayElements(DynamicDelaunayElements, CopyContext) - Constructor for class agi.foundation.geometry.DynamicDelaunayElements
Initializes a new instance as a copy of an existing instance.
DynamicEquinoctialElements - Class in agi.foundation.geometry
Represents a time varying function of EquinoctialElements.
DynamicEquinoctialElements() - Constructor for class agi.foundation.geometry.DynamicEquinoctialElements
Initializes a new instance.
DynamicEquinoctialElements(Point, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.DynamicEquinoctialElements
Initializes a new instance.
DynamicEquinoctialElements(DynamicEquinoctialElements, CopyContext) - Constructor for class agi.foundation.geometry.DynamicEquinoctialElements
Initializes a new instance as a copy of an existing instance.
DynamicFieldOfViewExtension - Class in agi.foundation.platforms
An ObjectExtension that defines a time-dynamic field of view.
DynamicFieldOfViewExtension() - Constructor for class agi.foundation.platforms.DynamicFieldOfViewExtension
Initializes a new instance.
DynamicFieldOfViewExtension(DynamicSensorFieldOfView) - Constructor for class agi.foundation.platforms.DynamicFieldOfViewExtension
Initializes a new instance with a specified field of view.
DynamicFieldOfViewExtension(DynamicFieldOfViewExtension, CopyContext) - Constructor for class agi.foundation.platforms.DynamicFieldOfViewExtension
Initializes a new instance as a copy of an existing instance.
dynamicInvoke(Object...) - Method in class agi.foundation.compatibility.Delegate
Dynamically invokes (late-bound) the method represented by the current delegate.
DynamicKozaiIzsakMeanElements - Class in agi.foundation.geometry
Represents a time varying function of KozaiIzsakMeanElements.
DynamicKozaiIzsakMeanElements() - Constructor for class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Initializes a new instance.
DynamicKozaiIzsakMeanElements(Point, double, ReferenceFrame, double, double) - Constructor for class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Initializes a new instance.
DynamicKozaiIzsakMeanElements(DynamicKozaiIzsakMeanElements, CopyContext) - Constructor for class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Initializes a new instance as a copy of an existing instance.
DynamicMatrix - Class in agi.foundation.geometry
Represents a time varying function producing a Matrix and its derivatives.
DynamicMatrix() - Constructor for class agi.foundation.geometry.DynamicMatrix
Initializes a new instance.
DynamicMatrix(DynamicMatrix, CopyContext) - Constructor for class agi.foundation.geometry.DynamicMatrix
Initializes a new instance as a copy of an existing instance.
DynamicMatrixEvaluator - Class in agi.foundation.geometry
Evaluates a DynamicMatrix over time.
DynamicMatrixEvaluator(EvaluatorGroup, int, int) - Constructor for class agi.foundation.geometry.DynamicMatrixEvaluator
Initializes a new instance that will evaluate matrices of the specified dimensions.
DynamicMatrixEvaluator(DynamicMatrixEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.DynamicMatrixEvaluator
Initializes a new instance as a copy of an existing instance.
DynamicMatrixPropagationParameter - Class in agi.foundation.geometry
Represents a DynamicMatrix which in turn represents a particular parameter in the state during integration.
DynamicMatrixPropagationParameter() - Constructor for class agi.foundation.geometry.DynamicMatrixPropagationParameter
Initializes a new instance.
DynamicMatrixPropagationParameter(int, int) - Constructor for class agi.foundation.geometry.DynamicMatrixPropagationParameter
Initializes a new instance.
DynamicModifiedKeplerianElements - Class in agi.foundation.geometry
Represents a time varying function of ModifiedKeplerianElements.
DynamicModifiedKeplerianElements() - Constructor for class agi.foundation.geometry.DynamicModifiedKeplerianElements
Initializes a new instance.
DynamicModifiedKeplerianElements(Point, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.DynamicModifiedKeplerianElements
Initializes a new instance.
DynamicModifiedKeplerianElements(DynamicModifiedKeplerianElements, CopyContext) - Constructor for class agi.foundation.geometry.DynamicModifiedKeplerianElements
Initializes a new instance as a copy of an existing instance.
DynamicSensorFieldOfView - Class in agi.foundation.geometry.shapes
A sensor field-of-view volume that can change shape with time.
DynamicSensorFieldOfView() - Constructor for class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
Initializes a new instance.
DynamicSensorFieldOfView(DynamicSensorFieldOfView, CopyContext) - Constructor for class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
Initializes a new instance as a copy of an existing instance.
DynamicSensorFieldOfViewEvaluator - Class in agi.foundation.geometry.shapes
Evaluates a SensorFieldOfView that changes with time.
DynamicSensorFieldOfViewEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.shapes.DynamicSensorFieldOfViewEvaluator
Initializes a new instance.
DynamicSensorFieldOfViewEvaluator(DynamicSensorFieldOfViewEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.shapes.DynamicSensorFieldOfViewEvaluator
Initializes a new instance as a copy of an existing instance.
DynamicState<T extends ITimeBasedState> - Class in agi.foundation.coordinates
Defines an ITimeBasedState that can change over time.
DynamicState() - Constructor for class agi.foundation.coordinates.DynamicState
Initializes a new instance.
DynamicState(DynamicState<T>, CopyContext) - Constructor for class agi.foundation.coordinates.DynamicState
Initializes a new instance as a copy of an existing instance.
DynamicStateStoppablePropagator - Class in agi.foundation.propagators
A StoppablePropagator that evaluates a StateEvaluator in time until a StoppingCondition is tripped.
DynamicStateStoppablePropagator() - Constructor for class agi.foundation.propagators.DynamicStateStoppablePropagator
Initializes a new instance.
DynamicStateStoppablePropagator(DynamicStateStoppablePropagator, CopyContext) - Constructor for class agi.foundation.propagators.DynamicStateStoppablePropagator
Initializes a new instance as a copy of an existing instance.

E

EarthCentralBody - Class in agi.foundation.celestial
The planet Earth.
EarthCentralBody() - Constructor for class agi.foundation.celestial.EarthCentralBody
Initializes a new instance.
EarthCentralBody(EarthCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EarthCentralBody
Initializes a new instance as a copy of an existing instance.
EarthGravitationalModel1996 - Class in agi.foundation.celestial
Provides the semimajor axis, gravitational parameter, and 2nd, 3rd, 4th, and 5th zonal harmonic coefficients for the Earth Gravitational Model of 1996 (EGM96) according to NASA Technical Publication 1998-206861.
EarthGravitationalModel2008 - Class in agi.foundation.celestial
Provides the semimajor axis, gravitational parameter, and 2nd, 3rd, 4th, and 5th zonal harmonic coefficients for the Earth Gravitational Model of 2008 (EGM2008) according to the Journal of Geophysical Research, Vol 117, Issue B4, April 2012.
EarthGravityModel96MeanSeaLevel - Class in agi.foundation.terrain
Provides the height of mean sea level (MSL) relative to the World Geodetic System 1984 (WGS84) reference ellipsoid by using the Earth Gravity Model 1996 (EGM96) worldwide 15 minute binary geoid height data file, WW15MGH.DAC.
EarthGravityModel96MeanSeaLevel() - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
Initializes a new instance.
EarthGravityModel96MeanSeaLevel(String) - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
Initializes a new instance.
EarthGravityModel96MeanSeaLevel(InputStream) - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
Initializes a new instance.
EarthMoonBarycenter - Class in agi.foundation.celestial
The barycenter of the Earth-Moon system.
EarthMoonBarycenter() - Constructor for class agi.foundation.celestial.EarthMoonBarycenter
Initializes a new instance.
EarthMoonBarycenter(EarthMoonBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.EarthMoonBarycenter
Initializes a new instance as a copy of an existing instance.
EarthOdot - Static variable in class agi.foundation.navigation.NavstarISGps200D
IS-GPS-200D definition of the argument of perigee Dot value for the Earth.
EarthOrientationParameters - Class in agi.foundation.celestial
Specifies Earth polar motion coordinates and the difference between UT1 and UTC.
EarthOrientationParameters() - Constructor for class agi.foundation.celestial.EarthOrientationParameters
Initializes a new instance with no pole wander and no difference between UT1 and UTC.
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
Initializes a new instance from the specified list of data points.
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>, TimeInterval, TimeInterval, Iterable<LeapSecond>) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
Initializes a new instance from the specified list of data points.
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>, TimeInterval, TimeInterval, Iterable<LeapSecond>, String) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
Initializes a new instance from the specified list of data points.
EarthOrientationParametersData - Class in agi.foundation.celestial
Specifies Earth Orientation Parameters at a specific instant.
EarthOrientationParametersData(JulianDate, double, double, double) - Constructor for class agi.foundation.celestial.EarthOrientationParametersData
Initializes a new instance with the specified parameters.
EarthOrientationParametersData(JulianDate, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.celestial.EarthOrientationParametersData
Initializes a new instance with the specified parameters.
EarthOrientationParametersFile - Class in agi.foundation.celestial
Contains static methods to read EOP data in the Celestrak EOP data file format which is documented at https://celestrak.com/SpaceData/EOP-format.asp.
EarthOrientationParametersReadOptions - Class in agi.foundation.celestial
Specifies options for reading an EarthOrientationParametersFile.
EarthOrientationParametersReadOptions() - Constructor for class agi.foundation.celestial.EarthOrientationParametersReadOptions
 
EarthReferenceDistance - Static variable in class agi.foundation.celestial.MagneticFieldVector
The reference distance used by the Earth-centered WorldMagneticModelVector and InternationalGeomagneticReferenceFieldVector classes.
EarthSurfaceGravity - Static variable in class agi.foundation.Constants
Earth standard surface gravity at sea level according to the International System of Units and the 3rd General Conference on Weights and Measures, in meters per second squared: 9.80665.
eastNorthUpTransformation(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic east-north-up axes at the given position on the surface.
eclipseAngles(Ellipsoid, Cartesian, Cartesian, Ellipsoid) - Static method in class agi.foundation.celestial.ScalarOccultation
Returns the angles needed for the various eclipse calculations in the format [relative angle, eclipse body half angle, illuminating body half angle].
EclipseType - Enum in agi.foundation.celestial
Enumerates the different types of shadowing that can occur during an eclipse.
EdgeDetectFilter - Class in agi.foundation.graphics.imaging
Applies a ConvolutionFilter to detect edges in the source raster.
EdgeDetectFilter() - Constructor for class agi.foundation.graphics.imaging.EdgeDetectFilter
Initializes a new instance.
EdgeDetectFilter(EdgeDetectMethod) - Constructor for class agi.foundation.graphics.imaging.EdgeDetectFilter
Initializes a new instance with the specified EdgeDetectMethod.
EdgeDetectMethod - Enum in agi.foundation.graphics.imaging
The method used to detect edges in a raster.
EffectiveIsotropicRadiatedPowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the effective isotropic radiated power (EIRP), in Watts, of the radar transmitter.
EffectiveIsotropicRadiatedPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
Initializes a new instance.
EffectiveIsotropicRadiatedPowerScalar(EffectiveIsotropicRadiatedPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
Initializes a new instance as a copy of an existing instance.
EffectiveRadiusAtmosphericRefractionModel - Class in agi.foundation.celestial
The effective radius model approximates the effects of refraction by assuming that the refractive index decreases linearly with altitude.
EffectiveRadiusAtmosphericRefractionModel() - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Initializes a new instance.
EffectiveRadiusAtmosphericRefractionModel(CentralBody) - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Initializes a new instance.
EffectiveRadiusAtmosphericRefractionModel(EffectiveRadiusAtmosphericRefractionModel, CopyContext) - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Initializes a new instance as a copy of an existing instance.
EigenDecomposition - Class in agi.foundation.coordinates
Holds results of the Eigen decomposition of a 3-by-3 matrix.
EigenDecomposition(Matrix3By3, Matrix3By3) - Constructor for class agi.foundation.coordinates.EigenDecomposition
Initializes a new instance.
eigenDecomposition() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Determines the eigenvectors and eigenvalues of the matrix.
ElectricFieldVectorComponents - Class in agi.foundation.communications
Defines the horizontal and vertical electric field vector components of a signal.
ElectricFieldVectorComponents() - Constructor for class agi.foundation.communications.ElectricFieldVectorComponents
Initializes a new instance.
ElectricFieldVectorComponents(Complex, Complex) - Constructor for class agi.foundation.communications.ElectricFieldVectorComponents
Initializes a new instance.
ElectronicCharge - Static variable in class agi.foundation.communications.CommunicationsConstants
Electronic charge, in coulombs.
ElementaryRotation - Class in agi.foundation.coordinates
Represents a rotation about a principal axis.
ElementaryRotation() - Constructor for class agi.foundation.coordinates.ElementaryRotation
Initializes a new instance.
ElementaryRotation(AxisIndicator, double) - Constructor for class agi.foundation.coordinates.ElementaryRotation
Initializes an ElementaryRotation from the provided values.
elementDivide(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Creates a new ComplexMatrix which is the element-by-element division of the two given matrices.
elementDivide(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element division of the two given matrices.
elementDivide(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element division of the two given matrices.
elementDivide(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element division of the two given matrices.
elementDivide(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element division of the two given matrices.
elementDivide(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element division of the two given matrices.
elementDivideAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Assigns the elements of quotient to the element-wise division of dividend divided by divisor.
elementDivideAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Sets the quotient Matrix to equal the element-wise division of the dividend divided by the divisor.
elementMultiply(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Creates a new ComplexMatrix which is the element-by-element multiplication of the two given matrices.
elementMultiply(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the element-by-element multiplication of this matrix times the given matrix.
elementMultiply(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element multiplication of the two given matrices.
elementMultiply(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element multiplication of the two given matrices.
elementMultiply(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element multiplication of the two given matrices.
elementMultiply(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element multiplication of the two given matrices.
elementMultiply(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the element-by-element multiplication of the two given matrices.
elementMultiplyAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Sets the product ComplexMatrix to equal the element-wise multiplication of the multiplicand times the multiplier.
elementMultiplyAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Sets the product Matrix to equal the element-wise multiplication of the multiplicand times the multiplier.
ElevationAngleConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the object at the other end of the ConstrainedLink (get / set) be between a span of elevation angles as viewed from the ConstrainedLinkEnd (get / set).
ElevationAngleConstraint() - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with default values.
ElevationAngleConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified central body and minimum value.
ElevationAngleConstraint(double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified minimum value.
ElevationAngleConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
ElevationAngleConstraint(double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified minimum value and maximum value.
ElevationAngleConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
ElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, and minimum value.
ElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
ElevationAngleConstraint(ElevationAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
Initializes a new instance as a copy of an existing instance.
ElevationAngleRateConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the object at the other end of the ConstrainedLink (get / set) be between a range of elevation angle rates in radians per second as viewed from the ConstrainedLinkEnd (get / set).
ElevationAngleRateConstraint() - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with default values.
ElevationAngleRateConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified central body and minimum value.
ElevationAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, and minimum value.
ElevationAngleRateConstraint(double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified minimum value.
ElevationAngleRateConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
ElevationAngleRateConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
ElevationAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
ElevationAngleRateConstraint(double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified minimum value and maximum value.
ElevationAngleRateConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
ElevationAngleRateConstraint(ElevationAngleRateConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
Initializes a new instance as a copy of an existing instance.
ElevationMask - Class in agi.foundation.terrain
The elevation mask along a particular azimuth ray of an AzimuthElevationMask.
ElevationMask() - Constructor for class agi.foundation.terrain.ElevationMask
Initializes a new instance.
ElevationMask(double, double) - Constructor for class agi.foundation.terrain.ElevationMask
Initializes a new instance.
ElevationRise - Class in agi.foundation.terrain
Describes a rise in obscured elevation angle along a particular azimuth ray of an AzimuthElevationMask.
ElevationRise() - Constructor for class agi.foundation.terrain.ElevationRise
Initializes a new instance.
ElevationRise(double, double) - Constructor for class agi.foundation.terrain.ElevationRise
Initializes a new instance.
Ellipsoid - Class in agi.foundation.geometry.shapes
A quadratic surface defined in Cartesian coordinates by the equation:
Ellipsoid(double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a unit sphere.
Ellipsoid() - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a unit sphere.
Ellipsoid(double, double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a scalene ellipsoid.
Ellipsoid(double, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a scalene ellipsoid.
Ellipsoid(Cartesian, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a scalene ellipsoid.
Ellipsoid(Cartesian) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a scalene ellipsoid.
Ellipsoid(double, double, AxisIndicator, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a spheroid.
Ellipsoid(double, double, AxisIndicator) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a spheroid.
Ellipsoid(double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
Initializes an ellipsoid as a sphere.
EllipsoidCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML ellipsoids for objects that provide IEllipsoidGraphicsService.
EllipsoidComplexSurfaceCurve - Class in agi.foundation.geometry.shapes
Represents a curve comprised of several connected curves on the surface of an ellipsoid
EllipsoidGeodesic - Class in agi.foundation.geometry.shapes
A minimum length path conforming to the surface of an ellipsoid and connecting two planetodetic surface points.
EllipsoidGeodesic(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.geometry.shapes.EllipsoidGeodesic
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
EllipsoidGeodesic(Ellipsoid, Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidGeodesic
Initializes a geodesic on the ellipsoid starting at the provided point and which has the indicated heading at that point and ends at a point located at the provided distance from the starting point.
EllipsoidGraphics - Class in agi.foundation.cesium
Defines the graphical properties of an ellipsoid.
EllipsoidGraphics() - Constructor for class agi.foundation.cesium.EllipsoidGraphics
Initializes a new instance.
EllipsoidGraphicsExtension - Class in agi.foundation.cesium
An extension that defines an ellipsoid to be drawn at the location defined by ILocationPointService.
EllipsoidGraphicsExtension() - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
Initializes a new instance.
EllipsoidGraphicsExtension(EllipsoidGraphics) - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
Initializes a new instance with the provided EllipsoidGraphics (get / set).
EllipsoidGraphicsExtension(EllipsoidGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
Initializes a new instance as a copy of an existing instance.
EllipsoidRhumbLine - Class in agi.foundation.geometry.shapes
A path of constant heading conforming to the surface of an ellipsoid and connecting two planetodetic surface points.
EllipsoidRhumbLine(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.geometry.shapes.EllipsoidRhumbLine
Initializes a rhumb line (a line of constant heading) on the ellipsoid connecting the two provided planetodetic points.
EllipsoidRhumbLine(Ellipsoid, Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidRhumbLine
Initializes a rhumb line (a line of constant heading) on the ellipsoid starting at the provided planetodetic point which has the indicated heading at that point and ends at a point located at the provided distance from the starting point.
ellipsoidSeparationDistance(Ellipsoid, Cartesian, Matrix3By3) - Method in class agi.foundation.geometry.shapes.Ellipsoid
If the given Ellipsoid does not intersect with this ellipsoid this method returns the minimum separation between the surfaces of the two ellipsoids.
ellipsoidSeparationDistance(Ellipsoid, Cartesian, Matrix3By3, Cartesian[], Cartesian[]) - Method in class agi.foundation.geometry.shapes.Ellipsoid
If the given Ellipsoid does not intersect with this ellipsoid this method returns the minimum separation between the surfaces of the two ellipsoids.
EllipsoidSurfaceCurve - Class in agi.foundation.geometry.shapes
Represents a curve on the surface of an ellipsoid.
EllipsoidSurfaceCurve() - Constructor for class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Initializes a new instance.
EllipsoidSurfaceCurveIntersectionResults - Class in agi.foundation.geometry.shapes
Holds the data for the location of an intersection between two EllipsoidSurfaceCurves.
EllipsoidSurfaceCurveIntersectionResults(Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidSurfaceCurveIntersectionResults
Initializes an instance.
EllipsoidSurfaceRegion - Class in agi.foundation.geometry.shapes
This class represents a region of the surface of an Ellipsoid bounded by a closed surface curve.
EllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
Creates an EllipsoidSurfaceRegion or EllipsoidSurfaceRegionHole based upon the set properties.
EllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
Initializes a new instance.
EllipsoidSurfaceRegionBuilder(Ellipsoid) - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
Initializes a new instance with the specified ellipsoid.
EllipsoidSurfaceRegionBuilder(Ellipsoid, double) - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
Initializes a new instance with the specified ellipsoid and border granularity.
EllipsoidSurfaceRegionCoverageGridCell - Class in agi.foundation.geometry.discrete
An ellipsoid surface region grid cell that does not vary in time.
EllipsoidSurfaceRegionCoverageGridCell(Collection<Cartographic>, double, Ellipsoid) - Constructor for class agi.foundation.geometry.discrete.EllipsoidSurfaceRegionCoverageGridCell
Initializes this 2D grid cell with the specified parameters.
EllipsoidSurfaceRegionCurveConnectionType - Enum in agi.foundation.geometry
Specifies one of two surface curve connection types.
EllipsoidSurfaceRegionHole - Class in agi.foundation.geometry.shapes
This class represents a hole in a region of the surface of an Ellipsoid bounded by a closed surface curve.
EllipsoidTerrainProvider - Class in agi.foundation.terrain
A very simple terrain provider that returns 0.0 whenever asked for a height.
EllipsoidTerrainProvider() - Constructor for class agi.foundation.terrain.EllipsoidTerrainProvider
Initializes a new instance with the Shape (get / set) and FixedFrame (get / set) from the EarthCentralBody in the CentralBodiesFacet in the current CalculationContext.
EllipsoidTerrainProvider(Ellipsoid, ReferenceFrame) - Constructor for class agi.foundation.terrain.EllipsoidTerrainProvider
Initializes a new instance with the specified shape and fixed frame.
EllipsoidTriangulator - Class in agi.foundation.geometry.discrete
Triangulates an ellipsoid.
EllipsoidType - Enum in agi.foundation.geometry.shapes
The type of an ellipsoid.
EllipticalPolarization - Class in agi.foundation.communications
Represents elliptical polarization.
EllipticalPolarization(double) - Constructor for class agi.foundation.communications.EllipticalPolarization
Initializes a new instance.
EllipticalPolarization(double, double) - Constructor for class agi.foundation.communications.EllipticalPolarization
Initializes a new instance.
EllipticalPolarization(double, double, PolarizationReferenceAxis) - Constructor for class agi.foundation.communications.EllipticalPolarization
Initializes a new instance.
Empty - Static variable in class agi.foundation.compatibility.EventArgs
Represents an event with no event data.
Empty - Static variable in class agi.foundation.infrastructure.threading.PersistentDictionary
An empty dictionary.
EnceladusCentralBody - Class in agi.foundation.celestial
The Saturnian moon Enceladus.
EnceladusCentralBody() - Constructor for class agi.foundation.celestial.EnceladusCentralBody
Initializes a new instance.
EnceladusCentralBody(EnceladusCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EnceladusCentralBody
Initializes a new instance as a copy of an existing instance.
encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.ComplexConic
Indicates if the provided point is inside the volume.
encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
Indicates if the provided point is inside the volume.
encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.RectangularPyramid
Indicates if the provided point is inside the volume.
encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.Solid
Indicates if the provided point is inside the volume.
encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
Indicates if the provided point is inside the volume.
EnclosureDescription - Class in agi.foundation.geometry.shapes
Describes an enclosure, as returned by Solid.getEnclosureDescriptions().
EnclosureDescription(RealValuedScalarFunction1<Cartesian>, EnclosureFunctionType) - Constructor for class agi.foundation.geometry.shapes.EnclosureDescription
Initializes a new instance.
EnclosureDescriptionCollection - Class in agi.foundation.geometry.shapes
A collection of EnclosureDescription instances.
EnclosureDescriptionCollection() - Constructor for class agi.foundation.geometry.shapes.EnclosureDescriptionCollection
 
EnclosureFunctionType - Enum in agi.foundation.geometry.shapes
Describes the nature of an enclosure function returned by Solid.getEnclosureDescriptions().
endEntityMatching(Transaction) - Method in class agi.foundation.tracking.EntityFilter
Indicates to the filter that the EntityFilterChain has finished matching entities to filters as part of a EntityFilterChain.redistributeEntities() operation.
EndianBitConverter - Class in agi.foundation.infrastructure
BitConverter assumes that the byte arrays given to it are always in the system's native byte order.
EndsOfSegment - Enum in agi.foundation.numericalmethods
Specifies if the initial state or final state of a segment should be considered.
ensure(Transaction, Object) - Method in class agi.foundation.tracking.EntitySet
Ensures that the entity with a specified EntityIdentifier (get) is not removed or replaced with a different entity with the same identifier before a transaction is committed.
ensureAll(Transaction) - Method in class agi.foundation.tracking.EntitySet
Ensures that the entity set does not change at all before the transaction is committed.
ensureValue(Transaction) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
At Transaction.commit() time, ensures that the value of this property, as seen by a given Transaction, has not changed.
EntityAxes<TEntity extends IEntityOrientation> - Class in agi.foundation.geometry
An Axes that obtains its value from from a tracking entity implementing IEntityOrientation.
EntityAxes(TypeLiteral<TEntity>, EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.EntityAxes
Initializes a new instance representing the orientation of the specified entity parameter.
EntityAxes(TypeLiteral<TEntity>, EntityAxes<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.EntityAxes
Initializes a new instance as a copy of an existing instance.
EntityDescriptor<TEntity> - Class in agi.foundation.tracking
Describes a family of entities.
EntityDescriptor() - Constructor for class agi.foundation.tracking.EntityDescriptor
Initializes a new instance.
EntityDescriptor(EntityDescriptor<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityDescriptor
Initializes a new instance as a copy of an existing instance.
EntityDynamicSensorFieldOfView<TEntity extends IEntitySensorFieldOfView> - Class in agi.foundation.geometry.shapes
A DynamicSensorFieldOfView that gets the current sensor shape from a tracking entity implementing IEntitySensorFieldOfView.
EntityDynamicSensorFieldOfView(EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Initializes a new instance representing the field of view of the specified entity parameter.
EntityDynamicSensorFieldOfView(EntityDynamicSensorFieldOfView<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Initializes a new instance as a copy of an existing instance.
EntityFilter<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
The base class for classes that are used with EntityFilterChain to filter entities into different EntitySets based on their properties.
EntityFilter(TransactionContext) - Constructor for class agi.foundation.tracking.EntityFilter
Initializes a new instance with the specified context.
EntityFilter(EntityFilter<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilter
Initializes a new instance as a copy of an existing instance.
EntityFilterChain<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
Groups entities into EntitySets with a series of filters.
EntityFilterChain(EntitySet<TEntity>, MatchingStrategy) - Constructor for class agi.foundation.tracking.EntityFilterChain
Initializes a new instance using the provided EntitySet and value indicating if entities should be matched against multiple filters.
EntityFilterChain(EntityFilterChain<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilterChain
Initializes a new instance as a copy of an existing instance.
EntityFilterCollection<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
A collection of EntityFilters.
EntityFilterCollection() - Constructor for class agi.foundation.tracking.EntityFilterCollection
Initializes a new instance.
EntityFilterCollection(Iterable<? extends EntityFilter<TEntity>>) - Constructor for class agi.foundation.tracking.EntityFilterCollection
Initializes a new instance that contains elements copied from the specified collection.
EntityFilterCollection(EntityFilterCollection<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilterCollection
Initializes a new instance as a copy of an existing instance.
EntityHistory - Class in agi.foundation.tracking
Represents positional history of an entity generated by a HistoryGenerator.
EntityIdentifierName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityIdentifier
The name of the EntityIdentifier (get) property.
entityMatchingCleanup(Transaction) - Method in class agi.foundation.tracking.EntityFilter
Allows the filter to perform any filter-specific cleanup at the end of entity matching.
entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.AccessEntityFilter
Allows the filter to perform any filter-specific setup at the start of entity matching.
entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.DelegateEntityFilter
Allows the filter to perform any filter-specific setup at the start of entity matching.
entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.EntityFilter
Allows the filter to perform any filter-specific setup at the start of entity matching.
EntityParameter<TEntity> - Class in agi.foundation.tracking
The placeholder for a parameterized entity within an evaluator.
EntityParameter() - Constructor for class agi.foundation.tracking.EntityParameter
Initializes a new instance.
EntityPoint<TEntity extends IEntityPosition> - Class in agi.foundation.geometry
A Point that obtains its value from from a tracking entity implementing IEntityPosition.
EntityPoint(TypeLiteral<TEntity>, EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.EntityPoint
Initializes a new instance representing the position of the specified entity parameter.
EntityPoint(TypeLiteral<TEntity>, EntityPoint<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.EntityPoint
Initializes a new instance as a copy of an existing instance.
EntityPropertyGetter<TEntity> - Class in agi.foundation.tracking
Represents a method to get the value of a property on an entity.
EntityPropertyGetter() - Constructor for class agi.foundation.tracking.EntityPropertyGetter
Creates a new instance of this delegate.
EntityPropertyGetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertyGetter
Initializes a delegate that will invoke an instance method on a class instance.
EntityPropertyGetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertyGetter
Initializes a delegate that will invoke a static method on a class.
EntityPropertyGetter.Function<TEntity> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
EntityPropertySetter<TEntity> - Class in agi.foundation.tracking
Represents a method to set the value of a property on an entity.
EntityPropertySetter() - Constructor for class agi.foundation.tracking.EntityPropertySetter
Creates a new instance of this delegate.
EntityPropertySetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertySetter
Initializes a delegate that will invoke an instance method on a class instance.
EntityPropertySetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertySetter
Initializes a delegate that will invoke a static method on a class.
EntityPropertySetter.Function<TEntity> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
EntitySchema<TEntity> - Class in agi.foundation.tracking
Describes the archived schema for an entity.
EntitySchema(Class<?>) - Constructor for class agi.foundation.tracking.EntitySchema
Initializes a new instance.
EntitySchemaProperty<TEntity> - Class in agi.foundation.tracking
A property in an EntitySchema.
EntitySchemaProperty(String, Class<?>, EntityPropertyGetter<TEntity>, EntityPropertySetter<TEntity>) - Constructor for class agi.foundation.tracking.EntitySchemaProperty
Initializes a new instance.
EntitySet<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
This class holds and manages a collection of tracked entities.
EntitySet(TransactionContext) - Constructor for class agi.foundation.tracking.EntitySet
Initializes a new instance.
EntitySet(TransactionContext, Object) - Constructor for class agi.foundation.tracking.EntitySet
Initializes a new instance.
EntitySetChangedEventArgs<TEntity> - Class in agi.foundation.tracking
Holds information about changes to an EntitySet.
EntitySetChangedEventArgs(Collection<TEntity>, Collection<Object>) - Constructor for class agi.foundation.tracking.EntitySetChangedEventArgs
Initializes a new instance.
EntityTransactedPropertyGetter<TEntity,T> - Class in agi.foundation.tracking
Represents a method to get a transacted property on an entity.
EntityTransactedPropertyGetter() - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
Creates a new instance of this delegate.
EntityTransactedPropertyGetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
Initializes a delegate that will invoke an instance method on a class instance.
EntityTransactedPropertyGetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
Initializes a delegate that will invoke a static method on a class.
EntityTransactedPropertyGetter.Function<TEntity,T> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
EntityVisualizer<TEntity extends IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
Abstract base class for visualizers, which display entities in Insight3D.
EntityVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.EntityVisualizer
Initializes a new instance.
enumerate(T) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Called by the object for each of its dependencies.
enumerateAnyObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Called by the object for each of its dependencies.
enumerateAnyObjectCollection(Iterable) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Calls #enumerate(T) for each of the objects in an enumerable list.
enumerateCollection(Iterable<T>) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Calls #enumerate(T) for each of the DefinitionalObject objects in an enumerable list.
enumerateDefinitionalObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Called by the object for each of its dependencies that are DefinitionalObject types.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessComputation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAnd
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAtLeastN
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAtMostN
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryExactlyN
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryNot
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryOr
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AltitudeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ScalarConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkInstantaneous
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkSpeedOfLight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.Maneuver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ArielCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericDragForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CallistoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CeresCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CharonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DeimosCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DioneCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DragBodyPlate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EarthCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EnceladusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EuropaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ForceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GanymedeCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GravityGradientTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.HyperionCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IapetusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JplDE
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JupiterCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.LinkRefracted
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticCoilTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticFieldVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MarsCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MercuryCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MimasCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MoonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NeptuneCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.OffAxisTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhobosCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhoebeCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlutoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ReactionWheelTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.RheaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SaturnCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarOccultation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarSystemBarycenter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolidTideModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SunCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TethysCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ThirdBodyGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitanCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitaniaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TorqueModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TritonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TwoBodyGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.UranusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VenusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VestaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.WindModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.DescriptionExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.GraphicalVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LabelGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LinkGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ModelGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PathGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PointGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ViewFromExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationLinkCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationSystem
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ConstantPolarizationSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererFrequencyBand
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererInformation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererLinkPath
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SignalChannelIdentifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.Photodetector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transponder
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.WirelessLinkExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.AssetDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlignedConstrained
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlongTerrain
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesBPlane
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesEastNorthUp
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedOffset
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFromBankAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInPointsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInVectorsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLinearRate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesNorthEastDown
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesTargetingLink
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationObjectScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositeAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ConstantCovariance3By3
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicDelaunayElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.GeometryDynamicState
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointAtAltitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCartographic
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointDifferentiator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedOffset
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInPointsFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInReferenceFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointVectorToPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ReferenceFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleInRange
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCartographicElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCosine
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelayedByLink
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDerivative
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDihedralAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDotProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDynamicPressure
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarExponent
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInverseTangent
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMachNumber
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMaximumValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMinimumValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPointElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPropagationLoss
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeading
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSine
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSphericalElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSquintAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSum
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarVectorElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAcceleration
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularAcceleration
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularVelocity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorApparentDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorBPlane
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorCrossProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDerivative
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDifferentiator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInPointsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInverted
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorMagnitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorNormalized
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorScaled
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorSum
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorVelocity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ChildrenExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensibleObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensionCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in interface agi.foundation.infrastructure.IEnumerateDependencies
Enumerates the dependencies of this object by calling DependencyEnumerator.enumerate(ICloneWithContext) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ObjectExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ParentExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationSignal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsReceiverExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsSatelliteExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessConstraintsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessResultExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AxesGraphicsParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.ChildPlatformCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.FieldOfViewExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.GraphicalVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.GraphicsParameterTransform
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.LocationPointExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.OrientationAxesExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.Platform
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PlatformLocationPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PlatformOrientationAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PointGraphicsParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.VectorGraphicsParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.AuxiliaryStateVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.BallisticPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.GpsRinexPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.J2Propagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.J4Propagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationEulerianAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagatorPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.Sgp4Propagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.SimpleAscentPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StateTransitionMatrix
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.TwoBodyPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.WaypointPropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.RadarWaveformProcessor
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.PropagatedRoute
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.RoutePropagator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.PropagateSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ReturnSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SegmentList
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.UpdateSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.StoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.tracking.AccessEntityFilter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateNonDefinitionalObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
Called by the object for each of its dependencies.
Enumeration - Interface in agi.foundation.compatibility
A marker interface for types implementing an enumeration based on an integer value.
Ephemeris() - Constructor for class agi.foundation.stk.StkEphemerisFile.Ephemeris
 
EphemerisLLATimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
 
EphemerisLLATimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePosVel
 
EphemerisLLRTimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
 
EphemerisLLRTimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePosVel
 
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE200
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE403
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE405
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE421
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE430
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE440
The PlanetaryEphemerisNumber (get) represented by this class.
EphemerisTimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
 
EphemerisTimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVel
 
EphemerisTimePosVelAcc() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVelAcc
 
EpochSecondsStoppingCondition - Class in agi.foundation.stoppingconditions
A StoppingCondition whose threshold is the number of seconds past an arbitrary epoch.
EpochSecondsStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Initializes a new instance.
EpochSecondsStoppingCondition(JulianDate, JulianDate) - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Initializes a new instance.
EpochSecondsStoppingCondition(EpochSecondsStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Initializes a new instance as a copy of an existing instance.
Epsilon1 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-1
Epsilon10 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-10
Epsilon11 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-11
Epsilon12 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-12
Epsilon13 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-13
Epsilon14 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-14
Epsilon15 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-15
Epsilon16 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-16
Epsilon17 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-17
Epsilon18 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-18
Epsilon19 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-19
Epsilon2 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-2
Epsilon20 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-20
Epsilon3 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-3
Epsilon4 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-4
Epsilon5 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-5
Epsilon6 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-6
Epsilon7 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-7
Epsilon8 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-8
Epsilon9 - Static variable in class agi.foundation.Constants
A small number useful for comparisons, 1e-9
equalityWithinTolerance(double) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
Calculates if the absolute value of the current constraint value minus the DesiredValue (get / set) (i.e.
equals(Object) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
Indicates whether another object is exactly equal to this instance.
equals(ClimbDescentCommandedValues, ClimbDescentCommandedValues) - Static method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
Indicates whether another object is exactly equal to this instance.
equals(CruiseCommandedValues, CruiseCommandedValues) - Static method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Indicates whether another object is exactly equal to this instance.
equals(HorizontalBehaviorDerivatives, HorizontalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Indicates whether another object is exactly equal to this instance.
equals(VerticalBehaviorDerivatives, VerticalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.Bounds
Indicates whether another object is exactly equal to this instance.
equals(Bounds, Bounds) - Static method in class agi.foundation.Bounds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.EarthOrientationParametersData
Indicates whether another object is exactly equal to this instance.
equals(EarthOrientationParametersData, EarthOrientationParametersData) - Static method in class agi.foundation.celestial.EarthOrientationParametersData
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.IauOrientationParameters
Indicates whether another object is exactly equal to this instance.
equals(IauOrientationParameters, IauOrientationParameters) - Static method in class agi.foundation.celestial.IauOrientationParameters
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.Nutation
Indicates whether another object is exactly equal to this instance.
equals(Nutation, Nutation) - Static method in class agi.foundation.celestial.Nutation
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.Precession
Indicates whether another object is exactly equal to this instance.
equals(Precession, Precession) - Static method in class agi.foundation.celestial.Precession
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Indicates whether another object is exactly equal to this instance.
equals(SphericalHarmonicCoefficients, SphericalHarmonicCoefficients) - Static method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Returns true if this object is equivalent to the given object.
equals(ThirdBodyGravity.ThirdBodyInfo, ThirdBodyGravity.ThirdBodyInfo) - Static method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.cesium.NearFarScalar
Indicates whether another object is exactly equal to this instance.
equals(NearFarScalar, NearFarScalar) - Static method in class agi.foundation.cesium.NearFarScalar
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.communications.antennas.WeightedDirection
 
equals(ElectricFieldVectorComponents, ElectricFieldVectorComponents) - Static method in class agi.foundation.communications.ElectricFieldVectorComponents
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.communications.ElectricFieldVectorComponents
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.Signal
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.SignalCollection
Indicates whether another object is exactly equal to this instance.
equals(SignalCollection) - Method in class agi.foundation.communications.SignalCollection
Indicates whether this collection of signals is equivalent to another collection of signals.
equals(Object) - Method in class agi.foundation.communications.SignalDopplerShiftData
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationBpsk
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationOok
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationQpsk
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
Indicates whether another object is exactly equal to this instance.
equals(PulsedSignalData, PulsedSignalData) - Static method in class agi.foundation.communications.signalprocessing.PulsedSignalData
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
 
equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
 
equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
 
equals(Object) - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.compatibility.Delegate
 
equals(Object) - Method in class agi.foundation.compatibility.DimensionF
 
equals(Object) - Method in class agi.foundation.compatibility.FileAccess
 
equals(Object) - Method in class agi.foundation.compatibility.FontStyle
 
equals(T, T) - Method in interface agi.foundation.compatibility.IEqualityComparer
Determines whether the specified objects are equal.
equals(Object) - Method in class agi.foundation.compatibility.MouseButtons
 
equals(Object) - Method in class agi.foundation.compatibility.PointF
 
equals(Object) - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
equals(Object) - Method in class agi.foundation.coordinates.AngleAxisRotation
Indicates whether another object is exactly equal to this instance.
equals(AngleAxisRotation, AngleAxisRotation) - Static method in class agi.foundation.coordinates.AngleAxisRotation
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.AzimuthElevationRange
Indicates whether another object is exactly equal to this instance.
equals(AzimuthElevationRange, AzimuthElevationRange) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Indicates whether another object is exactly equal to this instance.
equals(AzimuthHorizontalVertical, AzimuthHorizontalVertical) - Static method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.BoundingRectangle
Indicates whether another object is exactly equal to this instance.
equals(BoundingRectangle, BoundingRectangle) - Static method in class agi.foundation.coordinates.BoundingRectangle
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Cartesian
Indicates whether another object is exactly equal to this instance.
equals(Cartesian, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.CartesianBounds
Indicates whether another object is exactly equal to this instance.
equals(CartesianBounds, CartesianBounds) - Static method in class agi.foundation.coordinates.CartesianBounds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether another object is exactly equal to this instance.
equals(Cartographic, Cartographic) - Static method in class agi.foundation.coordinates.Cartographic
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.CartographicExtent
Indicates whether another object is exactly equal to this instance.
equals(CartographicExtent, CartographicExtent) - Static method in class agi.foundation.coordinates.CartographicExtent
Returns true if the two instances are exactly equal.
equals(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Complex
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.ComplexMatrix
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.Covariance3By3Derivative
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Indicates whether another object is exactly equal to this instance.
equals(Covariance3By3SizeAndOrientation) - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Indicates whether another instance of this type is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.Cylindrical
Indicates whether another object is exactly equal to this instance.
equals(Cylindrical, Cylindrical) - Static method in class agi.foundation.coordinates.Cylindrical
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.CylindricalBounds
Indicates whether another object is exactly equal to this instance.
equals(CylindricalBounds, CylindricalBounds) - Static method in class agi.foundation.coordinates.CylindricalBounds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.DenseMatrix
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.DiagonalMatrix
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.coordinates.EigenDecomposition
Indicates whether another object is exactly equal to this instance.
equals(EigenDecomposition, EigenDecomposition) - Static method in class agi.foundation.coordinates.EigenDecomposition
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.ElementaryRotation
Indicates whether another object is exactly equal to this instance.
equals(ElementaryRotation, ElementaryRotation) - Static method in class agi.foundation.coordinates.ElementaryRotation
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.EulerSequence
Indicates whether another object is exactly equal to this instance.
equals(EulerSequence, EulerSequence) - Static method in class agi.foundation.coordinates.EulerSequence
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.HelmertTransformation
Indicates whether another object is exactly equal to this instance.
equals(HelmertTransformation, HelmertTransformation) - Static method in class agi.foundation.coordinates.HelmertTransformation
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.KinematicTransformation
Indicates whether another object is exactly equal to this instance.
equals(KinematicTransformation, KinematicTransformation) - Static method in class agi.foundation.coordinates.KinematicTransformation
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Indicates whether another object is exactly equal to this instance.
equals(LongitudeLatitudeRadius, LongitudeLatitudeRadius) - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Returns true if the two instances are exactly equal.
equals(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Indicates whether the two provided matrices hold the same data.
equals(Object) - Method in class agi.foundation.coordinates.Matrix3By3
Indicates whether another object is exactly equal to this instance.
equals(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3
Indicates whether another instance of this type is exactly equal to this instance.
equals(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Indicates whether another object is exactly equal to this instance.
equals(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Indicates whether another instance of this type is exactly equal to this instance.
equals(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Matrix6By6
Indicates whether another object is exactly equal to this instance.
equals(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Indicates whether another object is exactly equal to this instance.
equals(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Indicates whether another object is exactly equal to this instance.
equals(MilitaryGridReferenceSystem, MilitaryGridReferenceSystem) - Static method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Polar
Indicates whether another object is exactly equal to this instance.
equals(Polar, Polar) - Static method in class agi.foundation.coordinates.Polar
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Pyramidal
Indicates whether another object is exactly equal to this instance.
equals(Pyramidal, Pyramidal) - Static method in class agi.foundation.coordinates.Pyramidal
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.PyramidalBounds
Indicates whether another object is exactly equal to this instance.
equals(PyramidalBounds, PyramidalBounds) - Static method in class agi.foundation.coordinates.PyramidalBounds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Quaternion
Indicates whether another object is exactly equal to this instance.
equals(Quaternion, Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.Rectangular
Indicates whether another object is exactly equal to this instance.
equals(Rectangular, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
Indicates whether another object is exactly equal to this instance.
equals(RotationVectorAngularVelocity, RotationVectorAngularVelocity) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
An equality operator overload that compares two RotationVectorAngularVelocity objects.
equals(Object) - Method in class agi.foundation.coordinates.Spherical
Indicates whether another object is exactly equal to this instance.
equals(Spherical, Spherical) - Static method in class agi.foundation.coordinates.Spherical
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.SphericalBounds
Indicates whether another object is exactly equal to this instance.
equals(SphericalBounds, SphericalBounds) - Static method in class agi.foundation.coordinates.SphericalBounds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
Indicates whether another object is exactly equal to this instance.
equals(TextureCoordinate4DF, TextureCoordinate4DF) - Static method in class agi.foundation.coordinates.TextureCoordinate4DF
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UnitCartesian
Indicates whether another object is exactly equal to this instance.
equals(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UnitQuaternion
Indicates whether another object is exactly equal to this instance.
equals(UnitQuaternion, UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UnitRectangular
Indicates whether another object is exactly equal to this instance.
equals(UnitRectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UnitSpherical
Indicates whether another object is exactly equal to this instance.
equals(UnitSpherical, UnitSpherical) - Static method in class agi.foundation.coordinates.UnitSpherical
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
Indicates whether another object is exactly equal to this instance.
equals(UniversalPolarStereographic, UniversalPolarStereographic) - Static method in class agi.foundation.coordinates.UniversalPolarStereographic
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
Indicates whether another object is exactly equal to this instance.
equals(UniversalTransverseMercator, UniversalTransverseMercator) - Static method in class agi.foundation.coordinates.UniversalTransverseMercator
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.coordinates.YawPitchRoll
Indicates whether another object is exactly equal to this instance.
equals(YawPitchRoll, YawPitchRoll) - Static method in class agi.foundation.coordinates.YawPitchRoll
Returns true if the two instances are exactly equal.
equals(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.DegreesMinutesSeconds
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.geometry.discrete.CylinderFill
 
equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.geometry.shapes.PointOnCurve
Indicates whether another object is exactly equal to this instance.
equals(PointOnCurve, PointOnCurve) - Static method in class agi.foundation.geometry.shapes.PointOnCurve
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.graphics.advanced.BoundingSphere
Indicates whether another object is exactly equal to this instance.
equals(BoundingSphere, BoundingSphere) - Static method in class agi.foundation.graphics.advanced.BoundingSphere
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.graphics.advanced.RenderPass
 
equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
 
equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
 
equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
 
equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
 
equals(Object) - Method in class agi.foundation.graphics.PathPoint
Indicates whether another object is exactly equal to this instance.
equals(PathPoint, PathPoint) - Static method in class agi.foundation.graphics.PathPoint
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.graphics.PathPointBuilder
Indicates whether another object is exactly equal to this instance.
equals(PathPointBuilder, PathPointBuilder) - Static method in class agi.foundation.graphics.PathPointBuilder
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.graphics.renderer.TextureFilter2D
Indicates whether another object is exactly equal to this instance.
equals(TextureFilter2D, TextureFilter2D) - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
Indicates whether another object is exactly equal to this instance.
equals(TextureTemplate2D, TextureTemplate2D) - Static method in class agi.foundation.graphics.renderer.TextureTemplate2D
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.infrastructure.ParameterAction
 
equals(Object) - Method in class agi.foundation.Motion1
Indicates whether another object is exactly equal to this instance.
equals(Motion1<T>, Motion1<T>) - Static method in class agi.foundation.Motion1
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.Motion2
Indicates whether another object is exactly equal to this instance.
equals(Motion2<T, TDerivative>, Motion2<T, TDerivative>) - Static method in class agi.foundation.Motion2
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Indicates whether another object is exactly equal to this instance.
equals(RinexNavigationEphemeris, RinexNavigationEphemeris) - Static method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
Indicates whether another object is exactly equal to this instance.
equals(SatelliteIdentifier, SatelliteIdentifier) - Static method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.numericalmethods.CostFunctionScaling
 
equals(Object) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.numericalmethods.InequalityConstraintScaling
 
equals(Object) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnCostFunction
 
equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnInequalityConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnVariable
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfBoundValueScalingOnInequalityConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfDesiredValueScalingOnConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfInitialValueScalingOnVariable
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnCostFunction
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnInequalityConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnVariable
 
equals(Object) - Method in class agi.foundation.numericalmethods.SolverConstraintScaling
 
equals(Object) - Method in class agi.foundation.numericalmethods.SolverVariableScaling
 
equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnCostFunction
 
equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnInequalityConstraint
 
equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnVariable
 
equals(Object) - Method in class agi.foundation.numericalmethods.StepSizeInformation
 
equals(Object) - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
 
equals(Object) - Method in class agi.foundation.propagators.PropagationStateArray
Indicates whether another object is exactly equal to this instance.
equals(PropagationStateArray, PropagationStateArray) - Static method in class agi.foundation.propagators.PropagationStateArray
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.propagators.Waypoint
Indicates whether another object is exactly equal to this instance.
equals(Waypoint, Waypoint) - Static method in class agi.foundation.propagators.Waypoint
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.radar.SignalSwerlingTargetModel
 
equals(Object) - Method in class agi.foundation.terrain.ElevationMask
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.terrain.ElevationRise
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.terrain.FirstPartialsOfHeight
 
equals(Object) - Method in class agi.foundation.terrain.GTOPO30Options
 
equals(Object) - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Indicates whether another object is exactly equal to this instance.
equals(QuantizedMeshTileCoordinateExtent, QuantizedMeshTileCoordinateExtent) - Static method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.terrain.QuantizedMeshTileID
Indicates whether another object is exactly equal to this instance.
equals(QuantizedMeshTileID, QuantizedMeshTileID) - Static method in class agi.foundation.terrain.QuantizedMeshTileID
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
Indicates whether another object is exactly equal to this instance.
equals(RasterTerrainIndexExtent, RasterTerrainIndexExtent) - Static method in class agi.foundation.terrain.RasterTerrainIndexExtent
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.terrain.SecondPartialsOfHeight
 
equals(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.terrain.TerrainRegion
Indicates whether another object is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.time.Duration
Returns true if this Duration exactly equals another Duration, within the limits of floating point precision.
equals(Duration, Duration) - Static method in class agi.foundation.time.Duration
Returns true if two Durations are exactly equal, within the limits of floating point precision.
equals(Object) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Indicates whether another object is exactly equal to this instance.
equals(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.time.GregorianDate
Indicates whether another object is exactly equal to this instance.
equals(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
Returns true if the two instances are exactly equal.
equals(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
Returns true if the two dates are exactly equal.
equals(Object) - Method in class agi.foundation.time.JulianDate
Returns true if this date exactly equals another date.
equals(Object) - Method in class agi.foundation.time.LeapSecond
Indicates whether another object is exactly equal to this instance.
equals(LeapSecond, LeapSecond) - Static method in class agi.foundation.time.LeapSecond
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.time.TimeInterval
Indicates whether another object is exactly equal to this instance.
equals(TimeInterval, TimeInterval) - Static method in class agi.foundation.time.TimeInterval
Returns true if the two instances are exactly equal.
equals(TimeInterval1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
Indicates whether another instance of this type is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.time.TimeInterval1
Indicates whether another object is exactly equal to this instance.
equals(TimeInterval1<T>, TimeInterval1<T>) - Static method in class agi.foundation.time.TimeInterval1
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.time.TimeIntervalCollection
Indicates whether another object is exactly equal to this instance.
equals(TimeIntervalCollection, TimeIntervalCollection) - Static method in class agi.foundation.time.TimeIntervalCollection
Returns true if the two instances are exactly equal.
equals(TimeIntervalCollection1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Indicates whether another instance of this type is exactly equal to this instance.
equals(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
Indicates whether another object is exactly equal to this instance.
equals(TimeIntervalCollection1<T>, TimeIntervalCollection1<T>) - Static method in class agi.foundation.time.TimeIntervalCollection1
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.time.YearMonthDay
Indicates whether another object is exactly equal to this instance.
equals(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
Returns true if the two instances are exactly equal.
equals(Object) - Method in class agi.foundation.TypeLiteral
Returns true of object is a type literal representing the same type as this type literal, false if not.
equals(Object) - Method in class agi.foundation.TypeLiteral
Returns true of object is a type literal representing the same type as this type literal, false if not.
equalsEpsilon(Bounds, double) - Method in class agi.foundation.Bounds
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
equalsEpsilon(AngleAxisRotation, double) - Method in class agi.foundation.coordinates.AngleAxisRotation
Returns true if all of the elements of this rotation are within epsilon of the same elements of the specified rotation.
equalsEpsilon(AzimuthElevationRange, double) - Method in class agi.foundation.coordinates.AzimuthElevationRange
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(AzimuthHorizontalVertical, double) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(BoundingRectangle, double) - Method in class agi.foundation.coordinates.BoundingRectangle
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Cartesian, double) - Method in class agi.foundation.coordinates.Cartesian
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(CartesianBounds, double) - Method in class agi.foundation.coordinates.CartesianBounds
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
equalsEpsilon(Cartographic, double) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(CartographicExtent, double) - Method in class agi.foundation.coordinates.CartographicExtent
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Cylindrical, double) - Method in class agi.foundation.coordinates.Cylindrical
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(CylindricalBounds, double) - Method in class agi.foundation.coordinates.CylindricalBounds
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
equalsEpsilon(ElementaryRotation, double) - Method in class agi.foundation.coordinates.ElementaryRotation
Returns true if all of the elements of this rotation are within epsilon of the same elements of the specified rotation.
equalsEpsilon(EulerSequence, double) - Method in class agi.foundation.coordinates.EulerSequence
Returns true if all of the elements of this rotation are within epsilon of the same elements of the specified rotation.
equalsEpsilon(LongitudeLatitudeRadius, double) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Matrix, double) - Method in class agi.foundation.coordinates.Matrix
Indicates whether each cell value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Matrix3By3, double) - Method in class agi.foundation.coordinates.Matrix3By3
Returns true if all of the elements of this matrix are within epsilon of the same elements of the specified matrix.
equalsEpsilon(Matrix3By3Symmetric, double) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Returns true if all of the elements of this matrix are within epsilon of the same elements of the specified matrix.
equalsEpsilon(Matrix6By6, double) - Method in class agi.foundation.coordinates.Matrix6By6
Returns true if all of the elements of this matrix are within epsilon of the same elements of the specified matrix.
equalsEpsilon(Matrix6By6Symmetric, double) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Returns true if all of the elements of this matrix are within epsilon of the same elements of the specified matrix.
equalsEpsilon(MilitaryGridReferenceSystem, double) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Polar, double) - Method in class agi.foundation.coordinates.Polar
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Pyramidal, double) - Method in class agi.foundation.coordinates.Pyramidal
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(PyramidalBounds, double) - Method in class agi.foundation.coordinates.PyramidalBounds
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
equalsEpsilon(Quaternion, double) - Method in class agi.foundation.coordinates.Quaternion
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Rectangular, double) - Method in class agi.foundation.coordinates.Rectangular
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(Spherical, double) - Method in class agi.foundation.coordinates.Spherical
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(SphericalBounds, double) - Method in class agi.foundation.coordinates.SphericalBounds
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
equalsEpsilon(TextureCoordinate4DF, double) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
Indicates whether each coordinate parameter of another instance of this type is within the required tolerance of the corresponding coordinate parameter.
equalsEpsilon(UnitCartesian, double) - Method in class agi.foundation.coordinates.UnitCartesian
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(UnitQuaternion, double) - Method in class agi.foundation.coordinates.UnitQuaternion
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(UnitRectangular, double) - Method in class agi.foundation.coordinates.UnitRectangular
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(UnitSpherical, double) - Method in class agi.foundation.coordinates.UnitSpherical
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(UniversalPolarStereographic, double) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(UniversalTransverseMercator, double) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
equalsEpsilon(YawPitchRoll, double) - Method in class agi.foundation.coordinates.YawPitchRoll
Returns true if all of the elements of this quaternion are within epsilon of the same elements of the specified quaternion.
equalsEpsilon(DegreesMinutesSeconds, double) - Method in class agi.foundation.DegreesMinutesSeconds
Indicates whether each DegreesMinutesSeconds value of another instance of this type is within the required tolerance of the corresponding DegreesMinutesSeconds value of this instance.
equalsEpsilon(BoundingSphere, double) - Method in class agi.foundation.graphics.advanced.BoundingSphere
Indicates whether the center and radius of another instance of this type is within the required tolerance of the corresponding center and radius value of this instance.
equalsEpsilon(T, double) - Method in interface agi.foundation.infrastructure.IEquatableEpsilon
Returns true if this instance is equal to the specified instance, within epsilon.
equalsEpsilon(Duration, double) - Method in class agi.foundation.time.Duration
Returns true if this Duration is within epsilon seconds of the specified Duration.
equalsEpsilon(GlobalPositioningSystemDate, double) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Returns true if this date is within epsilon seconds of the specified date.
equalsEpsilon(JulianDate, double) - Method in class agi.foundation.time.JulianDate
Returns true if this date is within epsilon seconds of the specified date.
equalsEpsilon(TimeInterval, double) - Method in class agi.foundation.time.TimeInterval
Determines if this time interval is equal to another time interval, using an epsilon to compare the Start (get) and Stop (get) properties of the two intervals.
equalsEpsilon(TimeInterval1<T>, double) - Method in class agi.foundation.time.TimeInterval1
Determines if this time interval is equal to another time interval, using an epsilon to compare the Start (get) and Stop (get) properties of the two intervals.
equalsEpsilon(TimeInterval1<T>, double, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
Determines if this time interval is equal to another time interval, using an epsilon to compare the Start (get) and Stop (get) properties of the two intervals.
equalsEpsilon(TimeIntervalCollection, double) - Method in class agi.foundation.time.TimeIntervalCollection
Determines if this TimeIntervalCollection is equal to another by comparing each of the TimeInterval elements in the two collections with TimeInterval.equalsEpsilon(agi.foundation.time.TimeInterval, double).
equalsEpsilon(TimeIntervalCollection1<T>, double) - Method in class agi.foundation.time.TimeIntervalCollection1
Determines if this TimeIntervalCollection is equal to another by comparing each of the TimeInterval elements in the two collections with TimeInterval.equalsEpsilon(agi.foundation.time.TimeInterval, double).
equalsEpsilon(TimeIntervalCollection1<T>, double, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Determines if this TimeIntervalCollection is equal to another by comparing each of the TimeInterval elements in the two collections with TimeInterval.equalsEpsilon(agi.foundation.time.TimeInterval, double).
equalsSignificantDigits(double, double, int) - Static method in class agi.foundation.FloatingPointComparison
Compares two numbers up to the specified number of significant digits.
equalsSignificantDigits(double, double, int, int) - Static method in class agi.foundation.FloatingPointComparison
Compares two numbers up to the specified number of significant digits.
equalsSignificantDigitsOrAbsoluteError(double, double, int, double) - Static method in class agi.foundation.FloatingPointComparison
Compares two numbers up to the specified number of significant digits or by their absolute error.
equalsType(BandedCruisePerformanceModel.Band) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(ClimbDescentCommandedValues) - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(CruiseCommandedValues) - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(HorizontalBehaviorDerivatives) - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(VerticalBehaviorDerivatives) - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Bounds) - Method in class agi.foundation.Bounds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(EarthOrientationParametersData) - Method in class agi.foundation.celestial.EarthOrientationParametersData
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(IauOrientationParameters) - Method in class agi.foundation.celestial.IauOrientationParameters
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Nutation) - Method in class agi.foundation.celestial.Nutation
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Precession) - Method in class agi.foundation.celestial.Precession
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(SphericalHarmonicCoefficients) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(ThirdBodyGravity.ThirdBodyInfo) - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(NearFarScalar) - Method in class agi.foundation.cesium.NearFarScalar
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(ElectricFieldVectorComponents) - Method in class agi.foundation.communications.ElectricFieldVectorComponents
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(FrequencySpecificElectricFieldPattern) - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Signal) - Method in class agi.foundation.communications.Signal
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PulsedSignalData) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(SphericalTabularElectricFieldPattern) - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(T) - Method in interface agi.foundation.compatibility.IEquatable
Indicates whether the current object is equal to another object of the same type.
equalsType(AngleAxisRotation) - Method in class agi.foundation.coordinates.AngleAxisRotation
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(AzimuthElevationRange) - Method in class agi.foundation.coordinates.AzimuthElevationRange
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(AzimuthHorizontalVertical) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(BoundingRectangle) - Method in class agi.foundation.coordinates.BoundingRectangle
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(CartesianBounds) - Method in class agi.foundation.coordinates.CartesianBounds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Cartographic) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(CartographicExtent) - Method in class agi.foundation.coordinates.CartographicExtent
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Complex) - Method in class agi.foundation.coordinates.Complex
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Covariance3By3Derivative) - Method in class agi.foundation.coordinates.Covariance3By3Derivative
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Cylindrical) - Method in class agi.foundation.coordinates.Cylindrical
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(CylindricalBounds) - Method in class agi.foundation.coordinates.CylindricalBounds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(EigenDecomposition) - Method in class agi.foundation.coordinates.EigenDecomposition
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(ElementaryRotation) - Method in class agi.foundation.coordinates.ElementaryRotation
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(EulerSequence) - Method in class agi.foundation.coordinates.EulerSequence
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(HelmertTransformation) - Method in class agi.foundation.coordinates.HelmertTransformation
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(KinematicTransformation) - Method in class agi.foundation.coordinates.KinematicTransformation
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(LongitudeLatitudeRadius) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(MilitaryGridReferenceSystem) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Polar) - Method in class agi.foundation.coordinates.Polar
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Pyramidal) - Method in class agi.foundation.coordinates.Pyramidal
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PyramidalBounds) - Method in class agi.foundation.coordinates.PyramidalBounds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Quaternion) - Method in class agi.foundation.coordinates.Quaternion
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(RotationVectorAngularVelocity) - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Spherical) - Method in class agi.foundation.coordinates.Spherical
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(SphericalBounds) - Method in class agi.foundation.coordinates.SphericalBounds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TextureCoordinate4DF) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UnitQuaternion) - Method in class agi.foundation.coordinates.UnitQuaternion
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UnitSpherical) - Method in class agi.foundation.coordinates.UnitSpherical
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UniversalPolarStereographic) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(UniversalTransverseMercator) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(YawPitchRoll) - Method in class agi.foundation.coordinates.YawPitchRoll
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
 
equalsType(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
 
equalsType(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
 
equalsType(EllipsoidSurfaceRegionHole) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
 
equalsType(PointOnCurve) - Method in class agi.foundation.geometry.shapes.PointOnCurve
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(BoundingSphere) - Method in class agi.foundation.graphics.advanced.BoundingSphere
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PathPoint) - Method in class agi.foundation.graphics.PathPoint
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PathPointBuilder) - Method in class agi.foundation.graphics.PathPointBuilder
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TextureFilter2D) - Method in class agi.foundation.graphics.renderer.TextureFilter2D
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TextureTemplate2D) - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Motion1<T>) - Method in class agi.foundation.Motion1
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Motion2<T, TDerivative>) - Method in class agi.foundation.Motion2
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PerformanceAssessmentField) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PredictionSupportRecord) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(RinexNavigationEphemeris) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(SatelliteIdentifier) - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(DoubleFunctionSampling) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(DurationFunctionSampling) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(JulianDateFunctionSampling) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(PropagationStateArray) - Method in class agi.foundation.propagators.PropagationStateArray
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Waypoint) - Method in class agi.foundation.propagators.Waypoint
Indicates whether another instance of this type is equal to this instance.
equalsType(ElevationMask) - Method in class agi.foundation.terrain.ElevationMask
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(ElevationRise) - Method in class agi.foundation.terrain.ElevationRise
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(QuantizedMeshTileCoordinateExtent) - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(QuantizedMeshTileID) - Method in class agi.foundation.terrain.QuantizedMeshTileID
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TerrainCacheTimeStamp) - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TerrainRegion) - Method in class agi.foundation.terrain.TerrainRegion
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(Duration) - Method in class agi.foundation.time.Duration
Returns true if this Duration exactly equals another Duration, within the limits of floating point precision.
equalsType(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(GregorianDate) - Method in class agi.foundation.time.GregorianDate
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(JulianDate) - Method in class agi.foundation.time.JulianDate
Returns true if this date exactly equals another date.
equalsType(LeapSecond) - Method in class agi.foundation.time.LeapSecond
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TimeInterval) - Method in class agi.foundation.time.TimeInterval
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TimeInterval1<T>) - Method in class agi.foundation.time.TimeInterval1
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Indicates whether another instance of this type is exactly equal to this instance.
equalsType(YearMonthDay) - Method in class agi.foundation.time.YearMonthDay
Indicates whether another instance of this type is exactly equal to this instance.
EquationOfEquinoxes - Class in agi.foundation.celestial
Represents the equation of the equinox (also called the "nutation in right ascension" according to the Explanatory Supplement to the Astronomical Almanac) which defines the right ascension of the mean equinox with respect to the true equator and equinox.
EquationOfEquinoxes() - Constructor for class agi.foundation.celestial.EquationOfEquinoxes
Initializes a new instance.
EquationOfEquinoxes(EquationOfEquinoxes, CopyContext) - Constructor for class agi.foundation.celestial.EquationOfEquinoxes
Initializes a new instance as a copy of an existing instance.
EquinoctialElement - Enum in agi.foundation.coordinates
An enumeration indicating a specific element in equinoctial elements.
EquinoctialElements - Class in agi.foundation.coordinates
A set of equinoctial orbital elements.
EquinoctialElements(double, double, double, double, double, double, boolean, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initialize a set of equinoctial elements.
EquinoctialElements(Cartesian, Cartesian, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initialize a set of equinoctial elements from cartesian position and velocity.
EquinoctialElements(Motion1<Cartesian>, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initializes a new instance from the specified cartesian motion and gravitational constant.
EquinoctialElements(ModifiedKeplerianElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initialize a set of equinoctial elements from a set of ModifiedKeplerianElements.
EquinoctialElements(KeplerianElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initialize a set of equinoctial elements from a set of classical KeplerianElements.
EquinoctialElements(DelaunayElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
Initialize a set of equinoctial elements from a set of DelaunayElements.
errorFunction(double) - Static method in class agi.foundation.GaussianStatistics
Calculates the error function for all values of x.
estimateElements(DateMotionCollection1<Cartesian>, Sgp4Propagator.Sgp4EstimationInput) - Static method in class agi.foundation.propagators.Sgp4Propagator
Produces a batch least squares fit for a given set of trajectory observations (states).
estimateElements(DateMotionCollection1<Cartesian>, Cartesian, Cartesian, Sgp4Propagator.Sgp4EstimationInput) - Static method in class agi.foundation.propagators.Sgp4Propagator
Produces a batch least squares fit for a given set of trajectory observations (states).
estimateSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
Get an estimate of the surface distance of the result of SurfaceArc.getSegment(double), in meters.
EulerSequence - Class in agi.foundation.coordinates
Represents a rotation as a sequence of three ElementaryRotations about consecutive axes.
EulerSequence() - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes a new instance.
EulerSequence(double, double, double, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided angles and sequence.
EulerSequence(ElementaryRotation, ElementaryRotation, ElementaryRotation) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided ElementaryRotations.
EulerSequence(YawPitchRoll) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided YawPitchRoll sequence.
EulerSequence(Matrix3By3, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided Matrix3By3 and sequence.
EulerSequence(UnitQuaternion, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided UnitQuaternion and sequence.
EulerSequence(AngleAxisRotation, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
Initializes an EulerSequence from the provided AngleAxisRotation and sequence.
EulerSequenceIndicator - Enum in agi.foundation.coordinates
Indicates the order of the axes rotations in an Euler sequence.
EuropaCentralBody - Class in agi.foundation.celestial
The Jovian moon Europa.
EuropaCentralBody() - Constructor for class agi.foundation.celestial.EuropaCentralBody
Initializes a new instance.
EuropaCentralBody(EuropaCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EuropaCentralBody
Initializes a new instance as a copy of an existing instance.
evaluate(JulianDate, JulianDate) - Method in class agi.foundation.access.AccessEvaluator
Evaluates from the start date until the end date.
evaluate(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
Evaluates from the start date until the end date.
evaluate(TimeInterval) - Method in class agi.foundation.access.AccessEvaluator
Evaluates over a single considered time interval.
evaluate(TimeInterval, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
Evaluates over a single considered time interval.
evaluate(TimeIntervalCollection) - Method in class agi.foundation.access.AccessEvaluator
Evaluates over the supplied time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
Evaluates over the supplied time intervals.
evaluate(JulianDate) - Method in class agi.foundation.access.EvaluatorDelayedByLink
Evaluate the inner evaluator at a time delayed from date by the specified LinkDelayEvaluator.
evaluate(Cartesian) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
Evaluate the gain given the cartesian direction expressed in the antennas axes.
evaluate(Cartesian, int) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
Evaluate the gain given the cartesian direction expressed in the antennas axes.
evaluate(JulianDate) - Method in class agi.foundation.communications.SignalEvaluator
Evaluates the function.
evaluate(JulianDate, Signal) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Given a signal and a time of interest, produces a signal polarization.
evaluate(Double) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Evaluate the backoff polynomial given the normalized input power.
evaluate(Double, int) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Evaluate the backoff polynomial given the normalized input power.
evaluate(JulianDate, Cartographic) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValuesEvaluator
Evaluates this evaluator.
evaluate(JulianDate, Cartographic) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValuesEvaluator
Evaluates this evaluator.
evaluate(JulianDate) - Method in class agi.foundation.ConstantEvaluator
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.coordinates.StateEvaluator
Evaluates a new ITimeBasedState at the specified date.
evaluate(JulianDate) - Method in class agi.foundation.Evaluator
Evaluates the function.
evaluate(JulianDate, JulianDate, Duration) - Method in class agi.foundation.Evaluator
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(JulianDate, JulianDate, Duration, ITrackCalculationProgress) - Method in class agi.foundation.Evaluator
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration) - Method in class agi.foundation.Evaluator
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration, ITrackCalculationProgress) - Method in class agi.foundation.Evaluator
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TIndependent) - Method in class agi.foundation.Function2
Evaluates the function.
evaluate(TIndependent, int) - Method in class agi.foundation.Function2
Evaluates the function.
evaluate(TIndependent) - Method in class agi.foundation.Function3
Evaluates the function.
evaluate(TIndependent, int) - Method in class agi.foundation.Function3
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
Gets the transformation that will transform a motion expressed in the From (get / set) and express it in the To (get / set).
evaluate(JulianDate) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Evaluates the function.
evaluate(JulianDate, int) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame.
evaluate(JulianDate, int) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame.
evaluate(JulianDate) - Method in interface agi.foundation.IEvaluator1
Evaluates the function.
evaluate(JulianDate, JulianDate) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates from the start date until the end date.
evaluate(JulianDate, JulianDate, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates from the start date until the end date.
evaluate(TimeInterval) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates over a single considered time interval.
evaluate(TimeInterval, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates over a single considered time interval.
evaluate(TimeIntervalCollection) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates over the supplied time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
Evaluates over the supplied time intervals.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.CachingEvaluator
Evaluates the function.
evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Evaluates the function, first checking for a cached result corresponding to date and order.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Evaluates the function.
evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator1
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator2
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator3
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator4
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator5
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator6
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator7
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals1
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals2
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals3
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals4
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals5
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals6
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals7
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate() - Method in interface agi.foundation.infrastructure.IValueEvaluator
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterEvaluator
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Evaluates this parameterized evaluator.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
Evaluates this parameterized evaluator.
evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
Evaluates this parameterized evaluator over the collection of considered time intervals.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
Evaluates this parameterized evaluator.
evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
Evaluates this parameterized evaluator.
evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
Evaluates this parameterized evaluator.
evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
Evaluates this parameterized evaluator.
evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
Evaluates this parameterized evaluator.
evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
Evaluates this parameterized evaluator.
evaluate(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
Evaluates this parameterized evaluator.
evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
Evaluates this parameterized evaluator.
evaluate() - Method in class agi.foundation.infrastructure.ValueEvaluator
Evaluates the function.
evaluate(JulianDate, int) - Method in class agi.foundation.MotionEvaluator1
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.MotionEvaluator1
Evaluates the function.
evaluate(JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.MotionEvaluator1
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(JulianDate, JulianDate, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator1
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration, int) - Method in class agi.foundation.MotionEvaluator1
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator1
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(JulianDate, int) - Method in class agi.foundation.MotionEvaluator2
Evaluates the function.
evaluate(JulianDate) - Method in class agi.foundation.MotionEvaluator2
Evaluates the function.
evaluate(JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.MotionEvaluator2
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(JulianDate, JulianDate, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator2
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration, int) - Method in class agi.foundation.MotionEvaluator2
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(TimeInterval, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator2
Evaluates this evaluator at a specified fixed step over the specified interval.
evaluate(JulianDate, int) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
PartialDerivativeEvaluators only calculate zeroth order values, this method returns a Motion1 of order zero regardless of the requested order.
evaluate(JulianDate) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
Calls PartialDerivativesEvaluator.evaluatePartialsOfChildren(agi.foundation.time.JulianDate) to calculate the partials derivatives of DependentVariable (get) with respect to all variables in IndependentVariables (get) except for DependentVariable (get), and then adds on the terms for the partial derivatives of DependentVariable (get) with respect to itself, if necessary.
evaluate(double) - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
Evaluates the polynomial at the specified value of the independent variable.
evaluate(double...) - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
Evaluates the polynomial at the specified values of the independent variable.
evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Evaluates the function.
evaluate(double[], int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Evaluates the function and the gradients.
evaluate(T) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
Evaluates the function.
evaluate(T, int) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
Evaluates the function.
evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Extracts or computes a value from the results for the entire propagation up through the final segment in the parent SegmentList.
evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Extracts or computes a value from the results for the entire propagation up through the final segment in the parent SegmentList.
evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Extracts or computes a value from the results for the entire propagation up through the final segment in the parent SegmentList.
evaluate(double, SegmentConfiguration) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Evaluates this variable by modifying the configuration or by direct application.
evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Evaluates the function.
evaluate(double[], int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Evaluates the function and the Jacobian.
evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunction
Evaluates the function.
evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
Evaluates the function.
evaluate(TargetedSegmentListResults, TargetedSegmentListConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Evaluates this operator.
evaluateAndRemember(JulianDate) - Method in class agi.foundation.geometry.LinkDelayEvaluator
Evaluates the link delay and remembers it so that it can later be reversed.
evaluateDerivative(double[], boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Evaluates the gradients of this function.
evaluateDerivative(double[], boolean, OptimizerMultivariableFunctionResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Evaluates the gradients of this function.
evaluateDerivative(double[], boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Evaluates the Jacobian of this function.
evaluateDerivative(double[], boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
Evaluates the Jacobian of this function.
evaluateIgnoringAvailability(JulianDate) - Method in class agi.foundation.access.AccessEvaluator
Evaluates the query at a specified time without determining whether the underlying constraints and geometry are available.
evaluateInitialState(SegmentPropagator, PropagateSegmentConfiguration, SegmentListResults, IntegrationSense) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
Computes the initial state that the segment will propagate from.
evaluatePartialsOfChildren(JulianDate) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
Evaluates the partials derivatives of DependentVariable (get) with respect to all variables in IndependentVariables (get) except for DependentVariable (get), as that is taken care of by PartialDerivativesEvaluator.evaluate(JulianDate).
evaluateRawValue(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Returns the raw value before it is bound by circular constraints.
evaluateSingleValue(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
This method will return the value that will be compared to the Threshold (get / set).
Evaluator<T> - Class in agi.foundation
An abstract class that implements IEvaluator1, making all interface methods and properties abstract.
Evaluator(EvaluatorGroup) - Constructor for class agi.foundation.Evaluator
Initializes a new instance.
Evaluator(Evaluator<T>, CopyContext) - Constructor for class agi.foundation.Evaluator
Initializes a new instance as a copy of an existing instance.
EvaluatorDelayedByLink<T> - Class in agi.foundation.access
An evaluator which wraps another evaluator while delaying it by a time specified by a LinkDelayEvaluator.
EvaluatorDelayedByLink(EvaluatorGroup, Evaluator<T>, LinkDelayEvaluator) - Constructor for class agi.foundation.access.EvaluatorDelayedByLink
Construct a new instance based on the given evaluator delayed by the given link delay.
EvaluatorGroup - Class in agi.foundation
A group of evaluators that share common computations so that all members of the group can be computed more efficiently.
EvaluatorGroup() - Constructor for class agi.foundation.EvaluatorGroup
Initializes a new instance.
EvaluatorGroup.Callback0<TEvaluator> - Class in agi.foundation
A delegate for a method that takes no creation parameters (other than the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback0.Function<TEvaluator> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorGroup.Callback1<TEvaluator,TParameter1> - Class in agi.foundation
A delegate for a method that takes one creation parameter (plus the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback1.Function<TEvaluator,TParameter1> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorGroup.Callback2<TEvaluator,TParameter1,TParameter2> - Class in agi.foundation
A delegate for a method that takes two creation parameters (plus the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback2.Function<TEvaluator,TParameter1,TParameter2> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorGroup.Callback3<TEvaluator,TParameter1,TParameter2,TParameter3> - Class in agi.foundation
A delegate for a method that takes three creation parameters (plus the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback3.Function<TEvaluator,TParameter1,TParameter2,TParameter3> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorGroup.Callback4<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4> - Class in agi.foundation
A delegate for a method that takes four creation parameters (plus the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback4.Function<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorGroup.Callback5<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4,TParameter5> - Class in agi.foundation
A delegate for a method that takes five creation parameters (plus the EvaluatorGroup) and returns an evaluator.
EvaluatorGroup.Callback5.Function<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4,TParameter5> - Interface in agi.foundation
A functional interface for the containing delegate type.
EvaluatorHelper - Class in agi.foundation.infrastructure
A collection of methods that are helpful when writing evaluators.
EventArgs - Class in agi.foundation.compatibility
EventArgs is the base class for classes containing event data.
EventArgs() - Constructor for class agi.foundation.compatibility.EventArgs
 
EventHandler<TEventArgs extends EventArgs> - Class in agi.foundation.compatibility
Represents a method that will handle an event.
EventHandler() - Constructor for class agi.foundation.compatibility.EventHandler
Creates a new instance of this delegate.
EventHandler(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.EventHandler
Initializes a delegate that will invoke an instance method on a class instance.
EventHandler(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.EventHandler
Initializes a delegate that will invoke a static method on a class.
EventHandler.Function<TEventArgs extends EventArgs> - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
EventResetMode - Enum in agi.foundation.compatibility
Indicates whether an EventWaitHandle is reset automatically or manually after receiving a signal.
EventWaitHandle - Class in agi.foundation.compatibility
Represents a thread synchronization event.
EventWaitHandle(boolean, EventResetMode) - Constructor for class agi.foundation.compatibility.EventWaitHandle
Initializes a new instance of the EventWaitHandle class, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually.
exactlyN(int, AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
Creates a query that is satisfied whenever exactly N of the specified sub-queries are satisfied.
ExceptionDuringPropagationEventArgs - Class in agi.foundation.propagators
Provides information about the exception during propagation event conditions.
ExceptionDuringPropagationEventArgs(NumericalPropagationException, JulianDate, double[], JulianDate, double[], PropagationEventTrigger, StepSizeInformation) - Constructor for class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
Initializes a new instance.
executeInOneThread() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
Starts the calculation using the calling thread as the one and only worker thread.
executeWorker(int) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
Implement this method to perform the calculation.
exp(Complex) - Static method in class agi.foundation.coordinates.Complex
Returns e raised to the specified power.
explore(double, double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Explores the function, raising events for each finding.
explore(double, double, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Explores the function, raising events for each finding.
explore(Duration, Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Explores the function, raising events for each finding.
explore(Duration, Duration, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Explores the function, raising events for each finding.
explore(JulianDate, JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Explores the function, raising events for each finding.
explore(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Explores the function, raising events for each finding.
exploreExtremumForCrossing(DoubleFunctionThresholdDetails, DoubleFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is determined that this extremum will not result in a crossing.
exploreExtremumForCrossing(DurationFunctionThresholdDetails, DurationFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is determined that this extremum will not result in a crossing.
exploreExtremumForCrossing(JulianDateFunctionThresholdDetails, JulianDateFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is determined that this extremum will not result in a crossing.
ExtensibleObject - Class in agi.foundation.infrastructure
An object that can be extended at run-time with various ObjectExtension instances in order to add additional properties and behaviors.
ExtensibleObject() - Constructor for class agi.foundation.infrastructure.ExtensibleObject
Initializes a new instance.
ExtensibleObject(ExtensionCollection) - Constructor for class agi.foundation.infrastructure.ExtensibleObject
Initializes a new instance using a specific instance to hold extensions.
ExtensibleObject(ExtensibleObject, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensibleObject
Initializes a new instance as a copy of an existing instance.
ExtensibleObjectCollection - Class in agi.foundation.infrastructure
A collection of instances that implement ExtensibleObject.
ExtensibleObjectCollection() - Constructor for class agi.foundation.infrastructure.ExtensibleObjectCollection
Initializes a new instance.
ExtensibleObjectCollection(ExtensibleObjectCollection, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensibleObjectCollection
Initializes a new instance as a copy of an existing instance.
ExtensionCollection - Class in agi.foundation.infrastructure
A collection of extensions to an ExtensibleObject.
ExtensionCollection(ExtensibleObject) - Constructor for class agi.foundation.infrastructure.ExtensionCollection
Initializes a new instance.
ExtensionCollection() - Constructor for class agi.foundation.infrastructure.ExtensionCollection
Initializes a new instance.
ExtensionCollection(ExtensionCollection, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensionCollection
Initializes a new instance as a copy of an existing instance.
extentToCoordinateExtent(int, CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
extractBand(RasterBand) - Method in class agi.foundation.graphics.imaging.Raster
Extracts the band of raster data associated with the given RasterBand.
extractBand(RasterFormat) - Method in class agi.foundation.graphics.imaging.Raster
Extracts the bands of raster data associated with the given RasterFormat.
extractTranslucencyFromColor(Color) - Static method in class agi.foundation.graphics.advanced.TranslucencyHelper
Extracts a translucency value from the alpha channel of a color.
ExtremeValueOfSegmentConstraint - Class in agi.foundation.numericalmethods
This constraint will take the extreme value of a Scalar (get / set) computed while propagating a SegmentPropagator.
ExtremeValueOfSegmentConstraint() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance.
ExtremeValueOfSegmentConstraint(SegmentDefinition, double, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance.
ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance.
ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance.
ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance.
ExtremeValueOfSegmentConstraint(ExtremeValueOfSegmentConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Initializes a new instance as a copy of an existing instance.
ExtremeValueOfSegmentCostFunction - Class in agi.foundation.numericalmethods
This costFunction will take the extreme value of a Scalar (get / set) computed while propagating a SegmentPropagator.
ExtremeValueOfSegmentCostFunction() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Initializes a new instance.
ExtremeValueOfSegmentCostFunction(CostFunctionGoal, SegmentDefinition, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Initializes a new instance.
ExtremeValueOfSegmentCostFunction(CostFunctionGoal, Scalar, SegmentDefinition, double, TimeBasedStateParameter, ExtremumType, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Initializes a new instance.
ExtremeValueOfSegmentCostFunction(CostFunctionGoal, Scalar, SegmentDefinition, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Initializes a new instance.
ExtremeValueOfSegmentCostFunction(ExtremeValueOfSegmentCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Initializes a new instance as a copy of an existing instance.
ExtremeValueOfSegmentInequalityConstraint - Class in agi.foundation.numericalmethods
This constraint will take the extreme value of a Scalar (get / set) computed while propagating a SegmentPropagator.
ExtremeValueOfSegmentInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Initializes a new instance.
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, SegmentDefinition, double, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Initializes a new instance.
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Initializes a new instance.
ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Initializes a new instance.
ExtremeValueOfSegmentInequalityConstraint(ExtremeValueOfSegmentInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Initializes a new instance as a copy of an existing instance.
ExtremumKind - Enum in agi.foundation.numericalmethods.advanced
Enumerates possible extremum types.
ExtremumType - Enum in agi.foundation.numericalmethods
Indicates whether an extremum is a minimum or a maximum.
ExtrudableLineGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a line that can be extruded.
ExtrudableLineGraphics() - Constructor for class agi.foundation.platforms.ExtrudableLineGraphics
Initializes a new instance.
ExtrudedCentralBodyCoverageGrid - Class in agi.foundation.geometry.discrete
A CentralBodyCoverageGrid that takes as input an existing CentralBodyCoverageGrid type and extrudes it in the specified manner to become a three dimensional grid.
ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid) - Constructor for class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
Initializes an extruded grid with the input underlying grid.
ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid, Bounds, ICoverageGriddingTechnique) - Constructor for class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
Initializes an extruded grid with the input underlying grid.
ExtrudedPolylineTriangulator - Class in agi.foundation.geometry.discrete
Triangulates a polyline into an extrusion with bottom and top boundaries.
ExtrudedPolylineTriangulatorResult - Class in agi.foundation.geometry.discrete
The result from extruded polyline triangulation: a triangle mesh defined using an indexed triangle list with top and bottom boundary positions.

F

FailedToConvergeEventArgs(int, double, int, LambertPathType, OrbitDirectionType) - Constructor for class agi.foundation.propagators.LambertOrbitSolver.FailedToConvergeEventArgs
Initializes a new instance.
FieldOfViewCentralBodyProjectionGraphicsExtension - Class in agi.foundation.platforms
An extension that describes the graphics of a IFieldOfViewProjectionService projected onto a CentralBody (get / set) and into space.
FieldOfViewCentralBodyProjectionGraphicsExtension() - Constructor for class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Initializes a new instance.
FieldOfViewCentralBodyProjectionGraphicsExtension(FieldOfViewCentralBodyProjectionGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Initializes a new instance as a copy of an existing instance.
FieldOfViewCentralBodyProjectionVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws the projection described by IFieldOfViewCentralBodyProjectionGraphicsService and defined by IFieldOfViewProjectionService FieldOfViewCentralBodyProjectionGraphicsExtension can be used to add the required services to an object.
FieldOfViewCentralBodyProjectionVisualizer() - Constructor for class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Initializes a new instance.
FieldOfViewCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML sensors for objects that provide IFieldOfViewGraphicsService and IFieldOfViewService.
FieldOfViewExtension - Class in agi.foundation.platforms
An ObjectExtension that defines a field of view.
FieldOfViewExtension() - Constructor for class agi.foundation.platforms.FieldOfViewExtension
Initializes a new instance.
FieldOfViewExtension(SensorFieldOfView) - Constructor for class agi.foundation.platforms.FieldOfViewExtension
Initializes a new instance with a specified field of view.
FieldOfViewExtension(FieldOfViewExtension, CopyContext) - Constructor for class agi.foundation.platforms.FieldOfViewExtension
Initializes a new instance as a copy of an existing instance.
FieldOfViewGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphical properties of a sensor defined by a IFieldOfViewService positions by ILocationPointService and oriented by IOrientationAxesService
FieldOfViewGraphicsExtension() - Constructor for class agi.foundation.cesium.FieldOfViewGraphicsExtension
Initializes a new instance.
FieldOfViewGraphicsExtension(SensorFieldOfViewGraphics) - Constructor for class agi.foundation.cesium.FieldOfViewGraphicsExtension
Initializes a new instance with the provided FieldOfViewGraphics (get / set).
FieldOfViewGraphicsExtension(FieldOfViewGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.FieldOfViewGraphicsExtension
Initializes a new instance as a copy of an existing instance.
Figure - Class in agi.foundation.geometry.shapes
A geometric figure.
Figure() - Constructor for class agi.foundation.geometry.shapes.Figure
Initializes a new instance.
FigureOfMerit<T extends Comparable<T>> - Class in agi.foundation.coverage.figureofmerit
A delegate which represents an arbitrary static figure of merit.
FigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.FigureOfMerit
Creates a new instance of this delegate.
FigureOfMerit(Object, String, Class<?>...) - Constructor for class agi.foundation.coverage.figureofmerit.FigureOfMerit
Initializes a delegate that will invoke an instance method on a class instance.
FigureOfMerit(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.coverage.figureofmerit.FigureOfMerit
Initializes a delegate that will invoke a static method on a class.
FigureOfMerit.Function<T extends Comparable<T>> - Interface in agi.foundation.coverage.figureofmerit
A functional interface for the containing delegate type.
FileAccess - Class in agi.foundation.compatibility
Defines constants for read, write, or read/write access to a file.
FileMode - Enum in agi.foundation.compatibility
Specifies how the operating system should open a file.
FileStream - Class in agi.foundation.compatibility
Exposes an InputStream around a file, with buffering and seeking.
FileStream(String, FileMode) - Constructor for class agi.foundation.compatibility.FileStream
Initializes a new instance of the FileStream class with the specified path and creation mode.
FileStream(String, FileMode, FileAccess) - Constructor for class agi.foundation.compatibility.FileStream
Initializes a new instance of the FileStream class with the specified path, creation mode, and read/write permission.
FileStreamFactory - Class in agi.foundation.infrastructure
A factory that can produce FileStream instances on demand.
FileStreamFactory(String, FileMode) - Constructor for class agi.foundation.infrastructure.FileStreamFactory
Initializes a new instance of the factory that constructs a new FileStream with FileStream.FileStream(String,FileMode) when FileStreamFactory.openStream() is called.
FileStreamFactory(String, FileMode, FileAccess) - Constructor for class agi.foundation.infrastructure.FileStreamFactory
Initializes a new instance of the factory that constructs a new FileStream with FileStream.FileStream(String,FileMode,FileAccess) when FileStreamFactory.openStream() is called.
FileStreamFactory(Func1<FileStream>) - Constructor for class agi.foundation.infrastructure.FileStreamFactory
Initializes a new instance with a provided delegate.
fillArray(int, Object[]) - Method in class agi.foundation.tracking.RawEntityData
Fills an array from a specified record in the data set.
fillEntity(int, Transaction, TEntity) - Method in class agi.foundation.tracking.RawEntityData
Fills a given entity instance with the data from a specified record in the data set.
FilteredSignalSource - Class in agi.foundation.communications.signalprocessing
Filters out any signal which does not overlap the desired band.
FilteredSignalSource() - Constructor for class agi.foundation.communications.signalprocessing.FilteredSignalSource
Initializes a new instance.
FilteredSignalSource(ISignalSource, double, double) - Constructor for class agi.foundation.communications.signalprocessing.FilteredSignalSource
Initialize a new instance.
FilteredSignalSource(FilteredSignalSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.FilteredSignalSource
Initializes a new instance as a copy of an existing instance.
FilteringRasterStream - Class in agi.foundation.graphics.imaging
A class decorator for applying a RasterFilter to each update of a RasterStream.
FilteringRasterStream(RasterStream, RasterFilter) - Constructor for class agi.foundation.graphics.imaging.FilteringRasterStream
Initializes a new instance with a RasterStream and the RasterFilter that will be applied to each update of that stream.
finalize() - Method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulatorResult
 
finalize() - Method in class agi.foundation.geometry.discrete.SolidTriangulatorResult
 
finalize() - Method in class agi.foundation.geometry.discrete.SurfaceShapesResult
 
finalize() - Method in class agi.foundation.geometry.discrete.SurfaceTriangulatorResult
 
finalize() - Method in class agi.foundation.graphics.advanced.AGIProcessedImageGlobeOverlay
 
finalize() - Method in class agi.foundation.graphics.advanced.AGIProcessedTerrainOverlay
 
finalize() - Method in class agi.foundation.graphics.advanced.AGIRoamImageGlobeOverlay
 
finalize() - Method in class agi.foundation.graphics.advanced.CameraSnapshot
 
finalize() - Method in class agi.foundation.graphics.advanced.CameraVideoRecording
 
finalize() - Method in class agi.foundation.graphics.advanced.CentralBodyGraphicsIndexer
 
finalize() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
 
finalize() - Method in class agi.foundation.graphics.advanced.GlobeOverlaySettings
 
finalize() - Method in class agi.foundation.graphics.advanced.Lighting
 
finalize() - Method in class agi.foundation.graphics.advanced.Projection
 
finalize() - Method in class agi.foundation.graphics.advanced.SceneGlobeOverlaySettings
 
finalize() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
finalize() - Method in class agi.foundation.graphics.advanced.StkTerrainServerTerrainOverlay
 
finalize() - Method in class agi.foundation.graphics.advanced.Texture2DFactory
 
finalize() - Method in class agi.foundation.graphics.advanced.Tile
 
finalize() - Method in class agi.foundation.graphics.advanced.VisualEffects
 
finalize() - Method in class agi.foundation.graphics.AltitudeDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.awt.Insight3D
 
finalize() - Method in class agi.foundation.graphics.AxesPrimitive
 
finalize() - Method in class agi.foundation.graphics.Camera
 
finalize() - Method in class agi.foundation.graphics.CentralBodyGraphics
 
finalize() - Method in class agi.foundation.graphics.Clouds
 
finalize() - Method in class agi.foundation.graphics.CompositeDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.CompositePrimitive
 
finalize() - Method in class agi.foundation.graphics.ConstantDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.DistanceDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.DistanceToGlobeOverlayDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.DistanceToPositionDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.DistanceToPrimitiveDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
 
finalize() - Method in class agi.foundation.graphics.FrameRate
 
finalize() - Method in class agi.foundation.graphics.GraphicsFont
 
finalize() - Method in class agi.foundation.graphics.GreatArcInterpolator
 
finalize() - Method in class agi.foundation.graphics.ImageCollection
 
finalize() - Method in class agi.foundation.graphics.imaging.AlphaFromLuminanceFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.AlphaFromPixelFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.AlphaFromRasterFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.BandExtractFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.BandOrderFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.BlurFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.BrightnessFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.ColorToLuminanceFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.ContrastFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.ConvolutionFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.EdgeDetectFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.FilteringRasterStream
 
finalize() - Method in class agi.foundation.graphics.imaging.FlipFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.GammaCorrectionFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.GaussianBlurFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.GradientDetectFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.LevelsFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.Raster
 
finalize() - Method in class agi.foundation.graphics.imaging.RasterAttributes
 
finalize() - Method in class agi.foundation.graphics.imaging.RotateFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.SequenceFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.SharpenFilter
 
finalize() - Method in class agi.foundation.graphics.imaging.VideoStream
 
finalize() - Method in class agi.foundation.graphics.KmlContainer
 
finalize() - Method in class agi.foundation.graphics.KmlDocument
 
finalize() - Method in class agi.foundation.graphics.KmlFeature
 
finalize() - Method in class agi.foundation.graphics.KmlFolder
 
finalize() - Method in class agi.foundation.graphics.KmlGraphics
 
finalize() - Method in class agi.foundation.graphics.KmlNetworkLink
 
finalize() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
 
finalize() - Method in class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
 
finalize() - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
 
finalize() - Method in class agi.foundation.graphics.ModelArticulation
 
finalize() - Method in class agi.foundation.graphics.ModelArticulationCollection
 
finalize() - Method in class agi.foundation.graphics.ModelPrimitive
 
finalize() - Method in class agi.foundation.graphics.ModelTransformation
 
finalize() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
 
finalize() - Method in class agi.foundation.graphics.PathPrimitive
 
finalize() - Method in class agi.foundation.graphics.PickResult
 
finalize() - Method in class agi.foundation.graphics.PixelSizeDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.PointBatchPrimitive
 
finalize() - Method in class agi.foundation.graphics.PolylinePrimitive
 
finalize() - Method in class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
 
finalize() - Method in class agi.foundation.graphics.PrimitiveManager
 
finalize() - Method in class agi.foundation.graphics.ProjectedRaster
 
finalize() - Method in class agi.foundation.graphics.renderer.Texture2D
 
finalize() - Method in class agi.foundation.graphics.RhumbLineInterpolator
 
finalize() - Method in class agi.foundation.graphics.Scene
 
finalize() - Method in class agi.foundation.graphics.SceneDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.ScreenOverlay
 
finalize() - Method in class agi.foundation.graphics.ScreenOverlayCollection
 
finalize() - Method in class agi.foundation.graphics.ScreenOverlayManager
 
finalize() - Method in class agi.foundation.graphics.ScreenOverlayPickResult
 
finalize() - Method in class agi.foundation.graphics.SolidPrimitive
 
finalize() - Method in class agi.foundation.graphics.Stereoscopic
 
finalize() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
 
finalize() - Method in class agi.foundation.graphics.TerrainCollection
 
finalize() - Method in class agi.foundation.graphics.TextBatchPrimitive
 
finalize() - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
 
finalize() - Method in class agi.foundation.graphics.TextureMatrix
 
finalize() - Method in class agi.foundation.graphics.TextureScreenOverlay
 
finalize() - Method in class agi.foundation.graphics.TimeIntervalDisplayCondition
 
finalize() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
 
finalize() - Method in class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
 
finalize() - Method in class agi.foundation.graphics.VectorPrimitive
 
find(String) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds a link in the collection by name.
find(IServiceProvider, IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds all links with the specified transmitter and receiver pair.
find(IServiceProvider, LinkRole) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds all links in the collection that contain the provided link end in the specified role.
find(IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds all links in the collection that contains the provided link end in either the transmitter or receiver role.
find(Predicate<IServiceProvider>) - Method in class agi.foundation.communications.PointScattererLinkPath
Searches the link path for an IServiceProvider that matches the conditions defined by the supplied predicate and returns the fist occurrence.
find(Predicate<Signal>) - Method in class agi.foundation.communications.SignalCollection
Searches for a signal that matches the conditions defined by the specified predicate, and returns the first occurrence within the collection.
findAll(int) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
Finds all NavigationReceiverAccessQueries in the collection that have a specified PRN.
findAll(int) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Finds all GnssLinkBudgetScalars in the collection that have a specified pseudo random number.
findAll(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Finds all GnssLinkBudgetScalars in the collection that have a specified NavigationSignalType.
findAll(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
Finds all GpsSignalGenerators in the collection that have a specified signal type.
findAllLinksAtNode(IServiceProvider, LinkGraphDirection) - Method in class agi.foundation.access.LinkGraph
Find all the links which contain the given node and are in the correct direction.
findAllPaths(IServiceProvider, IServiceProvider, LinkGraphDirection) - Method in class agi.foundation.access.LinkGraph
Finds all paths between two objects.
findAllPaths(IServiceProvider, IServiceProvider, LinkGraphDirection, int) - Method in class agi.foundation.access.LinkGraph
Finds all paths between two objects.
findByPseudoRandomNumber(PlatformCollection, int) - Static method in class agi.foundation.navigation.GpsSatelliteExtension
A method to find the particular GPS satellite extension for a given PRN.
findClosestPointOnCurve(Cartographic, double[]) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
Finds the closest point on the curve from the input point.
findClosestPointOnCurve(Cartographic, double[]) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
Finds the closest point on the curve from the input point.
findClosestPointOnCurve(Cartographic, double[]) - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
Finds the closest point on the curve from the input point.
findClosestPointOnCurve(Cartographic, double[]) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Finds the closest point on the curve from the input point.
findClosestPointOnCurve(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Finds the closest point on the curve from the input point.
findComponent(String) - Static method in class agi.foundation.Licensing
Find a licensed component of the given name, if a license has been activated for that component.
findDescendants(IServiceProvider) - Static method in class agi.foundation.infrastructure.ChildrenExtension
Finds the descendants of a given object that has IChildrenService.
findExtremum(int) - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
Attempts to locate a local extremum in the provided number of iterations.
findExtremum(int) - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
Attempts to locate a local extremum in the provided number of iterations.
findFirst(String) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds the first instance of the named link.
findFirst(IServiceProvider, IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds the first link with the specified transmitter and receiver pair.
findFirst(IServiceProvider, LinkRole) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds the first link in the collection that contains the provided link end in the specified role.
findFirst(IServiceProvider) - Method in class agi.foundation.communications.CommunicationLinkCollection
Finds the first link in the collection that contains the provided link end in either the transmitter or receiver role.
findFirst(int) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
Find the first NavigationReceiverAccessQuery in the collection that has the specified PRN.
findFirst(int) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Find the first GnssLinkBudgetScalars in the collection that has the specified PRN.
findFirst(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Find the first GnssLinkBudgetScalars in the collection that has the specified signalType.
findFirst(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
Find the first GpsSignalGenerator in the collection that has the specified signal type.
findFirst(NavigationSignalPriority) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
Finds the first NavigationSignal in this NavigationReceiverChannel that has the specified priority.
findFirst(int) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Find the first NavigationReceiverChannel in the collection that has the specified satelliteID.
findFirst(NavigationSignalPriority) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
Finds the first NavigationSignal in this collection that has the specified priority.
findIntervalContainingDate(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection
Finds the TimeInterval in this collection that contains a specified date.
findIntervalContainingDate(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection1
Finds the TimeInterval in this collection that contains a specified date.
findIntervals(JulianDate, JulianDate) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
Finds the intervals on which the Function (get / set) satisfies the ConstraintValue (get / set) over the specified interval.
findIntervals(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
Finds the intervals on which the Function (get / set) satisfies the ConstraintValue (get / set) over the specified interval.
findIntervals(JulianDate, boolean, JulianDate, boolean) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
Finds the intervals on which the Function (get / set) satisfies the ConstraintValue (get / set) over the specified interval.
findIntervals(JulianDate, boolean, JulianDate, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
Finds the intervals on which the Function (get / set) satisfies the ConstraintValue (get / set) over the specified interval.
findLinkForReceiver(IServiceProvider) - Method in interface agi.foundation.communications.ISignalPropagationPathService
Finds the IServiceProvider which represents the link, in the signal propagation path, which has the provided receiver.
findMostDetailedAvailableTile(int, int, int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Find the most detailed tile that is available and which overlaps the given tile coordinates.
findNearestGridPoint(Cartographic) - Method in class agi.foundation.coverage.CoverageResults
Given a planetodetic cartographic location, find the nearest grid point according to physical distance.
findNearestGridPoint(Cartesian) - Method in class agi.foundation.coverage.CoverageResults
Given a cartesian location find the nearest grid point according to physical distance.
findNearestGridPoint(Point, JulianDate) - Method in class agi.foundation.coverage.CoverageResults
Given a Point and a date, find the nearest grid point according to physical distance.
findNearestGridPointAtTime(Cartesian, JulianDate) - Method in class agi.foundation.coverage.CoverageResults
Given a cartesian location and date, find the nearest grid point according to physical distance.
findOutages(int) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Finds all satellite outages for a given Pseudo Random Number.
findOutages(TimeInterval) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Finds all outages within a given TimeInterval.
findOutages(int, TimeInterval) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Finds satellite outages with a given Pseudo Random Number and within a specified TimeInterval.
findPreciseCrossing() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
Finds the precise date at which the function crosses the threshold.
findPreciseCrossing() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
Finds the precise date at which the function crosses the threshold.
findPreciseCrossing() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
Finds the precise date at which the function crosses the threshold.
findPreciseExtremum() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
Finds the precise date at which the function reaches its extremum.
findPreciseExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
Finds the precise date at which the function reaches its extremum.
findPreciseExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
Finds the precise date at which the function reaches its extremum.
findRecordByPrn(int) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Finds the prediction support record corresponding to a specified pseudo-random number (PRN).
findRecordByPrn(int) - Method in class agi.foundation.navigation.datareaders.RinexNavigation
Finds the record corresponding to a particular PRN.
findRecordByPrn(int) - Method in class agi.foundation.navigation.datareaders.SemAlmanac
Finds the record corresponding to a particular PRN.
findRecordByPrn(int) - Method in class agi.foundation.navigation.datareaders.YumaAlmanac
Finds the record corresponding to a particular PRN.
findRoot(int) - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
Attempts the indicated number of iterations to locate the root of the function to within the required convergence criteria.
findRoot(int) - Method in class agi.foundation.numericalmethods.advanced.NewtonFindRoot
Attempts the indicated number of iterations to locate the root of the function to within the required convergence criteria.
findShortestPath(IServiceProvider, IServiceProvider, LinkGraphDirection) - Method in class agi.foundation.access.LinkGraph
Finds the shortest path between an initial object and a final object.
findSolution(int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
Solves the function.
findSolution(int) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Solves the Function (get / set).
findSolution(int, boolean) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Solves the function.
findSolution(int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Solves the function.
findSolution(int) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Optimizes the Function (get / set).
findSolution(int, boolean) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Optimizes the Function (get / set).
findSolution(int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Optimizes the Function (get / set).
findSolution(int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SequentialQuadraticProgrammingOptimizer
Optimizes the Function (get / set).
findTrackingType(NavigationSignalTrackingType) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
Finds the set of NavigationSignals in this collection that have the specified tracking type.
finish() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
This method is called after all worker threads have finished executing.
FiniteDifferenceMethod - Enum in agi.foundation.numericalmethods
When numerically computing the derivative of a function, this will indicate if the finite difference method should be forward, backwards or central.
FiniteManeuverSegment - Class in agi.foundation.segmentpropagation
A segment that will run a NumericalPropagator until a StoppingCondition is satisfied.
FiniteManeuverSegment() - Constructor for class agi.foundation.segmentpropagation.FiniteManeuverSegment
Creates a new instance.
FiniteManeuverSegment(FiniteManeuverSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FiniteManeuverSegment
Initializes a new instance as a copy of an existing instance.
FiniteManeuverSegmentResults - Class in agi.foundation.segmentpropagation
The results produced by a FiniteManeuverSegment.
firstAxis(EulerSequenceIndicator) - Static method in class agi.foundation.coordinates.EulerSequence
Determines the first axis indicator from the provided EulerSequenceIndicator.
firstAxis(YawPitchRollIndicator) - Static method in class agi.foundation.coordinates.YawPitchRoll
Determines the first axis indicator from the provided YawPitchRollIndicator.
FirstPartialsOfHeight - Class in agi.foundation.terrain
A set of first order partial derivatives of terrain height with respect to longitude and latitude.
FirstPartialsOfHeight() - Constructor for class agi.foundation.terrain.FirstPartialsOfHeight
Initializes a new instance.
FirstPartialsOfHeight(double, double) - Constructor for class agi.foundation.terrain.FirstPartialsOfHeight
Create a new instance.
FixedNumberOfPulsesWaveformIntegrator - Class in agi.foundation.radar
A radar waveform integrator which will integrate a fixed number of pulses in the waveform.
FixedNumberOfPulsesWaveformIntegrator() - Constructor for class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Initializes a new instance.
FixedNumberOfPulsesWaveformIntegrator(int) - Constructor for class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Initializes a new instance.
FixedNumberOfPulsesWaveformIntegrator(FixedNumberOfPulsesWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Initializes a new instance as a copy of an existing instance.
flip(FlipAxis) - Method in class agi.foundation.graphics.imaging.Raster
Flips the raster along the given axis.
FlipAxis - Enum in agi.foundation.graphics.imaging
The axis on which a raster will be flipped.
FlipFilter - Class in agi.foundation.graphics.imaging
Flips the source raster along the given FlipAxis.
FlipFilter() - Constructor for class agi.foundation.graphics.imaging.FlipFilter
Initializes a new instance.
FlipFilter(FlipAxis) - Constructor for class agi.foundation.graphics.imaging.FlipFilter
Initializes a new instance with the specified FlipAxis.
FloatingPointComparison - Class in agi.foundation
Contains methods for comparing floating point numbers.
flyTo() - Method in class agi.foundation.graphics.KmlDocument
Moves the camera to the area encompassing this document.
flyTo() - Method in class agi.foundation.graphics.KmlFeature
Moves the camera to the area encompassing this feature.
FollowPathProcedure - Class in agi.foundation.routedesign
A procedure that follows a path specified by a set of vertices, with turns inscribed at each vertex.
FollowPathProcedure() - Constructor for class agi.foundation.routedesign.FollowPathProcedure
Create a new instance.
FollowPathProcedure(TerrainProvider, List<Cartographic>, double, double, double) - Constructor for class agi.foundation.routedesign.FollowPathProcedure
Create a new instance based on the given set of vertices with respect to the terrain surface.
FollowPathProcedure(Ellipsoid, List<Cartographic>, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.FollowPathProcedure
Create a new instance based on the given set of vertices.
FollowPathProcedure(Ellipsoid, List<Cartographic>, double, ConstantHeightProfile) - Constructor for class agi.foundation.routedesign.FollowPathProcedure
Create a new instance based on the given set of vertices and specified profile.
FollowPathProcedure(FollowPathProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.FollowPathProcedure
Initializes a new instance as a copy of an existing instance.
FollowSegment - Class in agi.foundation.segmentpropagation
A segment that will start propagating based on a specified strategy, and will end propagating based on another strategy.
FollowSegment(StoppablePropagatorDefinition) - Constructor for class agi.foundation.segmentpropagation.FollowSegment
Initializes a new instance.
FollowSegment(FollowSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegment
Initializes a new instance as a copy of an existing instance.
FollowSegmentBeginning - Class in agi.foundation.segmentpropagation
Defines how the initial state of a FollowSegment should be derived.
FollowSegmentBeginning() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentBeginning
Initializes a new instance.
FollowSegmentBeginning(FollowSegmentBeginning, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentBeginning
Initializes a new instance as a copy of an existing instance.
FollowSegmentBeginningPropagator - Class in agi.foundation.segmentpropagation
Evaluates the initial state for the propagator of a FollowSegment.
FollowSegmentBeginningPropagator() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
Initializes a new instance.
FollowSegmentBeginningPropagator(FollowSegmentBeginningPropagator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
Initializes a new instance as a copy of an existing instance.
FollowSegmentEnding - Class in agi.foundation.segmentpropagation
Defines how to propagate to the final state of a FollowSegment.
FollowSegmentEnding() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEnding
Initializes a new instance.
FollowSegmentEnding(FollowSegmentEnding, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEnding
Initializes a new instance as a copy of an existing instance.
FollowSegmentEndingPropagator - Class in agi.foundation.segmentpropagation
Evaluates the initial state for the propagator of a FollowSegment.
FollowSegmentEndingPropagator() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
Initializes a new instance.
FollowSegmentEndingPropagator(FollowSegmentEndingPropagator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
Initializes a new instance as a copy of an existing instance.
FollowSegmentEndsAsWithDefaultConditions - Class in agi.foundation.segmentpropagation
Propagates the FollowSegment to whatever default end StoppingCondition it is configured with.
FollowSegmentEndsAsWithDefaultConditions() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
Initializes a new instance.
FollowSegmentEndsWithStoppingConditions - Class in agi.foundation.segmentpropagation
Propagates the SegmentPropagator of a FollowSegment to a set of StoppingConditions.
FollowSegmentEndsWithStoppingConditions(StoppingCondition...) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Initializes a new instance.
FollowSegmentEndsWithStoppingConditions(FollowSegmentEndsWithStoppingConditions, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Initializes a new instance as a copy of an existing instance.
FollowSegmentResults - Class in agi.foundation.segmentpropagation
The results of propagating a FollowSegment.
FollowSegmentResults(SegmentPropagator, ITimeBasedState, PropagateSegmentResults) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentResults
Initializes a new instance.
FollowSegmentResults(FollowSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentResults
Initializes a new instance as a copy of an existing instance.
FollowSegmentStartsAtEndOfBasePropagator - Class in agi.foundation.segmentpropagation
Determines the initial state of a FollowSegment by getting the final state of the wrapped StoppablePropagator.
FollowSegmentStartsAtEndOfBasePropagator() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
Initialize a new instance.
FollowSegmentStartsWithDefaultInitialState - Class in agi.foundation.segmentpropagation
Determines the initial state of a FollowSegment by using the default initial state passed to the segment.
FollowSegmentStartsWithDefaultInitialState() - Constructor for class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
Initialize a new instance.
FollowSegmentStartsWithStoppingConditions - Class in agi.foundation.segmentpropagation
Propagates the wrapped SegmentPropagator of a FollowSegment until a user specified StoppingCondition stops propagation.
FollowSegmentStartsWithStoppingConditions(StoppingCondition...) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Initializes a new instance.
FollowSegmentStartsWithStoppingConditions(FollowSegmentStartsWithStoppingConditions, CopyContext) - Constructor for class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Initializes a new instance as a copy of an existing instance.
FontStyle - Class in agi.foundation.compatibility
Specifies style information applied to text.
ForceEvaluator - Class in agi.foundation.celestial
Base class for evaluators created by a ForceModel to compute the force.
ForceEvaluator(EvaluatorGroup, RoleOfForce, KindOfForce) - Constructor for class agi.foundation.celestial.ForceEvaluator
Initializes a new instance.
ForceEvaluator(ForceEvaluator, CopyContext) - Constructor for class agi.foundation.celestial.ForceEvaluator
Initializes a new instance as a copy of an existing instance.
forceEvaluatorToBeCached(IEvaluator) - Method in class agi.foundation.EvaluatorGroup
Forces an evaluator to be cached, even if it does not appear to be called by more than one other evaluator.
ForceModel - Class in agi.foundation.celestial
Represents a Newtonian force which can be used to specify the equations of motion for a mass body located by a PropagationNewtonianPoint.
ForceModel(RoleOfForce, KindOfForce) - Constructor for class agi.foundation.celestial.ForceModel
Initializes a new instance.
ForceModel(ForceModel, CopyContext) - Constructor for class agi.foundation.celestial.ForceModel
Initializes a new instance as a copy of an existing instance.
forgetDependency(IEvaluator) - Method in class agi.foundation.EvaluatorGroup
Instructs the evaluator group to forget about a dependency for the evaluator that is currently being constructed.
FormatConversionCallback<T,TFormatType> - Class in agi.foundation.infrastructure
A delegate to convert a T from one format to another.
FormatConversionCallback() - Constructor for class agi.foundation.infrastructure.FormatConversionCallback
Creates a new instance of this delegate.
FormatConversionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.FormatConversionCallback
Initializes a delegate that will invoke an instance method on a class instance.
FormatConversionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.FormatConversionCallback
Initializes a delegate that will invoke a static method on a class.
FormatConversionCallback.Function<T,TFormatType> - Interface in agi.foundation.infrastructure
A functional interface for the containing delegate type.
FormatConverter<T,TFormatType extends IIndexedFormat> - Class in agi.foundation.infrastructure
Converts between different formats of a given type, where a format is specified as an indexed format object.
FormatConverter() - Constructor for class agi.foundation.infrastructure.FormatConverter
Initializes a new instance.
forSubCalculation(double) - Method in class agi.foundation.infrastructure.AverageSubCalculationProgress
Gets an ITrackCalculationProgress instance for a sub-calculation.
ForwardAndBackwardAnimation - Class in agi.foundation.graphics.advanced
The base class for animation classes that can animate both forward and backward.
ForwardAnimation - Class in agi.foundation.graphics.advanced
The base class for animation classes that can animate in the forward direction.
ForwardAnimation.AnimationState - Enum in agi.foundation.graphics.advanced
 
FourPi - Static variable in class agi.foundation.Constants
Four Math.PI.
FrameRate - Class in agi.foundation.graphics
Keeps track of how many times the Scenes are rendered per second.
FreeSpacePathLossModel - Class in agi.foundation.communications.signalpropagation
A model of the path loss of a signal propagating in free space.
FreeSpacePathLossModel() - Constructor for class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Initializes a new instance.
FreeSpacePathLossModel(FreeSpacePathLossModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Initializes a new instance as a copy of an existing instance.
freeze() - Method in class agi.foundation.communications.SignalPropagationGraph
Freezes this object.
freeze() - Method in class agi.foundation.infrastructure.DefinitionalObject
Freezes this object.
freeze() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Freezes this object.
freeze() - Method in interface agi.foundation.infrastructure.IFreezable
Freezes this object.
freeze() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Freezes this object.
freeze() - Method in class agi.foundation.time.TimeIntervalCollection
Freezes this object.
freeze() - Method in class agi.foundation.time.TimeIntervalCollection1
Freezes this object.
freeze() - Method in class agi.foundation.tracking.TrackingTypeArchiverCollection
Freezes this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessComputation
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessConstraint
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessQueryAnd
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessQueryAtLeastN
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessQueryAtMostN
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessQueryExactlyN
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.access.AccessQueryOr
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.celestial.ForceModel
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.celestial.JplDE
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.celestial.TorqueModel
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.CommunicationLinkCollection
Called by DefinitionalObjectCollection.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.ComplexReceiver
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.PointScattererExtension
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.PointScattererInformation
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.SimpleReceiver
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.Transceiver
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.communications.Transponder
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.coverage.BaseCoverageDefinition
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.DynamicDelaunayElements
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.ScalarProduct
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.ScalarSum
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.geometry.VectorSum
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.infrastructure.DefinitionalObject
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Called by DefinitionalObjectCollection.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.infrastructure.ExtensibleObject
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.navigation.GpsReceiver
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.navigation.GpsSatelliteExtension
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.platforms.Platform
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.GpsRinexPropagator
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.PropagationEulerianAxes
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.PropagationScalar
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.PropagationVector
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.Sgp4Propagator
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.StateTransitionMatrix
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.radar.InterferenceSignalIdentifier
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.routedesign.PropagatedRoute
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.routedesign.RoutePropagator
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.FollowSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.PropagateSegment
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.SegmentList
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeAggregatedObjects() - Method in class agi.foundation.stoppingconditions.StoppingCondition
Called by DefinitionalObject.freeze() to also freeze any objects that are considered to be a part of this object.
freezeFinalConditions() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its final boundary conditions.
freezeFinalConditions() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its final boundary conditions.
freezeInitialConditions() - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its initial boundary conditions.
freezeInitialConditions() - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
Called by the RoutePropagator to indicate to the profile that it should not let other profiles update its initial boundary conditions.
FrequencyDependentElectricFieldGainPattern - Class in agi.foundation.communications.antennas
An antenna gain pattern which produces antenna gain based on the link geometry and a collection of frequency dependent electric field patterns.
FrequencyDependentElectricFieldGainPattern() - Constructor for class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Initializes a new instance.
FrequencyDependentElectricFieldGainPattern(Iterable<FrequencySpecificElectricFieldPattern>) - Constructor for class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Initializes a new instance.
FrequencyDependentElectricFieldGainPattern(FrequencyDependentElectricFieldGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Initializes a new instance as a copy of an existing instance.
FrequencyDependentElectricFieldPolarizationSource - Class in agi.foundation.communications
A polarization source which produces polarization based on the link geometry and a collection of frequency dependent electric field patterns.
FrequencyDependentElectricFieldPolarizationSource() - Constructor for class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Initializes a new instance.
FrequencyDependentElectricFieldPolarizationSource(Iterable<FrequencySpecificElectricFieldPattern>) - Constructor for class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Initializes a new instance.
FrequencyDependentElectricFieldPolarizationSource(FrequencyDependentElectricFieldPolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Initializes a new instance as a copy of an existing instance.
FrequencySpecificElectricFieldPattern - Class in agi.foundation.communications
Defines a SphericalTabularElectricFieldPattern which is associated with a given frequency.
FrequencySpecificElectricFieldPattern(double, SphericalTabularElectricFieldPattern) - Constructor for class agi.foundation.communications.FrequencySpecificElectricFieldPattern
Initializes an instance with the provided parameters
FrequencySpecificElectricFieldPattern(FrequencySpecificElectricFieldPattern) - Constructor for class agi.foundation.communications.FrequencySpecificElectricFieldPattern
Initializes a new instance as a copy of an existing instance.
frobeniusNorm() - Method in class agi.foundation.coordinates.Matrix3By3
Computes the Frobenius norm of the matrix.
frobeniusNorm() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Computes the Frobenius norm of the matrix.
frobeniusNormSquared() - Method in class agi.foundation.coordinates.Matrix3By3
Computes the square of the Frobenius norm of the matrix.
frobeniusNormSquared() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Computes the square of the Frobenius norm of the matrix.
fromBitmap(BufferedImage) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
Creates a new texture from a bitmap.
fromCartesian(Cartesian) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
Initializes a set of AzimuthElevationRange coordinates from the provided set of Cartesian coordinates represented in the North-East-Down orientation with X pointing north, Y pointing east, and Z pointing down.
fromDays(double) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of days.
fromDays(double, TimeStandard) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of days using the specified time standard.
fromDecibels(double) - Static method in class agi.foundation.communications.CommunicationAnalysis
Convert the supplied decibel value to linear scale.
fromDouble(double, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified double-precision floating point value and stores the bytes in the given array.
fromHours(double) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of hours.
fromHours(double, TimeStandard) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of hours using the specified time standard.
fromImage(RenderedImage, CesiumImageFormat) - Static method in class agi.foundation.cesium.CesiumResource
Create a CZML resource from an image loaded into memory.
fromInt16(short, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified 16-bit signed integer value and stores the bytes in the given array.
fromInt32(int, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified 32-bit signed integer value and stores the bytes in the given array.
fromInt64(long, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified 64-bit signed integer value and stores the bytes in the given array.
fromInterval(TimeInterval, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at a specified frequency within an interval as well as the end of the interval.
fromInterval(JulianDate, JulianDate, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at a specified frequency within an interval as well as the stop time.
fromLowerTriangular(double, double, double, double, double, double) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a symmetric matrix from the lower triangular elements.
fromLowerTriangular(Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a symmetric matrix from the lower triangular elements of the provided matrix.
fromLowerTriangular(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Forms a symmetric matrix from the lower triangular elements.
fromLowerTriangular(Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Forms a symmetric matrix from the lower triangular elements of the provided matrix.
fromMemory(byte[], RasterAttributes) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
Creates a new texture from memory.
fromMinutes(double) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of minutes.
fromMinutes(double, TimeStandard) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of minutes using the specified time standard.
fromObject(IServiceProvider) - Static method in class agi.foundation.access.AccessQuery
Constructs an access query from the constraints applied to a given object.
fromObjectAllowNoConstraints(IServiceProvider) - Static method in class agi.foundation.access.AccessQuery
Constructs an access query from the constraints applied to a given object or link.
fromRaster(Raster) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
Creates a new texture from a Raster.
fromSeconds(double) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of seconds.
fromSeconds(double, TimeStandard) - Static method in class agi.foundation.time.Duration
Returns a Duration that represents the specified number of seconds using the specified time standard.
fromStream(InputStream, CesiumImageFormat) - Static method in class agi.foundation.cesium.CesiumResource
Create a CZML resource from a stream containing image data.
fromStream(InputStream, String) - Static method in class agi.foundation.cesium.CesiumResource
Create a CZML resource from a stream.
fromTerrain(TerrainProvider, double, double, Cartographic, double, double, double[], boolean) - Static method in class agi.foundation.terrain.ElevationMask
Computes elevation masks from the specified terrain provider along the provided azimuths.
fromTerrain(TerrainProvider, double, double, Cartographic, double, double, double[], boolean, ITrackCalculationProgress) - Static method in class agi.foundation.terrain.ElevationMask
Computes elevation masks from the specified terrain provider along the provided azimuths with progress tracking.
fromUInt16(int, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified 16-bit unsigned integer value and stores the bytes in the given array.
fromUInt32(long, byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Converts the specified 32-bit unsigned integer value and stores the bytes in the given array.
fromUpperTriangular(double, double, double, double, double, double) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a symmetric matrix from the upper triangular elements.
fromUpperTriangular(Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a symmetric matrix from the upper triangular elements of the provided matrix.
fromUpperTriangular(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Forms a symmetric matrix from the upper triangular elements.
fromUpperTriangular(Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Forms a symmetric matrix from the upper triangular elements of the provided matrix.
fromUri(URI) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
Creates a new texture from a URI, which can be a file, HTTP, HTTPS, or FTP source.
fromUri(String) - Method in class agi.foundation.graphics.advanced.Texture2DFactory
Creates a new texture from a URI, which can be a file, HTTP, HTTPS, or FTP source.
fromWidthHeight(double, double, double, double) - Static method in class agi.foundation.coordinates.BoundingRectangle
Initializes a new instance.
front() - Method in class agi.foundation.graphics.PathPrimitive
Access the PathPoint at the front of the line.
FrpaGainPattern - Class in agi.foundation.communications.antennas
A static Fixed Radiation Pattern Antenna (FRPA).
FrpaGainPattern() - Constructor for class agi.foundation.communications.antennas.FrpaGainPattern
Initializes a new instance.
FrpaGainPattern(double) - Constructor for class agi.foundation.communications.antennas.FrpaGainPattern
Create a new instance based on the given parameters.
FrpaGainPattern(FrpaGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.FrpaGainPattern
Initializes a new instance as a copy of an existing instance.
Function2<TIndependent,TDependent> - Class in agi.foundation
Represents any function.
Function2() - Constructor for class agi.foundation.Function2
Initializes a new instance.
Function2(Function2<TIndependent, TDependent>, CopyContext) - Constructor for class agi.foundation.Function2
Initializes a new instance as a copy of an existing instance.
Function3<TIndependent,TDependent,TDependentDerivative> - Class in agi.foundation
Represents any function.
Function3() - Constructor for class agi.foundation.Function3
Initializes a new instance.
Function3(Function3<TIndependent, TDependent, TDependentDerivative>, CopyContext) - Constructor for class agi.foundation.Function3
Initializes a new instance as a copy of an existing instance.
FunctionSegmentSlope - Enum in agi.foundation.numericalmethods
Indicates the slope of a segment of a function.

G

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
Applies a ConvolutionFilter to blur the source raster using the Gaussian function.
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
The classification of an orbiting body for a UsafGeneralPerturbationElements.
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
Calls GeometricPrimitiveCoverageGrid.generateGridPoints() on the GridPointProvider (get), and then selects a subset of the points using the EllipsoidSurfaceRegion.isPointInsideRegion(agi.foundation.coordinates.Cartographic) method.
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
Create a new instance based on the given EllipsoidGeodesic.
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
A set of geometry items (Points, Axes, Scalars, Vectors), and DynamicMatrix that can be evaluated together at once and the results of which are stored in an IAdjustableState.
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
Initializes a GeospatialImageGlobeOverlay with the provided values.
GeospatialImageGlobeOverlay(URI) - Constructor for class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
Initializes a GeospatialImageGlobeOverlay with the provided values.
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
Gets the IServiceProvider at the specified index.
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
Gets the CentralBodyGraphics for the specified CentralBody.
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
Gets the GlobeImageOverlay at the specified index.
get(int) - Method in class agi.foundation.graphics.ModelArticulation
Gets the transformation at the given index.
get(String) - Method in class agi.foundation.graphics.ModelArticulation
Gets a transformation by name.
get(int) - Method in class agi.foundation.graphics.ModelArticulationCollection
Gets the articulation at the given index.
get(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
Gets an articulation by name.
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
Gets the TerrainOverlay at the specified index.
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
Gets the TerrainProvider at the specified index.
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 or not the function run aborted.
getAborted() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
Gets a value indicating whether or not the propagation of the TargetedSegmentList was aborted.
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
Gets a MergeTimeIntervalDataCallback that simply accepts the data on the left-hand side.
getAcceptRight() - Static method in class agi.foundation.time.TimeInterval1
Gets a MergeTimeIntervalDataCallback that simply accepts the data on the right-hand side.
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
Gets the StateElementAdapter stored in this definition for elementIdentification.
getAdapter(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the adapter for the specified element.
getAdapters() - Method in class agi.foundation.propagators.StoppablePropagator
Gets the list of StateElementAdapters that must be applied to the passed in initial state.
getAdapters() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Gets a list of the StateElementAdapters that this segment can use in its propagation.
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
Gets the default list of all of the possible state element adapters.
getAdaptersFromAlternateSegmentToPrimary() - Method in class agi.foundation.segmentpropagation.SwitchableSegmentResults
Gets the adapters that go from the AlternateSegment (get / set) to the PrimarySegment (get / set).
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
Gets a list of SegmentResults that this segment may have propagated.
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
Gets all of the StateElementAdapters that have been registered with this propagator.
getAllEphemerisData() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
Retrieves the RinexNavigationEphemeris defining all the characteristics of this satellite.
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
Get an evaluator which produces a signal collection SignalCollection from the given ISignalSource by looking for identifying object.
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
Gets the RadioFrequencyGainPattern used by the transmitter.
getAntennaGainPattern() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Gets the RadioFrequencyGainPattern used by the transmitter's antenna.
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
Gets the OpticalGainPattern which represents the transmitter's optics.
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
Gets the set of CoverageFilters which have been applied to these results.
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
Gets the list of Articulation instances for the models.
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).
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
Gets the RasterAttributes that define the raster data.
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
Gets the collection of AuxiliaryStateElements which together define the auxiliary output from the propagator.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
getAvailabilityIntervals(TimeIntervalCollection) - Method in class agi.foundation.MotionEvaluator2
Gets the intervals over which data is available.
getAvailabilityIntervals() - Method in class agi.foundation.MotionEvaluator2
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets a TimeIntervalCollection over which data is available.
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
Gets the Axes from the IOrientationAxesService provided by an object.
getAxes(IServiceProvider, String) - Static method in class agi.foundation.geometry.AxesHelper
Gets the Axes from the IOrientationAxesService provided by an object.
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
Gets the IServiceProvider that will provide IOrientationAxesService.
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
Gets the base GlobeImageOverlay associated with the CentralBody in the Scene.
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
Gets the DirectionsProvider for providing the beam directions.
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
Gets a BeamformerWeightsEvaluator which when evaluated produces a ComplexMatrix of element weights.
getBeamWeightsEvaluator(EvaluatorGroup, ISignalSource, Vector, Axes, List<PhasedArrayElement>) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
Gets a BeamformerWeightsEvaluator which when evaluated produces a ComplexMatrix of element weights.
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
Gets an EndianBitConverter that assumes all bytes are in Big Endian byte order.
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
Gets the EllipsoidSurfaceCurve that defines the surface region.
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
Gets the PolylineType of BoundaryPositions.
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
Gets the ValueDefinition that will be used for burn centering.
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
Returns the CentralBodyGraphics for the CentralBody with the given name.
getByName(String) - Method in class agi.foundation.graphics.ModelArticulation
Gets a transformation by name.
getByName(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
Gets an articulation by name.
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
Gets the TerrainCacheGroup that contains this provider.
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
Gets the LabelCallback used to determine the label.
getCallback() - Method in class agi.foundation.tracking.MarkerVisualizer
Gets the MarkerCallback used to determine the marker.
getCallback() - Method in class agi.foundation.tracking.ModelVisualizer
Gets the ModelCallback used to retrieve a model for each entity.
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
Gets the Camera (get / set).
getCamera() - Method in class agi.foundation.tracking.ViewFromTo
Gets the Camera (get / set).
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
Gets a point which represents the center of mass of the given JplDECentralBody.
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
Gets the CentralBodyGraphics for a specified CentralBody.
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.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.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
Gets the CentralBody that the GlobeOverlay is displayed on.
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
Gets the name of the CentralBody of the city.
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
Gets the name of the CentralBody of the facility.
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
Gets the Color of the CentralBody in the Scene.
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
Gets the color strength when ColorBlendMode (get / set) is CesiumColorBlendMode.MIX.
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
Gets the AccessQuery for this receiver and SatelliteID (get / set).
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
Gets the StoppingCondition that will get enabled or disabled.
getCondition() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
Gets the definition of the StoppingCondition that detected the event.
getConditions() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Gets the list of StoppingConditions that will end propagation of the FollowSegment.
getConditions() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Gets the list of StoppingConditions that will end propagation of the FollowSegment.
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
Gets the final StoppingCondition that stopped propagation.
getConditionStoppedOn() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
Gets the final StoppingCondition that stopped propagation.
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
Gets the configuration object used for the segment propagators that were propagated in computing these results.
getConfiguration() - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Gets the configuration object used for the segment propagators that were propagated in computing these results.
getConfiguration() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the segment configuration that was used to propagate the segment that made these results.
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
Gets the EllipsoidSurfaceRegionCurveConnectionType for the surface region.
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 time intervals considered when computing these coverage results.
getConsiderParameter(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
Gets the consider parameter at the specified index which has been added to this StateTransitionMatrix.
getConstantCondition() - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
Gets the generated ConstantDisplayCondition.
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.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.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
Gets an object which provides the IGpsReceiverService to which this constraint applies.
getConstrainedObject() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Gets an object which provides the IGpsReceiverService to which this constraint applies.
getConstrainedObject() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Gets an object which provides the IGpsReceiverService to which this constraint applies.
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
Gets the collection of AccessConstraints attached to the given IServiceProvider.
getConstraints() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Gets the constraint settings corresponding to the results computed by the Function (get / set).
getConstraints() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Gets the constraints that the Variables (get) will attempt to drive the trajectory of the parent TargetedSegmentList to.
getConstraints() - Method in class agi.foundation.platforms.AccessConstraintsExtension
Gets the constraint collection.
getConstraints() - Method in class agi.foundation.stoppingconditions.StoppingCondition
Gets additional constraints on the stopping condition.
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
Gets the delegate that will return true or false depending on if the StoppingConditionConstraint is satisfied.
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
Gets the current CalculationContext.
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
Gets the CalculationContext for the current thread.
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 archives 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
Gets an instance of a converter which can convert the overall raw output into the output corresponding to a particular PropagationStateElement or AuxiliaryStateElement based on a string identifier and output type.
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 models 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
Gets the cost function settings corresponding to the results computed by the Function (get / set).
getCostFunction() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Gets the cost function that the Variables (get) will attempt to minimize or maximize by modifying the trajectory of the parent TargetedSegmentList.
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
Gets the number of IServiceProvider objects in the LinkPath.
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
Gets the number of transformations in the collection.
getCount() - Method in class agi.foundation.graphics.ModelArticulationCollection
Gets the number of articulations in the collection.
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
Gets the grid point associated with this 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
Gets the JulianDate that this state is valid.
getCurrentDate() - Method in interface agi.foundation.coordinates.ITimeBasedState
Gets the JulianDate that this state is valid.
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
Gets the JulianDate that this state is valid.
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
Gets the current state of propagation.
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.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
Gets a DateMotionCollection1 of the given type based on a string identification corresponding to either a PropagationStateElement or AuxiliaryStateElement.
getDateMotionCollection(String, List<JulianDate>, List<double[]>) - Method in class agi.foundation.propagators.PropagationStateConverter
Convert a set of time indexed data to a DateMotionCollection1 based on a given element.
getDateMotionCollection(String, List<ITimeBasedState>) - Static method in class agi.foundation.segmentpropagation.SegmentResults
Gets a DateMotionCollection1 of the element.
getDateMotionCollectionOfOverallTrajectory(String) - Method in class agi.foundation.segmentpropagation.SegmentListResults
Gets a DateMotionCollection1 of the element from the EphemerisForOverallTrajectory (get).
getDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) - Method in class agi.foundation.segmentpropagation.SegmentListResults
Gets a DateMotionCollection1 of the element in the specified ReferenceFrame from the EphemerisForOverallTrajectory (get).
getDateMotionCollectionOfOverallTrajectory(String) - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets a DateMotionCollection1 of the element from the EphemerisForOverallTrajectory (get).
getDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets a DateMotionCollection1 of the element in the specified ReferenceFrame from the EphemerisForOverallTrajectory (get).
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
Gets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Gets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Gets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Gets the default instance of this parameter used by the EvaluatorGroup to identify objects which are parameterized on the PropagationStage.
getDefaultInstance() - Static method in class agi.foundation.propagators.advanced.PropagationStateParameter
Gets the default instance of this parameter used by the EvaluatorGroup to identify objects which are parameterized on the NumericalPropagatorDefinition.
getDefaultInterpolator() - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Gets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to QuantizedMeshTerrainProvider.getHeight(double,double) or QuantizedMeshTerrainProvider.getHeightNativeUnits(double,double).
getDefaultInterpolator() - Method in class agi.foundation.terrain.RasterTerrainProvider
Gets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to RasterTerrainProvider.getHeight(double,double) or RasterTerrainProvider.getHeightNativeUnits(double,double).
getDefaultOptions() - Static method in class agi.foundation.ccsds.CcsdsOemFileWritingOptions
Gets the default instance where OverrideCreationDate (get / set) is set to true and the OutputFormat (get / set) is set to CcsdsOemFileOutputFormat.KVN_FORMAT.
getDefaultPropagationModels() - Method in class agi.foundation.communications.CommunicationLinkCollection
Gets the default propagation models list.
getDefaultReferenceVector() - Method in class agi.foundation.communications.CommunicationSystem
Gets the default reference vector used by CommunicationSystem.configureAntennaTargeting() when automatically orienting links.
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
Gets a TimeIntervalCollection where the Data (get) property of each interval is the ReferenceFrame in which this Point is defined over the interval.
getDefinedInIntervals() - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Gets a TimeIntervalCollection1 where the Data (get) property of each interval is the ReferenceFrame in which this ReferenceFrame is defined over the interval.
getDefinedInIntervals() - Method in class agi.foundation.geometry.VectorEvaluator
Gets a TimeIntervalCollection where the Data (get) property of each interval is the Axes in which this Vector is defined over the interval.
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
Gets a ScalarDependentOnServiceProvider that calculates atmospheric density using the U.S.
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
Gets a ScalarDependentOnServiceProvider that calculates the ratio of the local density to the density at sea level using the U.S.
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
Gets the tolerance used to determine whether the derivative is zero for the purposes of aborting the calculation and setting the ResultType (get) to NewtonRootType.SOLVER_FAILED_DUE_TO_HORIZONTAL_SLOPE.
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
Gets the threshold that the corresponding value computed by the SolvableMultivariableFunction or OptimizerMultivariableFunction will be driven to.
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
Creates a set of LinkBudgetScalars for a given link and intended signal strategy.
getDetails() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
Gets additional details about this outage.
getDetectedEvents() - Method in class agi.foundation.propagators.StoppablePropagatorResults
Gets all of the StoppingConditionEvents found during propagation.
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
Gets the generated DistanceDisplayCondition.
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
Gets a DistanceDisplayCondition that is evaluated per marker in the marker batch during rendering.
getDistanceDisplayConditionPerPoint() - Method in class agi.foundation.graphics.PointBatchPrimitive
Gets a DistanceDisplayCondition that is evaluated per point in the point batch during rendering.
getDistanceDisplayConditionPerString() - Method in class agi.foundation.graphics.TextBatchPrimitive
Gets a DistanceDisplayCondition that is evaluated per string in the text batch during rendering.
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
The collection of KmlDocuments that are currently loaded.
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
Gets the DragDropOptions for this instance.
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
Gets the DynamicDelaunayElements to use.
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
Gets the definition of the StateEvaluator that will be propagated.
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
Gets the CentralBodyGraphics for the planet Earth.
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
Gets an evaluator to calculate EclipseType for every CentralBody in OccludingBodies (get).
getEclipseTypeEvaluators() - Method in class agi.foundation.celestial.ScalarOccultation
Gets an evaluator to calculate EclipseType for every CentralBody in OccludingBodies (get).
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
Gets a list of evaluators that return EclipseType.NONE for each eclipsing body.
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
Gets the DefinitionalObject (Point, Scalar...) of the elementIdentification stored in this 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
Gets the DelaunayElement to compute.
getElement() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Gets which SphericalElement to compute.
getElement() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Gets the EquinoctialElement to compute.
getElement() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Gets the KozaiIzsakMeanElement to compute.
getElement() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Gets the KeplerianElement to compute.
getElement() - Method in class agi.foundation.geometry.ScalarPointElement
Gets the CartesianElement to use.
getElement() - Method in class agi.foundation.geometry.ScalarSphericalElement
Gets the SphericalElement that this Scalar should compute.
getElement() - Method in class agi.foundation.geometry.ScalarVectorElement
Gets the CartesianElement to use.
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
Gets the KinematicTransformation used to transform from the ellipsoid to the sensor reference frame.
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
Gets a BoundingRectangle with all values set to zero.
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
Gets an empty, read-only TimeIntervalCollection.
getEmpty() - Static method in class agi.foundation.time.TimeIntervalCollection1
Gets an empty, read-only 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
Gets if this StoppingCondition will be considered during propagation.
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
Gets the end cycle.
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
Gets the intervals of RAIM outage for the RaimFlightPhase.EN_ROUTE phase.
getEnRouteArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the RaimFlightPhase.EN_ROUTE flight phase.
getEntireComputedEphemeris() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the entire ephemeris computed by the SegmentPropagator.
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
Gets the ephemeris as computed by the SinglePointStoppablePropagator.
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
Gets the time at which the initial conditions for each PropagationStateElement are defined.
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
Gets the equality constraint settings corresponding to the results computed by the Function (get / set).
getEqualities() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Gets the equalities that the Variables (get) will attempt to satisfy by modifying the trajectory of the parent TargetedSegmentList.
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 or not 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
Gets the suggested evaluation order of this query, which is the value returned by InvertedQuery (get / set) AccessQuery.getEvaluationOrder() method.
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
Gets an evaluator to compute the Precession for a specified JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.celestial.Iau1980Nutation
Gets an evaluator to compute the Nutation for a specified JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the refracted relative Motion<Cartesian> between the InitialPoint (get / set) and FinalPoint (get / set) in InitialPoint (get / set)'s ReferenceFrame at a given JulianDate.
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) - Method in class agi.foundation.communications.SignalParameter
Gets the placeholder evaluator associated with this parameter.
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
Gets and creates the StateEvaluator.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.coordinates.DynamicState
Gets and creates the StateEvaluator.
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
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.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
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.AxesBPlane
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.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
Gets an evaluator that can be used to find the Motion<UnitQuaternion, Cartesian> of this axes in its parent Axes (or in the optional FixedWithRespectTo (get / set) axes) at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<UnitQuaternion, Cartesian> of this axes at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.AxesFromBankAngle
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.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.CartesianParameter
Gets the placeholder evaluator associated with this parameter.
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
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.CompositePoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Matrix> of this instance at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Gets an evaluator that can be used to produce a value.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DoubleParameter
Gets the placeholder evaluator associated with this parameter.
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
Gets an evaluator that can be used to compute the EquinoctialElements of the OrbitalPoint (get / set) at a given date.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Gets an evaluator that can be used to compute the EquinoctialElements of the OrbitalPoint (get / set) at a given date.
getEvaluator() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Gets an evaluator that can be used to compute the KozaiIzsakMeanElements of the OrbitalPoint (get / set) at a given date.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Gets an evaluator that can be used to compute the KozaiIzsakMeanElements of the OrbitalPoint (get / set) at a given date.
getEvaluator() - Method in class agi.foundation.geometry.DynamicMatrix
Gets an evaluator that can be used to find the Motion<Matrix> of this instance at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicMatrix
Gets an evaluator that can be used to find the Motion<Matrix> of this instance at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
Gets an evaluator that can be used to find the Motion<Matrix> of this scalar at a given JulianDate.
getEvaluator() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Gets an evaluator that can be used to compute the ModifiedKeplerianElements of the OrbitalPoint (get / set) at a given date.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Gets an evaluator that can be used to compute the ModifiedKeplerianElements of the OrbitalPoint (get / set) at a given date.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.EntityAxes
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.EntityPoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.GeometryDynamicState
Gets and creates the StateEvaluator.
getEvaluator() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Gets an evaluator that can be used to find a HelmertTransformation representing the motion of the To (get / set) ITRF relative to the From (get / set) ITRF at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Gets an evaluator that can be used to find a HelmertTransformation representing the motion of the To (get / set) ITRF relative to the From (get / set) ITRF at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Gets an evaluator that can be used to find the Motion<Cartesian> at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.ParameterizedPoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointAtAltitude
Gets an evaluator that can be used to find the Motion<Cartesian> of this point expressed in the FixedFrame (get / set) of the CentralBody (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointCartographic
Gets an evaluator that can be used to find the Motion<Cartesian> of this point expressed in the FixedFrame (get / set) of the CentralBody (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Gets an evaluator that can be used to find the Motion<Cartesian> of this point expressed in the FixedFrame (get / set) of the CentralBody (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointDifferentiator
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in its parent ReferenceFrame at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointEvaluatorParameter
Gets the placeholder evaluator associated with this parameter.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in its parent ReferenceFrame (or in the optional FixedWithRespectTo (get / set) frame) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFixedOffset
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in the specified ReferenceFrame at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointFromArchive
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInPointsFrame
Gets an evaluator that can be used to find the Motion<Cartesian> of this ObservedPoint (get / set) in the ReferenceFrame of the FrameOwner (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInReferenceFrame
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in the new Frame (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Gets an evaluator that can be used to find the Motion<Cartesian> of this point at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.PointInterpolator
Gets an evaluator that can be used to find the Motion<Cartesian> of this point defined in the given ReferenceFrame (get / set) at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of the new point in BasePoint (get / set)'s ReferenceFrame at a given JulianDate.
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
Gets an evaluator that can be used to find the value of an DelaunayElement of a DynamicDelaunayElements at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<double> representing the derivative of the given Scalar (get / set) at the specified Order (get / set) at a given JulianDate.
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
Gets an evaluator that can be used to find the value of an EquinoctialElement of a DynamicEquinoctialElements at a given JulianDate.
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
Gets an evaluator that can be used to find the value of an KozaiIzsakMeanElement of a DynamicKozaiIzsakMeanElements at a given JulianDate.
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
Gets an evaluator that can be used to find the value of an KeplerianElement of a DynamicModifiedKeplerianElements at a given JulianDate.
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
Gets an evaluator that can be used to find the value of a CartesianElement of a Point at a given JulianDate.
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
Gets an evaluator that can be used to find the value of a SphericalElement of a Point at a given JulianDate.
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
Gets an evaluator that can be used to find the value of CartesianElement of a Vector at a given JulianDate.
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.TimeBasedStateParameter
Gets the placeholder evaluator associated with this parameter.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the relative Motion<Cartesian> between the InitialPoint (get / set) and FinalPoint (get / set) in InitialPoint (get / set)'s ReferenceFrame at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorBPlane
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> representing the derivative of the given Vector (get / set) in the given Axes (get / set) at the specified Order (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorDifferentiator
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorFixed
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in a given axes at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInPointsAxes
Gets an evaluator to observe the Motion<Cartesian> representation of the VectorToObserve (get / set) in the Axes in which Point (get / set) is defined.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInterpolator
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector defined in the given DefinedInAxes (get / set) at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Gets an evaluator to observe the Motion<Cartesian> representation of the ObservedVector (get / set) in the Axes in which AxesOwner (get / set) is defined.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorInverted
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the normalized Motion<Cartesian> of this VectorToNormalize (get / set) in its parent Axes at a given JulianDate.
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
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector scaled by the given ScaleFactor (get / set) at a given JulianDate.
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
Gets an evaluator that can be used to find the relative Motion<Cartesian> between the InitialPoint (get / set) and FinalPoint (get / set) in InitialPoint (get / set)'s ReferenceFrame at a given JulianDate.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.geometry.VectorVelocity
Gets an evaluator that can be used to find the Motion<Cartesian> representing the velocity of the given Point (get / set) in the given ReferenceFrame (get / set) at a given JulianDate.
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
Gets an evaluator that can be used to evaluate the SaastamoinenTroposphericCorrectionModel.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
Gets an evaluator that can be used to evaluate the SingleFrequencyIonosphericCorrectionModel.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
Gets an evaluator that interpolates Covariance3By3SizeAndOrientation information.
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
Creates and returns the SegmentPropagatorConstraintEvaluator.
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
Gets a SegmentPropagatorVariableEvaluator for this variable.
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
Creates and returns the SegmentPropagatorConstraintEvaluator.
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
Gets a SegmentPropagatorVariableEvaluator for this variable.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Gets a SegmentPropagatorVariableEvaluator for this variable.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Gets a SegmentPropagatorVariableEvaluator for this variable.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Gets a SegmentPropagatorVariableEvaluator for this variable.
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
Creates and returns the SegmentPropagatorConstraintEvaluator.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Creates and returns the SegmentPropagatorConstraintEvaluator.
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
Creates and returns the SegmentPropagatorConstraintEvaluator.
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
Creates and returns the SegmentPropagatorConstraintEvaluator.
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
Gets a SegmentPropagatorVariableEvaluator for this variable.
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) - Method in class agi.foundation.propagators.advanced.PropagationStageParameter
Gets the placeholder evaluator associated with this parameter.
getEvaluator(EvaluatorGroup) - Method in class agi.foundation.propagators.advanced.PropagationStateParameter
Gets the placeholder evaluator associated with this parameter.
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
Gets the EvaluatorGroup to use when evaluating.
getEvaluatorGroup() - Method in class agi.foundation.cesium.CzmlDocument
Gets the EvaluatorGroup to use when evaluating.
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
Gets the behavior that the StoppablePropagator will perform having detected this event.
getEventFound() - Method in class agi.foundation.stoppingconditions.StoppingConditionEventFoundEventArgs
Gets the StoppingConditionEvent that has been detected.
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
Gets the DoubleFunctionExplorer that found this extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
Gets the DoubleFunctionExplorer that found this indicated extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingFound
Gets the DoubleFunctionExplorer that found this crossing.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionThresholdCrossingIndicated
Gets the DoubleFunctionExplorer that found this indicated crossing.
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
Gets the DurationFunctionExplorer that found this extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
Gets the DurationFunctionExplorer that found this indicated extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingFound
Gets the DurationFunctionExplorer that found this crossing.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionThresholdCrossingIndicated
Gets the DurationFunctionExplorer that found this indicated crossing.
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
Gets the JulianDateFunctionExplorer that found this extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
Gets the JulianDateFunctionExplorer that found this indicated extremum.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
Gets the JulianDateFunctionExplorer that found this crossing.
getExplorer() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
Gets the JulianDateFunctionExplorer that found this indicated crossing.
getExplorer() - Method in class agi.foundation.numericalmethods.DoubleFunctionDetails
Gets the DoubleFunctionExplorer that is exploring this function.
getExplorer() - Method in class agi.foundation.numericalmethods.DurationFunctionDetails
Gets the DurationFunctionExplorer that is exploring this function.
getExplorer() - Method in class agi.foundation.numericalmethods.JulianDateFunctionDetails
Gets the JulianDateFunctionExplorer that is exploring this function.
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
Gets the CartographicExtent that specifies the surface region.
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
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
getExtent() - Method in class agi.foundation.graphics.advanced.GeospatialImageGlobeOverlay
 
getExtent() - Method in class agi.foundation.graphics.advanced.GlobeOverlay
Gets the CartographicExtent that represents the area covered by the 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
Gets the PerformanceAssessmentFile with which this record is associated.
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
Gets the RasterFilter that will be applied to the RasterStream on each update.
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
Gets the final motion as computed by the LambertOrbitSolver.
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
Gets the SegmentListResults of the segments propagated after the operator was executed.
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
Gets the JulianDate at which the FixedAxes (get / set) will be evaluated.
getFixedAt() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Gets the JulianDate at which the FixedPoint (get / set) will be evaluated.
getFixedAt() - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Gets the JulianDate at which the FixedScalar (get / set) will be evaluated.
getFixedAt() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Gets the JulianDate at which the FixedVector (get / set) will be evaluated.
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
Gets the (optional) ReferenceFrame in which the FixedPoint (get / set) will be fixed.
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
Gets the GraphicsFont to use to draw label text.
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
Gets a value defining the TextureFilter2D of the footprint interior.
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
Gets the SimpleSolarRadiationForce to perform boundary mitigation on.
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
Gets the RasterFormat associated with the attributes.
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
Gets the ReferenceFrame in which the ObservedPoint (get / set) is observed.
getFrame() - Method in class agi.foundation.geometry.ScalarDelaunayElement
Gets the ReferenceFrame to compute the point in.
getFrame() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Gets the ReferenceFrame that the FromPoint (get / set) and the ToPoint (get / set) will be evaluated in.
getFrame() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Gets the ReferenceFrame to compute the point in.
getFrame() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Gets the ReferenceFrame to compute the point in.
getFrame() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Gets the ReferenceFrame to compute the point in.
getFrame() - Method in class agi.foundation.geometry.ScalarPointElement
Gets the ReferenceFrame to observe the ReferencePoint (get / set).
getFrame() - Method in class agi.foundation.geometry.ScalarSphericalElement
Gets the ReferenceFrame to observe the ReferencePoint (get / set) in.
getFrameOwner() - Method in class agi.foundation.geometry.PointInPointsFrame
Gets the point in whose ReferenceFrame the ObservedPoint (get / set) will be observed.
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
Gets the read-only collection of FrequencySpecificElectricFieldPattern.
getFrequencyDependentElectricFieldPatterns() - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Gets the read-only collection of FrequencySpecificElectricFieldPattern.
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
Gets the CentralBodiesFacet instance from the calculation context.
getFromContext() - Static method in class agi.foundation.time.LeapSecondsFacet
Gets the LeapSecondsFacet instance from the calculation context.
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
Gets the initial point to measure the angle from.
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
Gets the GpsCommunicationsFrontEnd used by this noise model.
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
Gets the function to solve.
getFunction() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Gets the function to solve.
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
Gets the function results of the corrector.
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
Gets whether the Texture2DFactory will create mipmap compatible textures.
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
Gets the SceneGlobeOverlaySettings for the scene.
getGlobeOverlaySettings() - Static method in class agi.foundation.graphics.SceneManager
Gets the GlobeOverlaySettings, which are used to set global settings for all GlobeOverlays.
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
Gets the GpsReceiver from the IGpsReceiverService provided by an object.
getGpsReceiver(IServiceProvider, String) - Static method in class agi.foundation.navigation.GpsReceiverHelper
Gets the GpsReceiver from the IGpsReceiverService provided by an object.
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
Gets the IGpsReceiverService provided by an object.
getGpsReceiverService(IServiceProvider, String) - Static method in class agi.foundation.navigation.GpsReceiverHelper
Gets the IGpsReceiverService provided by an object.
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
Gets the granularity of the EllipsoidSurfaceRegion's borders.
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
Gets the SphericalHarmonicGravityField to use when calculating the gravitational force.
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
Gets the SphericalHarmonicGravityModel that is used to model the primary gravity field.
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
Gets the EllipsoidSurfaceCurve that represent this grid cell's boundary.
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
Gets the IServiceProvider representing a generic grid point on the grid.
getGridPointPlaceholder() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Gets the IServiceProvider representing a generic grid point on the grid.
getGridPointPlaceholder() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Gets the IServiceProvider representing a generic grid point on the grid.
getGridPointPlaceholder() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Gets the IServiceProvider representing a generic grid point on the grid.
getGridPointProvider() - Method in class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
Gets the CentralBodyCoverageGrid that is used to generate the set of GridPoints that this grid will be a subset of.
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
Gets the TerrainCacheGroup that contains this cache.
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
Gets which of the MouseButtons are being handled.
getHardwareLink() - Method in class agi.foundation.communications.Transceiver
Gets an instance of an ExtensibleObject which implements ILinkService and represents the wired link between the InputAntenna (get) and the OutputAntenna (get).
getHardwareLink() - Method in class agi.foundation.communications.Transponder
Gets an instance of an ExtensibleObject which implements ILinkService and represents the wired link between the InputAntenna (get) and the OutputAntenna (get).
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
Get the value for the height above the TerrainProvider height reference specified by the CompositeProfileSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
getHeight(Duration) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Get the value for the height above the TerrainProvider height reference specified by the ConstantHeightSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Get the value for the height above the TerrainProvider height reference specified by the ConstantHeightSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
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
Get the value for the height above the TerrainProvider height reference specified by the ProfileSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
Get the value for the height above the TerrainProvider height reference specified by the ProfileSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
getHeight(Duration) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
Get the value for the height above the TerrainProvider height reference specified by the StandardTransitionProfileSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
getHeight(Duration, int) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
Get the value for the height above the TerrainProvider height reference specified by the StandardTransitionProfileSegment.getHeightReference(agi.foundation.time.Duration) method at the given time.
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
Gets an enumeration indicating whether the heights returned by the TerrainProvider.getHeight(double, double) method are relative to the Shape (get / set) or to the ReferenceSurface (get / set).
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
Gets the HistoryGenerator used for retrieving track data.
getHistoryGenerator() - Method in class agi.foundation.tracking.WaypointVisualizer
Gets the HistoryGenerator used for retrieving track data.
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
Gets EllipsoidSurfaceRegionBuilders that describe the holes in the produced surface region.
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
Gets the list of strings that identify the Propagation State Elements that are altered by this state correction evaluator.
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
Gets the SignalIdentifier associated with the channel.
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
Gets the identifier for this evaluator.
getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Gets the identifier for this evaluator.
getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Gets the identifier for this evaluator.
getIdentifier() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Gets the identifier of this variable evaluator.
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
Gets the definition that created this propagator.
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
Gets the definition of the operator that ran.
getIdentifier() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Gets the definition that created this 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
Gets a Matrix3By3Symmetric representing an identity transformation.
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
Gets a Matrix6By6Symmetric representing an identity transformation.
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
Gets a value indicating whether StkAttitudeFile.readFrom(BufferedReader,StkAttitudeFileOptions) will ignore a property in the attitude file if the property has a value that the reader does not understand.
getIgnorePropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkEphemerisFileOptions
Gets a value indicating whether StkEphemerisFile.readFrom(BufferedReader,StkEphemerisFileOptions) will ignore a property in the ephemeris file if the property has a value that the reader does not understand.
getIgnorePropertiesWithUnsupportedValues() - Method in class agi.foundation.stk.StkPatternFileOptions
Gets a value indicating whether StkPatternFile.readFrom(BufferedReader,StkPatternFileOptions) will ignore a property in the pattern file if the property has a value that the reader does not understand.
getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkAttitudeFileOptions
Gets a value indicating whether StkAttitudeFile.readFrom(BufferedReader,StkAttitudeFileOptions) will ignore a property in the attitude file that it does not understand.
getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkEphemerisFileOptions
Gets a value indicating whether StkEphemerisFile.readFrom(BufferedReader,StkEphemerisFileOptions) will ignore a property in the ephemeris file that it does not understand.
getIgnoreUnsupportedProperties() - Method in class agi.foundation.stk.StkPatternFileOptions
Gets a value indicating whether StkPatternFile.readFrom(BufferedReader,StkPatternFileOptions) will ignore a property in the pattern file that it does not understand.
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
Gets the collection of imagery associated with the CentralBody in the Scene.
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
Gets the GlobeImageOverlay that was added asynchronously.
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
Gets a Complex value of i.
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
Gets a value indicating whether the NumericalIntegrationInformation produced by the integrator will be stored in the output produced by this propagator when it creates a NumericalPropagationStateHistory.
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
Gets the inequality constraint settings corresponding to the results computed by the Function (get / set).
getInequalities() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Gets the inequalities that the Variables (get) will attempt to satisfy by modifying the trajectory of the parent TargetedSegmentList.
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
Gets an unbounded, infinite, read-only TimeIntervalCollection.
getInfinite() - Static method in class agi.foundation.time.TimeIntervalCollection1
Gets an unbounded, infinite, read-only 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
Gets the ReferenceFrame to observe the Point (get / set) in.
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
Gets the delegate that will initialize the StoppingConditionConstraintEvaluator.
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
Gets the initial motion as computed by the LambertOrbitSolver.
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
Gets the initial state that the SegmentPropagator was propagated from.
getInitialStateSegmentsState() - Method in class agi.foundation.segmentpropagation.InitialStateSegmentConfiguration
Gets the state that the InitialStateSegment will start propagation from.
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
Gets the original MultivariableFunctionSolverWarning encountered.
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
Gets the input ISignalSource.
getInputTimeObserver() - Method in class agi.foundation.access.ConstraintQueryBuilder
Gets the IServiceProvider to use as the time observer for this query.
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
Gets a static instance of PassThroughCesiumUriResolver usable from any thread.
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
Gets a DynamicMatrix which is parameterized on the value of the StateTransitionMatrix during integration.
getIntegrationElements() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Gets the collection of IntegrationStateElements which together define the state for the numerical integrator.
getIntegrationElements() - Method in class agi.foundation.propagators.NumericalPropagatorState
Gets names of the integration elements.
getIntegrationFrame() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Gets the ReferenceFrame used to define the state during integration.
getIntegrationFrame() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Gets the ReferenceFrame that the IntegrationPoint (get / set) should be observed in.
getIntegrationFrame() - Method in class agi.foundation.geometry.AxesPropagationParameter
Gets the ReferenceFrame used to define the state during integration.
getIntegrationFrame() - Method in class agi.foundation.geometry.PointPropagationParameter
Gets the ReferenceFrame used to define the state during integration.
getIntegrationFrame() - Method in class agi.foundation.propagators.advanced.PropagationPointElement
Gets the frame of the integrated point.
getIntegrationFrame() - Method in class agi.foundation.propagators.PropagationEulerianAxes
Gets the inertial ReferenceFrame in which the attitude is defined.
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
Gets the NumericalIntegrator to use to integrate the IntegrationElements (get).
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
Gets the collection of IntendedSignalStrategies which will be used to identify intended signals.
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
Gets the list of interfering sources for this 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
Gets a value indicating whether times in the EarthOrientationParametersFile should be interpreted using the leap seconds facet.
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
Gets the TimeInterval of which this layer is valid.
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 or not the interval is empty.
getIsEmpty() - Method in class agi.foundation.time.TimeInterval1
Gets a value indicating whether or not the interval is empty.
getIsEmpty() - Method in class agi.foundation.time.TimeIntervalCollection
Gets a value indicating whether or not the 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 or not the 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
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with DoubleFunctionExplorer.explore(double,double).
getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with DoubleFunctionExplorer.explore(double,double).
getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumFound
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with DurationFunctionExplorer.explore(Duration,Duration).
getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with DurationFunctionExplorer.explore(Duration,Duration).
getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with JulianDateFunctionExplorer.explore(JulianDate,JulianDate).
getIsEndpointExtremum() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with JulianDateFunctionExplorer.explore(JulianDate,JulianDate).
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 of the cartographic zone represented by this constraint.
getIsInfinite() - Method in class agi.foundation.time.TimeIntervalCollection
Gets a value indicating whether or not the interval collection is infinite.
getIsInfinite() - Method in class agi.foundation.time.TimeIntervalCollection1
Gets a value indicating whether or not 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
Gets the delegate which will be called to evaluate DelegateEntityFilter.isMatch(agi.foundation.Transaction, TEntity).
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 or not 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 or not the Start (get) date is included in the interval.
getIsStartIncluded() - Method in class agi.foundation.time.TimeInterval1
Gets a value indicating whether or not the Start (get) date is included in the interval.
getIsStopIncluded() - Method in class agi.foundation.time.TimeInterval
Gets a value indicating whether or not the Stop (get) date is included in the interval.
getIsStopIncluded() - Method in class agi.foundation.time.TimeInterval1
Gets a value indicating whether or not 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
Gets a value indicating whether this instance ranges from Double.NEGATIVE_INFINITY to Double.POSITIVE_INFINITY.
getIsUnbounded() - Method in class agi.foundation.coordinates.CartesianBounds
Gets a value indicating whether this instance ranges from Double.NEGATIVE_INFINITY to Double.POSITIVE_INFINITY for all coordinates.
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 or not this SP3a file has velocity data included.
getIsVelocityIncluded() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
Gets a value indicating whether or not this SP3c file has velocity data included.
getIsVelocityIncluded() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
Gets a value indicating whether or not 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
Gets the KmlGraphics associated with the CentralBody in the Scene.
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
Gets the linear dimension of the 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
Gets an evaluator for link budget data for the given link, using the specified IntendedSignalStrategy, in a given EvaluatorGroup.
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
Creates a set of LinkBudgetScalars for a given link and intended signal strategy.
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
Gets the ILinkService provided by a link.
getLinkService(IServiceProvider, String) - Static method in class agi.foundation.access.LinkHelper
Gets the ILinkService provided by a link.
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
Gets a ScalarEvaluator for evaluating the computational weight.
getLinkWeightEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Gets a ScalarEvaluator for evaluating the computational weight.
getLinkWeightEvaluator(EvaluatorGroup) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
Gets a ScalarEvaluator for evaluating the computational weight.
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
Gets an EndianBitConverter that assumes all bytes are in Little Endian byte order.
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
Gets the ILocationPointService provided by an object.
getLocationPointService(IServiceProvider, String) - Static method in class agi.foundation.geometry.PointHelper
Gets the ILocationPointService provided by an object.
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
Gets the MatchingStrategy used to place entities into the Filters (get) collection.
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
Gets the maximum distance of any position in MeshVertexPositions (get) from the SensorOrigin (get) as of the last time that TriangulatedSensorProjection.updateFromNewProjection(CentralBody,Cartesian,SensorProjection,int) was called.
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
Gets the maximum height in meters that can be returned by the TerrainProvider (get / set) TerrainProvider.getHeightRelativeToShape(double, double) method.
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 of 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
Gets the largest possible value of 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 meta data 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
Gets the minimum height in meters that can be returned by the TerrainProvider (get / set) TerrainProvider.getHeightRelativeToShape(double, double) method.
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
Gets the smallest value possible of 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
Gets the CentralBodyGraphics for the Moon.
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
Gets the MouseOptions for this instance.
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
Gets a value indicating whether or not a call to TimeIntervalFinder.findIntervals(agi.foundation.time.JulianDate,agi.foundation.time.JulianDate,ITrackCalculationProgress) should be run in multithreaded mode.
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
Gets the name of this 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 StoppingConditionConstraint.
getName() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Gets an optional name for this StoppingConditionConstraintEvaluator.
getName() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Gets an optional name for this 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
Returns an evaluator which can compute the NavigationAccuracyAssessed for this GPS receiver at a given time.
getNavigationAccuracyAssessedEvaluator(PerformanceAssessmentFile, AccuracyCalculationPersona, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
Returns an evaluator which can compute the NavigationAccuracyAssessed for this GPS receiver at a given time.
getNavigationAccuracyPredictedEvaluator(PredictionSupportFile) - Method in class agi.foundation.navigation.GpsReceiver
Returns an evaluator which can compute the NavigationAccuracyPredicted for this GPS receiver at a given time.
getNavigationAccuracyPredictedEvaluator(PredictionSupportFile, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
Returns an evaluator which can compute the NavigationAccuracyPredicted for this GPS receiver at a given time.
getNavigationAccuracyPredictedEvaluator(PredictionSupportFile, AccuracyCalculationPersona, EvaluatorGroup) - Method in class agi.foundation.navigation.GpsReceiver
Returns an evaluator which can compute the NavigationAccuracyPredicted for this GPS receiver at a given time.
getNavigationReceiverAccessQuery(GpsReceiver, int) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
Communication-based access query for a single NavigationReceiverChannel which determines access based on all signals defined in the GpsSignalConfiguration.
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
Gets a collection of platforms that contain the IGpsPrnService, INavigationTransmitterService and IGpsSatelliteOutageService.
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
Gets the StoppablePropagatorDefinition that will replace the underlying propagator in the Segment (get / set).
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
Gets the next step that the thing that is sampling this StoppingConditionEvaluator should take.
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
Gets the night GlobeImageOverlay associated with the CentralBody in the Scene.
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
Gets the NoiseFactor (get / set) used in the transponder's Amplifier.
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
Gets the intervals of RAIM outage for the RaimFlightPhase.NON_PRECISION_APPROACH phase.
getNonPrecisionApproachArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the RaimFlightPhase.NON_PRECISION_APPROACH flight phase.
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
Gets the normalized value of StartAngle (get / set) which lies within Constants.TwoPi of zero.
getNormalizedStopAngle() - Method in class agi.foundation.access.CircularAccessConstraint
Gets the normalized value of StopAngle (get / set) which lies within Constants.TwoPi of zero.
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
Gets the DirectionsProvider for providing the null directions.
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
Gets the number of consider parameters that have been added to this 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
Gets the number of state parameters and derivatives that have been added to this 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
Gets a Complex value of 1.
getOne() - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Gets the first Scalar that produces an angle.
getOne() - Method in class agi.foundation.geometry.ScalarMaximumValue
Gets the first Scalar.
getOne() - Method in class agi.foundation.geometry.ScalarMinimumValue
Gets the first Scalar.
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
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
getOperatorEvaluator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Creates and returns the fully configured TargetedSegmentListOperatorEvaluator for use in a TargetedSegmentLists propagator.
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
Gets the results for each TargetedSegmentListOperatorEvaluator run by the TargetedSegmentList.
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
Gets the dilution of precision (DOP) value to optimize on when using a GpsReceiverSolutionType.BEST_N ReceiverSolutionType (get / set).
getOptimized(EvaluatorGroup.Callback0<TEvaluator>) - Static method in class agi.foundation.EvaluatorGroup
Creates a EvaluatorGroup, uses that group to obtain an evaluator by calling callback, then calls EvaluatorGroup.updateReference(T) and returns the resulting optimized evaluator.
getOptimizer() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Gets the ParameterOptimizer that will be used to optimize the trajectory.
getOptimizerResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
Gets the function results of the optimizer.
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
Gets the IGpsReceiverService provided by an object, or null if the service does not exist.
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
Gets the ILocationPointService provided by an object, or null if the service does not exist.
getOptionalOrientationAxesService(IServiceProvider) - Static method in class agi.foundation.geometry.AxesHelper
Gets the IOrientationAxesService provided by an object, or null if the service does not exist.
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
Gets the Point to use when computing this VectorBPlane.
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
Gets the Point to use when computing this 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
Gets the UnitQuaternion defining the orientation of the Projection in the central body's fixed reference frame.
getOrientation() - Method in class agi.foundation.graphics.imaging.RasterAttributes
Gets the RasterOrientation associated with the attributes.
getOrientation() - Method in class agi.foundation.graphics.ModelPrimitive
Gets the model's orientation.
getOrientation() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Gets the orientation of the engines that will apply the DeltaV (get / set).
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
Gets the IOrientationAxesService provided by an object.
getOrientationAxesService(IServiceProvider, String) - Static method in class agi.foundation.geometry.AxesHelper
Gets the IOrientationAxesService provided by an object.
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
Gets the default EarthOrientationParameters.
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
Gets the SignalProcessor which produces the antenna's signal output.
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
Gets a value indicating whether the CreationDate (get / set) in the CcsdsOrbitEphemerisMessageFile should be overridden by the current date and time.
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
Gets a value indicating whether the SegmentPropagator that created these results requires the parent SegmentListResults to update its EphemerisForOverallTrajectory (get).
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
Gets the owning ExtensibleObject.
getOwner() - Method in interface agi.foundation.communications.antennas.ITransmittingAntennaExtension
Gets the owning ExtensibleObject.
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
Gets the configuration of the TargetedSegmentList that the operator was a part of.
getParentList() - Method in class agi.foundation.segmentpropagation.ReturnSegment
Gets the SegmentDefinition that this segment will return from.
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
Gets the ReferenceFrame that the CentralBody (get / set) will be defined in.
getParentReferenceFrame() - Method in class agi.foundation.geometry.VectorBPlane
Gets the ReferenceFrame that the CentralBody (get / set) will be defined in.
getParentResults() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the results of the SegmentListResults that contains the SegmentPropagator that created these results.
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 with the exception of 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 with the exception of 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
Constructs the PartialDerivativesEvaluator that will calculate the partial derivatives of this IPartialDifferentiable object with respect to any of the parameters in the independentVariables that apply.
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
Gets the list of IPartialDifferentiable to sum.
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
Gets a list of forces acting as RoleOfForce.PERTURBATION forces in the resultant.
getPerturbationValue() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Gets the perturbation value to use when computing a numerical derivative relative to this variable of a SolvableMultivariableFunction that uses SegmentPropagators.
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
Gets the results of the Function (get / set) when the variable with the same index in the MultivariableFunctionSolver was perturbed for this iteration.
getPerturbedResults(int) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the results of the Function (get / set) when the variable with the same index in the ParameterOptimizer was perturbed for this iteration.
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
Gets the generated PixelSizeDisplayCondition.
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
Gets the VideoPlayback mode of the video.
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
Gets the Point from the ILocationPointService provided by an object.
getPoint(IServiceProvider, String) - Static method in class agi.foundation.geometry.PointHelper
Gets the Point from the ILocationPointService provided by an object.
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
Gets the IServiceProvider that will provide ILocationPointService.
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
Gets the PolylineType of Positions.
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
Gets the ReferenceFrame that the Position is returned in.
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
Gets the list of positions currently recorded in the HistoryGenerator.
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
Deprecated.
This property is no longer in use
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
Gets a ScalarDependentOnServiceProvider that calculates atmospheric pressure using the U.S.
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 or not 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
Gets the previous state of propagation.
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
The Primitive that contains the item at the Index (get / set) specified.
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
Gets the PrimitiveManager, which is used to add Primitives to your Scenes.
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
Gets a list of forces acting as RoleOfForce.PRINCIPAL forces in the resultant.
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
Gets the radar waveform processor providing the output ProcessedRadarWaveform.
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
Gets the altitude to use when Projection (get / set) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_ALTITUDE.
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
Gets the range to use when Projection (get / set) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_RANGE.
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
Gets the identification of the point element in the state passed into the ImpulsiveManeuverSegment that the DeltaV (get / set) will be applied to.
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
Gets the ReferenceFrame to propagate the point in.
getPropagationFrame() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Gets the ReferenceFrame to propagate in.
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
Gets the results that the NumericalPropagator computed.
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
Gets the amount of propagation loss per SignalPropagationModel, if available.
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
Gets the PropagationEvaluationInformation based on the CurrentState (get), Epoch (get), and CurrentDate (get / set) of this state.
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
Gets the results of the propagation done by the FollowSegmentEndingPropagator.
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
Gets the StoppablePropagator to use during propagation of the segment.
getPropagator() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the SegmentPropagator that was used to make this set of results.
getPropagatorDefinition() - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Gets the NumericalPropagatorDefinition that will be used for the segment.
getPropagatorDefinition() - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Gets the NumericalPropagatorDefinition that this StoppablePropagator will propagate.
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
Gets the NumericalPropagatorDefinition that contains all of the elements that will be propagated by this segment.
getPropagatorDefinition() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Gets the NumericalPropagatorDefinition that contains all of elements that will be propagated by this segment.
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
Gets the AccessQuery.
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
Gets the IServiceProvider which represents the radar receiver.
getRadarTransmitter() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Gets the IServiceProvider which represents the radar transmitter.
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.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
Gets the collection of NavigationReceiverChannels used in this receiver.
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
Gets the receiving antenna extension instance used to retrieve the links associated with this antenna from the SignalPropagationGraph parameter passed to the AntennaSignalProcessor.getSignalEvaluator(agi.foundation.EvaluatorGroup, agi.foundation.communications.SignalPropagationGraph) method.
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
Gets the ReferenceFrame in which this point is defined.
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
Gets the ReferenceFrame used to define the state during integration.
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
Gets the Point to use.
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
Gets the Point to use.
getReferencePoint() - Method in class agi.foundation.geometry.ScalarPointElement
Gets the Point to use.
getReferencePoint() - Method in class agi.foundation.geometry.ScalarSphericalElement
Gets the Point to use to compute the Spherical element of.
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
Gets the ReferenceFrame that the ReferencePoint is returned in.
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
Gets the Vector to use.
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
Gets the interval duration at which this network link will refresh, when RefreshMode (get) is set to KmlNetworkLinkRefreshMode.OnInterval.
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
Gets the RefreshRate.
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
Gets a VectorDependentOnServiceProvider that calculates the velocity of a specified point relative to the moving atmosphere according to this wind model.
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
Gets a parameter indicating the MarkerBatchRenderPass of the marker over time.
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
Gets a value indicating whether extrema should be reported at the start and stop times given to DoubleFunctionExplorer.explore(double,double) when the function is not flat at those endpoints.
getReportExtremaAtEndpoints() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Gets a value indicating whether extrema should be reported at the start and stop times given to DurationFunctionExplorer.explore(Duration,Duration) when the function is not flat at those endpoints.
getReportExtremaAtEndpoints() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Gets a value indicating whether extrema should be reported at the start and stop times given to JulianDateFunctionExplorer.explore(JulianDate,JulianDate) when the function is not flat at those endpoints.
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
Gets a SensorFieldOfView that is representative of the ones that are produced by evaluating the DynamicSensorFieldOfViewEvaluator returned by DynamicSensorFieldOfView.getEvaluator().
getRepresentativeFieldOfView() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Gets a SensorFieldOfView that is representative of the ones that are produced by evaluating the DynamicSensorFieldOfViewEvaluator returned by DynamicSensorFieldOfView.getEvaluator().
getRequestedEstimationEpoch() - Method in class agi.foundation.propagators.Sgp4Propagator.Sgp4EstimationInput
Gets the requested epoch for the estimated Sgp4Elements.
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
Gets the OptimizerMultivariableFunctionResults from the ParameterOptimizer that raised the event.
getResults() - Method in class agi.foundation.numericalmethods.SolverFunctionDerivativeEvaluatedEventArgs
getResults() - Method in class agi.foundation.numericalmethods.SolverFunctionEvaluatedEventArgs
Gets the SolvableMultivariableFunctionResults from the MultivariableFunctionSolver that raised the event.
getResults() - Method in class agi.foundation.segmentpropagation.SegmentPropagationEventArgs
Gets the results for the segment raising this event.
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
Gets the SegmentResults of the SegmentPropagator that stopped propagation.
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
Gets the number of times that the GPS week counter has rolled over since GlobalPositioningSystemDate.JulianDateOfEpoch.
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
Gets the callback to use to determine the times at which to sample the Functions (get) when the DoubleFunctionExplorer.explore(double,double) method is called.
getSampleSuggestionCallback() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Gets the callback to use to determine the times at which to sample the Functions (get) when the DurationFunctionExplorer.explore(Duration,Duration) method is called.
getSampleSuggestionCallback() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Gets the callback to use to determine the times at which to sample the Functions (get) when the JulianDateFunctionExplorer.explore(JulianDate,JulianDate) method is called.
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
Gets the satellite IServiceProvider containing an IGpsPrnService, whose tracked access is desired.
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
Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.
getSatelliteGlobalUserRangeErrorEvaluator(IServiceProvider, EvaluatorGroup) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.
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
Gets a ScalarDependentOnServiceProvider that will represent one of the individual commanded values computed by this performance model.
getScalarElement(CruiseCommandedValuesElement) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
Gets a ScalarDependentOnServiceProvider that will represent one of the individual commanded values computed by this performance model.
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
Gets the generated SceneDisplayCondition.
getScenes() - Static method in class agi.foundation.graphics.SceneManager
Gets a read-only collection of Scenes that are associated with the 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
Gets the ScreenOverlayManager, which is used to add ScreenOverlays to your Scenes.
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
Gets the ModifiedKeplerianElements of the seed satellite of the Walker constellation.
getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Gets the segment to operate on.
getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Gets the segment to operate on.
getSegment() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Gets the segment to operate on.
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
Gets the PropagateSegment that this operator will affect.
getSegment() - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Gets the SwitchableSegment that will be operated on in the parent TargetedSegmentList.
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
Gets the identifier of the segment that ran out of fuel, if available.
getSegmentIdentifier() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the SegmentDefinition that made the SegmentPropagator that created these results.
getSegmentIdentifier() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
Gets the identifier of the SegmentPropagator that stopped on a maximum Duration, if available.
getSegmentListPropagator() - Method in class agi.foundation.segmentpropagation.SegmentList
Creates and returns the propagator for this segment list.
getSegmentListPropagator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SegmentList
Creates and returns the propagator for this segment list.
getSegmentListPropagator(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
Creates and returns the propagator for this segment list.
getSegmentListPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
Creates and returns the propagator for this SegmentList.
getSegmentListResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
Gets the SegmentListResults (get / set) computed when the TargetedSegmentListFunction was evaluated.
getSegmentListResults() - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Gets the SegmentListResults (get / set) computed when the TargetedSegmentListOptimizerFunction was evaluated.
getSegmentName() - Method in exception agi.foundation.segmentpropagation.InvalidFuelStateException
Gets the name of the SegmentPropagator that threw the exception.
getSegmentName() - Method in exception agi.foundation.segmentpropagation.StoppedOnMaximumDurationException
Gets the name of the SegmentPropagator that threw this exception.
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
Creates, configures, and returns the SegmentPropagator for this segment.
getSegmentPropagator(EvaluatorGroup) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Creates, configures, and returns the SegmentPropagator for this segment.
getSegmentPropagator(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Creates, configures, and returns the SegmentPropagator for this segment.
getSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Creates, configures, and returns the SegmentPropagator for this segment.
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
Gets the SegmentPropagators that will be propagated.
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
Returns the SegmentDefinition that should be used to initialize the next SegmentDefinition after this SegmentList with.
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
Gets the ValueParameter that can be used to change which SegmentDefinition gets propagated.
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
Gets the origin of the sensor as of the last time that TriangulatedSensorProjection.updateFromNewProjection(CentralBody,Cartesian,SensorProjection,int) was called.
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
Gets a service from a given service provider, throwing a ServiceNotAvailableException if the service is not available.
getService(TypeLiteral<T>, IServiceProvider, String) - Static method in class agi.foundation.infrastructure.ServiceHelper
Gets a service from a given service provider, throwing a ServiceNotAvailableException if the service is not available.
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
Gets the collection of IServiceProvider objects to be visualized.
getSetHint() - Method in class agi.foundation.graphics.MarkerBatchPrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.PointBatchPrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.PolylinePrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.SolidPrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.SurfaceMeshPrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.TextBatchPrimitive
Gets the primitive's SetHint.
getSetHint() - Method in class agi.foundation.graphics.TriangleMeshPrimitive
Gets the primitive's SetHint.
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
Gets the settings for the MultivariableFunctionSolver or ParameterOptimizer associated with this constraint.
getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Gets the settings for the ParameterOptimizer associated with this cost function.
getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Gets the settings for the ParameterOptimizer associated with this constraint.
getSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Gets the settings for the MultivariableFunctionSolver associated with this variable.
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
Gets the shininess of the CentralBody in the Scene.
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
Gets whether the CentralBody is shown or hidden in the Scene.
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
Gets whether the Imagery for CentralBody in the Scene is shown or hidden.
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
Gets whether a label with the name of the CentralBody should be rendered in the Scene when the Camera is at certain distance away from the CentralBody.
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
Get an evaluator which modifies the InputSignalProcessor (get / set) by adding OrthogonalPolarizationChannelIdentifier to the signal's data collection.
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
Get an evaluator which modifies the InputSignalProcessor (get / set) by adding PrimaryPolarizationChannelIdentifier to the signal's data collection.
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
Gets a collection of SignalPropagationModels that define the propagation environment for the GPS signals.
getSignalPropagationModelType() - Method in class agi.foundation.communications.LinkBudget.SignalPropagationModelLoss
Gets the type of SignalPropagationModel that produced the loss.
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
Gets a collection of NavigationSignals that define what each NavigationReceiverChannel will track.
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
Gets the Signal to transmit.
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
Gets the NavigationSignalType from which these link budget scalars are created.
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 models 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
Creates and returns the SinglePointStoppablePropagator as defined by this instance.
getSinglePointPropagator(EvaluatorGroup) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Creates and returns the SinglePointStoppablePropagator as defined by this instance.
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
Gets a parameter indicating the MarkerBatchUnit of the marker over time.
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
Gets the MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified.
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
Gets the Object that encountered the warning.
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
Gets the specular Color of the CentralBody in the Scene.
getSpecularOverlay() - Method in class agi.foundation.graphics.CentralBodyGraphics
Gets the specular GlobeImageOverlay associated with the CentralBody in the Scene.
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
Gets a ScalarDependentOnServiceProvider that calculates the speed of sound using the U.S.
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
Gets the start cycle.
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
Gets the state derivative at the specified index which has been added to this 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
Gets a copy of the state to be passed to the next SegmentPropagator.
getStateForNextSegmentBehavior() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Gets which state should be passed to the next SegmentPropagator.
getStateForNextSegmentBehavior() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets which state the SegmentPropagator will pass to the next segment.
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
Gets the state parameter at the specified index which has been added to this 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
Gets the ITimeBasedState whose CurrentDate (get / set) will be returned.
getStaticDirectionList() - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Gets the list of StaticDirection instances.
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
Gets the default step that the SegmentPropagator should create states for.
getStep() - Method in class agi.foundation.segmentpropagation.HoldSegment
Gets the default step that the SegmentPropagator should creates states for.
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
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator(EvaluatorGroup) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Creates and initialize the actual StoppablePropagator.
getStoppablePropagator() - Method in class agi.foundation.segmentpropagation.PropagateSegment
Gets the StoppablePropagatorDefinition that will be propagated by this segment.
getStoppablePropagatorResults() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
Gets the results of the wrapped StoppablePropagator.
getStoppablePropagatorResults() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
Gets the results of the wrapped StoppablePropagator.
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
Gets a read only collection of the stopping conditions that will be used by this propagator.
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
Gets the stopping conditions that may stop this segment.
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
Gets the DurationStoppingCondition in the SwitchableManeuverSegment (get / set) that should be updated.
getStopPropagationForCurrentSegmentList() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets a value indicating whether the current SegmentListPropagator was told to stop propagating its SegmentPropagators but that propagation of anything after this propagator should continue.
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
Gets the RasterStream that will have the RasterFilter applied on each update.
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
Gets the CentralBodyGraphics for the Sun.
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
Gets whether or not the video card supports the ProjectedRaster.
getSupported() - Static method in class agi.foundation.graphics.TerrainOverlay
Gets whether the video card supports adding TerrainOverlay objects.
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
Gets the EllipsoidSurfaceRegion which defines the area in which the point will be located.
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
Gets the SwitchableSegment whose PrimarySegment (get / set) is a FiniteManeuverSegment and whose AlternateSegment (get / set) is an ImpulsiveManeuverSegment.
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
Gets the IServiceProvider which represents the radar target.
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
Gets the point at which the IersTechnicalNote36RelativisticCorrectionForce is applied.
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
Gets a ScalarDependentOnServiceProvider that calculates temperature using the U.S.
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
Gets the intervals of RAIM outage for the RaimFlightPhase.TERMINAL phase.
getTerminalArpCeilings() - Method in class agi.foundation.navigation.RaimOptions
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the RaimFlightPhase.TERMINAL flight phase.
getTerminateOnSamplingError() - Method in class agi.foundation.cesium.CzmlDocument
Gets a value indicating whether or not 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
Gets the collection of TerrainOverlay associated with the CentralBody in the Scene.
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
Gets the TerrainOverlay that was added asynchronously.
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
Gets the terrain surface that must be set if the KindOfProfile (get / set) is either DefaultProfileBehavior.FOLLOW_TERRAIN or DefaultProfileBehavior.AVOID_TERRAIN.
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
Gets a parameter indicating the TextureFilter2D of the marker over time.
getTextureFilter() - Method in class agi.foundation.platforms.SurfaceGraphics
Gets a parameter defining the TextureFilter2D of the surface over time.
getTextureFilter() - Method in class agi.foundation.platforms.TextGraphics
Gets a parameter indicating the TextureFilter2D of the text over time.
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
Gets the Texture2DFactory, which can be used to create textures from various sources.
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
Gets the ThreadFactory that will be used to create new threads.
getThreadLocalInstance() - Static method in class agi.foundation.cesium.advanced.CachingCesiumUriResolver
Gets an instance of CachingCesiumUriResolver local to the calling thread.
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
Gets the threshold Duration.
getThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Gets the threshold to compare with the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
getThreshold() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Gets the threshold of this StoppingCondition as a date.
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
Gets the threshold to compare with the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Gets the SolidTideModel that is optionally used to add solid tides to a SphericalHarmonicGravityModel.
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
Gets the TimeInterval of the EntireComputedEphemeris (get).
getTimeIntervalOfEphemerisForOverallTrajectory() - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the TimeInterval of the EphemerisForOverallTrajectory (get).
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
Gets the IServiceProvider to use as the time observer for the query.
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
Gets the IServiceProvider to use as the time observer for the query.
getTimeObserver() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
Gets the time observer of the access query.
getTimeObserver() - Method in class agi.foundation.tracking.AccessEntityFilter
Gets the IServiceProvider that will be used to evaluate the Query (get / set).
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
Gets the list of times currently recorded in the HistoryGenerator.
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
Gets the Time Standard used in this SP3c Ephemeris file.
getTimeStandard() - Method in class agi.foundation.navigation.datareaders.SP3dHeaderRecord
Gets the Time Standard used in this SP3d Ephemeris file.
getTimeStep() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
Gets the quantity of real time, in seconds, that is stepped when ForwardAnimation.stepForward() or ForwardAndBackwardAnimation.stepBackward() is called.
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
Gets the tolerance in seconds that the StoppablePropagator will use to say that a StoppingCondition converged on time.
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
Gets the tolerance to use when comparing the Threshold (get / set) to the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Gets the tolerance to use when comparing the Threshold (get / set) to the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Gets the total number of whole and fractional days that have elapsed since GlobalPositioningSystemDate.JulianDateOfEpoch.
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
Gets the Transaction parameter placeholder in the Query (get / set).
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
Gets whether this StateTransitionMatrix is operating in epoch or piecewise mode.
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
Gets the second Scalar.
getTwo() - Method in class agi.foundation.geometry.ScalarMinimumValue
Gets the second Scalar.
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
Gets the ModelTransformationType associated with the transformation.
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
Gets the collection of TrackingTypeArchivers that is used to archive the properties of entities.
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
Gets a set of Bounds with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.communications.ElectricFieldVectorComponents
Gets a ElectricFieldVectorComponents with values of 0.0 for both the horizontal and vertical component's real and imaginary parts.
getUndefined() - Static method in class agi.foundation.coordinates.Cartesian
Gets a set of Cartesian coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.CartesianBounds
Gets a set of CartesianBounds with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Cartographic
Gets a set of Cartographic coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Cylindrical
Gets a set of Cylindrical coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.CylindricalBounds
Gets a set of CylindricalBounds with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Matrix3By3
Gets a Matrix3By3 with elements of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Gets a Matrix3By3Symmetric with elements of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Matrix6By6
Gets a Matrix6By6 representing an undefined matrix containing Double.NaN values.
getUndefined() - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Gets a Matrix6By6Symmetric representing an undefined matrix containing Double.NaN values.
getUndefined() - Static method in class agi.foundation.coordinates.Pyramidal
Gets a set of Pyramidal coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.PyramidalBounds
Gets a set of PyramidalBounds with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Quaternion
Gets a set of Quaternion coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Rectangular
Gets a set of Rectangular coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.Spherical
Gets a set of Spherical coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.SphericalBounds
Gets a set of SphericalBounds with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.UnitCartesian
Gets a set of UnitCartesian coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.UnitQuaternion
Gets a set of UnitQuaternion coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.UnitRectangular
Gets a set of UnitRectangular coordinates with values of Double.NaN.
getUndefined() - Static method in class agi.foundation.coordinates.UniversalPolarStereographic
Gets a set of UniversalPolarStereographic coordinates with Easting (get) and Northing (get) values of Double.NaN and Hemisphere (get) 0.
getUndefined() - Static method in class agi.foundation.coordinates.UniversalTransverseMercator
Gets a set of UniversalTransverseMercator coordinates with Easting (get) and Northing (get) values of Double.NaN, Zone (get) 0, and Hemisphere (get) 0.
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
Gets a set of UnitCartesian coordinates representing the x-axis.
getUnitX() - Static method in class agi.foundation.coordinates.UnitRectangular
Gets a set of UnitRectangular coordinates representing the x-axis.
getUnitXVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
Gets a VectorFixed whose Components (get / set) are the UnitX (get) direction of the axes.
getUnitY() - Static method in class agi.foundation.coordinates.UnitCartesian
Gets a set of UnitCartesian coordinates representing the y-axis.
getUnitY() - Static method in class agi.foundation.coordinates.UnitRectangular
Gets a set of UnitRectangular coordinates representing the y-axis.
getUnitYVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
Gets a VectorFixed whose Components (get / set) are the UnitY (get) direction of the axes.
getUnitZ() - Static method in class agi.foundation.coordinates.UnitCartesian
Gets a set of UnitCartesian coordinates representing the z-axis.
getUnitZVector(Axes) - Static method in class agi.foundation.geometry.VectorFixed
Gets a VectorFixed whose Components (get / set) are the UnitZ (get) direction of the axes.
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 or not 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 or not 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
Gets the URI specifying the location of the 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
Gets a value indicating whether this instance always uses daily values for the Geomagnetic Flux instead of producing the 3-hour values when calling CssiSolarGeophysicalData.computeThreeHourKpValues(agi.foundation.time.JulianDate) or CssiSolarGeophysicalData.computeThreeHourApValues(agi.foundation.time.JulianDate).
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.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.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
Gets a value indicating whether calls to AccessEvaluator.evaluate(TimeIntervalCollection,ITrackCalculationProgress) will also start at StartQueryEvaluationStartDate (get / set).
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
Gets the ValueDefinition to use that will be varied by a TargetedSegmentListOperatorEvaluator.
getValue() - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Gets the ValueDefinition to use that will be varied by a TargetedSegmentListOperatorEvaluator.
getValue() - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Gets the ValueDefinition to use that will be varied by a TargetedSegmentListOperatorEvaluator.
getValue() - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Gets the Scalar to use that will be varied by a TargetedSegmentListOperatorEvaluator.
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
Get the specific value of NavigationAccuracyPredicted by its type.
getValueOfCondition() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvent
Gets the value of the StoppingCondition detected at the event.
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
Gets the value of the final StoppingCondition that stopped propagation.
getValueOfStoppingCondition() - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
Gets the value of the final StoppingCondition that stopped propagation.
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
Gets the SolverVariableSettings that will be used when computing this function.
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
Gets the SolverVariableSettings that will be used when computing this function.
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 aloud 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
Gets the RadiationVectorType from the VectorType (get / set) of the OccultationFactor (get / set).
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
Gets the RadiationVectorType from the VectorType (get / set) of the OccultationFactor (get / set).
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
Gets the duration after camera view movement stops that this network link will refresh, when ViewRefreshMode (get) is set to KmlNetworkLinkViewRefreshMode.OnStop.
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
Gets the Visual Effects associated with the scene.
getVisualizers() - Method in class agi.foundation.platforms.ServiceProviderDisplay
Gets the collection of ServiceProviderVisualizer objects used to visualizer services.
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
Gets a list of warnings that the MultivariableFunctionSolver produced.
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 the StoppingConditionConstraint (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
Gets which of the two propagators were propagated.
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
Gets a VectorDependentOnServiceProvider that calculates the wind at a specified point.
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
Gets the set of AngleAxisRotation coordinates representing the zero vector.
getZero() - Static method in class agi.foundation.coordinates.AzimuthElevationRange
Gets a set of AzimuthElevationRange coordinates with values of zero.
getZero() - Static method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Gets a set of AzimuthHorizontalVertical coordinates with values of zero.
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
Gets a set of LongitudeLatitudeRadius coordinates with values of zero.
getZero() - Static method in class agi.foundation.coordinates.Matrix3By3
Gets a Matrix3By3 representing the zero matrix.
getZero() - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Gets a Matrix3By3Symmetric representing the zero matrix.
getZero() - Static method in class agi.foundation.coordinates.Matrix6By6
Gets a Matrix6By6 representing the zero matrix.
getZero() - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Gets a Matrix6By6Symmetric representing the zero matrix.
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
Gets a set of TextureCoordinate4DF parameters with values of zero.
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
Gets a Duration of 0 days and seconds.
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 models 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
Initializes a new instance from the time parameters found in a PerformanceAssessmentRecord.
GlobalPositioningSystemDate(JulianDate) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
Initializes a new instance from a JulianDate.
GlobalPositioningSystemDate(ZonedDateTime) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
Initializes a new instance from a ZonedDateTime.
GlobalPositioningSystemDate(GregorianDate) - Constructor for class agi.foundation.time.GlobalPositioningSystemDate
Initializes a new instance from a GregorianDate.
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
A GlobeOverlay that shows an image.
GlobeImageOverlay() - Constructor for class agi.foundation.graphics.GlobeImageOverlay
 
GlobeImageOverlayAddCompleteEventArgs - Class in agi.foundation.graphics
The EventArgs passed to the AddComplete (add / remove) event handlers.
GlobeOverlay - Class in agi.foundation.graphics.advanced
The base class of all TerrainOverlay and GlobeImageOverlay objects.
GlobeOverlay() - Constructor for class agi.foundation.graphics.advanced.GlobeOverlay
 
GlobeOverlayRole - Enum in agi.foundation.graphics.advanced
The role of a GlobeOverlay.
GlobeOverlaySettings - Class in agi.foundation.graphics.advanced
Settings used by GlobeOverlay objects.
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
A collection of GnssLinkBudgetScalars.
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
Construct a new instance based on an existing collection of GnssLinkBudgetScalars.
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
Creates a new GPS Communications Noise Model, using the SignalPropagationGraph defined by the GpsCommunicationsFrontEnd.
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
Creates a propagator based upon a RinexNavigationRecord.
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
Creates a new GpsSatelliteInformation object from a single line of the GPS data file.
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
A collection of GpsSignalGenerators.
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
Construct a new instance based on an existing collection of GpsSignalGenerators.
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
Applies a ConvolutionFilter to detect gradients in the source raster.
GradientDetectFilter() - Constructor for class agi.foundation.graphics.imaging.GradientDetectFilter
Initializes a new instance.
GradientDetectFilter(GradientDetectMethod) - Constructor for class agi.foundation.graphics.imaging.GradientDetectFilter
Initializes a new instance with specified GradientDetectMethod.
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
A service provider that describes a vector that is defined by IVectorService and IVectorGraphicsService originating at the location defined by ILocationPointService.
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
A font that is suitable for use with the TextBatchPrimitive.
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
A GraphicsParameter which formats the results of other parameters into a string
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
Represents the gravity-gradient torque effects on a satellite parameterized by a PropagationNewtonianPoint and a PropagationEulerianAxes.
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
Initializes a GregorianDate from the provided values.
GregorianDate(int, int, int) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided values.
GregorianDate(int, int, int, int, double) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided values.
GregorianDate(int, double) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided values.
GregorianDate(JulianDate) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided JulianDate.
GregorianDate(JulianDate, TimeStandard) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided JulianDate.
GregorianDate(ZonedDateTime) - Constructor for class agi.foundation.time.GregorianDate
Initializes a GregorianDate from the provided ZonedDateTime.
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
Options for loading GTOPO30Terrain.
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.

H

HalfPi - Static variable in class agi.foundation.Constants
Half of Math.PI.
hasBand(RasterBand) - Method in class agi.foundation.graphics.imaging.RasterAttributes
Gets whether the raster contains the given band.
hashCode() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.Bounds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.EarthOrientationParametersData
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.IauOrientationParameters
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.Nutation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.Precession
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.cesium.NearFarScalar
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.antennas.WeightedDirection
 
hashCode() - Method in class agi.foundation.communications.ElectricFieldVectorComponents
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.Signal
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.SignalCollection
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.SignalDopplerShiftData
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.ModulationBpsk
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.ModulationOok
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.ModulationQpsk
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
 
hashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
 
hashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
 
hashCode() - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.compatibility.Delegate
 
hashCode() - Method in class agi.foundation.compatibility.DimensionF
 
hashCode() - Method in class agi.foundation.compatibility.FileAccess
 
hashCode() - Method in class agi.foundation.compatibility.FontStyle
 
hashCode() - Method in class agi.foundation.compatibility.MouseButtons
 
hashCode() - Method in class agi.foundation.compatibility.PointF
 
hashCode() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
hashCode() - Method in class agi.foundation.coordinates.AngleAxisRotation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.AzimuthElevationRange
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.BoundingRectangle
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Cartesian
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.CartesianBounds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Cartographic
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.CartographicExtent
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Complex
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.ComplexMatrix
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Covariance3By3Derivative
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Cylindrical
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.CylindricalBounds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.DenseMatrix
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.DiagonalMatrix
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.EigenDecomposition
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.ElementaryRotation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.EulerSequence
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.HelmertTransformation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.KinematicTransformation
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Matrix3By3
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Matrix6By6
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Polar
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Pyramidal
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.PyramidalBounds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Quaternion
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Rectangular
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.Spherical
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.SphericalBounds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UnitCartesian
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UnitQuaternion
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UnitRectangular
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UnitSpherical
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.coordinates.YawPitchRoll
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.DegreesMinutesSeconds
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.geometry.discrete.CylinderFill
 
hashCode() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.geometry.shapes.PointOnCurve
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.graphics.advanced.BoundingSphere
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.graphics.advanced.RenderPass
 
hashCode() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
 
hashCode() - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
 
hashCode() - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
 
hashCode() - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
 
hashCode() - Method in class agi.foundation.graphics.PathPoint
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.graphics.PathPointBuilder
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
HashCode - Class in agi.foundation.infrastructure
Contains static methods for working with hash codes.
hashCode() - Method in class agi.foundation.infrastructure.ParameterAction
 
hashCode() - Method in class agi.foundation.Motion1
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.Motion2
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.numericalmethods.CostFunctionScaling
 
hashCode() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.numericalmethods.InequalityConstraintScaling
 
hashCode() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.numericalmethods.NoScalingOnConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.NoScalingOnCostFunction
 
hashCode() - Method in class agi.foundation.numericalmethods.NoScalingOnInequalityConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.NoScalingOnVariable
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfBoundValueScalingOnInequalityConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfDesiredValueScalingOnConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfInitialValueScalingOnVariable
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnCostFunction
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnInequalityConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnVariable
 
hashCode() - Method in class agi.foundation.numericalmethods.SolverConstraintScaling
 
hashCode() - Method in class agi.foundation.numericalmethods.SolverVariableScaling
 
hashCode() - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnCostFunction
 
hashCode() - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnInequalityConstraint
 
hashCode() - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnVariable
 
hashCode() - Method in class agi.foundation.numericalmethods.StepSizeInformation
 
hashCode() - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
 
hashCode() - Method in class agi.foundation.propagators.PropagationStateArray
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.propagators.Waypoint
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.radar.SignalSwerlingTargetModel
 
hashCode() - Method in class agi.foundation.terrain.ElevationMask
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.ElevationRise
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.FirstPartialsOfHeight
 
hashCode() - Method in class agi.foundation.terrain.GTOPO30Options
 
hashCode() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.QuantizedMeshTileID
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.SecondPartialsOfHeight
 
hashCode() - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.terrain.TerrainRegion
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.Duration
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.GlobalPositioningSystemDate
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.GregorianDate
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.JulianDate
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.LeapSecond
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.TimeInterval
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - 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.
hashCode() - Method in class agi.foundation.time.TimeIntervalCollection
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.TimeIntervalCollection1
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.time.YearMonthDay
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class agi.foundation.TypeLiteral
Return the hash code of this type literal.
hashCode() - Method in class agi.foundation.TypeLiteral
Return the hash code of this type literal.
HashCode.GetHashCodeFunction<T> - Class in agi.foundation.infrastructure
A delegate that obtains a hash code for a given item.
HashCode.GetHashCodeFunction.Function<T> - Interface in agi.foundation.infrastructure
A functional interface for the containing delegate type.
hasService(IServiceProvider, Class<?>) - Static method in class agi.foundation.infrastructure.ServiceHelper
Checks whether a service provider has a given service.
heading(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
Provides the heading at a location on the geodesic.
HeadingAtWaypointProcedure - Class in agi.foundation.routedesign
A procedure that defines a required heading at a waypoint.
HeadingAtWaypointProcedure() - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Create a new instance.
HeadingAtWaypointProcedure(Cartographic, double, double, double) - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
HeadingAtWaypointProcedure(double, double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
HeadingAtWaypointProcedure(double, double, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Create a new instance based on the given parameters over a terrain surface.
HeadingAtWaypointProcedure(Ellipsoid, Cartographic, double, double, RouteProfile) - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Create a new instance based on the given parameters for the surface procedure and its associated profile.
HeadingAtWaypointProcedure(HeadingAtWaypointProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.HeadingAtWaypointProcedure
Initializes a new instance as a copy of an existing instance.
headingMotion(Cartographic, double) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
Provides the heading and rate of change of heading at a location on the geodesic.
HeightAboveHorizonConstraint - Class in agi.foundation.access.constraints
An access constraint based on the vertical height (in meters) of the other end of the ConstrainedLink (get / set) with respect to the horizontal plane of the ConstrainedLinkEnd (get / set) object.
HeightAboveHorizonConstraint() - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with default values.
HeightAboveHorizonConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified central body and minimum value.
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, and minimum value.
HeightAboveHorizonConstraint(double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified minimum value.
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
HeightAboveHorizonConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
HeightAboveHorizonConstraint(double, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified minimum value and maximum value.
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
HeightAboveHorizonConstraint(HeightAboveHorizonConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Initializes a new instance as a copy of an existing instance.
HeightConfigurationResult - Class in agi.foundation.routedesign.advanced
The result of configuring the height on a given RouteProcedure.
HeightConfigurationResult(HeightConfigurationStatus) - Constructor for class agi.foundation.routedesign.advanced.HeightConfigurationResult
Create a new instance based on the given status.
HeightConfigurationResult(HeightConfigurationStatus, Object) - Constructor for class agi.foundation.routedesign.advanced.HeightConfigurationResult
Create a new instance based on the given status and data.
HeightConfigurationStatus - Enum in agi.foundation.routedesign.advanced
An enumeration indicating the status of the configuration of height information between route segments.
HeightReference - Enum in agi.foundation.terrain
An enumeration that identifies the reference for the heights returned by TerrainProvider.getHeight(double, double).
HeightTransitionProcedure - Class in agi.foundation.routedesign
A procedure that will transition from one height to another based on the given Dynamics (get / set).
HeightTransitionProcedure() - Constructor for class agi.foundation.routedesign.HeightTransitionProcedure
Create a new instance.
HeightTransitionProcedure(TerrainProvider, Cartographic, double, ProfileDynamics, ProfileSpeed, double, double) - Constructor for class agi.foundation.routedesign.HeightTransitionProcedure
Create a new instance based on the given parameters.
HeightTransitionProcedure(HeightTransitionProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.HeightTransitionProcedure
Initializes a new instance as a copy of an existing instance.
HelicalGainPattern - Class in agi.foundation.communications.antennas
A helical gain pattern.
HelicalGainPattern() - Constructor for class agi.foundation.communications.antennas.HelicalGainPattern
Initializes a new instance.
HelicalGainPattern(double, double, double, double, double) - Constructor for class agi.foundation.communications.antennas.HelicalGainPattern
Create a new instance based on the given diameter, efficiency, and turn geometry.
HelicalGainPattern(HelicalGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.HelicalGainPattern
Initializes a new instance as a copy of an existing instance.
HelmertTransformation - Class in agi.foundation.coordinates
A Helmert transformation describing how to transform from one international terrestrial reference frame (ITRF) to another.
HelmertTransformation() - Constructor for class agi.foundation.coordinates.HelmertTransformation
Initializes a new instance.
HelmertTransformation(Cartesian, Cartesian, double, double, Cartesian, Cartesian) - Constructor for class agi.foundation.coordinates.HelmertTransformation
Initializes a new instance with the specified translational, scaling, and rotational parameters.
HemisphericalGainPattern - Class in agi.foundation.communications.antennas
A hemispherical antenna gain pattern.
HemisphericalGainPattern() - Constructor for class agi.foundation.communications.antennas.HemisphericalGainPattern
Initializes a new instance.
HemisphericalGainPattern(HemisphericalGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.HemisphericalGainPattern
Initializes a new instance as a copy of an existing instance.
HermitePolynomialApproximation - Class in agi.foundation.numericalmethods.advanced
A technique for polynomial interpolation and extrapolation using a general form of Hermite's algorithm that is valid for any input order.
HermitePolynomialApproximation() - Constructor for class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Initializes a new instance.
HermitePolynomialApproximation(HermitePolynomialApproximation, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Initializes a new instance as a copy of an existing instance.
hermitianTranspose() - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a new ComplexMatrix which is the Hermitian or conjugate transpose of the current matrix.
HierarchicalLogger - Class in agi.foundation.infrastructure
A simple hierarchical logging mechanism.
HierarchicalLogger(String) - Constructor for class agi.foundation.infrastructure.HierarchicalLogger
Initializes a new instance to log to a specified file.
HierarchicalLogger(Writer) - Constructor for class agi.foundation.infrastructure.HierarchicalLogger
Initializes a new instance to log to a specified Writer.
HighestPostTerrainInterpolator - Class in agi.foundation.terrain
An interpolator that returns the highest post surrounding a given longitude and latitude.
HighestPostTerrainInterpolator() - Constructor for class agi.foundation.terrain.HighestPostTerrainInterpolator
 
HistoryGenerator<TEntity extends IEntityIdentifier & IEntityPosition & IEntityLastUpdate> - Class in agi.foundation.tracking
Maintains position information for visualizing track history.
HistoryGenerator(TypeLiteral<TEntity>, EntitySet<TEntity>, Duration) - Constructor for class agi.foundation.tracking.HistoryGenerator
Creates a new instance using the specified EntitySet and Duration.
HistoryVisualizer<TEntity extends IEntityIdentifier & IEntityPosition & IEntityLastUpdate> - Class in agi.foundation.tracking
An EntityVisualizer that creates a historical track for each entity.
HistoryVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.HistoryVisualizer
Initializes a new instance.
HistoryVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, HistoryGenerator<TEntity>) - Constructor for class agi.foundation.tracking.HistoryVisualizer
Creates a new instance with the provided EntitySet and HistoryGenerator.
HistoryVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, HistoryGenerator<TEntity>, SetHint) - Constructor for class agi.foundation.tracking.HistoryVisualizer
Creates a new instance with the provided EntitySet, HistoryGenerator and SetHint (get).
HoldingPatternProfile - Class in agi.foundation.routedesign.advanced
An interface defining a means of determining how many revolutions are required to spend a minimum time in a particular holding procedure.
HoldingPatternProfile() - Constructor for class agi.foundation.routedesign.advanced.HoldingPatternProfile
 
HoldSegment - Class in agi.foundation.segmentpropagation
A segment whose states are held constant in time.
HoldSegment() - Constructor for class agi.foundation.segmentpropagation.HoldSegment
Initializes a new instance.
HoldSegment(HoldSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.HoldSegment
Initializes a new instance as a copy of an existing instance.
HorizontalBehavior - Class in agi.foundation.aircraftpropagation
Defines the horizontal behavior of a CompositeManeuver.
HorizontalBehavior() - Constructor for class agi.foundation.aircraftpropagation.HorizontalBehavior
Initializes a new instance.
HorizontalBehavior(HorizontalBehavior, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.HorizontalBehavior
Initializes a new instance as a copy of an existing instance.
HorizontalBehaviorDerivatives - Class in agi.foundation.aircraftpropagation
The derivatives which define the horizontal behavior of a maneuver.
HorizontalBehaviorDerivatives() - Constructor for class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Initializes a new instance.
HorizontalBehaviorDerivatives(ManeuverReferenceAxes, double) - Constructor for class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Initializes the horizontal derivatives with respect to the indicated maneuver axes.
hoursMinutesSecondsToSeconds(int, int, double) - Static method in class agi.foundation.time.Duration
Converts the specified number of hours, minutes, and seconds to total duration in seconds.
HoursPerDay - Static variable in class agi.foundation.time.TimeConstants
The number of hours in a day.
HufnagelValleyRefractiveIndexStructureParameterModel - Class in agi.foundation.communications.signalpropagation
Represents the Hufnagel-Valley (H-V) model for the refractive index structure parameter.
HufnagelValleyRefractiveIndexStructureParameterModel() - Constructor for class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Initializes a new instance.
HufnagelValleyRefractiveIndexStructureParameterModel(ScalarDependentOnServiceProvider, double) - Constructor for class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Initializes a new instance with the supplied winds speed model, and nominal ground level refractive index structure parameter.
HufnagelValleyRefractiveIndexStructureParameterModel(ScalarDependentOnServiceProvider, double, CentralBody) - Constructor for class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Initializes a new instance with the supplied winds speed model, and nominal ground level refractive index structure parameter, and a central body used as the altitude reference.
HufnagelValleyRefractiveIndexStructureParameterModel(HufnagelValleyRefractiveIndexStructureParameterModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Initializes a new instance as a copy of an existing instance.
HyperionCentralBody - Class in agi.foundation.celestial
The Saturnian moon Hyperion.
HyperionCentralBody() - Constructor for class agi.foundation.celestial.HyperionCentralBody
Initializes a new instance.
HyperionCentralBody(HyperionCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.HyperionCentralBody
Initializes a new instance as a copy of an existing instance.

I

IAccessConstraintsService - Interface in agi.foundation.access
A service that provides AccessConstraints.
IAccessResultService - Interface in agi.foundation.access
A service that provides Access results.
IAdjustableState - Interface in agi.foundation.coordinates
A state that can have elements added and removed.
IAntennaDiameterService - Interface in agi.foundation.communications.antennas
A service which defines the physical diameter of the antenna associated with the service provider.
IAntennaEfficiencyService - Interface in agi.foundation.communications.antennas
A service which defines the efficiency of the antenna associated with the service provider.
IAntennaGainService - Interface in agi.foundation.communications.antennas
Defines a service which can provide a means of applying an antenna pattern to a set of input signals based on link geometry.
IapetusCentralBody - Class in agi.foundation.celestial
The Saturnian moon Iapetus.
IapetusCentralBody() - Constructor for class agi.foundation.celestial.IapetusCentralBody
Initializes a new instance.
IapetusCentralBody(IapetusCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.IapetusCentralBody
Initializes a new instance as a copy of an existing instance.
Iau1976Precession - Class in agi.foundation.celestial
Provides Earth precession information according to the IAU 1976 model
Iau1976Precession(double) - Constructor for class agi.foundation.celestial.Iau1976Precession
Creates a new Iau1976Precession instance.
Iau1976Precession() - Constructor for class agi.foundation.celestial.Iau1976Precession
Creates a new Iau1976Precession object instance with default CacheSeconds (get / set) = 0.
Iau1976Precession(Iau1976Precession, CopyContext) - Constructor for class agi.foundation.celestial.Iau1976Precession
Initializes a new instance as a copy of an existing instance.
Iau1980Nutation - Class in agi.foundation.celestial
Provides Earth Nutation information according to the IAU 1980 model
Iau1980Nutation(double) - Constructor for class agi.foundation.celestial.Iau1980Nutation
Creates a new Iau1980Nutation instance.
Iau1980Nutation() - Constructor for class agi.foundation.celestial.Iau1980Nutation
Creates a new Iau1980Nutation object instance with default CacheSeconds (get / set) = 0.
Iau1980Nutation(Iau1980Nutation, CopyContext) - Constructor for class agi.foundation.celestial.Iau1980Nutation
Initializes a new instance as a copy of an existing instance.
Iau2000MeanLunarRadius - Static variable in class agi.foundation.celestial.MoonCentralBody
The mean radius of the moon, according to the "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements of the Planets and satellites: 2000", Celestial Mechanics 82: 83-110, 2002.
Iau2000Orientation - Class in agi.foundation.celestial
This is a collection of the orientation information available for central bodies.
Iau2000TritonRadius - Static variable in class agi.foundation.celestial.TritonCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2000", Celestial Mechanics Dyn Astry 82: 83-110, 2002.
Iau2006ArielIntermediateAxis - Static variable in class agi.foundation.celestial.ArielCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006ArielMajorAxis - Static variable in class agi.foundation.celestial.ArielCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006ArielMinorAxis - Static variable in class agi.foundation.celestial.ArielCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006JupiterMajorAxis - Static variable in class agi.foundation.celestial.JupiterCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006JupiterMinorAxis - Static variable in class agi.foundation.celestial.JupiterCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006MarsMajorAxis - Static variable in class agi.foundation.celestial.MarsCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006MarsMinorAxis - Static variable in class agi.foundation.celestial.MarsCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006MeanVenusRadius - Static variable in class agi.foundation.celestial.VenusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006NeptuneMajorAxis - Static variable in class agi.foundation.celestial.NeptuneCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006NeptuneMinorAxis - Static variable in class agi.foundation.celestial.NeptuneCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006Orientation - Class in agi.foundation.celestial
This is a collection of the orientation information available for central bodies.
Iau2006SaturnMajorAxis - Static variable in class agi.foundation.celestial.SaturnCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006SaturnMinorAxis - Static variable in class agi.foundation.celestial.SaturnCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006TitaniaRadius - Static variable in class agi.foundation.celestial.TitaniaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006UranusMajorAxis - Static variable in class agi.foundation.celestial.UranusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006UranusMinorAxis - Static variable in class agi.foundation.celestial.UranusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2006", Celestial Mechanics Dyn Astry 98: 155-180, 2007.
Iau2006XysData - Class in agi.foundation.celestial
A table of IAU2006 XYS data that is used to evaluate the transformation between the International Celestial Reference Frame (ICRF) and the International Terrestrial Reference Frame (ITRF).
Iau2009CallistoRadius - Static variable in class agi.foundation.celestial.CallistoCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DeimosIntermediateAxis - Static variable in class agi.foundation.celestial.DeimosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DeimosMajorAxis - Static variable in class agi.foundation.celestial.DeimosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DeimosMinorAxis - Static variable in class agi.foundation.celestial.DeimosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DioneIntermediateAxis - Static variable in class agi.foundation.celestial.DioneCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DioneMajorAxis - Static variable in class agi.foundation.celestial.DioneCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009DioneMinorAxis - Static variable in class agi.foundation.celestial.DioneCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EnceladusIntermediateAxis - Static variable in class agi.foundation.celestial.EnceladusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EnceladusMajorAxis - Static variable in class agi.foundation.celestial.EnceladusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EnceladusMinorAxis - Static variable in class agi.foundation.celestial.EnceladusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EuropaIntermediateAxis - Static variable in class agi.foundation.celestial.EuropaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EuropaMajorAxis - Static variable in class agi.foundation.celestial.EuropaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009EuropaMinorAxis - Static variable in class agi.foundation.celestial.EuropaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009GanymedeRadius - Static variable in class agi.foundation.celestial.GanymedeCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009HyperionIntermediateAxis - Static variable in class agi.foundation.celestial.HyperionCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009HyperionMajorAxis - Static variable in class agi.foundation.celestial.HyperionCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009HyperionMinorAxis - Static variable in class agi.foundation.celestial.HyperionCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009IapetusMajorAxis - Static variable in class agi.foundation.celestial.IapetusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009IapetusMinorAxis - Static variable in class agi.foundation.celestial.IapetusCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009IoIntermediateAxis - Static variable in class agi.foundation.celestial.IoCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009IoMajorAxis - Static variable in class agi.foundation.celestial.IoCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009IoMinorAxis - Static variable in class agi.foundation.celestial.IoCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009MimasIntermediateAxis - Static variable in class agi.foundation.celestial.MimasCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009MimasMajorAxis - Static variable in class agi.foundation.celestial.MimasCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009MimasMinorAxis - Static variable in class agi.foundation.celestial.MimasCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009Orientation - Class in agi.foundation.celestial
This is a collection of the orientation information available for central bodies.
Iau2009PhobosIntermediateAxis - Static variable in class agi.foundation.celestial.PhobosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009PhobosMajorAxis - Static variable in class agi.foundation.celestial.PhobosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009PhobosMinorAxis - Static variable in class agi.foundation.celestial.PhobosCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009PhoebeIntermediateAxis - Static variable in class agi.foundation.celestial.PhoebeCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009PhoebeMajorAxis - Static variable in class agi.foundation.celestial.PhoebeCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009PhoebeMinorAxis - Static variable in class agi.foundation.celestial.PhoebeCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009RheaIntermediateAxis - Static variable in class agi.foundation.celestial.RheaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009RheaMajorAxis - Static variable in class agi.foundation.celestial.RheaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009RheaMinorAxis - Static variable in class agi.foundation.celestial.RheaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TethysIntermediateAxis - Static variable in class agi.foundation.celestial.TethysCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TethysMajorAxis - Static variable in class agi.foundation.celestial.TethysCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TethysMinorAxis - Static variable in class agi.foundation.celestial.TethysCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TitanIntermediateAxis - Static variable in class agi.foundation.celestial.TitanCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TitanMajorAxis - Static variable in class agi.foundation.celestial.TitanCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2009TitanMinorAxis - Static variable in class agi.foundation.celestial.TitanCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2009", Celestial Mechanics Dyn Astry 109: 101-135, 2011.
Iau2015CeresMajorAxis - Static variable in class agi.foundation.celestial.CeresCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015CeresMinorAxis - Static variable in class agi.foundation.celestial.CeresCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015CharonRadius - Static variable in class agi.foundation.celestial.CharonCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015MeanPlutoRadius - Static variable in class agi.foundation.celestial.PlutoCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015MercuryMajorAxis - Static variable in class agi.foundation.celestial.MercuryCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015MercuryMinorAxis - Static variable in class agi.foundation.celestial.MercuryCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130:22, 2018.
Iau2015Orientation - Class in agi.foundation.celestial
This is a collection of the orientation information available for central bodies.
Iau2015VestaIntermediateAxis - Static variable in class agi.foundation.celestial.VestaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130, 22 (2018).
Iau2015VestaMajorAxis - Static variable in class agi.foundation.celestial.VestaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130, 22 (2018).
Iau2015VestaMinorAxis - Static variable in class agi.foundation.celestial.VestaCentralBody
Shape values are from "Report of the IAU/IAG Working Group on Cartographic Coordinates and Rotational Elements: 2015", Celestial Mechanics Dyn Astry 130, 22 (2018).
IauOrientationAxes - Class in agi.foundation.celestial
The Axes representing the orientation of a CentralBody as represented by the data from the IAU/IAG Working Group reports on rotational elements expressed in the InertialFrame (get / set)Axes (get / set) of the SolarSystemBarycenter.
IauOrientationAxes(ComputeIauOrientationParameters) - Constructor for class agi.foundation.celestial.IauOrientationAxes
Create a new set of Axes based on the given orientation function.
IauOrientationAxes(IauOrientationAxes, CopyContext) - Constructor for class agi.foundation.celestial.IauOrientationAxes
Initializes a new instance as a copy of an existing instance.
IauOrientationParameters - Class in agi.foundation.celestial
A structure containing the orientation data computed at a particular time.
IauOrientationParameters(double, double, double, double) - Constructor for class agi.foundation.celestial.IauOrientationParameters
Instantiate a new instance.
IAuthorizationProvider - Interface in agi.foundation.infrastructure
Provides an authorization token that will be used when accessing a given resource.
IAvailability - Interface in agi.foundation.time
An interface used to determine at what times an object is able to provide information.
IAvailableSignalPropagationModelsService - Interface in agi.foundation.communications
A service that gets the signal propagation models on a communication link.
IAzimuthElevationMask - Interface in agi.foundation.terrain
Given a direction described as an azimuth angle, and a distance in that direction, this interface provides the maximum elevation angle that is obscured along the line of sight.
IAzimuthElevationMaskGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of an AzimuthElevationMask.
IAzimuthElevationMaskGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines the graphics of a IAzimuthElevationMaskService.
IAzimuthElevationMaskService - Interface in agi.foundation.terrain
IBillboardGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a billboard.
ICachingEvaluator - Interface in agi.foundation.infrastructure
An interface to an evaluator that caches values between evaluations.
ICalculationContextStorageStrategy - Interface in agi.foundation.infrastructure
A strategy for getting the current CalculationContext instance.
ICentralBodySurfaceCurveGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a CentralBodySurfaceCurve.
ICentralBodySurfaceCurveGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines the graphics properties for the ICentralBodySurfaceCurveService
ICentralBodySurfaceCurveService - Interface in agi.foundation.platforms
This service provides the geometry of a curve on the surface of a CentralBody (get).
ICentralBodySurfaceRegionGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a CentralBodySurfaceRegion.
ICentralBodySurfaceRegionGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines the graphics properties for the ICentralBodySurfaceRegionService
ICentralBodySurfaceRegionService - Interface in agi.foundation.platforms
This service provides the geometry of a region on the surface of a CentralBody (get).
ICesiumAvailabilityService - Interface in agi.foundation.cesium.advanced
A service that defines the availability of a CZML object.
ICesiumCustomPropertiesService - Interface in agi.foundation.cesium.advanced
A service that defines a set of custom CZML properties to be written for a particular object.
ICesiumDeleteFanDirectionsService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML agi_fan.directions property should be deleted from the client.
ICesiumDeleteOrientationService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML orientation property should be deleted from the client.
ICesiumDeletePolygonHolesService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML polygon.holes property should be deleted from the client.
ICesiumDeletePolygonPositionsService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML polygon.positions property should be deleted from the client.
ICesiumDeletePolylinePositionsService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML polyline.positions property should be deleted from the client.
ICesiumDeletePositionService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML position property should be deleted from the client.
ICesiumDeleteService - Interface in agi.foundation.cesium.advanced
A service that indicates that a CZML object should be deleted from the client.
ICesiumDeleteVectorDirectionService - Interface in agi.foundation.cesium.advanced
A service that indicates that existing data (samples or interval values) for the CZML agi_vector.direction property should be deleted from the client.
ICesiumDirectionService - Interface in agi.foundation.cesium.advanced
A service that specifies how an object's direction should be written to CZML.
ICesiumFixedStepService - Interface in agi.foundation.cesium.advanced
A service that defines the step size to use when sampling properties for an object being written to CZML.
ICesiumOrientationService - Interface in agi.foundation.cesium.advanced
A service that specifies how an object's orientation should be written to CZML.
ICesiumPositionService - Interface in agi.foundation.cesium.advanced
A service that specifies how an object's position should be written to CZML.
ICesiumReferenceFrameService - Interface in agi.foundation.cesium.advanced
A service that defines the reference frame in which an object's CZML position will be written.
ICesiumUriResolver - Interface in agi.foundation.cesium.advanced
A URI resolver transforms URIs into another form for inclusion in a CZML document.
IChildrenService - Interface in agi.foundation.infrastructure
A service that defines a collection of children for a given parent.
ICloneable - Interface in agi.foundation.compatibility
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
ICloneWithContext - Interface in agi.foundation.infrastructure
An interface for an object that can make a copy of itself that is guided by a CopyContext instance.
ICompositeAccessQuery - Interface in agi.foundation.access
An interface to an AccessQuery which is composed of one or more sub-queries.
IConfigurableProfileConnection - Interface in agi.foundation.routedesign.advanced
An interface specifying additional behavior while configuring profiles for use as connections rather than ordinary procedure profiles.
ICoverageGrid - Interface in agi.foundation.geometry.discrete
The base interface for grids used in the coverage system.
ICoverageGridCell - Interface in agi.foundation.geometry.discrete
Describes an interface for a grid cell in the coverage system.
ICoverageGriddingTechnique - Interface in agi.foundation.geometry.discrete
Describes a gridding technique that can be used with a GeometricPrimitiveCoverageGrid.
ICzmlDocument - Interface in agi.foundation.cesium
A CZML document which can be written.
ICzmlDocumentPacketizer - Interface in agi.foundation.cesium
Generates a CZML document one packet at a time to allow for incremental processing by client applications.
IDateMotionCollection1<T> - Interface in agi.foundation
An interface to a collection of Motion1, each of which is associated with a particular JulianDate.
IDateMotionCollection2<T,TDerivative> - Interface in agi.foundation
An interface to a collection of Motion2, each of which is associated with a particular JulianDate.
IdentifiableTransmitterExtension - Class in agi.foundation.communications
An ObjectExtension which provides the IIdentifiableTransmitterService service interface so clients can query for a transmitter's SignalIdentifier.
IdentifiableTransmitterExtension() - Constructor for class agi.foundation.communications.IdentifiableTransmitterExtension
Initializes a new instance.
IdentifiableTransmitterExtension(SignalIdentifier) - Constructor for class agi.foundation.communications.IdentifiableTransmitterExtension
Creates a new instance.
IdentifiableTransmitterExtension(IdentifiableTransmitterExtension, CopyContext) - Constructor for class agi.foundation.communications.IdentifiableTransmitterExtension
Initializes a new instance as a copy of an existing instance.
IdentifierExtension - Class in agi.foundation.infrastructure
An extension that defines a unique identifier for an object.
IdentifierExtension() - Constructor for class agi.foundation.infrastructure.IdentifierExtension
Initializes a new instance with a null identifier.
IdentifierExtension(String) - Constructor for class agi.foundation.infrastructure.IdentifierExtension
Initializes a new instance with the provided identifier.
IdentifierExtension(IdentifierExtension, CopyContext) - Constructor for class agi.foundation.infrastructure.IdentifierExtension
Initializes a new instance as a copy of an existing instance.
identity(int, int) - Static method in class agi.foundation.coordinates.ComplexMatrix
Generates an identity matrix.
identity(int, int) - Static method in class agi.foundation.coordinates.DenseMatrix
Generates an identity matrix.
IDescriptionService - Interface in agi.foundation.cesium.advanced
A service that defines the HTML description of an object.
IDetectorPitchService - Interface in agi.foundation.platforms
A service which returns the detector pitch of a device.
IDisposable - Interface in agi.foundation.compatibility
Defines a method to release allocated resources.
IDoubleFunctionSampler - Interface in agi.foundation.numericalmethods.advanced
An interface to an object that controls how a function of a double is sampled.
IDurationFunctionSampler - Interface in agi.foundation.numericalmethods.advanced
An interface to an object that controls how a function of a Duration is sampled.
IDynamicFieldOfViewService - Interface in agi.foundation.geometry.shapes
A service that provides a time-dynamic sensor field of view volume.
Ieee1979PolarizationSource - Class in agi.foundation.communications
A polarization source which produces polarization based on the link geometry and measured antenna data which conforms to the IEEE Std 149-1979 "IEEE Standard Test Procedures for Antennas".
Ieee1979PolarizationSource(double[], double[], double[][], double[][], double[][], boolean, boolean) - Constructor for class agi.foundation.communications.Ieee1979PolarizationSource
Initializes a new instance.
Ieee1979PolarizationSource(double[], double[], double[][], double[][], double[][], boolean, boolean, PolarizationReferenceAxis) - Constructor for class agi.foundation.communications.Ieee1979PolarizationSource
Initializes a new instance.
Ieee1979PolarizationSource(Ieee1979PolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.Ieee1979PolarizationSource
Initializes a new instance as a copy of an existing instance.
IEllipsoidGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of an ellipsoid.
IEntityAcceleration() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityAcceleration
 
IEntityAcceleration - Interface in agi.foundation.tracking
An interface to a tracking entity that has acceleration.
IEntityArchiveDescriptor<TEntity> - Interface in agi.foundation.tracking
An interface implemented by a class derived from EntityDescriptor to specify information about how an entity is archived.
IEntityIdentifier() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityIdentifier
 
IEntityIdentifier - Interface in agi.foundation.tracking
An interface to a tracking entity that has an identifier.
IEntityLastUpdate() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityLastUpdate
 
IEntityLastUpdate - Interface in agi.foundation.tracking
An interface to a tracking entity that describes the last time the entity was updated.
IEntityOrientation() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityOrientation
 
IEntityOrientation - Interface in agi.foundation.tracking
An interface to a tracking entity that has an orientation.
IEntityOrientationDescriptor - Interface in agi.foundation.tracking
An interface implemented by a class derived from EntityDescriptor to specify the Axes in which Orientation (get) is defined.
IEntityPosition() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityPosition
 
IEntityPosition - Interface in agi.foundation.tracking
An interface to a tracking entity that has a position described as an X, Y, and Z coordinate.
IEntityPositionDescriptor - Interface in agi.foundation.tracking
An interface implemented by a class derived from EntityDescriptor to specify the ReferenceFrame in which Position (get) is defined.
IEntityRotationalAcceleration() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalAcceleration
 
IEntityRotationalAcceleration - Interface in agi.foundation.tracking
An interface to a tracking entity that has rotational acceleration.
IEntityRotationalVelocity() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalVelocity
 
IEntityRotationalVelocity - Interface in agi.foundation.tracking
An interface to a tracking entity that has rotational velocity.
IEntitySensorFieldOfView - Interface in agi.foundation.tracking
An interface to a tracking entity that has a volume describing the region of space that is detectable with its sensor.
IEntityVelocity() - Constructor for class agi.foundation.tracking.CommonEntityInterfaces.IEntityVelocity
 
IEntityVelocity - Interface in agi.foundation.tracking
An interface to a tracking entity that has a velocity.
IEnumerateDependencies - Interface in agi.foundation.infrastructure
An interface to an object that can identify its dependencies.
IEqualityComparer<T> - Interface in agi.foundation.compatibility
Defines methods to support the comparison of objects for equality.
IEquatable<T> - Interface in agi.foundation.compatibility
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
IEquatableDefinition - Interface in agi.foundation.infrastructure
An interface to an object that can compare its definition to other objects.
IEquatableEpsilon<T> - Interface in agi.foundation.infrastructure
Defines a method for determining equality of instances within a specified tolerance.
Iers2003SolidTideModel - Class in agi.foundation.celestial
A high-fidelity, time-varying Earth solid tide model that is based on the IERS Conventions (2003) technical report 32.
Iers2003SolidTideModel(EarthOrientationParameters) - Constructor for class agi.foundation.celestial.Iers2003SolidTideModel
Initializes a high-fidelity Earth solid tide model based on the IERS Conventions (2003) technical report 32.
IersTechnicalNote21 - Class in agi.foundation.celestial
Provides Earth orientation parameters according to the IERS Technical Note 21.
IersTechnicalNote36RelativisticCorrectionForce - Class in agi.foundation.celestial
A KindOfForce.NEWTONIAN_SPECIFIC_FORCE that models the first order correction to the acceleration of a space object about a CentralBody (get / set).
IersTechnicalNote36RelativisticCorrectionForce(CentralBody, double, double) - Constructor for class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Initializes the correction force with the specified CentralBody (get / set), solar gravitational parameter, and central body gravitational parameter.
IersTechnicalNote36RelativisticCorrectionForce(Point) - Constructor for class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Initializes the correction force with the specified Point.
IersTechnicalNote36RelativisticCorrectionForce(Point, CentralBody, CentralBody, Vector, double, double, boolean, boolean) - Constructor for class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Initializes the correction force with the specified parameters.
IersTechnicalNote36RelativisticCorrectionForce() - Constructor for class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Initializes a new instance.
IersTechnicalNote36RelativisticCorrectionForce(IersTechnicalNote36RelativisticCorrectionForce, CopyContext) - Constructor for class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Initializes a new instance as a copy of an existing instance.
IEvaluator - Interface in agi.foundation
An interface for an evaluator, which is an object which participates in a computation, and depends on other computations (other evaluators).
IEvaluator1<T> - Interface in agi.foundation
An interface for an evaluator that takes a JulianDate and produces a return value of a given type.
IEvaluatorOverIntervals<TResult,TResultOverIntervals> - Interface in agi.foundation
An interface for an evaluator that supports evaluation over an interval (or intervals) of time, in addition to evaluation at a specific JulianDate.
IEvaluatorParameter<T> - Interface in agi.foundation.infrastructure
A placeholder for a parameter within an evaluator.
IFieldOfViewCentralBodyProjectionGraphicsService - Interface in agi.foundation.platforms.advanced
A service that describes the graphics of a IFieldOfViewProjectionService projected onto a CentralBody (get).
IFieldOfViewEnclosureService - Interface in agi.foundation.platforms
A service that provides an evaluator for determining if a Point is inside of a SensorFieldOfView.
IFieldOfViewGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of an IFieldOfViewService.
IFieldOfViewProjectionService - Interface in agi.foundation.platforms
A service that provides an evaluator for projecting a SensorFieldOfView onto a CentralBody.
IFieldOfViewService - Interface in agi.foundation.geometry.shapes
A service that provides a sensor volume.
IFigureOfMeritDefinition - Interface in agi.foundation.coverage.figureofmerit
An interface which defines the means by which to get a figure of merit value for the given coverage data and object of interest.
IFocalLengthService - Interface in agi.foundation.platforms
A service that provides the focal length of a device.
IFreeSpacePathLossModel - Interface in agi.foundation.communications.signalpropagation
A SignalPropagationModel which can compute free-space path loss.
IFreezable - Interface in agi.foundation.infrastructure
An interface to an object that can be frozen such that no further changes to the object can be made.
IGetEllipsoidSurfaceRegion - Interface in agi.foundation.geometry
An interface that gets an EllipsoidSurfaceRegion.
IGetEllipsoidSurfaceRegionHole - Interface in agi.foundation.geometry
An interface that gets an EllipsoidSurfaceRegionHole.
IGpsCommunicationsReceiverConfiguration - Interface in agi.foundation.navigation.advanced
An interface defining the required parameters for a GpsCommunicationsFrontEnd.
IGpsElements - Interface in agi.foundation.propagators
An interface to a GPS element set that contains data items needed for GPS ephemeris propagation.
IGpsPrnService - Interface in agi.foundation.navigation
A service that provides the GPS PRN number
IGpsReceiverService - Interface in agi.foundation.navigation
A service that provides a GPS Receiver.
IGpsSatelliteInformationService - Interface in agi.foundation.navigation
A service that provides information about a GPS satellite.
IGpsSatelliteOutageService - Interface in agi.foundation.navigation
A service that provides information about when a GPS satellite is unavailable or unhealthy.
IGraphicsParameter - Interface in agi.foundation.platforms.advanced
An interface for accessing a GraphicsParameter evaluator without requiring knowledge of the generic type.
IIdentifiableTransmitterService - Interface in agi.foundation.communications
A transmitter of signals which can be identified by an identifier.
IIdentifierService - Interface in agi.foundation.infrastructure
A service that defines a unique identifier for an object.
IIndexedFormat - Interface in agi.foundation.infrastructure
This interface must be implemented on any format type used with the FormatConverter class.
IIsTimeVarying - Interface in agi.foundation.infrastructure
An interface to an object that can specify whether or not it varies with time.
IJplDEWithMoonLibrationModel - Interface in agi.foundation.celestial
A JplDE which can return a libration model for the Moon.
IJulianDateFunctionSampler - Interface in agi.foundation.numericalmethods.advanced
An interface to an object that controls how a function of a JulianDate is sampled.
IKinematicStateGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines the graphical properties of a ReferenceFrame defined by IKinematicStateService.
IKinematicStateService - Interface in agi.foundation.geometry
A service that provides a ReferenceFrame (get) describing a complete kinematic state (position and orientation) of an object as it moves over time.
ILabelGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a label.
ILinkConstraint - Interface in agi.foundation.access
An interface to an AccessConstraint that constrains the relationship between two objects.
ILinkGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of an ILinkService.
ILinkGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines a line to be drawn between to end points defined by ILinkService
ILinkService - Interface in agi.foundation.access
A service interface that provides the most basic methods for modeling a communication link between a transmitter and a receiver.
ILinkSubdivisionService - Interface in agi.foundation.geometry
A service which provides an evaluator for subdividing an ILinkService into sub-segments.
ILinkWeightService - Interface in agi.foundation.communications.antennas
Service for associating a computational weight to a link.
ILocationPointCovarianceGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines an ellipsoid to be drawn at the location defined by ILocationPointService and the size and orientation defined by ILocationPointCovarianceService.
ILocationPointCovarianceService - Interface in agi.foundation.geometry
A service that provides the size and orientation of the covariance ellipsoid over time.
ILocationPointService - Interface in agi.foundation.geometry
A service that provides the position of an object over time.
ImageCollection - Class in agi.foundation.graphics
A collection of GlobeImageOverlay objects.
ImageMaterialGraphics - Class in agi.foundation.cesium
Describes graphical properties of a material that fills the surface with an image.
ImageMaterialGraphics() - Constructor for class agi.foundation.cesium.ImageMaterialGraphics
Initializes a new instance.
ImageMaterialGraphics(CesiumProperty<CesiumResource>) - Constructor for class agi.foundation.cesium.ImageMaterialGraphics
Initializes a new instance with the specified image.
ImageMaterialGraphics(CesiumResource) - Constructor for class agi.foundation.cesium.ImageMaterialGraphics
Initializes a new instance with the specified image.
ImagingDeviceExtension - Class in agi.foundation.platforms
Extension for a platform which provides data regarding an imaging device.
ImagingDeviceExtension() - Constructor for class agi.foundation.platforms.ImagingDeviceExtension
Initializes a new instance.
ImagingDeviceExtension(double, double) - Constructor for class agi.foundation.platforms.ImagingDeviceExtension
Construct a new instance based on imaging parameters.
ImagingDeviceExtension(ImagingDeviceExtension, CopyContext) - Constructor for class agi.foundation.platforms.ImagingDeviceExtension
Initializes a new instance as a copy of an existing instance.
IMarkerGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines a marker to be drawn at the location defined by ILocationPointService.
IMaterialGraphics - Interface in agi.foundation.cesium.advanced
Base interface for all non-polyline material types.
ImmutableDateMotionCollection1<T> - Class in agi.foundation
A collection of Motion1, each of which is associated with a particular JulianDate.
ImmutableDateMotionCollection2<T,TDerivative> - Class in agi.foundation
A collection of Motion2, each of which is associated with a particular JulianDate.
ImmutableValueType - Interface in agi.foundation.compatibility
Marker interface for a ValueType that is declared to be immutable, that is, none of the contained data may change after construction.
IModelGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a 3D model.
IModelGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines a model to be drawn at the location defined by ILocationPointService and orientation defined by IOrientationAxesService.
IMotion<T,TDerivative> - Interface in agi.foundation
Describes motion, including a coordinate and optionally one or more derivatives.
ImpulsiveManeuverInformation - Class in agi.foundation.segmentpropagation
Stores all the information needed for a maneuver to be performed by an ImpulsiveManeuverSegment.
ImpulsiveManeuverInformation() - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance.
ImpulsiveManeuverInformation(String, Cartesian, Axes, String, String, Scalar, InvalidFuelStateBehavior) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance.
ImpulsiveManeuverInformation(String, Cartesian, String, String, Scalar, InvalidFuelStateBehavior) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance.
ImpulsiveManeuverInformation(String, Cartesian, Axes) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance.
ImpulsiveManeuverInformation(String, Cartesian) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance.
ImpulsiveManeuverInformation(ImpulsiveManeuverInformation, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Initializes a new instance as a copy of an existing instance.
ImpulsiveManeuverSegment - Class in agi.foundation.segmentpropagation
A SegmentDefinition that performs an impulsive maneuver.
ImpulsiveManeuverSegment() - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Initializes a new instance.
ImpulsiveManeuverSegment(ImpulsiveManeuverInformation) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Initializes a new instance.
ImpulsiveManeuverSegment(ImpulsiveManeuverSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Initializes a new instance as a copy of an existing instance.
ImpulsiveManeuverSegmentConfiguration - Class in agi.foundation.segmentpropagation
The configuration for an ImpulsiveManeuverSegment.
ImpulsiveManeuverSegmentConfiguration() - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
Initializes a new instance.
ImpulsiveManeuverSegmentConfiguration(ImpulsiveManeuverSegment) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
Initializes a new instance.
ImpulsiveManeuverSegmentConfiguration(ImpulsiveManeuverInformation) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
Initializes a new instance.
ImpulsiveManeuverSegmentConfiguration(ImpulsiveManeuverSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
ImpulsiveManeuverSegmentResults - Class in agi.foundation.segmentpropagation
SegmentResults augmented with information relevant to the propagation of an ImpulsiveManeuverSegment.
ImpulsiveManeuverSegmentResults(ImpulsiveManeuverSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentResults
Initializes a new instance as a copy of an existing instance.
INameService - Interface in agi.foundation.infrastructure
A service that provides the name to either a platform or link.
INavigationCommunicationsService - Interface in agi.foundation.navigation.advanced
An interface providing navigation communications required data.
INavigationTransmitterService - Interface in agi.foundation.navigation.advanced
An interface defining a navigation transmitter.
INCREASED - Static variable in class agi.foundation.numericalmethods.StepSizeInformation
The step size was increased by the integrator while adapting it.
indexOf(String) - Method in class agi.foundation.celestial.ThirdBodyGravity
Searches ThirdBodies (get) and returns the index of the body with the given body name.
indexOf(Point) - Method in class agi.foundation.celestial.ThirdBodyGravity
Searches ThirdBodies (get) and returns the index of the body with the given body position.
indexOf(double) - Method in class agi.foundation.celestial.ThirdBodyGravity
Searches ThirdBodies (get) and returns the index of the body with the given gravitational parameter.
indexOf(Signal) - Method in class agi.foundation.communications.SignalCollection
Searches for the specified signal and returns the zero-based index of the first occurrence within the collection.
indexOf(Object) - Method in class agi.foundation.compatibility.BaseCollection
 
indexOf(GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
Gets the index of the specified GlobeImageOverlay.
indexOf(URI) - Method in class agi.foundation.graphics.ImageCollection
Gets the index of the GlobeImageOverlay with the specified URI.
indexOf(String) - Method in class agi.foundation.graphics.ImageCollection
Gets the index of the GlobeImageOverlay with the specified Uri.
indexOf(TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
Gets the index of the specified TerrainOverlay.
indexOf(URI) - Method in class agi.foundation.graphics.TerrainCollection
Gets the index of the TerrainOverlay with the specified URI.
indexOf(String) - Method in class agi.foundation.graphics.TerrainCollection
Gets the index of the TerrainOverlay with the specified Uri.
indexOf(Object) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Returns the index of the provided item.
indexOf(ElevationMask) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
Returns the index of the given item in the azimuth elevation mask.
indexOf(Object) - Method in class agi.foundation.time.TimeIntervalCollection
Finds the index of a given TimeInterval in the collection.
indexOf(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection
Finds the index of the TimeInterval in this collection that contains the specified date.
indexOf(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
Finds the index of a given TimeInterval1 in the collection.
indexOf(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection1
Finds the index of the TimeInterval in this collection that contains the specified date.
indexOfConsiderParameter(IPartialDifferentiable) - Method in class agi.foundation.propagators.StateTransitionMatrix
Searches for the specified considerParameter and returns the index which can be used to access it via StateTransitionMatrix.getConsiderParameter(int) or StateTransitionMatrix.removeConsiderParameterAt(int).
indexOfConstraint(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Gets the index of the SolverConstraintSettings in the array that is returned by the MultivariableFunctionSolverIterationResults.getConstraintSettings() method.
indexOfConstraint(String) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Gets the index of the SolverConstraintSettings with the matching constraintName in the array that is returned by the MultivariableFunctionSolverIterationResults.getConstraintSettings() method.
indexOfEqualityConstraint(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the SolverConstraintSettings in the array that is returned by the ParameterOptimizerIterationResults.getEqualityConstraintSettings() method.
indexOfEqualityConstraint(String) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the SolverConstraintSettings with the matching constraintName in the array that is returned by the ParameterOptimizerIterationResults.getEqualityConstraintSettings() method.
indexOfInequalityConstraint(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the InequalityConstraintSettings in the array that is returned by the ParameterOptimizerIterationResults.getInequalityConstraintSettings() method.
indexOfInequalityConstraint(String) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the InequalityConstraintSettings with the matching constraintName in the array that is returned by the ParameterOptimizerIterationResults.getInequalityConstraintSettings() method.
indexOfStateDerivative(IPartialDifferentiable) - Method in class agi.foundation.propagators.StateTransitionMatrix
Searches for the specified stateDerivative and returns the index which can be used to access it via StateTransitionMatrix.getStateDerivative(int) or StateTransitionMatrix.removeStateParameterAt(int).
indexOfStateParameter(IPartialDifferentiable) - Method in class agi.foundation.propagators.StateTransitionMatrix
Searches for the specified stateParameter and returns the index which can be used to access it via StateTransitionMatrix.getStateParameter(int) or StateTransitionMatrix.removeStateParameterAt(int).
indexOfStateWithDateFromEntireComputedEphemeris(JulianDate) - Method in class agi.foundation.segmentpropagation.SegmentResults
Gets the indexes of states within EntireComputedEphemeris (get) at the specified date.
indexOfVariable(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Gets the index of the SolverVariableSettings in the array that is returned by the MultivariableFunctionSolverIterationResults.getVariableSettings() method.
indexOfVariable(String) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Gets the index of the SolverVariableSettings with the matching variableName in the array that is returned by the MultivariableFunctionSolverIterationResults.getVariableSettings() method.
indexOfVariable(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the SolverVariableSettings in the array that is returned by the ParameterOptimizerIterationResults.getVariableSettings() method.
indexOfVariable(String) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Gets the index of the SolverVariableSettings with the matching variableName in the array that is returned by the ParameterOptimizerIterationResults.getVariableSettings() method.
indexToLatitude(int) - Method in class agi.foundation.terrain.RasterTerrainProvider
Gets the latitude, in native units, of the post at a specified index.
indexToLatitude(int) - Method in class agi.foundation.terrain.TerrainPosts
Gets the latitude of the post at a specified index.
indexToLongitude(int) - Method in class agi.foundation.terrain.RasterTerrainProvider
Gets the longitude, in native units, of the post at a specified index.
indexToLongitude(int) - Method in class agi.foundation.terrain.TerrainPosts
Gets the longitude of the post at a specified index.
indicator(AxisIndicator, AxisIndicator, AxisIndicator) - Static method in class agi.foundation.coordinates.EulerSequence
Composes a EulerSequenceIndicator from three individual AxisIndicator items.
indicator(AxisIndicator, AxisIndicator, AxisIndicator) - Static method in class agi.foundation.coordinates.YawPitchRoll
Composes a YawPitchRollIndicator from three individual AxisIndicator items.
IndicesOrderHint - Enum in agi.foundation.graphics.advanced
An optimization hint optionally provided to a primitive's SetPartial method to enhance performance.
IndividualPlateModel - Class in agi.foundation.celestial
A model of a discrete surface element of a spacecraft that has a surface area, unit normal direction, and drag or reflectivity coefficients.
IndividualPlateModel(String, String, double) - Constructor for class agi.foundation.celestial.IndividualPlateModel
Initializes a new instance.
IndividualPlateModel(IndividualPlateModel, CopyContext) - Constructor for class agi.foundation.celestial.IndividualPlateModel
Initializes a new instance as a copy of an existing instance.
InequalityBoundType - Enum in agi.foundation.numericalmethods
Specifies whether the inequality function value must be greater than or equal to (lower bound) or less than or equal to (upper bound) the BoundValue (get / set).
InequalityCondition - Enum in agi.foundation.stoppingconditions
The criteria for comparing one value to another.
InequalityConstraintScaling - Class in agi.foundation.numericalmethods
Derived classes of this type specify the type of scaling applied to constraints in the optimizer.
InequalityConstraintScaling() - Constructor for class agi.foundation.numericalmethods.InequalityConstraintScaling
Initializes a new instance.
InequalityConstraintSettings - Class in agi.foundation.numericalmethods
The settings for an inequality constraint used by an OptimizerMultivariableFunction.
InequalityConstraintSettings(InequalityBoundType, double, double) - Constructor for class agi.foundation.numericalmethods.InequalityConstraintSettings
Initializes a new instance with no scaling.
InequalityConstraintSettings(InequalityBoundType, double, double, InequalityConstraintScaling) - Constructor for class agi.foundation.numericalmethods.InequalityConstraintSettings
Initializes a new instance.
InequalityConstraintSettings(InequalityBoundType, double, double, InequalityConstraintScaling, String) - Constructor for class agi.foundation.numericalmethods.InequalityConstraintSettings
Initializes a new instance.
InequalityConstraintSettings(InequalityBoundType, double, double, InequalityConstraintScaling, String, double) - Constructor for class agi.foundation.numericalmethods.InequalityConstraintSettings
Initializes a new instance.
InequalityConstraintSettings(InequalityConstraintSettings, CopyContext) - Constructor for class agi.foundation.numericalmethods.InequalityConstraintSettings
Initializes a new instance as a copy of an existing instance.
inequalitySatisfied(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Determines if the current inequality value satisfies the inequality defined by the BoundType (get / set) and BoundValue (get / set).
inequalitySatisfiedAndWithinTolerance(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Calculates if the current constraint value both satisfies the inequality and is within tolerance of the bound value (on the feasible side of the inequality).
inequalityWithinTolerance(double) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Calculates if the absolute value of the current constraint value minus the BoundValue (get / set) is smaller than the Tolerance (get / set).
inGlobalBounds(double, double) - Method in class agi.foundation.terrain.TerrainProvider
Returns true if the coordinates are in global bounds which is: [-π, π] for longitude and [-π/2, π/2] for latitude.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(int, DependentVariableDerivatives) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
Initializes the derivative DerivativeFunction (get / set) and the working arrays used during integration.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(double, double[]) - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
Initialize the integrator's initial independent and dependent variables and reset the integration parameters.
initialize(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Initialize the constraint with the initialState.
initialize(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Initialize the StoppingConditionEvaluator with the initial state of propagation.
InitializeCallback - Class in agi.foundation.stoppingconditions
The delegate type that lets the StoppingConditionEvaluator or StoppingConditionConstraintEvaluator be initialized.
InitializeCallback() - Constructor for class agi.foundation.stoppingconditions.InitializeCallback
Creates a new instance of this delegate.
InitializeCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.InitializeCallback
Initializes a delegate that will invoke an instance method on a class instance.
InitializeCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.InitializeCallback
Initializes a delegate that will invoke a static method on a class.
InitializeCallback.Function - Interface in agi.foundation.stoppingconditions
A functional interface for the containing delegate type.
initializePropagationPoint(JulianDate, Motion1<Cartesian>) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Creates the PointEvaluator that will be sampled for propagation.
initializePropagator(ITimeBasedState) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Initializes the wrapped propagator with the initial state.
initializePropagator(ITimeBasedState) - Method in class agi.foundation.propagators.StoppablePropagator
Initializes the wrapped propagator with the initial state.
InitialOrbitSolver - Class in agi.foundation.propagators
Solves for an initial orbit under two body conditions.
InitialOrbitSolver() - Constructor for class agi.foundation.propagators.InitialOrbitSolver
Initializes a solver.
InitialOrbitSolver(double) - Constructor for class agi.foundation.propagators.InitialOrbitSolver
Initializes a solver.
InitialOrbitSolverResults - Class in agi.foundation.propagators
Contains the results produced by the InitialOrbitSolver.
InitialOrbitSolverResults(Motion1<Cartesian>, Motion1<Cartesian>, Motion1<Cartesian>) - Constructor for class agi.foundation.propagators.InitialOrbitSolverResults
Initializes the results data container.
InitialStateSegment<T extends ITimeBasedState> - Class in agi.foundation.segmentpropagation
Represents an initial state for a SegmentPropagator.
InitialStateSegment() - Constructor for class agi.foundation.segmentpropagation.InitialStateSegment
Initializes a new instance.
InitialStateSegment(T) - Constructor for class agi.foundation.segmentpropagation.InitialStateSegment
Initializes a new instance.
InitialStateSegment(InitialStateSegment<T>, CopyContext) - Constructor for class agi.foundation.segmentpropagation.InitialStateSegment
Initializes a new instance as a copy of an existing instance.
InitialStateSegmentConfiguration - Class in agi.foundation.segmentpropagation
The configuration of an InitialStateSegment.
InitialStateSegmentConfiguration(ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.InitialStateSegmentConfiguration
Initialize a new instance.
InitialStateSegmentConfiguration(InitialStateSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.InitialStateSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
initialUpdate() - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.PointVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.TextVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
initialUpdate() - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
InscribedTurnProcedure - Class in agi.foundation.routedesign
Represents a simple turn at a position specified by a waypoint.
InscribedTurnProcedure() - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Create a new instance.
InscribedTurnProcedure(Cartographic, double, double) - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
InscribedTurnProcedure(double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
InscribedTurnProcedure(double, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
InscribedTurnProcedure(Ellipsoid, Cartographic, double, RouteProfile) - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Create a new instance based on the given surface parameters and profile.
InscribedTurnProcedure(InscribedTurnProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.InscribedTurnProcedure
Initializes a new instance as a copy of an existing instance.
InscribedTurnProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
insert(int, DisplayCondition, boolean) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Inserts a display condition at the given zero-based index, shifting existing display conditions.
insert(int, DisplayCondition) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Inserts a display condition at the given zero-based index, shifting existing display conditions.
insertItem(int, PointScattererFrequencyBand) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
 
insertItem(int, E) - Method in class agi.foundation.compatibility.BaseCollection
Inserts an element into the collection at the specified index.
insertItem(int, JulianDate, T) - Method in class agi.foundation.DateMotionCollection1
Inserts an item at a particular index.
insertItem(int, JulianDate, T, T) - Method in class agi.foundation.DateMotionCollection1
Inserts an item at a particular index.
insertItem(int, JulianDate, T, T, T) - Method in class agi.foundation.DateMotionCollection1
Inserts an item at a particular index.
insertItem(int, JulianDate, T...) - Method in class agi.foundation.DateMotionCollection1
Inserts an item at a particular index.
insertItem(int, JulianDate, Motion1<T>) - Method in class agi.foundation.DateMotionCollection1
Inserts an item at a particular index.
insertItem(int, T) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Inserts an element into the DefinitionalObjectCollection at the specified index.
insertItem(int, ObjectExtension) - Method in class agi.foundation.infrastructure.ExtensionCollection
Inserts an element in the collection at the specified index.
insertItem(int, PerformanceAssessmentRecord) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Inserts an element into the BaseCollection at the specified index.
insertItem(int, PerformanceAssessmentField) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
Inserts an element into the PerformanceAssessmentRecord at the given index.
insertItem(int, DoubleFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
Inserts an element into the collection at the specified index.
insertItem(int, DurationFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
Inserts an element into the collection at the specified index.
insertItem(int, JulianDateFunctionDetails) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
Inserts an element into the collection at the specified index.
insertItem(int, Platform) - Method in class agi.foundation.platforms.ChildPlatformCollection
Inserts an element into the ChildPlatformCollection at the given index.
insertItem(int, Platform) - Method in class agi.foundation.platforms.PlatformCollection
Inserts an element into the PlatformCollection at the given index.
Insight3D - Class in agi.foundation.graphics.awt
An AWT Canvas that holds and renders an Insight3D scene, which is available from the Scene (get) property.
Insight3D() - Constructor for class agi.foundation.graphics.awt.Insight3D
Initializes a new instance.
instantaneousNumberOfAssets(CoverageQueryResult, JulianDate) - Static method in class agi.foundation.coverage.figureofmerit.NumberOfAssets
Compute the number of assets providing coverage at the given time.
instantaneousPercentCovered(Iterable<? extends CoverageGridPointWithResults>, JulianDate) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the percentage of the grid that is covered at the given time based on whether each individual grid point representing a given area is covered.
instantaneousResponseTime(CoverageQueryResult, JulianDate) - Static method in class agi.foundation.coverage.figureofmerit.ResponseTime
Given a point in time, this computes the time it takes to gain coverage (in seconds).
instantaneousWeightCovered(Iterable<? extends CoverageGridPointWithResults>, JulianDate) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the total weight of the points on the grid that are covered at a given time.
InsufficientVideoCardException - Exception in agi.foundation.graphics
The exception that is thrown when the video card or driver does not support a particular feature.
InsufficientVideoCardException(String) - Constructor for exception agi.foundation.graphics.InsufficientVideoCardException
Initializes a new instance.
Integrand() - Constructor for class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Creates a new instance of this delegate.
Integrand(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Initializes a delegate that will invoke an instance method on a class instance.
Integrand(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Initializes a delegate that will invoke a static method on a class.
integrate() - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Perform an integration step moving the independent and dependent variables from their initial (the final values of the previous step) to their new final values, using the CurrentStepSize (get).
integrate(double) - Method in class agi.foundation.numericalmethods.advanced.AdaptiveNumericalIntegrator
Integrate the current integration step with the given step size.
integrate(double, double, double, int, BurdenFairesAdaptiveQuadrature.Integrand) - Static method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature
Approximates the integral I = Int(f(x), a, b) to within a given tolerance.
integrate(double, double, double[], double[]) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
Compute an integration step and update the final dependent variables and store the Derivatives (get).
integrate() - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
Perform an integration step moving the independent and dependent variables from their initial (the final values of the previous step) to their new final values, using the CurrentStepSize (get).
integrate(double) - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
Perform an integration step moving the independent and dependent variables from their initial (the final values of the previous step) to their new final values.
integrate() - Method in class agi.foundation.numericalmethods.NumericalIntegrator
Perform an integration step moving the independent and dependent variables from their initial (the final values of the previous step) to their new final values, using the CurrentStepSize (get).
integrate(double) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
Perform an integration step moving the independent and dependent variables from their initial (the final values of the previous step) to their new final values.
IntegratedPulseCountScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the number of pulses integrated in the received waveform.
IntegratedPulseCountScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.IntegratedPulseCountScalar
Initializes a new instance.
IntegratedPulseCountScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.IntegratedPulseCountScalar
Initializes a new instance.
IntegratedPulseCountScalar(IntegratedPulseCountScalar, CopyContext) - Constructor for class agi.foundation.radar.IntegratedPulseCountScalar
Initializes a new instance as a copy of an existing instance.
IntegrationSense - Enum in agi.foundation.numericalmethods
Indicates whether the integration proceeds with the independent variable increasing or decreasing.
IntendedReferenceSignal - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy which simply returns a specified reference signal.
IntendedReferenceSignal() - Constructor for class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Initialize a new instance.
IntendedReferenceSignal(Signal, SignalCollection) - Constructor for class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Initialize a new instance based on the given reference intended and unintended signals.
IntendedReferenceSignal(IntendedReferenceSignal, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Initializes a new instance as a copy of an existing instance.
IntendedSignalByDataType - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy which identifies intended signals using the presence of a specified type of data.
IntendedSignalByDataType() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Initializes a new instance.
IntendedSignalByDataType(Class<?>) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Initializes a new instance with the specified signal data type.
IntendedSignalByDataType(IntendedSignalByDataType, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Initializes a new instance as a copy of an existing instance.
IntendedSignalByFrequency - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy that identifies the intended signal as the one with a frequency closest to the target frequency.
IntendedSignalByFrequency() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Initializes a new instance.
IntendedSignalByFrequency(double) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Create a new instance which will target a certain frequency.
IntendedSignalByFrequency(IntendedSignalByFrequency, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Initializes a new instance as a copy of an existing instance.
IntendedSignalByIdentifier<TIdentifier> - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy which identifies intended signals using the presence of a specified object as an identifier.
IntendedSignalByIdentifier(TypeLiteral<TIdentifier>) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Initializes a new instance.
IntendedSignalByIdentifier(TypeLiteral<TIdentifier>, TIdentifier) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Create a new instance which will target a signal with the specified identifier.
IntendedSignalByIdentifier(TypeLiteral<TIdentifier>, IntendedSignalByIdentifier<TIdentifier>, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Initializes a new instance as a copy of an existing instance.
IntendedSignalByModulation<TModulation extends DigitalModulation> - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy that identifies the intended signal as the one with the specified modulation and with a frequency closest to the target frequency.
IntendedSignalByModulation(TypeLiteral<TModulation>) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Initializes a new instance.
IntendedSignalByModulation(TypeLiteral<TModulation>, double) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Create a new instance which will target a certain frequency.
IntendedSignalByModulation(TypeLiteral<TModulation>, IntendedSignalByModulation<TModulation>, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Initializes a new instance as a copy of an existing instance.
IntendedSignalByOrthogonalPolarization - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy that identifies the intended signal by looking for OrthogonalPolarizationChannelIdentifier as signal data.
IntendedSignalByOrthogonalPolarization() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Initializes a new instance.
IntendedSignalByOrthogonalPolarization(IntendedSignalByOrthogonalPolarization, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Initializes a new instance as a copy of an existing instance.
IntendedSignalByPrimaryPolarization - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy that identifies the intended signal by looking for PrimaryPolarizationChannelIdentifier as signal data.
IntendedSignalByPrimaryPolarization() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Initializes a new instance.
IntendedSignalByPrimaryPolarization(IntendedSignalByPrimaryPolarization, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Initializes a new instance as a copy of an existing instance.
IntendedSignalByTransmitter - Class in agi.foundation.communications.signalprocessing
An IntendedSignalStrategy that identifies the intended signal as the one transmitted by the specified transmitter.
IntendedSignalByTransmitter() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Initializes a new instance.
IntendedSignalByTransmitter(IServiceProvider) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Create a new instance which will target a signal generated by the specified transmitter.
IntendedSignalByTransmitter(IntendedSignalByTransmitter, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Initializes a new instance as a copy of an existing instance.
IntendedSignalStrategy - Class in agi.foundation.communications.signalprocessing
A class which defines a strategy for locating one Signal, or all Signals, designated as "intended" from the set of Signals from a given ISignalSource.
IntendedSignalStrategy() - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
Initializes a new instance.
IntendedSignalStrategy(IntendedSignalStrategy, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
Initializes a new instance as a copy of an existing instance.
InterferenceSignalIdentifier - Class in agi.foundation.radar
An identifier added to a radar interference signal.
InterferenceSignalIdentifier(SignalIdentifier) - Constructor for class agi.foundation.radar.InterferenceSignalIdentifier
Initializes a new instance.
InterferenceSignalIdentifier(InterferenceSignalIdentifier, CopyContext) - Constructor for class agi.foundation.radar.InterferenceSignalIdentifier
Initializes a new instance as a copy of an existing instance.
InternalTextureFormat - Enum in agi.foundation.graphics.renderer
The format of individual texels in a texture.
InternationalGeomagneticReferenceFieldVector - Class in agi.foundation.celestial
Represents the magnetic field vector at a TargetPoint (get / set) due to the Earth's magnetic field, as modeled by an IGRF model.
InternationalGeomagneticReferenceFieldVector() - Constructor for class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Initializes a new instance.
InternationalGeomagneticReferenceFieldVector(TimeIntervalCollection1<SphericalHarmonicCoefficients>, TimeIntervalCollection1<SphericalHarmonicCoefficients>) - Constructor for class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Initializes a new instance.
InternationalGeomagneticReferenceFieldVector(TimeIntervalCollection1<SphericalHarmonicCoefficients>, TimeIntervalCollection1<SphericalHarmonicCoefficients>, Point) - Constructor for class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Initializes a new instance.
InternationalGeomagneticReferenceFieldVector(InternationalGeomagneticReferenceFieldVector, CopyContext) - Constructor for class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Initializes a new instance as a copy of an existing instance.
InternationalTerrestrialReferenceFrameEvaluator - Class in agi.foundation.geometry
InternationalTerrestrialReferenceFrameTransformer - Class in agi.foundation.geometry
A reference frame transformation between two different realizations of the International Terrestrial Reference System (ITRS), which are called International Terrestrial Reference Frames (ITRFs).
InternationalTerrestrialReferenceFrameTransformer() - Constructor for class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Initializes a new instance.
InternationalTerrestrialReferenceFrameTransformer(String, String, JulianDate, Motion1<Cartesian>, Motion1<Double>, Motion1<Cartesian>) - Constructor for class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Initializes a new instance.
interpolate(Iterable<Cartesian>) - Method in class agi.foundation.graphics.GreatArcInterpolator
Computes a great arc based on the input positions.
interpolate(Iterable<Cartesian>) - Method in class agi.foundation.graphics.PositionInterpolator
Computes interpolated positions based on the input positions.
interpolate(Iterable<Cartesian>) - Method in class agi.foundation.graphics.RhumbLineInterpolator
Computes a rhumb line based on the input positions.
interpolate(double, double[], double[], int, int, int, int, int) - Static method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Interpolates values using this interpolation algorithm.
interpolate(double, double[], double[], int, int, int) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Interpolates values using this interpolation algorithm.
interpolate(double, double[], double[], int, int, int, int, int) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Interpolates values using this interpolation algorithm.
interpolate(double, double[], double[], int, int, int, int, int) - Static method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Interpolates values using this interpolation algorithm.
interpolate(double, double, double, double, double) - Static method in class agi.foundation.numericalmethods.advanced.LinearApproximation
Interpolate method that can be called with the coordinates of the 2 points and the independent variable to be interpolated.
interpolate(double, double[], double[], int, int, int, int, int) - Static method in class agi.foundation.numericalmethods.advanced.LinearApproximation
Interpolates a dependent value corresponding to an independent value when supplied 2 distinct independent values and at least 1 dependent value per independent value.
interpolateFirstPartials(QuantizedMeshTerrainTile, double, double) - Method in class agi.foundation.terrain.BarycentricTerrainInterpolator
 
interpolateFirstPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.BilinearTerrainInterpolator
 
interpolateFirstPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.HighestPostTerrainInterpolator
 
interpolateFirstPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.NearestNeighborTerrainInterpolator
 
interpolateFirstPartials(TData, double, double) - Method in class agi.foundation.terrain.TerrainInterpolator
Interpolates the first order partial derivatives of terrain height with respect to longitude and latitude and returns the value at the specified location based on the given terrain data.
interpolateFirstPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.TriangleTerrainInterpolator
 
interpolateHeight(QuantizedMeshTerrainTile, double, double) - Method in class agi.foundation.terrain.BarycentricTerrainInterpolator
 
interpolateHeight(TerrainPosts, double, double) - Method in class agi.foundation.terrain.BilinearTerrainInterpolator
 
interpolateHeight(TerrainPosts, double, double) - Method in class agi.foundation.terrain.HighestPostTerrainInterpolator
 
interpolateHeight(TerrainPosts, double, double) - Method in class agi.foundation.terrain.NearestNeighborTerrainInterpolator
 
interpolateHeight(TData, double, double) - Method in class agi.foundation.terrain.TerrainInterpolator
Interpolates the height at a particular longitude and latitude from given terrain data.
interpolateHeight(TerrainPosts, double, double) - Method in class agi.foundation.terrain.TriangleTerrainInterpolator
 
interpolateSecondPartials(QuantizedMeshTerrainTile, double, double) - Method in class agi.foundation.terrain.BarycentricTerrainInterpolator
 
interpolateSecondPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.BilinearTerrainInterpolator
 
interpolateSecondPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.HighestPostTerrainInterpolator
 
interpolateSecondPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.NearestNeighborTerrainInterpolator
 
interpolateSecondPartials(TData, double, double) - Method in class agi.foundation.terrain.TerrainInterpolator
Interpolates the second order (mixed) partial derivatives of terrain height with respect to longitude and latitude and returns the value at the specified location based on the given terrain data.
interpolateSecondPartials(TerrainPosts, double, double) - Method in class agi.foundation.terrain.TriangleTerrainInterpolator
 
interpolateUsingAngleSubtended(double) - Method in class agi.foundation.geometry.shapes.Curve
Provides the location of a point on the curve that is at the indicated angle defined between the InitialPoint (get) and FinalPoint (get).
interpolateUsingFraction(double) - Method in class agi.foundation.geometry.shapes.Curve
Provides the location of a point on the curve that is the indicated fraction of the distance between the InitialPoint (get) and FinalPoint (get).
interpolateUsingFraction(double) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
Provides the location of a point at the indicated portion along the curve.
interpolateUsingFraction(double) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
Provides the location of a point at the indicated portion along the geodesic.
interpolateUsingFraction(double) - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
Provides the location of a point at the indicated portion along the rhumb line.
interpolateUsingFraction(double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Provides the location of a point at the indicated portion along the curve.
interpolateUsingSurfaceDistance(double) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
Provides the location of a point at the indicated distance along the curve.
interpolateUsingSurfaceDistance(double) - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
Provides the location of a point at the indicated distance along the geodesic.
interpolateUsingSurfaceDistance(double) - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
Provides the location of a point at the indicated distance along the rhumb line.
interpolateUsingSurfaceDistance(double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
Provides the location of a point at the indicated distance along the curve.
interpolateWithDegree(double, double[], double[], int, int, int, int) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Interpolates values using this interpolation algorithm.
InterpolationAlgorithm - Class in agi.foundation.numericalmethods.advanced
An algorithm for computing the interpolated value of a function for a new independent variable value from a list of known values of the function at different independent variable values.
InterpolationAlgorithm() - Constructor for class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
Initializes a new instance.
InterpolationAlgorithm(InterpolationAlgorithm, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
Initializes a new instance as a copy of an existing instance.
InterpolationAlgorithmType - Enum in agi.foundation.numericalmethods
Indicates a type of interpolation algorithm to use when interpolating data.
Interpolator - Class in agi.foundation.numericalmethods.advanced
Computes the interpolated value of a function for a new independent variable value from a list of known values of the function at different independent variable values.
Interpolator(EvaluatorGroup) - Constructor for class agi.foundation.numericalmethods.advanced.Interpolator
Initializes a new instance.
Interpolator(Interpolator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.Interpolator
Initializes a new instance as a copy of an existing instance.
intersect(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Intersects this region with otherRegion.
intersect(TimeInterval) - Method in class agi.foundation.time.TimeInterval
Computes an interval which is the intersection of this interval with another.
intersect(TimeInterval1<T>) - Method in class agi.foundation.time.TimeInterval1
Computes an interval which is the intersection of this interval with another.
intersect(TimeInterval1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
Computes an interval which is the intersection of this interval with another.
intersect(TimeInterval) - Method in class agi.foundation.time.TimeInterval1
Computes an interval which is the intersection of this interval with another, with the data from this one.
intersect(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection
Computes the intersection of this interval collection with an interval.
intersect(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
Computes the intersection of this interval collection with another.
intersect(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with an interval without data.
intersect(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with another, returning data from this one.
intersect(TimeInterval1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with an interval.
intersect(TimeInterval1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with an interval.
intersect(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with another.
intersect(TimeIntervalCollection1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with another.
intersections(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Computes the intersection of the line of sight vector emanating from a given external point with the ellipsoid.
IntersectionWithSurfaceRegionsCoverageGrid - Class in agi.foundation.geometry.discrete
Represents a set of grid points created by a given CentralBodyCoverageGrid and lying inside a set of EllipsoidSurfaceRegions.
IntersectionWithSurfaceRegionsCoverageGrid(CentralBodyCoverageGrid, EllipsoidSurfaceRegion...) - Constructor for class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
Construct a new instance based on the generator and down selector passed in.
IntersectionWithSurfaceRegionsCoverageGrid(TerrainProvider, CentralBodyCoverageGrid, EllipsoidSurfaceRegion...) - Constructor for class agi.foundation.geometry.discrete.IntersectionWithSurfaceRegionsCoverageGrid
Construct a new instance based on the generator and down selector passed in.
intersectMergingData(TimeInterval1<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeInterval1
Computes an interval which is the intersection of this interval with another while also providing a means to merge the data of the two intervals.
intersectMergingData(TimeInterval1<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with an interval.
intersectMergingData(TimeInterval1<T>, IEqualityComparer<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with an interval.
intersectMergingData(TimeIntervalCollection1<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with another.
intersectMergingData(TimeIntervalCollection1<T>, IEqualityComparer<T>, MergeTimeIntervalDataCallback<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Computes the intersection of this interval collection with another.
InvalidDataException - Exception in agi.foundation.compatibility
The exception that is thrown when a data stream is in an invalid format.
InvalidDataException() - Constructor for exception agi.foundation.compatibility.InvalidDataException
Initializes a new instance.
InvalidDataException(String) - Constructor for exception agi.foundation.compatibility.InvalidDataException
Initializes a new instance with a specified error message.
InvalidDataException(String, Exception) - Constructor for exception agi.foundation.compatibility.InvalidDataException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
InvalidFuelStateBehavior - Enum in agi.foundation.segmentpropagation
An enum that will let a maneuver segment know what to do if an maneuver can not be completed due to lack of fuel.
InvalidFuelStateException - Exception in agi.foundation.segmentpropagation
An exception that indicates a maneuver caused a craft to run out of fuel.
InvalidFuelStateException() - Constructor for exception agi.foundation.segmentpropagation.InvalidFuelStateException
Initializes a new instance with a default message.
InvalidFuelStateException(String) - Constructor for exception agi.foundation.segmentpropagation.InvalidFuelStateException
Initializes a new instance with a specified message.
InvalidFuelStateException(String, RuntimeException) - Constructor for exception agi.foundation.segmentpropagation.InvalidFuelStateException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
InvalidFuelStateException(SegmentDefinition, String, SegmentListResults) - Constructor for exception agi.foundation.segmentpropagation.InvalidFuelStateException
Initializes a new instance.
inverse() - Method in class agi.foundation.coordinates.ComplexMatrix
ComplexMatrix inverse.
inverseComplementaryErrorFunction(double) - Static method in class agi.foundation.GaussianStatistics
Calculates the inverse of the complementary error function.
inverseErrorFunction(double) - Static method in class agi.foundation.GaussianStatistics
Calculates the inverse of the error function.
invert() - Method in class agi.foundation.coordinates.AngleAxisRotation
Returns the inverse of this angle-axis rotation.
invert() - Method in class agi.foundation.coordinates.Cartesian
Inverts this instance.
invert() - Method in class agi.foundation.coordinates.ElementaryRotation
Inverts this instance, yielding a new ElementaryRotation.
invert() - Method in class agi.foundation.coordinates.EulerSequence
Inverts this instance, yielding a new EulerSequence.
invert() - Method in class agi.foundation.coordinates.HelmertTransformation
Forms the inverse Helmert transformation.
invert() - Method in class agi.foundation.coordinates.KinematicTransformation
Forms the inverse kinematic transformation.
invert(int) - Method in class agi.foundation.coordinates.KinematicTransformation
Forms the inverse kinematic transformation.
invert() - Method in class agi.foundation.coordinates.Matrix3By3
Inverts the matrix.
invert() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Inverts the matrix.
invert() - Method in class agi.foundation.coordinates.Rectangular
Inverts this instance.
invert(Motion2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
Forms the inverse rotational transformation.
invert() - Method in class agi.foundation.coordinates.UnitCartesian
Inverts this instance.
invert() - Method in class agi.foundation.coordinates.UnitRectangular
Inverts this instance.
invert() - Method in class agi.foundation.coordinates.YawPitchRoll
Inverts this instance, yielding a new YawPitchRoll sequence.
invoke(JulianDate) - Method in interface agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters.Function
The definition of a function which computes a set of orientation parameters.
invoke(JulianDate) - Method in class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
The definition of a function which computes a set of orientation parameters.
invoke(JulianDate) - Method in interface agi.foundation.celestial.ComputeIauOrientationParameters.Function
The definition of a function which computes a set of orientation parameters.
invoke(JulianDate) - Method in class agi.foundation.celestial.ComputeIauOrientationParameters
The definition of a function which computes a set of orientation parameters.
invoke(Signal) - Method in interface agi.foundation.communications.SignalModificationMethod.Function
A delegate defining a method of modifying a signal.
invoke(Signal) - Method in class agi.foundation.communications.SignalModificationMethod
A delegate defining a method of modifying a signal.
invoke() - Method in interface agi.foundation.compatibility.Action.Function
Represents a method that takes no parameters and does not return a value.
invoke() - Method in class agi.foundation.compatibility.Action
Represents a method that takes no parameters and does not return a value.
invoke(T) - Method in interface agi.foundation.compatibility.Action1.Function
Represents a method that takes a single parameter and does not return a value.
invoke(T) - Method in class agi.foundation.compatibility.Action1
Represents a method that takes a single parameter and does not return a value.
invoke(TInput) - Method in interface agi.foundation.compatibility.Converter.Function
Represents a method that converts an object from one type to another type.
invoke(TInput) - Method in class agi.foundation.compatibility.Converter
Represents a method that converts an object from one type to another type.
invoke(Object, DoWorkEventArgs) - Method in interface agi.foundation.compatibility.DoWorkEventHandler.Function
Represents a method that will handle the DoWork event.
invoke(Object, DoWorkEventArgs) - Method in class agi.foundation.compatibility.DoWorkEventHandler
Represents a method that will handle the DoWork event.
invoke(Object, TEventArgs) - Method in interface agi.foundation.compatibility.EventHandler.Function
Represents a method that will handle an event.
invoke(Object, TEventArgs) - Method in class agi.foundation.compatibility.EventHandler
Represents a method that will handle an event.
invoke(T) - Method in interface agi.foundation.compatibility.Predicate.Function
Represents a method that defines a set of criteria and determines whether the specified object meets those criteria.
invoke(T) - Method in class agi.foundation.compatibility.Predicate
Represents a method that defines a set of criteria and determines whether the specified object meets those criteria.
invoke(Object, ProgressChangedEventArgs) - Method in interface agi.foundation.compatibility.ProgressChangedEventHandler.Function
Represents a method that will handle a ProgressChanged event.
invoke(Object, ProgressChangedEventArgs) - Method in class agi.foundation.compatibility.ProgressChangedEventHandler
Represents a method that will handle a ProgressChanged event.
invoke(Object, RunWorkerCompletedEventArgs) - Method in interface agi.foundation.compatibility.RunWorkerCompletedEventHandler.Function
Represents a method that will handle a RunWorkerCompleted event.
invoke(Object, RunWorkerCompletedEventArgs) - Method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Represents a method that will handle a RunWorkerCompleted event.
invoke(Object) - Method in interface agi.foundation.compatibility.SendOrPostCallback.Function
Represents a method to be called when a message is to be dispatched to a synchronization context.
invoke(Object) - Method in class agi.foundation.compatibility.SendOrPostCallback
Represents a method to be called when a message is to be dispatched to a synchronization context.
invoke(Object) - Method in interface agi.foundation.compatibility.WaitCallback.Function
Represents a callback method to be executed by a thread pool thread.
invoke(Object) - Method in class agi.foundation.compatibility.WaitCallback
Represents a callback method to be executed by a thread pool thread.
invoke(Object) - Method in interface agi.foundation.coordinates.CreateAdapterCallback.Function
Defines how to create a StateElementAdapterDefinition.
invoke(Object) - Method in class agi.foundation.coordinates.CreateAdapterCallback
Defines how to create a StateElementAdapterDefinition.
invoke(CoverageGridPointWithResults) - Method in interface agi.foundation.coverage.CoverageGridPointCreationCallback.Function
A delegate which defines a method for creating a service provider for use in access based on a given coverage grid point position.
invoke(CoverageGridPointWithResults) - Method in class agi.foundation.coverage.CoverageGridPointCreationCallback
A delegate which defines a method for creating a service provider for use in access based on a given coverage grid point position.
invoke(CoverageQueryResult) - Method in interface agi.foundation.coverage.figureofmerit.FigureOfMerit.Function
A delegate which represents an arbitrary static figure of merit.
invoke(CoverageQueryResult) - Method in class agi.foundation.coverage.figureofmerit.FigureOfMerit
A delegate which represents an arbitrary static figure of merit.
invoke(EvaluatorGroup) - Method in interface agi.foundation.EvaluatorGroup.Callback0.Function
A delegate for a method that takes no creation parameters (other than the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup) - Method in class agi.foundation.EvaluatorGroup.Callback0
A delegate for a method that takes no creation parameters (other than the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1) - Method in interface agi.foundation.EvaluatorGroup.Callback1.Function
A delegate for a method that takes one creation parameter (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1) - Method in class agi.foundation.EvaluatorGroup.Callback1
A delegate for a method that takes one creation parameter (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2) - Method in interface agi.foundation.EvaluatorGroup.Callback2.Function
A delegate for a method that takes two creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2) - Method in class agi.foundation.EvaluatorGroup.Callback2
A delegate for a method that takes two creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3) - Method in interface agi.foundation.EvaluatorGroup.Callback3.Function
A delegate for a method that takes three creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.EvaluatorGroup.Callback3
A delegate for a method that takes three creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3, TParameter4) - Method in interface agi.foundation.EvaluatorGroup.Callback4.Function
A delegate for a method that takes four creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.EvaluatorGroup.Callback4
A delegate for a method that takes four creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in interface agi.foundation.EvaluatorGroup.Callback5.Function
A delegate for a method that takes five creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(EvaluatorGroup, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.EvaluatorGroup.Callback5
A delegate for a method that takes five creation parameters (plus the EvaluatorGroup) and returns an evaluator.
invoke(ITimeBasedState) - Method in interface agi.foundation.geometry.ComputeValueFromState.Function
A callback to compute some value from a ITimeBasedState.
invoke(ITimeBasedState) - Method in class agi.foundation.geometry.ComputeValueFromState
A callback to compute some value from a ITimeBasedState.
invoke(HttpWebRequest) - Method in interface agi.foundation.graphics.NetworkContext.ConfigureRequest.Function
A delegate which will be called with a request immediately before it is sent, allowing the request to be modified.
invoke(HttpWebRequest) - Method in class agi.foundation.graphics.NetworkContext.ConfigureRequest
A delegate which will be called with a request immediately before it is sent, allowing the request to be modified.
invoke(T1, T2) - Method in interface agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes.Function
Represents a method that compares two objects of different types.
invoke(T1, T2) - Method in class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
Represents a method that compares two objects of different types.
invoke() - Method in interface agi.foundation.infrastructure.CreateCalculationContextFacetCallback.Function
A delegate for a function that creates a CalculationContextFacet.
invoke() - Method in class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
A delegate for a function that creates a CalculationContextFacet.
invoke(T, TFormatType) - Method in interface agi.foundation.infrastructure.FormatConversionCallback.Function
A delegate to convert a T from one format to another.
invoke(T, TFormatType) - Method in class agi.foundation.infrastructure.FormatConversionCallback
A delegate to convert a T from one format to another.
invoke(T) - Method in interface agi.foundation.infrastructure.HashCode.GetHashCodeFunction.Function
A delegate that obtains a hash code for a given item.
invoke(T) - Method in class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
A delegate that obtains a hash code for a given item.
invoke() - Method in interface agi.foundation.infrastructure.threading.RecurringTask.Function
A task that is executed periodically by RecurringTaskScheduler.
invoke() - Method in class agi.foundation.infrastructure.threading.RecurringTask
A task that is executed periodically by RecurringTaskScheduler.
invoke(TParameter, int) - Method in interface agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback.Function
A delegate representing the body of a multithreaded 'for' loop.
invoke(TParameter, int) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
A delegate representing the body of a multithreaded 'for' loop.
invoke(TParameter1, TParameter2, int) - Method in interface agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2.Function
A delegate representing the body of a multithreaded 'for' loop.
invoke(TParameter1, TParameter2, int) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
A delegate representing the body of a multithreaded 'for' loop.
invoke(TParameter, int, ITrackCalculationProgress) - Method in interface agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress.Function
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
invoke(TParameter, int, ITrackCalculationProgress) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
invoke(TParameter1, TParameter2, int, ITrackCalculationProgress) - Method in interface agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2.Function
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
invoke(TParameter1, TParameter2, int, ITrackCalculationProgress) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
invoke(T, TFormatType, T[]) - Method in interface agi.foundation.infrastructure.TryFormatConversionCallback.Function
A delegate to try converting a T from one format to another.
invoke(T, TFormatType, T[]) - Method in class agi.foundation.infrastructure.TryFormatConversionCallback
A delegate to try converting a T from one format to another.
invoke(ActiveSetSequentialQuadraticProgrammingOptimizer, OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionResults) - Method in interface agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function
A function that tests the convergence of the optimizer by comparing the results of the current iteration with the results of the previous iteration.
invoke(ActiveSetSequentialQuadraticProgrammingOptimizer, OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
A function that tests the convergence of the optimizer by comparing the results of the current iteration with the results of the previous iteration.
invoke(double) - Method in interface agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand.Function
The function to be integrated.
invoke(double) - Method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
The function to be integrated.
invoke(double, double...) - Method in interface agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction.Function
A multivariate, vector function representing a set of ordinary differential equations.
invoke(double, double...) - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
A multivariate, vector function representing a set of ordinary differential equations.
invoke(SegmentResults) - Method in interface agi.foundation.numericalmethods.DelegateBasedConstraintCallback.Function
The delegate type used by the DelegateBasedConstraint.
invoke(SegmentResults) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
The delegate type used by the DelegateBasedConstraint.
invoke(SegmentResults) - Method in interface agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback.Function
The delegate type used by the DelegateBasedCostFunction.
invoke(SegmentResults) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
The delegate type used by the DelegateBasedCostFunction.
invoke(SegmentResults) - Method in interface agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback.Function
The delegate type used by the DelegateBasedInequalityConstraint.
invoke(SegmentResults) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
The delegate type used by the DelegateBasedInequalityConstraint.
invoke(double, double, double) - Method in interface agi.foundation.numericalmethods.DoubleSampleSuggestionCallback.Function
A callback that is invoked to determine the next Variable at which DoubleFunctionExplorer samples a function.
invoke(double, double, double) - Method in class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
A callback that is invoked to determine the next Variable at which DoubleFunctionExplorer samples a function.
invoke(double) - Method in interface agi.foundation.numericalmethods.DoubleSimpleFunction.Function
A delegate that takes a double and returns a double.
invoke(double) - Method in class agi.foundation.numericalmethods.DoubleSimpleFunction
A delegate that takes a double and returns a double.
invoke(Duration, Duration, Duration) - Method in interface agi.foundation.numericalmethods.DurationSampleSuggestionCallback.Function
A callback that is invoked to determine the next duration at which DurationFunctionExplorer samples a function.
invoke(Duration, Duration, Duration) - Method in class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
A callback that is invoked to determine the next duration at which DurationFunctionExplorer samples a function.
invoke(Duration) - Method in interface agi.foundation.numericalmethods.DurationSimpleFunction.Function
A delegate that takes a Duration and returns a double.
invoke(Duration) - Method in class agi.foundation.numericalmethods.DurationSimpleFunction
A delegate that takes a Duration and returns a double.
invoke(JulianDate, JulianDate, JulianDate) - Method in interface agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback.Function
A callback that is invoked to determine the next date at which JulianDateFunctionExplorer samples a function.
invoke(JulianDate, JulianDate, JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
A callback that is invoked to determine the next date at which JulianDateFunctionExplorer samples a function.
invoke(JulianDate) - Method in interface agi.foundation.numericalmethods.JulianDateSimpleFunction.Function
A delegate that takes a JulianDate and returns a double.
invoke(JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateSimpleFunction
A delegate that takes a JulianDate and returns a double.
invoke(double) - Method in interface agi.foundation.numericalmethods.RealValuedScalarFunction.Function
A univariate, real valued, scalar function of a variable of type double.
invoke(double) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunction
A univariate, real valued, scalar function of a variable of type double.
invoke(T) - Method in interface agi.foundation.numericalmethods.RealValuedScalarFunction1.Function
A real valued, scalar function of a variable of type T.
invoke(T) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunction1
A real valued, scalar function of a variable of type T.
invoke(double, T) - Method in interface agi.foundation.numericalmethods.SetVariableCallback.Function
The setter delegate for the DelegateBasedVariable.
invoke(double, T) - Method in class agi.foundation.numericalmethods.SetVariableCallback
The setter delegate for the DelegateBasedVariable.
invoke(T) - Method in interface agi.foundation.segmentpropagation.ComputeNewThresholdCallback.Function
The callback to compute a new threshold based on the old threshold.
invoke(T) - Method in class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
The callback to compute a new threshold based on the old threshold.
invoke(ITimeBasedState, double) - Method in interface agi.foundation.segmentpropagation.SingleValueUpdaterCallback.Function
The callback for the SingleValueStateUpdater.
invoke(ITimeBasedState, double) - Method in class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
The callback for the SingleValueStateUpdater.
invoke(ITimeBasedState) - Method in interface agi.foundation.stoppingconditions.ConditionCheckCallback.Function
The delegate type that is used by the DelegateStoppingCondition to compute the value used in determining if propagation should stop.
invoke(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ConditionCheckCallback
The delegate type that is used by the DelegateStoppingCondition to compute the value used in determining if propagation should stop.
invoke(ITimeBasedState) - Method in interface agi.foundation.stoppingconditions.ConstraintSatisfiedCallback.Function
The delegate that is used by the DelegateStoppingConditionConstraint to determine if the constraint is satisfied.
invoke(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
The delegate that is used by the DelegateStoppingConditionConstraint to determine if the constraint is satisfied.
invoke(ITimeBasedState) - Method in interface agi.foundation.stoppingconditions.InitializeCallback.Function
The delegate type that lets the StoppingConditionEvaluator or StoppingConditionConstraintEvaluator be initialized.
invoke(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.InitializeCallback
The delegate type that lets the StoppingConditionEvaluator or StoppingConditionConstraintEvaluator be initialized.
invoke(ITimeBasedState) - Method in interface agi.foundation.stoppingconditions.StoppingTriggeredCallback.Function
A delegate that gets triggered when a StoppingConditionEvaluator is satisfied.
invoke(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingTriggeredCallback
A delegate that gets triggered when a StoppingConditionEvaluator is satisfied.
invoke(T, T) - Method in interface agi.foundation.time.MergeTimeIntervalDataCallback.Function
A callback defining how two data elements on any two intervals should be combined when creating a new interval.
invoke(T, T) - Method in class agi.foundation.time.MergeTimeIntervalDataCallback
A callback defining how two data elements on any two intervals should be combined when creating a new interval.
invoke(JulianDate, Cartographic, Cartographic) - Method in interface agi.foundation.tirem.TiremTerrainProfileComputation.Function
A delegate which computes the terrain profile information that will be provided to the TIREM calculation.
invoke(JulianDate, Cartographic, Cartographic) - Method in class agi.foundation.tirem.TiremTerrainProfileComputation
A delegate which computes the terrain profile information that will be provided to the TIREM calculation.
invoke(Transaction, TEntity) - Method in interface agi.foundation.tracking.EntityPropertyGetter.Function
Represents a method to get the value of a property on an entity.
invoke(Transaction, TEntity) - Method in class agi.foundation.tracking.EntityPropertyGetter
Represents a method to get the value of a property on an entity.
invoke(Transaction, TEntity, Object) - Method in interface agi.foundation.tracking.EntityPropertySetter.Function
Represents a method to set the value of a property on an entity.
invoke(Transaction, TEntity, Object) - Method in class agi.foundation.tracking.EntityPropertySetter
Represents a method to set the value of a property on an entity.
invoke(TEntity) - Method in interface agi.foundation.tracking.EntityTransactedPropertyGetter.Function
Represents a method to get a transacted property on an entity.
invoke(TEntity) - Method in class agi.foundation.tracking.EntityTransactedPropertyGetter
Represents a method to get a transacted property on an entity.
invoke(Transaction, TEntity) - Method in interface agi.foundation.tracking.IsMatchCallback.Function
Represents a method used to match an entity via DelegateEntityFilter.
invoke(Transaction, TEntity) - Method in class agi.foundation.tracking.IsMatchCallback
Represents a method used to match an entity via DelegateEntityFilter.
invoke(Transaction, TEntity) - Method in interface agi.foundation.tracking.LabelCallback.Function
Returns a label for the specified entity.
invoke(Transaction, TEntity) - Method in class agi.foundation.tracking.LabelCallback
Returns a label for the specified entity.
invoke(Transaction, TEntity) - Method in interface agi.foundation.tracking.MarkerCallback.Function
Returns a texture to be used as a marker for the specified entity.
invoke(Transaction, TEntity) - Method in class agi.foundation.tracking.MarkerCallback
Returns a texture to be used as a marker for the specified entity.
invoke(Transaction, TEntity) - Method in interface agi.foundation.tracking.ModelCallback.Function
Returns the model for the specified entity.
invoke(Transaction, TEntity) - Method in class agi.foundation.tracking.ModelCallback
Returns the model for the specified entity.
invoke(Transaction) - Method in interface agi.foundation.TransactionalSelectCallback.Function
This defines the delegate TransactionalSelectCallback, which is used whenever transactionally invoking a callback that needs to have a return value.
invoke(Transaction) - Method in class agi.foundation.TransactionalSelectCallback
This defines the delegate TransactionalSelectCallback, which is used whenever transactionally invoking a callback that needs to have a return value.
IoCentralBody - Class in agi.foundation.celestial
The Jovian moon Io.
IoCentralBody() - Constructor for class agi.foundation.celestial.IoCentralBody
Initializes a new instance.
IoCentralBody(IoCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.IoCentralBody
Initializes a new instance as a copy of an existing instance.
IOrientationAxesService - Interface in agi.foundation.geometry
A service that provides the orientation (rotation) of an object over time.
IParameterizedEvaluator1<TParameter1,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and one additional parameter and produces a return value of a given type.
IParameterizedEvaluator2<TParameter1,TParameter2,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and two additional parameters and produces a return value of a given type.
IParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and three additional parameters and produces a return value of a given type.
IParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and four additional parameters and produces a return value of a given type.
IParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and five additional parameters and produces a return value of a given type.
IParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and six additional parameters and produces a return value of a given type.
IParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and seven additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals1<TParameter1,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and one additional parameter and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals2<TParameter1,TParameter2,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and two additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and three additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and four additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and five additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and six additional parameters and produces a return value of a given type.
IParameterizedEvaluatorWithIntervals7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultOverIntervals> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes a JulianDate and seven additional parameters and produces a return value of a given type.
IParentService - Interface in agi.foundation.infrastructure
A service that identifies the parent of this object.
IPartialDifferentiable - Interface in agi.foundation.numericalmethods.advanced
Classes that implement this interface represent values which have partial derivatives associated with them, and contain the method IPartialDifferentiable.getPartialDerivativesEvaluator(java.util.List<agi.foundation.numericalmethods.advanced.IPartialDifferentiable>, agi.foundation.EvaluatorGroup) to produce an evaluator to calculate those partial derivatives.
IPathGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a path followed by a moving object.
IPlaceHolderService - Interface in agi.foundation.infrastructure
A service that denotes this object as a place holder
IPointGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a point.
IPointGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines a point to be drawn at the location defined by ILocationPointService.
IPointScattererService - Interface in agi.foundation.communications
Represents an object which behaves like a point scatterer of signals.
IPolylineMaterialGraphics - Interface in agi.foundation.cesium.advanced
Base interface for all polyline material types.
IProcessedRadarWaveformOutputService - Interface in agi.foundation.radar
A service which identifies the RadarWaveformProcessor representing the output of the radar receiver waveform processing subsystem.
IPropagatedSignalService - Interface in agi.foundation.communications
A service which identifies a signal source representing the signal after it is propagated along a communication link.
IProvideNaifIdCode - Interface in agi.foundation.spice
This central body, barycenter, spacecraft, ground station, or other physical object or location provides a NAIF identification code.
IReceivingAntennaExtension<TGainPattern extends BaseGainPattern> - Interface in agi.foundation.communications.antennas
Generic interface for a receiving antenna object extension.
isAngleInRange(double, double, double) - Static method in class agi.foundation.Trig
Checks to see if an angle is within the indicated range of values.
isAtCenter(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Gets a value indicating if the provided position is within the CenterTolerance (get) of the center of the ellipsoid.
isAtOrBeneathSurface(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Gets a value indicating if the provided position is within the SurfaceTolerance (get) of the surface of the ellipsoid, or is beneath the surface of the ellipsoid.
isAtPole() - Method in class agi.foundation.coordinates.Cartographic
Indicates whether the absolute value of the Latitude (get) equals Constants.HalfPi.
isAtPole(double) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether the absolute value of the Latitude (get) equals Constants.HalfPi within the provided tolerance.
isAtSurface(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Gets a value indicating if the provided position is within the SurfaceTolerance (get) of the surface of the ellipsoid.
isAvailable(JulianDate) - Method in class agi.foundation.access.EvaluatorDelayedByLink
Returns the availability at the non-delayed time.
isAvailable(JulianDate) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.ConstantEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.coordinates.StateElementAdapter
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.coordinates.StateEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.Evaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.CachingEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.infrastructure.ValueEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.MotionEvaluator1
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.MotionEvaluator2
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.GpsRinexPropagator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.StoppablePropagator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.propagators.WaypointPropagator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Determines if valid data is available for the given JulianDate.
isAvailable(JulianDate) - Method in interface agi.foundation.time.IAvailability
Determines if valid data is available for the given JulianDate.
isComponentLicenseValid(String) - Static method in class agi.foundation.Licensing
Determines if a valid license is available for the specified component.
isConstraintSatisfied(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
This method will examine from the state and return true if this constraint is satisfied, and false if not.
isConstraintSatisfied(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
This method will examine from the state and return true if this constraint is satisfied, and false if not.
isConversionDefined(TimeStandard, TimeStandard) - Static method in class agi.foundation.time.TimeStandardConverter
Determines if a conversion between two TimeStandards has been defined.
IScreenOverlayContainer - Interface in agi.foundation.graphics.advanced
The interface for screen overlays that contain a collection of other overlays.
ISeekableStream - Interface in agi.foundation.compatibility
Seekable streams can get and set their position and length.
isEmpty() - Method in class agi.foundation.communications.SignalCollection
 
isEmpty() - Method in class agi.foundation.compatibility.BaseCollection
 
isEmpty() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
isEmpty() - Method in class agi.foundation.graphics.ImageCollection
 
isEmpty() - Method in class agi.foundation.graphics.TerrainCollection
 
isEmpty() - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
isEmpty() - Method in class agi.foundation.time.TimeIntervalCollection
 
isEmpty() - Method in class agi.foundation.time.TimeIntervalCollection1
 
isEquivalent(Cartographic) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether another instance of this type is mathematically equivalent to this instance.
isEquivalent(Cartographic, double) - Method in class agi.foundation.coordinates.Cartographic
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance.
isEquivalent(UnitQuaternion) - Method in class agi.foundation.coordinates.UnitQuaternion
Indicates whether another instance of this type is mathematically equivalent to this instance.
isEquivalent(UnitQuaternion, double) - Method in class agi.foundation.coordinates.UnitQuaternion
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance.
isEquivalent(ProfileSpeed) - Method in class agi.foundation.routedesign.ProfileSpeed
Checks whether the other instance is equivalent to this one.
IServiceProvider - Interface in agi.foundation
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
IServiceProvider - Interface in agi.foundation
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
ISetOrientationAxesService - Interface in agi.foundation.geometry
A service that sets the orientation (rotation) of an object over time.
isFunctionValueWithinTolerance() - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
Indicates whether the function value has converged to within the specified tolerance.
isIdentical(JulianDate) - Method in class agi.foundation.time.JulianDate
Returns true if this date is identical to another date.
ISignalOutputService - Interface in agi.foundation.communications.signalprocessing
A service which identifies the SignalProcessor representing the output of an object.
ISignalPropagationPathService - Interface in agi.foundation.communications
A service interface for objects which represent a propagation path from a transmission source to a receiver object.
ISignalReceivedByAntennaPrepolarizerService - Interface in agi.foundation.communications.antennas
Service that provides an ISignalSource which will produce signals at the output of the antenna but before the polarization efficiency is applied.
ISignalReceivedByAntennaService - Interface in agi.foundation.communications.antennas
A service which identifies the signal output of a receiving antenna, after all antenna effects and gains have been applied.
ISignalSource - Interface in agi.foundation.communications
An interface defining a source of communications signals.
ISignalToTransmitService - Interface in agi.foundation.communications.antennas
A service which identifies the SignalProcessor which produces the set of signals to be transmitted, prior to applying any effects from the antenna including gains in the direction of transmission.
ISignalTransmissionService - Interface in agi.foundation.communications.antennas
Defines the behavior of an antenna which can transmit a signal based on link geometry.
ISingleObjectConstraint - Interface in agi.foundation.access
An interface to an AccessConstraint that involves only one object.
isInsideExtent(double, double) - Method in class agi.foundation.coordinates.CartographicExtent
Determines if the specified location is inside the extent.
isInsideExtentEpsilon(double, double, double) - Method in class agi.foundation.coordinates.CartographicExtent
Determines if the specified location is inside the extent.
isInsideHull(Rectangular) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Indicates if the query point is inside the convex hull.
isIntervalValid(TimeInterval1<Integer>) - Method in class agi.foundation.coverage.CoverageFilter
Checks whether the given interval satisfied the constraint.
isLeapYear(int) - Static method in class agi.foundation.time.YearMonthDay
Indicates whether the year in question is a leap year.
isMatch(Transaction, TEntity) - Method in class agi.foundation.tracking.AccessEntityFilter
Returns true if the provided entity fits the filter criteria.
isMatch(Transaction, TEntity) - Method in class agi.foundation.tracking.DelegateEntityFilter
Indicates if the entity matches this filter by returning the result of calling IsMatchMethod (get / set) with the provided transaction and entity.
isMatch(Transaction, TEntity) - Method in class agi.foundation.tracking.EntityFilter
Returns true if the provided entity fits the filter criteria.
IsMatchCallback<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
Represents a method used to match an entity via DelegateEntityFilter.
IsMatchCallback() - Constructor for class agi.foundation.tracking.IsMatchCallback
Creates a new instance of this delegate.
IsMatchCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.IsMatchCallback
Initializes a delegate that will invoke an instance method on a class instance.
IsMatchCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.IsMatchCallback
Initializes a delegate that will invoke a static method on a class.
IsMatchCallback.Function<TEntity extends IEntityIdentifier> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
Iso8601Format - Enum in agi.foundation.time
Defines the representation of the ISO8601 date string generated by GregorianDate.toIso8601String(Iso8601Format).
IsotropicGainPattern - Class in agi.foundation.communications.antennas
A static, isotropic antenna gain pattern which does not modify any signals.
IsotropicGainPattern() - Constructor for class agi.foundation.communications.antennas.IsotropicGainPattern
Initializes a new instance.
IsotropicGainPattern(IsotropicGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.IsotropicGainPattern
Initializes a new instance as a copy of an existing instance.
isPointInsideRegion(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Determines whether the given planetodetic point lies inside the region.
isPointInsideRegion(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
Determines whether the given planetodetic point lies inside the region.
isPointInsideRegionEpsilon(Cartographic, double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Determines whether the given planetodetic point lies inside the region.
isPointInsideRegionEpsilon(Cartographic, double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
Determines whether the given planetodetic point lies inside the region.
isPointInsideRegionIgnoringHoles(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Determines whether the given planetodetic point lies inside the region, ignoring any holes.
isPointInsideRegionIgnoringHolesEpsilon(Cartographic, double) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Determines whether the given planetodetic point lies inside the region, ignoring any holes.
isSameDefinition(Object) - Method in class agi.foundation.celestial.EarthOrientationParameters
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
Determines if this object has the same definition as another object.
isSameDefinition(Ellipsoid) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.infrastructure.DefinitionalObject
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in interface agi.foundation.infrastructure.IEquatableDefinition
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
 
isSameDefinition(DisplayParametersHelper) - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
Determines if this object has the same definition as another object.
isSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
Determines if this object has the same definition as another object.
isSameDefinition(Object) - Method in class agi.foundation.propagators.NumericalPropagatorState
Determines if this object has the same definition as another object.
isSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
Determines if this object has the same definition as another object.
isSameDefinition(SurfaceArc) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
Determines if this arc has the same orientation and parameters as another arc.
isSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Determines if this object has the same definition as another object.
isSatisfied(JulianDate) - Method in class agi.foundation.access.AccessConstraintEvaluator
Determines if the constraint is satisfied for a particular JulianDate.
isSegmentContainedInThisList(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentListResults
Returns true if the segment was propagated by the SegmentPropagator that produced this list of SegmentResults (get).
isTileAvailable(int, int, int) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Determines whether a tile with the given tile coordinates is available.
isTileAvailable(int, int, int) - Method in class agi.foundation.terrain.QuantizedMeshTilesetMetadata
Calculates whether the tile with the given coordinates is available in the tileset.
isValid(int, int, int, int, int, double) - Static method in class agi.foundation.time.GregorianDate
Indicates whether the date values provided are a valid representation of a date and time.
isValidDate(int, int, int) - Static method in class agi.foundation.time.YearMonthDay
Indicates whether the year, month, and day are a valid representation.
isValidIncline(double, double, double, double, double, double, double, ProfileDynamics) - Static method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
Checks to see whether the given incline is feasible without violating the boundary conditions and dynamics.
ITALIC - Static variable in class agi.foundation.compatibility.FontStyle
Italic text.
iterator() - Method in class agi.foundation.celestial.CentralBodiesFacet
Enumerates the central bodies.
iterator() - Method in class agi.foundation.communications.PointScattererLinkPath
 
iterator() - Method in class agi.foundation.communications.SignalCollection
Get an enumerator for the signals in the collections.
iterator() - Method in class agi.foundation.compatibility.BaseCollection
 
iterator() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.graphics.CompositeDisplayCondition
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.graphics.CompositePrimitive
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.graphics.ImageCollection
Constructs an iterator that can be used to iterate the collection.
iterator() - Method in class agi.foundation.graphics.ModelArticulation
Returns the enumerator for this collection.
iterator() - Method in class agi.foundation.graphics.ModelArticulationCollection
Returns the enumerator for this collection.
iterator() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
Returns an enumerator that iterates through each primitive in the composite.
iterator() - Method in class agi.foundation.graphics.PathPrimitive
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.graphics.PrimitiveManager
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.graphics.TerrainCollection
Constructs an iterator that can be used to iterate the collection.
iterator() - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
Gets an enumerator for enumerating over the key/value pairs in the dictionary.
iterator() - Method in class agi.foundation.terrain.CompositeTerrainProvider
Gets the enumerator.
iterator() - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
Returns an enumerator that iterates through the collection.
iterator() - Method in class agi.foundation.time.TimeIntervalCollection
Gets an enumerator for this interval list.
iterator() - Method in class agi.foundation.time.TimeIntervalCollection1
Gets an enumerator for this interval list.
ITextGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines text to be drawn at the location defined by ILocationPointService.
IThreadAware - Interface in agi.foundation.infrastructure
An interface to an instance that is thread-aware.
ITilesetGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a 3D tileset.
ITimeBasedState - Interface in agi.foundation.coordinates
A general state that stores raw values.
ITrackCalculationProgress - Interface in agi.foundation
An interface that is provided to a calculation method when you want to receive updates about the progress of the calculation and to have the ability to cancel it.
ITransmittedSignalService - Interface in agi.foundation.communications
A service which identifies a signal source representing the signal transmitted along a communication link.
ITransmittingAntennaExtension<TGainPattern extends BaseGainPattern> - Interface in agi.foundation.communications.antennas
Generic interface for a transmitting antenna object extension.
ItuRBO1213Version1CoPolarGainPattern - Class in agi.foundation.communications.antennas
The ITU-R BO.1213-1 Co-polar reference antenna gain pattern.
ItuRBO1213Version1CoPolarGainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Initializes a new instance.
ItuRBO1213Version1CoPolarGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRBO1213Version1CoPolarGainPattern(ItuRBO1213Version1CoPolarGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Initializes a new instance as a copy of an existing instance.
ItuRBO1213Version1CrossPolarGainPattern - Class in agi.foundation.communications.antennas
The ITU-R BO.1213-1 Cross-polar reference antenna gain pattern.
ItuRBO1213Version1CrossPolarGainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Initializes a new instance.
ItuRBO1213Version1CrossPolarGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRBO1213Version1CrossPolarGainPattern(ItuRBO1213Version1CrossPolarGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Initializes a new instance as a copy of an existing instance.
ItuRF1245Version1GainPattern - Class in agi.foundation.communications.antennas
The ITU-R F.1245-1 antenna gain pattern.
ItuRF1245Version1GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Initializes a new instance.
ItuRF1245Version1GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRF1245Version1GainPattern(ItuRF1245Version1GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRF1245Version3GainPattern - Class in agi.foundation.communications.antennas
The ITU-R F.1245-3 antenna gain pattern.
ItuRF1245Version3GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Initializes a new instance.
ItuRF1245Version3GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRF1245Version3GainPattern(ItuRF1245Version3GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRP676AtmosphericModel - Class in agi.foundation.communications.signalpropagation
Provides atmospheric data for the ITU-R P.676 atmospheric attenuation model.
ItuRP676AtmosphericModel() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
Initializes a new instance.
ItuRP676AtmosphericModel(ItuRP676AtmosphericModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
Initializes a new instance as a copy of an existing instance.
ItuRP676AtmosphericValues - Class in agi.foundation.communications.signalpropagation
Contains the atmospheric values required by the ITU-R P.676 atmospheric attenuation model.
ItuRP676AtmosphericValues() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
Initializes a new instance.
ItuRP676AtmosphericValues(double, double, double) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
Initializes a new instance.
ItuRP676AtmosphericValuesEvaluator - Class in agi.foundation.communications.signalpropagation
An evaluator that computes atmospheric values required by the ITU-R P.676 atmospheric attenuation model for a given time and location.
ItuRP676AtmosphericValuesEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValuesEvaluator
Initializes a new instance.
ItuRP676AtmosphericValuesEvaluator(ItuRP676AtmosphericValuesEvaluator, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValuesEvaluator
Initializes a new instance as a copy of an existing instance.
ItuRP834Version4AtmosphericRefractionModel - Class in agi.foundation.celestial
ITU-R P.834-4 is the ITU recommendation concerning "Effects of tropospheric refraction on radio wave propagation." The recommendation provides an analytical formula for the refracted elevation at the ground.
ItuRP834Version4AtmosphericRefractionModel() - Constructor for class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Initializes a new instance.
ItuRP834Version4AtmosphericRefractionModel(CentralBody) - Constructor for class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Initializes a new instance.
ItuRP834Version4AtmosphericRefractionModel(ItuRP834Version4AtmosphericRefractionModel, CopyContext) - Constructor for class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Initializes a new instance as a copy of an existing instance.
ItuRP835ComputedValues - Class in agi.foundation.communications.signalpropagation
Contains the values computed by the ITU-R P.835 atmosphere model.
ItuRP835ComputedValues() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
Initializes a new instance.
ItuRP835ComputedValues(double, double, double) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
Constructs a a container to hold the values computed by the ITU-R P.835 atmosphere model.
ItuRP835Version - Enum in agi.foundation.communications.signalpropagation
ITU-R P.835 version
ItuRP838AtmosphericModel - Class in agi.foundation.communications.signalpropagation
Provides atmospheric data for the ITU-R P.838 rain attenuation model.
ItuRP838AtmosphericModel() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
Initializes a new instance.
ItuRP838AtmosphericModel(ItuRP838AtmosphericModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
Initializes a new instance as a copy of an existing instance.
ItuRP840AtmosphericModel - Class in agi.foundation.communications.signalpropagation
Provides atmospheric data for the ITU-R P.840 cloud and fog attenuation model.
ItuRP840AtmosphericModel() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
Initializes a new instance.
ItuRP840AtmosphericModel(ItuRP840AtmosphericModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
Initializes a new instance as a copy of an existing instance.
ItuRP840AtmosphericValues - Class in agi.foundation.communications.signalpropagation
Contains the atmospheric values required by the ITU-R P.840 cloud and fog attenuation model.
ItuRP840AtmosphericValues() - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
Initializes a new instance.
ItuRP840AtmosphericValues(double, double) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
Initializes a new instance.
ItuRP840AtmosphericValuesEvaluator - Class in agi.foundation.communications.signalpropagation
An evaluator that computes atmospheric values required by the ITU-R P.840 cloud and fog attenuation model for a given time and location.
ItuRP840AtmosphericValuesEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValuesEvaluator
Initializes a new instance.
ItuRP840AtmosphericValuesEvaluator(ItuRP840AtmosphericValuesEvaluator, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValuesEvaluator
Initializes a new instance as a copy of an existing instance.
ItuRS1528R12GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.1528 - section 1.2
ItuRS1528R12GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Initializes a new instance.
ItuRS1528R12GainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS1528R12GainPattern(ItuRS1528R12GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS1528R13GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.1528 - section 1.3
ItuRS1528R13GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Initializes a new instance.
ItuRS1528R13GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS1528R13GainPattern(ItuRS1528R13GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS465Version5GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.465-5 reference antenna gain pattern.
ItuRS465Version5GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Initializes a new instance.
ItuRS465Version5GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS465Version5GainPattern(ItuRS465Version5GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS465Version6GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.465-6 reference antenna gain pattern.
ItuRS465Version6GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Initializes a new instance.
ItuRS465Version6GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS465Version6GainPattern(ItuRS465Version6GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS580Version6GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.580-6 reference antenna gain pattern.
ItuRS580Version6GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Initializes a new instance.
ItuRS580Version6GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS580Version6GainPattern(ItuRS580Version6GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS672Version4GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.672-4 reference antenna gain pattern.
ItuRS672Version4GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Initializes a new instance.
ItuRS672Version4GainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Create a new instance based on the given major dimension, minor dimension, main lobe gain, and efficiency.
ItuRS672Version4GainPattern(ItuRS672Version4GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Initializes a new instance as a copy of an existing instance.
ItuRS731Version1GainPattern - Class in agi.foundation.communications.antennas
The ITU-R S.731-1 reference antenna gain pattern.
ItuRS731Version1GainPattern() - Constructor for class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Initializes a new instance.
ItuRS731Version1GainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Create a new instance based on the given diameter, main lobe gain, and efficiency.
ItuRS731Version1GainPattern(ItuRS731Version1GainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Initializes a new instance as a copy of an existing instance.
IUpdatePriorToStep - Interface in agi.foundation.propagators
An interface to an object created by a PropagationStateElement that has special behavior that takes place each time step prior to propagation.
IValueEvaluator<T> - Interface in agi.foundation.infrastructure
An interface for an evaluator that takes no parameters and produces a return value of a given type.
IVectorGraphicsService - Interface in agi.foundation.cesium.advanced
A service that defines the graphical properties of a Vector.
IVectorGraphicsService - Interface in agi.foundation.platforms.advanced
A service that defines the graphical properties of a Vector defined by IVectorService.
IVectorService - Interface in agi.foundation.geometry
A service which returns a vector.
IViewFromService - Interface in agi.foundation.cesium.advanced
A service that defines the suggested camera location when tracking an object.
IZero - Static variable in class agi.foundation.navigation.NavstarISGps200D
Initial inclination value for the SEM almanac propagation.

J

J2000 - Static variable in class agi.foundation.time.TimeConstants
The Julian Epoch J2000.0, which is 2451545.0 in the TT time standard.
J2NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The normalized second zonal harmonic coefficient.
J2NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The normalized second zonal harmonic coefficient.
J2Propagator - Class in agi.foundation.propagators
An analytic propagator that uses a first order J2 perturbation algorithm which models only the secular effects on the orbital elements.
J2Propagator(JulianDate, ReferenceFrame, Motion1<Cartesian>, double, double, double) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance.
J2Propagator(JulianDate, ReferenceFrame, ModifiedKeplerianElements, double, double) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance.
J2Propagator(JulianDate, ReferenceFrame, KeplerianElements, double, double) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance.
J2Propagator(JulianDate, ReferenceFrame, EquinoctialElements, double, double) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance.
J2Propagator(JulianDate, ReferenceFrame, DelaunayElements, double, double) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance.
J2Propagator(J2Propagator, CopyContext) - Constructor for class agi.foundation.propagators.J2Propagator
Initializes a new instance as a copy of an existing instance.
J2UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The non-normalized second zonal harmonic coefficient.
J2UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The non-normalized second zonal harmonic coefficient.
J3NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The normalized third zonal harmonic coefficient.
J3NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The normalized third zonal harmonic coefficient.
J3UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The non-normalized third zonal harmonic coefficient.
J3UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The non-normalized third zonal harmonic coefficient.
J4NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The normalized fourth zonal harmonic coefficient.
J4NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The normalized fourth zonal harmonic coefficient.
J4Propagator - Class in agi.foundation.propagators
An analytic propagator that uses a second order J2/J4 perturbation algorithm which models only the secular effects on the orbital elements.
J4Propagator(JulianDate, ReferenceFrame, Motion1<Cartesian>, double, double, double, double) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance.
J4Propagator(JulianDate, ReferenceFrame, ModifiedKeplerianElements, double, double, double) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance.
J4Propagator(JulianDate, ReferenceFrame, KeplerianElements, double, double, double) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance.
J4Propagator(JulianDate, ReferenceFrame, EquinoctialElements, double, double, double) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance.
J4Propagator(JulianDate, ReferenceFrame, DelaunayElements, double, double, double) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance.
J4Propagator(J4Propagator, CopyContext) - Constructor for class agi.foundation.propagators.J4Propagator
Initializes a new instance as a copy of an existing instance.
J4UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The non-normalized fourth zonal harmonic coefficient.
J4UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The non-normalized fourth zonal harmonic coefficient.
J5NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The normalized fifth zonal harmonic coefficient.
J5NormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The normalized fifth zonal harmonic coefficient.
J5UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel1996
The non-normalized fifth zonal harmonic coefficient.
J5UnnormalizedValue - Static variable in class agi.foundation.celestial.EarthGravitationalModel2008
The non-normalized fifth zonal harmonic coefficient.
jedToJulianDate(double) - Static method in class agi.foundation.celestial.JplDEFile
Converts a Julian ephemeris date to a Julian epoch.
JovianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
Provides Point instances representing the positions of some of the Jovian moons computed using a J4Propagator with gravitational terms provided by the comments file for the jup365 ephemeris file.
Jpeg2000CompressionProfile - Enum in agi.foundation.graphics.imaging
Defines the profile used when encoding a JPEG 2000 file.
Jpeg2000Writer - Class in agi.foundation.graphics.imaging
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
JplDE - Class in agi.foundation.celestial
The common base for classes for loading and accessing JPL DE files.
JplDE(String) - Constructor for class agi.foundation.celestial.JplDE
Initializes an instance using the specified JPL DE filename.
JplDE(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE
Initializes a new instance with the specified stream factory.
JplDE(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE
Initializes an instance using the specified JplDEFile instance.
JplDE(JplDE, CopyContext) - Constructor for class agi.foundation.celestial.JplDE
Initializes a new instance as a copy of an existing instance.
JplDE200 - Class in agi.foundation.celestial
Represents JPL DE200 ephemeris data.
JplDE200(String) - Constructor for class agi.foundation.celestial.JplDE200
Initializes an instance using the specified JPL DE filename.
JplDE200(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE200
Initializes a new instance with the specified stream factory.
JplDE200(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE200
Initializes an instance using the specified JplDEFile instance.
JplDE200(JplDE200, CopyContext) - Constructor for class agi.foundation.celestial.JplDE200
Initializes a new instance as a copy of an existing instance.
JplDE403 - Class in agi.foundation.celestial
Represents JPL DE403 ephemeris data.
JplDE403(String) - Constructor for class agi.foundation.celestial.JplDE403
Initializes an instance using the specified JPL DE filename.
JplDE403(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE403
Initializes a new instance with the specified stream factory.
JplDE403(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE403
Initializes an instance using the specified JplDEFile instance.
JplDE403(JplDE403, CopyContext) - Constructor for class agi.foundation.celestial.JplDE403
Initializes a new instance as a copy of an existing instance.
JplDE405 - Class in agi.foundation.celestial
Represents JPL DE405 ephemeris data.
JplDE405(String) - Constructor for class agi.foundation.celestial.JplDE405
Initializes an instance using the specified JPL DE filename.
JplDE405(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE405
Initializes a new instance with the specified stream factory.
JplDE405(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE405
Initializes an instance using the specified JplDEFile instance.
JplDE405(JplDE405, CopyContext) - Constructor for class agi.foundation.celestial.JplDE405
Initializes a new instance as a copy of an existing instance.
JplDE421 - Class in agi.foundation.celestial
Represents JPL DE421 ephemeris data.
JplDE421(String) - Constructor for class agi.foundation.celestial.JplDE421
Initializes an instance using the specified JPL DE filename.
JplDE421(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE421
Initializes a new instance with the specified stream factory.
JplDE421(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE421
Initializes an instance using the specified JplDEFile instance.
JplDE421(JplDE421, CopyContext) - Constructor for class agi.foundation.celestial.JplDE421
Initializes a new instance as a copy of an existing instance.
JplDE430 - Class in agi.foundation.celestial
Represents JPL DE430 ephemeris data.
JplDE430(String) - Constructor for class agi.foundation.celestial.JplDE430
Initializes an instance using the specified JPL DE filename.
JplDE430(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE430
Initializes a new instance with the specified stream factory.
JplDE430(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE430
Initializes an instance using the specified JplDEFile instance.
JplDE430(JplDE430, CopyContext) - Constructor for class agi.foundation.celestial.JplDE430
Initializes a new instance as a copy of an existing instance.
JplDE440 - Class in agi.foundation.celestial
Represents JPL DE440 ephemeris data.
JplDE440(String) - Constructor for class agi.foundation.celestial.JplDE440
Initializes an instance using the specified JPL DE filename.
JplDE440(StreamFactory) - Constructor for class agi.foundation.celestial.JplDE440
Initializes a new instance with the specified stream factory.
JplDE440(JplDEFile) - Constructor for class agi.foundation.celestial.JplDE440
Initializes an instance using the specified JplDEFile instance.
JplDE440(JplDE440, CopyContext) - Constructor for class agi.foundation.celestial.JplDE440
Initializes a new instance as a copy of an existing instance.
JplDECenterOfMassPoint - Class in agi.foundation.geometry
The center of mass of a central body from a JPL DE file available for times between InitialEpoch (get) and FinalEpoch (get).
JplDECenterOfMassPoint() - Constructor for class agi.foundation.geometry.JplDECenterOfMassPoint
Initializes a new instance.
JplDECenterOfMassPoint(JplDE, JplDECentralBody) - Constructor for class agi.foundation.geometry.JplDECenterOfMassPoint
Initializes a new instance.
JplDECenterOfMassPoint(JplDECenterOfMassPoint, CopyContext) - Constructor for class agi.foundation.geometry.JplDECenterOfMassPoint
Initializes a new instance as a copy of an existing instance.
JplDECentralBody - Enum in agi.foundation.celestial
The central bodies referenced in a JPL DE file.
JplDEDataIndex - Enum in agi.foundation.celestial
Indices of the data available in a JPL DE file.
JplDEFile - Class in agi.foundation.celestial
Provides raw access to a JPL DE file.
JplDEFile(String) - Constructor for class agi.foundation.celestial.JplDEFile
Initializes an instance using the specified JPL DE filename.
JplDEFile(StreamFactory) - Constructor for class agi.foundation.celestial.JplDEFile
Initializes a new instance with the specified stream factory.
JplDEFile(JplDEFile, CopyContext) - Constructor for class agi.foundation.celestial.JplDEFile
Initializes a new instance as a copy of an existing instance.
JplDEFileEvaluator - Class in agi.foundation.celestial
The class returned by JplDEFile.getEvaluator(JplDEDataIndex,EvaluatorGroup) to allow calculation of time-varying information in the JPL DE file.
JplDEFileEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.celestial.JplDEFileEvaluator
Initializes a new instance.
JplDEFileEvaluator(JplDEFileEvaluator, CopyContext) - Constructor for class agi.foundation.celestial.JplDEFileEvaluator
Initializes a new instance as a copy of an existing instance.
JplSpkEphemerisProvider - Class in agi.foundation.spice
The common base for classes for loading and accessing JPL SPK files.
JplSpkEphemerisProvider(String) - Constructor for class agi.foundation.spice.JplSpkEphemerisProvider
Initializes an instance using the specified JPL SPK filename.
JplSpkEphemerisProvider(StreamFactory) - Constructor for class agi.foundation.spice.JplSpkEphemerisProvider
Initializes a new instance with the specified stream factory.
JplSpkEphemerisProvider(JplSpkFile) - Constructor for class agi.foundation.spice.JplSpkEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
JplSpkEphemerisProvider(JplSpkEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.JplSpkEphemerisProvider
Initializes a new instance as a copy of an existing instance.
JplSpkFile - Class in agi.foundation.spice
Provides raw access to a JPL Spacecraft and Planet Kernel (SPK) file, which typically uses a binary *.bsp extension.
JplSpkFile(String) - Constructor for class agi.foundation.spice.JplSpkFile
Initializes an instance using the specified JPL SPK filename.
JplSpkFile(StreamFactory) - Constructor for class agi.foundation.spice.JplSpkFile
Initializes a new instance with the specified stream factory.
JplSpkFile(JplSpkFile, CopyContext) - Constructor for class agi.foundation.spice.JplSpkFile
Initializes a new instance as a copy of an existing instance.
JulianDate - Class in agi.foundation.time
An astronomical Julian Date, which is the number of days since noon on January 1, -4712 (4713 BC).
JulianDate() - Constructor for class agi.foundation.time.JulianDate
Initializes a new instance.
JulianDate(ZonedDateTime) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a ZonedDateTime.
JulianDate(GregorianDate) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a GregorianDate.
JulianDate(ZonedDateTime, TimeStandard) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a ZonedDateTime and specified time standard.
JulianDate(GregorianDate, TimeStandard) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a GregorianDate where the GregorianDate is expressed in the given TimeStandard.
JulianDate(int, double) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from the provided values.
JulianDate(int, double, TimeStandard) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from the provided values.
JulianDate(double) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a double expressing the complete astronomical Julian Date.
JulianDate(double, TimeStandard) - Constructor for class agi.foundation.time.JulianDate
Initializes a JulianDate from a double expressing the complete astronomical Julian Date.
JulianDateExtremumFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumFound (add / remove) event.
JulianDateExtremumFoundEventArgs(JulianDateFunctionExtremumFound) - Constructor for class agi.foundation.numericalmethods.JulianDateExtremumFoundEventArgs
Initializes a new instance.
JulianDateExtremumIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the LocalExtremumIndicated (add / remove) event.
JulianDateExtremumIndicatedEventArgs(JulianDateFunctionExtremumIndicated) - Constructor for class agi.foundation.numericalmethods.JulianDateExtremumIndicatedEventArgs
Initializes a new instance.
JulianDateFunctionCollection - Class in agi.foundation.numericalmethods.advanced
A collection of functions to be explored by JulianDateFunctionExplorer.
JulianDateFunctionDetails - Class in agi.foundation.numericalmethods
Holds details of a function to be explored with JulianDateFunctionExplorer.
JulianDateFunctionDetails() - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionDetails
Initializes a new instance.
JulianDateFunctionDetails(JulianDateSimpleFunction) - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionDetails
Initializes a new instance.
JulianDateFunctionExplorer - Class in agi.foundation.numericalmethods
Explores one or more functions where the independent variable is JulianDate and the dependent variable is double, looking for one or more threshold crossings or local extrema.
JulianDateFunctionExplorer() - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Initializes a new instance.
JulianDateFunctionExplorerProgress - Class in agi.foundation.numericalmethods.advanced
JulianDateFunctionExplorerProgress(JulianDateFunctionExplorer, JulianDate, JulianDate, Duration, int) - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionExplorerProgress
Initializes a new instance.
JulianDateFunctionExtremumFound - Class in agi.foundation.numericalmethods.advanced
A finding by JulianDateFunctionExplorer that a function has a local extremum at a specific date.
JulianDateFunctionExtremumFound(JulianDateFunctionExtremumIndicated, JulianDate, double) - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumFound
Initializes a new instance.
JulianDateFunctionExtremumIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by JulianDateFunctionExplorer that a function has a local extremum indicated by three samples.
JulianDateFunctionExtremumIndicated(JulianDateFunctionExplorer, JulianDateFunctionDetails, JulianDate, double, JulianDate, double, JulianDate, double) - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
Initializes a new instance.
JulianDateFunctionFinding - Class in agi.foundation.numericalmethods.advanced
The base class for findings of the JulianDateFunctionExplorer, such as a threshold crossing or an extremum.
JulianDateFunctionFinding() - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionFinding
 
JulianDateFunctionSampledEventArgs - Class in agi.foundation.numericalmethods
Holds details of the FunctionSampled (add / remove) event.
JulianDateFunctionSampledEventArgs(JulianDateFunctionDetails, JulianDate, double) - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionSampledEventArgs
Initializes a new instance.
JulianDateFunctionSampling - Class in agi.foundation.numericalmethods
Species how sampling of a function of JulianDate should be performed.
JulianDateFunctionSampling() - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionSampling
Initializes a new instance.
JulianDateFunctionThresholdCollection - Class in agi.foundation.numericalmethods.advanced
A collection of function thresholds.
JulianDateFunctionThresholdCollection() - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCollection
 
JulianDateFunctionThresholdCrossingFound - Class in agi.foundation.numericalmethods.advanced
A finding by JulianDateFunctionExplorer that a function crossed a threshold at a specific date.
JulianDateFunctionThresholdCrossingFound(JulianDateFunctionThresholdCrossingIndicated, JulianDate, double) - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingFound
Initializes a new instance.
JulianDateFunctionThresholdCrossingIndicated - Class in agi.foundation.numericalmethods.advanced
A finding by JulianDateFunctionExplorer that a threshold crossing is indicated somewhere between two dates, because the function values are on opposite sides of the threshold at the two dates.
JulianDateFunctionThresholdCrossingIndicated(JulianDateFunctionExplorer, JulianDateFunctionDetails, JulianDateFunctionThresholdDetails, JulianDateFunctionExtremumFound, JulianDate, double, JulianDate, double) - Constructor for class agi.foundation.numericalmethods.advanced.JulianDateFunctionThresholdCrossingIndicated
Initializes a new instance.
JulianDateFunctionThresholdDetails - Class in agi.foundation.numericalmethods
Details of a threshold of interest in JulianDateFunctionExplorer.
JulianDateFunctionThresholdDetails(double) - Constructor for class agi.foundation.numericalmethods.JulianDateFunctionThresholdDetails
Initializes a new instance.
JulianDateOfEpoch - Static variable in class agi.foundation.time.GlobalPositioningSystemDate
The GPS epoch of 6 January 1980 00:00:00 UTC expressed as a JulianDate in the GlobalPositioningSystemTime (get).
JulianDateSampleSuggestionCallback - Class in agi.foundation.numericalmethods
A callback that is invoked to determine the next date at which JulianDateFunctionExplorer samples a function.
JulianDateSampleSuggestionCallback() - Constructor for class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Creates a new instance of this delegate.
JulianDateSampleSuggestionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Initializes a delegate that will invoke an instance method on a class instance.
JulianDateSampleSuggestionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Initializes a delegate that will invoke a static method on a class.
JulianDateSampleSuggestionCallback.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
JulianDateSimpleFunction - Class in agi.foundation.numericalmethods
A delegate that takes a JulianDate and returns a double.
JulianDateSimpleFunction() - Constructor for class agi.foundation.numericalmethods.JulianDateSimpleFunction
Creates a new instance of this delegate.
JulianDateSimpleFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.JulianDateSimpleFunction
Initializes a delegate that will invoke an instance method on a class instance.
JulianDateSimpleFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.JulianDateSimpleFunction
Initializes a delegate that will invoke a static method on a class.
JulianDateSimpleFunction.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
JulianDateStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
A StoppingConditionConstraint that determines its satisfaction on the current JulianDate relative to a stored JulianDate.
JulianDateStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Initializes a new instance.
JulianDateStoppingConditionConstraint(JulianDate, Duration, WhenToCheckConstraint, InequalityCondition) - Constructor for class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Initializes a new instance.
JulianDateStoppingConditionConstraint(JulianDateStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Initializes a new instance as a copy of an existing instance.
JulianDateThresholdCrossingFoundEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingFound (add / remove) event.
JulianDateThresholdCrossingFoundEventArgs(JulianDateFunctionThresholdCrossingFound) - Constructor for class agi.foundation.numericalmethods.JulianDateThresholdCrossingFoundEventArgs
Initializes a new instance.
JulianDateThresholdCrossingIndicatedEventArgs - Class in agi.foundation.numericalmethods
Holds details of the ThresholdCrossingIndicated (add / remove) event.
JulianDateThresholdCrossingIndicatedEventArgs(JulianDateFunctionThresholdCrossingIndicated) - Constructor for class agi.foundation.numericalmethods.JulianDateThresholdCrossingIndicatedEventArgs
Initializes a new instance.
julianDateToJed(JulianDate) - Static method in class agi.foundation.celestial.JplDEFile
Converts a Julian epoch to a Julian ephemeris date.
julianDateToYearFraction(JulianDate) - Static method in class agi.foundation.time.JulianDate
Computes the fraction of the year corresponding to the given Julian date.
Jup365BspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Jupiter and several of its moons with respect to the Jupiter system barycenter.
Jup365BspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.Jup365BspEphemerisProvider
Initializes an instance using the specified jup365.bsp filename.
Jup365BspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.Jup365BspEphemerisProvider
Initializes a new instance with the specified stream factory.
Jup365BspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.Jup365BspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
Jup365BspEphemerisProvider(Jup365BspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.Jup365BspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
JupiterBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Io, Europa, Ganymede, and Callisto with respect to the Jupiter system barycenter.
JupiterBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.JupiterBspEphemerisProvider
Initializes an instance using the specified jupiter.bsp filename.
JupiterBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.JupiterBspEphemerisProvider
Initializes a new instance with the specified stream factory.
JupiterBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.JupiterBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
JupiterBspEphemerisProvider(JupiterBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.JupiterBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
JupiterCentralBody - Class in agi.foundation.celestial
The planet Jupiter.
JupiterCentralBody() - Constructor for class agi.foundation.celestial.JupiterCentralBody
Initializes a new instance.
JupiterCentralBody(JupiterCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.JupiterCentralBody
Initializes a new instance as a copy of an existing instance.
JupiterGravitationalParameter - Static variable in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
The gravitational parameter of Jupiter used by jup365.bsp converted to m^3/s^2.
JupiterJ2 - Static variable in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
The unnormalized J2 term of Jupiter used by jup365.bsp.
JupiterJ4 - Static variable in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
The unnormalized J4 term of Jupiter used by jup365.bsp.
JupiterSystemBarycenter - Class in agi.foundation.celestial
The barycenter of the Jupiter system.
JupiterSystemBarycenter() - Constructor for class agi.foundation.celestial.JupiterSystemBarycenter
Initializes a new instance.
JupiterSystemBarycenter(JupiterSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.JupiterSystemBarycenter
Initializes a new instance as a copy of an existing instance.

K

KeplerianElement - Enum in agi.foundation.coordinates
An enumeration indicating a specific element in Keplerian elements.
KeplerianElements - Class in agi.foundation.coordinates
A set of classical Keplerian elements representing an elliptical orbit.
KeplerianElements(Cartesian, Cartesian, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a Cartesian position and velocity.
KeplerianElements(Motion1<Cartesian>, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initializes a new instance from the specified Cartesian motion and gravitational parameter.
KeplerianElements(DelaunayElements) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
KeplerianElements(EquinoctialElements) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
KeplerianElements(double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian orbital elements.
KeplerianElements(Cartesian, Cartesian, double, double, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a cartesian position and velocity.
KeplerianElements(Motion1<Cartesian>, double, double, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initializes a new instance from the specified cartesian motion and gravitational constant.
KeplerianElements(ModifiedKeplerianElements) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a set of ModifiedKeplerianElements.
KeplerianElements(DelaunayElements, double, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a set of DelaunayElements.
KeplerianElements(EquinoctialElements, double, double) - Constructor for class agi.foundation.coordinates.KeplerianElements
Initialize a set of classical Keplerian elements from a set of EquinoctialElements.
KeyNotFoundException - Exception in agi.foundation.compatibility
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
KeyNotFoundException() - Constructor for exception agi.foundation.compatibility.KeyNotFoundException
Initializes a new instance of the KeyNotFoundException class using default property values.
KeyNotFoundException(String) - Constructor for exception agi.foundation.compatibility.KeyNotFoundException
Initializes a new instance of the KeyNotFoundException class with the specified error message.
KeyNotFoundException(String, Exception) - Constructor for exception agi.foundation.compatibility.KeyNotFoundException
Initializes a new instance of the KeyNotFoundException class with the specified error message and a reference to the inner exception that is the cause of this exception.
KindOfForce - Enum in agi.foundation.celestial
Indicates the properties of a given force to be used when distinguishing the behavior of forces when defining equations of motion.
KindOfStepSize - Enum in agi.foundation.numericalmethods
Indicates what kind of behavior the step size will have during integration.
KindOfSurfaceConnection - Enum in agi.foundation.routedesign
An enumeration indicating the kind of behavior to use when connecting surface procedures.
KindOfTangent - Enum in agi.foundation.routedesign.advanced
An enumeration indicating the behavior of a tangent line at a given arc.
KinematicTransformation - Class in agi.foundation.coordinates
A kinematic transformation describing how to transform from one reference frame to another.
KinematicTransformation() - Constructor for class agi.foundation.coordinates.KinematicTransformation
Initializes a new instance.
KinematicTransformation(Cartesian, Cartesian, Cartesian, UnitQuaternion, Cartesian, Cartesian) - Constructor for class agi.foundation.coordinates.KinematicTransformation
Initializes a new instance with the specified translational and rotational parameters.
KinematicTransformation(Cartesian, Cartesian, Cartesian, Motion2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.coordinates.KinematicTransformation
Initializes a new instance with the specified translational parameters and RotationalMotion (get).
KinematicTransformation(Motion1<Cartesian>, Motion2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.coordinates.KinematicTransformation
Initializes a new instance from the specified translational and rotational motion.
KmlContainer - Class in agi.foundation.graphics
A KmlContainer contains a collection of children KmlFeatures.
KmlDocument - Class in agi.foundation.graphics
A KML document.
KmlDocumentLoadedEventArgs - Class in agi.foundation.graphics
The EventArgs passed to the DocumentLoaded (add / remove) event.
KmlFeature - Class in agi.foundation.graphics
A KML feature.
KmlFolder - Class in agi.foundation.graphics
A KML folder.
KmlGraphics - Class in agi.foundation.graphics
Provides loading and unloading of KmlDocuments for a particular CentralBody.
KmlNetworkLink - Class in agi.foundation.graphics
A KML network link.
KmlNetworkLinkRefreshMode - Enum in agi.foundation.graphics
Defines the options available for a KmlNetworkLink's RefreshMode property.
KmlNetworkLinkViewRefreshMode - Enum in agi.foundation.graphics
Defines the options available for a KmlNetworkLink's ViewRefreshMode property.
KozaiIzsakMeanElement - Enum in agi.foundation.coordinates
An enumeration indicating a specific element in Kozai-Izsak mean elements.
KozaiIzsakMeanElements - Class in agi.foundation.coordinates
A set of Kozai-Izsak mean elements representing an elliptical orbit.
KozaiIzsakMeanElements(double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.KozaiIzsakMeanElements
Initialize a set of Kozai-Izsak mean orbital elements.
KozaiIzsakMeanElements(Cartesian, Cartesian, double, double, double) - Constructor for class agi.foundation.coordinates.KozaiIzsakMeanElements
Initialize a set of Kozai-Izsak mean elements from a Cartesian position and velocity.
KozaiIzsakMeanElements(Motion1<Cartesian>, double, double, double) - Constructor for class agi.foundation.coordinates.KozaiIzsakMeanElements
Initializes a set of Kozai-Izsak mean elements from the specified Cartesian motion.
KozaiIzsakMeanElements(ModifiedKeplerianElements, boolean, double, double) - Constructor for class agi.foundation.coordinates.KozaiIzsakMeanElements
Initialize a set of Kozai-Izsak mean elements from a set of osculating or mean ModifiedKeplerianElements.
KozaiIzsakMeanElements(KeplerianElements, boolean, double, double) - Constructor for class agi.foundation.coordinates.KozaiIzsakMeanElements
Initialize a set of Kozai-Izsak mean elements from a set of osculating or mean KeplerianElements.

L

LabelCallback<TEntity> - Class in agi.foundation.tracking
Returns a label for the specified entity.
LabelCallback() - Constructor for class agi.foundation.tracking.LabelCallback
Creates a new instance of this delegate.
LabelCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.LabelCallback
Initializes a delegate that will invoke an instance method on a class instance.
LabelCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.LabelCallback
Initializes a delegate that will invoke a static method on a class.
LabelCallback.Function<TEntity> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
LabelCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML labels for objects that provide ILabelGraphicsService.
LabelGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a label.
LabelGraphics() - Constructor for class agi.foundation.cesium.LabelGraphics
Initializes a new instance.
LabelGraphicsExtension - Class in agi.foundation.cesium
An extension that defines a label to be drawn at the location defined by ILocationPointService.
LabelGraphicsExtension() - Constructor for class agi.foundation.cesium.LabelGraphicsExtension
Initializes a new instance.
LabelGraphicsExtension(LabelGraphics) - Constructor for class agi.foundation.cesium.LabelGraphicsExtension
Initializes a new instance with the provided LabelGraphics (get / set).
LabelGraphicsExtension(LabelGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.LabelGraphicsExtension
Initializes a new instance as a copy of an existing instance.
LabelVisualizer<TEntity extends IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
An EntityVisualizer which creates a label for each entity.
LabelVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.LabelVisualizer
Initializes a new instance.
LabelVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, LabelCallback<TEntity>) - Constructor for class agi.foundation.tracking.LabelVisualizer
Creates a new instance with the provided EntitySet and LabelCallback.
LabelVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, LabelCallback<TEntity>, SetHint) - Constructor for class agi.foundation.tracking.LabelVisualizer
Creates a new instance with the provided EntitySet, LabelCallback and SetHint (get).
LagrangeOrbitVariationOfParameters - Class in agi.foundation.numericalmethods.advanced
Uses variation of parameters (VOP) with a two-body propagator to interpolate orbital positions.
LagrangeOrbitVariationOfParameters() - Constructor for class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Initializes a new instance.
LagrangeOrbitVariationOfParameters(double) - Constructor for class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Initializes a new instance with the specified gravitational parameter.
LagrangeOrbitVariationOfParameters(LagrangeOrbitVariationOfParameters, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Initializes a new instance as a copy of an existing instance.
LagrangePolynomialApproximation - Class in agi.foundation.numericalmethods.advanced
An algorithm that performs polynomial interpolation using Lagrange's algorithm.
LagrangePolynomialApproximation() - Constructor for class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Initializes a new instance.
LagrangePolynomialApproximation(LagrangePolynomialApproximation, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Initializes a new instance as a copy of an existing instance.
lambertHodograph(Cartesian, Cartesian, Cartesian, double, double, double, double) - Method in class agi.foundation.propagators.LambertOrbitSolver
This function accomplishes 180 deg transfer(and 360 deg) for the Lambert problem.
LambertOrbitSolver - Class in agi.foundation.propagators
Solves the orbit targeting problem and initial orbit determination.
LambertOrbitSolver() - Constructor for class agi.foundation.propagators.LambertOrbitSolver
Initializes a Lambert solver.
LambertOrbitSolver(double) - Constructor for class agi.foundation.propagators.LambertOrbitSolver
Initializes a Lambert solver.
LambertOrbitSolver(double, double, double, int, int) - Constructor for class agi.foundation.propagators.LambertOrbitSolver
Initializes a Lambert solver.
LambertOrbitSolver.FailedToConvergeEventArgs - Class in agi.foundation.propagators
Holds details of the FailedToConvergeEvent (add / remove) event.
LambertPathType - Enum in agi.foundation.propagators
Indicates which type of path to take in the LambertOrbitSolver.
LambertResult - Class in agi.foundation.propagators
Contains the results produced by the LambertOrbitSolver.
LambertResult() - Constructor for class agi.foundation.propagators.LambertResult
 
LandingProcedure - Class in agi.foundation.routedesign
Represents a landing trajectory with respect to a runway surface specified by the underlying terrain.
LandingProcedure() - Constructor for class agi.foundation.routedesign.LandingProcedure
Create a new instance.
LandingProcedure(TerrainProvider, Cartographic, double, double, double, double, double, ProfileDynamics, double, double, double) - Constructor for class agi.foundation.routedesign.LandingProcedure
Create a landing procedure based on the given parameters with respect to a terrain surface.
LandingProcedure(Cartographic, double, double, double, double, double, ProfileDynamics, double, double, double) - Constructor for class agi.foundation.routedesign.LandingProcedure
Create a landing procedure based on the given parameters with respect to the surface of the Earth (get).
LandingProcedure(Cartographic, double, double, ProfileDynamics, double, double, double, double, double) - Constructor for class agi.foundation.routedesign.LandingProcedure
Create a landing procedure based on the given parameters with respect to the surface of the Earth (get).
LandingProcedure(LandingProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.LandingProcedure
Initializes a new instance as a copy of an existing instance.
LandingProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
lastIndexOf(Object) - Method in class agi.foundation.compatibility.BaseCollection
 
lastIndexOf(Object) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
lastIndexOf(Object) - Method in class agi.foundation.time.TimeIntervalCollection
 
lastIndexOf(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
 
LastUpdateName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityLastUpdate
The name of the LastUpdate (get) property.
LatitudeBoundsCoverageGrid - Class in agi.foundation.geometry.discrete
Represents a set of grid points bounded by two lines of planetodetic latitude.
LatitudeBoundsCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
Construct a default instance.
LatitudeBoundsCoverageGrid(CentralBody, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
Construct a new instance based on the given globe and planetodetic latitude bounds in the planet's fixed frame.
LatitudeBoundsCoverageGrid(TerrainProvider, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
Construct a new instance based on the given terrain and planetodetic latitude bounds.
LatitudeBoundsCoverageGrid(TerrainProvider, CentralBody, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LatitudeBoundsCoverageGrid
Construct a new instance based on the given terrain and planetodetic latitude bounds.
LatitudeLineCoverageGrid - Class in agi.foundation.geometry.discrete
Represents a set of grid points along a line of planetodetic latitude.
LatitudeLineCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
Construct a default instance representing the equator.
LatitudeLineCoverageGrid(CentralBody, double, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
Construct a new instance based on the given central body and longitude bounds.
LatitudeLineCoverageGrid(TerrainProvider, CentralBody, double, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LatitudeLineCoverageGrid
Construct a new instance based on the given terrain and longitude bounds.
latitudeToIndex(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
Gets the index of the post at or immediately to the south of the specified latitude.
latitudeToIndex(double) - Method in class agi.foundation.terrain.TerrainPosts
Gets the index of the post at or immediately to the south of the specified latitude.
latitudeToYTileCoordinate(int, double) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Gets the Y tile coordinate for a given latitude.
LeapSecond - Class in agi.foundation.time
Describes a single leap second.
LeapSecond() - Constructor for class agi.foundation.time.LeapSecond
Initializes a new instance.
LeapSecond(double, double) - Constructor for class agi.foundation.time.LeapSecond
Initializes a new instance.
LeapSecond(JulianDate, double) - Constructor for class agi.foundation.time.LeapSecond
Initializes a new instance of a Leap Second.
LeapSecondFile - Class in agi.foundation.time
Contains static methods to read and write leap second data in a standard format.
LeapSecondsFacet - Class in agi.foundation.time
Manages Leap Seconds.
LeapSecondsFacet() - Constructor for class agi.foundation.time.LeapSecondsFacet
Initializes a new instance with the list of leap seconds that was available when the library was released.
LeapSecondsFacet(Iterable<LeapSecond>) - Constructor for class agi.foundation.time.LeapSecondsFacet
Initializes a new instance with the specified list of leap seconds.
LeapSecondsFacet(LeapSecondsFacet, CopyContext) - Constructor for class agi.foundation.time.LeapSecondsFacet
Initializes a new instance as a copy of an existing instance.
LEFT - Static variable in class agi.foundation.compatibility.MouseButtons
The left mouse button was pressed.
LeftHandCircularPolarization - Class in agi.foundation.communications
Represents left hand circular polarization.
LeftHandCircularPolarization() - Constructor for class agi.foundation.communications.LeftHandCircularPolarization
Initializes a new instance.
lessThan(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Returns true if left is less than right.
lessThan(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
Returns true if left is less than right.
lessThan(Duration, Duration) - Static method in class agi.foundation.time.Duration
Returns true if left is shorter than right.
lessThan(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
Returns true if left occurs before right.
lessThan(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
Returns true if left is less than right.
lessThan(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
Returns true if left occurs before right.
lessThan(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
Returns true if left is less than right.
lessThanOrEqual(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Returns true if left is less than or equal to right.
lessThanOrEqual(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
Returns true if left is less than or equal to right.
lessThanOrEqual(Duration, Duration) - Static method in class agi.foundation.time.Duration
Returns true if left is shorter than or exactly equal to right.
lessThanOrEqual(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
Returns true if left occurs before or at the same time as right.
lessThanOrEqual(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
Returns true if left is less than or equal to right.
lessThanOrEqual(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
Returns true if left occurs before or at the same time as right.
lessThanOrEqual(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
Returns true if left is less than or equal to right.
LevelsFilter - Class in agi.foundation.graphics.imaging
Adjusts the band levels of the source raster linearly.
LevelsFilter() - Constructor for class agi.foundation.graphics.imaging.LevelsFilter
Initializes a new instance.
LibrationModel - Class in agi.foundation.celestial
A model of the libration of a central body.
LibrationModel() - Constructor for class agi.foundation.celestial.LibrationModel
Initializes a new instance.
LibrationModel(LibrationModel, CopyContext) - Constructor for class agi.foundation.celestial.LibrationModel
Initializes a new instance as a copy of an existing instance.
LicensedComponent - Class in agi.foundation
Represents a component of DME Component Libraries and holds information about its license status.
LicenseException - Exception in agi.foundation
An exception thrown when DME Component Libraries licensing fails.
LicenseException(String) - Constructor for exception agi.foundation.LicenseException
Constructs a new exception with the specified message.
LicenseException(String, Throwable) - Constructor for exception agi.foundation.LicenseException
Constructs a new exception with the specified message and cause.
Licensing - Class in agi.foundation
Provides access to information about DME Component Libraries licensing.
LifetimeCalculationLimitType - Enum in agi.foundation.propagators
Specifies how the LifetimeOrbitPropagator should behave when determining completion of the computation.
LifetimeCalculationStatus - Enum in agi.foundation.propagators
An indication of the final state of the LifetimeOrbitPropagator calculation.
LifetimeElements - Class in agi.foundation.coordinates
A set of elements produced by the LifetimeOrbitPropagator to represent the approximate mean classical elements associated with the periapsis of each successive orbit over the course of a satellite's lifetime.
LifetimeElements(JulianDate, int, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.LifetimeElements
Initialize a set of lifetime orbit elements to represent one orbit pass.
LifetimeOrbitPropagator - Class in agi.foundation.propagators
Propagates a set of initial conditions using a long-term propagation technique to determine when the orbit is expected to decay, based on the evolution of the mean orbital elements under the effects of gravitational, atmospheric, and solar perturbations.
LifetimeOrbitPropagator() - Constructor for class agi.foundation.propagators.LifetimeOrbitPropagator
Initializes a new instance.
Lighting - Class in agi.foundation.graphics.advanced
Lighting in the 3D scene.
LinearApproximation - Class in agi.foundation.numericalmethods.advanced
A technique for Linear Interpolation.
LinearApproximation() - Constructor for class agi.foundation.numericalmethods.advanced.LinearApproximation
Initializes a new instance.
LinearApproximation(LinearApproximation, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.LinearApproximation
Initializes a new instance as a copy of an existing instance.
LinearClimbOrDescentBehavior - Class in agi.foundation.aircraftpropagation
Defines a vertical behavior of a CompositeManeuver in which an aircraft accelerates or decelerates longitudinally, linearly increasing or decreasing its true airspeed and rate of climb or descent.
LinearClimbOrDescentBehavior() - Constructor for class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Initializes an instance with zero LongitudinalLoadFactor (get / set) and a default GravitationalAcceleration (get / set) of Constants.EarthSurfaceGravity.
LinearClimbOrDescentBehavior(double) - Constructor for class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Initializes an instance with the provided values and a default GravitationalAcceleration (get / set) of Constants.EarthSurfaceGravity.
LinearClimbOrDescentBehavior(double, double) - Constructor for class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Initializes an instance with the provided values.
LinearPolarization - Class in agi.foundation.communications
Represents linear polarization.
LinearPolarization() - Constructor for class agi.foundation.communications.LinearPolarization
Initializes a new instance.
LinearPolarization(double) - Constructor for class agi.foundation.communications.LinearPolarization
Initializes a new instance.
LinearPolarization(double, PolarizationReferenceAxis) - Constructor for class agi.foundation.communications.LinearPolarization
Initializes a new instance.
LineGraphics - Class in agi.foundation.platforms
Defines the graphics properties of a line over time.
LineGraphics() - Constructor for class agi.foundation.platforms.LineGraphics
Initializes a new instance.
LineSearchSettings - Class in agi.foundation.numericalmethods.advanced
LineSearchSettings(double, double, ConvergenceCriteria, int) - Constructor for class agi.foundation.numericalmethods.advanced.LineSearchSettings
Initializes a new instance.
LineSearchSettings(LineSearchSettings, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.LineSearchSettings
Initializes a new instance as a copy of an existing instance.
LinkBudget - Class in agi.foundation.communications
Defines a link budget at a single instance in time.
LinkBudget(double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.communications.LinkBudget
Creates a new instance specifying all standard parameters.
LinkBudget(double, double, double, double, double, double, double, double, double, double, double, double, double, ArrayList<LinkBudget.SignalPropagationModelLoss>) - Constructor for class agi.foundation.communications.LinkBudget
Creates a new instance specifying all parameters.
LinkBudget.SignalPropagationModelLoss - Class in agi.foundation.communications
Stores the amount of propagation loss for a single SignalPropagationModel.
LinkBudgetScalars - Class in agi.foundation.communications
Defines a link budget over time.
LinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRate<DigitalModulation>, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensity<DigitalModulation>, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity) - Constructor for class agi.foundation.communications.LinkBudgetScalars
Initializes a new instance.
LinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRate<DigitalModulation>, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensity<DigitalModulation>, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity, String) - Constructor for class agi.foundation.communications.LinkBudgetScalars
Initializes a new instance.
LinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRate<DigitalModulation>, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensity<DigitalModulation>, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity, String, ArrayList<ScalarPropagationLoss>) - Constructor for class agi.foundation.communications.LinkBudgetScalars
Initializes a new instance.
LinkCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML polylines for objects that provide ILinkService and ILinkGraphicsService.
LinkDelayEvaluator - Class in agi.foundation.geometry
An evaluator for computing the delay along a link.
LinkDelayEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.LinkDelayEvaluator
Initializes a new instance.
LinkDelayEvaluator(LinkDelayEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.LinkDelayEvaluator
Initializes a new instance as a copy of an existing instance.
LinkDirectionsProvider - Class in agi.foundation.communications.antennas
A DirectionsProvider which provides directions using a list of links which are held as instances of IServiceProvider.
LinkDirectionsProvider() - Constructor for class agi.foundation.communications.antennas.LinkDirectionsProvider
Initializes a new instance.
LinkDirectionsProvider(Iterable<? extends IServiceProvider>, IServiceProvider) - Constructor for class agi.foundation.communications.antennas.LinkDirectionsProvider
Initializes a new instance.
LinkDirectionsProvider(LinkDirectionsProvider, CopyContext) - Constructor for class agi.foundation.communications.antennas.LinkDirectionsProvider
Initializes a new instance as a copy of an existing instance.
LinkGraph - Class in agi.foundation.access
A graph of links (IServiceProvider instances providing ILinkService) represented as an adjacency list.
LinkGraph() - Constructor for class agi.foundation.access.LinkGraph
Initializes a new instance.
LinkGraphDirection - Enum in agi.foundation.access
Identifies the link direction required during a traversal of the LinkGraph.
LinkGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a line connecting the transmitter and receiver of an object providing the ILinkService.
LinkGraphics() - Constructor for class agi.foundation.cesium.LinkGraphics
Initializes a new instance.
LinkGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphical properties of a line connecting the transmitter and receiver of an object providing the ILinkService.
LinkGraphicsExtension() - Constructor for class agi.foundation.cesium.LinkGraphicsExtension
Initializes a new instance.
LinkGraphicsExtension(LinkGraphics) - Constructor for class agi.foundation.cesium.LinkGraphicsExtension
Initializes a new instance with the provided LinkGraphics (get / set).
LinkGraphicsExtension(LinkGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.LinkGraphicsExtension
Initializes a new instance as a copy of an existing instance.
LinkGraphicsExtension - Class in agi.foundation.platforms
An extension that defines the graphics of a link defined by ILinkService.
LinkGraphicsExtension() - Constructor for class agi.foundation.platforms.LinkGraphicsExtension
Initializes a new instance.
LinkGraphicsExtension(LineGraphics) - Constructor for class agi.foundation.platforms.LinkGraphicsExtension
Initializes a new instance with the provided LineGraphics
LinkGraphicsExtension(LinkGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.LinkGraphicsExtension
Initializes a new instance as a copy of an existing instance.
LinkHelper - Class in agi.foundation.access
A collection of helper methods for working with links such as LinkInstantaneous and LinkSpeedOfLight.
LinkInstantaneous - Class in agi.foundation.access
An idealized link that allows instantaneous communication between the Transmitter (get / set) and Receiver (get / set).
LinkInstantaneous() - Constructor for class agi.foundation.access.LinkInstantaneous
Initializes a new instance.
LinkInstantaneous(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.access.LinkInstantaneous
Initializes a new instance.
LinkInstantaneous(LinkInstantaneous, CopyContext) - Constructor for class agi.foundation.access.LinkInstantaneous
Initializes a new instance as a copy of an existing instance.
LinkPath - Class in agi.foundation.access
Describes a path through one or more links (such as LinkInstantaneous or LinkSpeedOfLight).
LinkPath() - Constructor for class agi.foundation.access.LinkPath
Initializes a new instance.
LinkPath(LinkPath, CopyContext) - Constructor for class agi.foundation.access.LinkPath
Initializes a new instance as a copy of an existing instance.
LinkRefracted - Class in agi.foundation.celestial
A link between a Transmitter (get) and Receiver (get) that travels a refracted path.
LinkRefracted() - Constructor for class agi.foundation.celestial.LinkRefracted
Initializes a new instance.
LinkRefracted(IServiceProvider, AtmosphericRefractionModel) - Constructor for class agi.foundation.celestial.LinkRefracted
Initializes a new instance.
LinkRefracted(LinkRefracted, CopyContext) - Constructor for class agi.foundation.celestial.LinkRefracted
Initializes a new instance as a copy of an existing instance.
LinkRole - Enum in agi.foundation.access
Identifies an object (transmitter or receiver) in a link (ILinkService).
LinkSpeedOfLight - Class in agi.foundation.access
A link between a Transmitter (get / set) and Receiver (get / set) that travels at the speed of light.
LinkSpeedOfLight() - Constructor for class agi.foundation.access.LinkSpeedOfLight
Initializes a new instance.
LinkSpeedOfLight(IServiceProvider, IServiceProvider, ReferenceFrame) - Constructor for class agi.foundation.access.LinkSpeedOfLight
Initializes a new instance which only accounts for light travel time (not aberration) in determining the displacement vectors between the two objects.
LinkSpeedOfLight(IServiceProvider, IServiceProvider, ReferenceFrame, double) - Constructor for class agi.foundation.access.LinkSpeedOfLight
Initializes a new instance which only accounts for light travel time (not aberration) in determining the displacement vectors between the two objects.
LinkSpeedOfLight(IServiceProvider, IServiceProvider, ReferenceFrame, double, VectorVelocity, VectorVelocity) - Constructor for class agi.foundation.access.LinkSpeedOfLight
Initializes a new instance which accounts for aberration in addition to light travel time in determining the displacement vectors between the two objects.
LinkSpeedOfLight(LinkSpeedOfLight, CopyContext) - Constructor for class agi.foundation.access.LinkSpeedOfLight
Initializes a new instance as a copy of an existing instance.
LinkSubdivision - Class in agi.foundation.geometry
An object which defines how to subdivide an ILinkService into sub-segments.
LinkSubdivision() - Constructor for class agi.foundation.geometry.LinkSubdivision
Initializes a new instance.
LinkSubdivision(LinkSubdivision, CopyContext) - Constructor for class agi.foundation.geometry.LinkSubdivision
Initializes a new instance as a copy of an existing instance.
LinkVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws a line defined by ILinkGraphicsService service at the location provided by the receiver and transmitted defined in ILinkService.
LinkVisualizer() - Constructor for class agi.foundation.platforms.advanced.LinkVisualizer
Initializes a new instance.
listIterator() - Method in class agi.foundation.compatibility.BaseCollection
 
listIterator(int) - Method in class agi.foundation.compatibility.BaseCollection
 
listIterator() - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
listIterator(int) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
listIterator() - Method in class agi.foundation.time.TimeIntervalCollection
 
listIterator(int) - Method in class agi.foundation.time.TimeIntervalCollection
 
listIterator() - Method in class agi.foundation.time.TimeIntervalCollection1
 
listIterator(int) - Method in class agi.foundation.time.TimeIntervalCollection1
 
load(String) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument from a string containing the document.
load(URI) - Method in class agi.foundation.graphics.ModelPrimitive
Loads a glTF 2.0 (.gltf, .glb), COLLADA (DAE) or AGI MDL (MDL) model using the specified uri.
load(String) - Method in class agi.foundation.graphics.ModelPrimitive
For convenience.
load(URI, ModelUpAxis) - Method in class agi.foundation.graphics.ModelPrimitive
Loads a glTF 2.0 (.gltf, .glb), COLLADA (DAE) or AGI MDL (MDL) model using the specified uri and upAxis.
load(String, ModelUpAxis) - Method in class agi.foundation.graphics.ModelPrimitive
For convenience.
loadAsync(String) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument asynchronously from a string containing the document.
loadDocument(URI) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument from a URI.
loadDocument(String) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument from a Uri.
loadDocumentAsync(URI) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument asynchronously from a URI.
loadDocumentAsync(String) - Method in class agi.foundation.graphics.KmlGraphics
Loads a KmlDocument asynchronously from a Uri.
loadRegion(TerrainRegion) - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
Deprecated.
Internal use only.
loadRegion(TerrainRegion) - Method in class agi.foundation.terrain.RasterTerrainCache
Deprecated.
Internal use only.
locateService(Class<?>, Object) - Static method in class agi.foundation.infrastructure.ServiceHelper
Convenience method for implementing IServiceProvider objects.
locateService(Class<?>, Object, T...) - Static method in class agi.foundation.infrastructure.ServiceHelper
Convenience method for implementing IServiceProvider objects.
locateService(Class<?>, Object, Iterable<T>) - Static method in class agi.foundation.infrastructure.ServiceHelper
Convenience method for implementing IServiceProvider objects.
LocationPointCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML position for objects that provide ILocationPointService.
LocationPointCovarianceExtension - Class in agi.foundation.platforms
An ObjectExtension that provides the covariance of an object's position over time.
LocationPointCovarianceExtension() - Constructor for class agi.foundation.platforms.LocationPointCovarianceExtension
Initializes a new instance.
LocationPointCovarianceExtension(DynamicCovariance3By3) - Constructor for class agi.foundation.platforms.LocationPointCovarianceExtension
Initializes a new instance from a vector and axes.
LocationPointCovarianceExtension(LocationPointCovarianceExtension, CopyContext) - Constructor for class agi.foundation.platforms.LocationPointCovarianceExtension
Initializes a new instance as a copy of an existing instance.
LocationPointCovarianceGraphicsExtension - Class in agi.foundation.platforms
An extension that describes an ellipsoid at the location defined by ILocationPointService and a size and orientation defined by ILocationPointCovarianceService.
LocationPointCovarianceGraphicsExtension() - Constructor for class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Creates a new instance of the object with a default instance of SolidGraphics set to EllipsoidGraphics (get / set), with the exception of Scale (get / set), which is set to a ConstantGraphicsParameter of a Cartesian with all indices equal to 2.7954832077026364, which corresponds to a 95% confidence interval for a three-dimensional Gaussian distribution.
LocationPointCovarianceGraphicsExtension(SolidGraphics) - Constructor for class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Initializes a new instance with the provided SolidGraphics.
LocationPointCovarianceGraphicsExtension(LocationPointCovarianceGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Initializes a new instance as a copy of an existing instance.
LocationPointCovarianceVisualizer - Class in agi.foundation.platforms.advanced
LocationPointCovarianceVisualizer() - Constructor for class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Creates a new instance.
LocationPointExtension - Class in agi.foundation.platforms
An ObjectExtension that provides the position of an object over time.
LocationPointExtension() - Constructor for class agi.foundation.platforms.LocationPointExtension
Initializes a new instance.
LocationPointExtension(Point) - Constructor for class agi.foundation.platforms.LocationPointExtension
Initialize the extension with the given point.
LocationPointExtension(LocationPointExtension, CopyContext) - Constructor for class agi.foundation.platforms.LocationPointExtension
Initializes a new instance as a copy of an existing instance.
log(Complex) - Static method in class agi.foundation.coordinates.Complex
Calculates the complex natural logarithm of the input value.
LongitudeLatitudeRadius - Class in agi.foundation.coordinates
A set of curvilinear 3-dimensional coordinates typically used to describe geocentric (or planetocentric on non-Earth central bodies) positions.
LongitudeLatitudeRadius() - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a new instance.
LongitudeLatitudeRadius(double, double, double) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided longitude, latitude, and radius.
LongitudeLatitudeRadius(Spherical) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Spherical coordinates.
LongitudeLatitudeRadius(Cylindrical) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cylindrical coordinates.
LongitudeLatitudeRadius(Cartesian) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cartesian coordinates.
LongitudeLatitudeRadius(AzimuthElevationRange) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of AzimuthElevationRange coordinates.
LongitudeLatitudeRadius(double[]) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the first 3 consecutive elements in the provided array.
LongitudeLatitudeRadius(double[], int) - Constructor for class agi.foundation.coordinates.LongitudeLatitudeRadius
Initializes a set of LongitudeLatitudeRadius coordinates from the provided array.
LongitudeLineCoverageGrid - Class in agi.foundation.geometry.discrete
Represents a set of grid points along a line of longitude.
LongitudeLineCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
Construct a default instance representing the prime meridian.
LongitudeLineCoverageGrid(CentralBody, double, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
Construct a new instance based on the given central body and latitude bounds.
LongitudeLineCoverageGrid(TerrainProvider, double, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
Construct a new instance based on the given terrain and latitude bounds.
LongitudeLineCoverageGrid(TerrainProvider, CentralBody, double, double, double, double) - Constructor for class agi.foundation.geometry.discrete.LongitudeLineCoverageGrid
Construct a new instance based on the given terrain and latitude bounds.
longitudeToIndex(double) - Method in class agi.foundation.terrain.RasterTerrainProvider
Gets the index of the post at or immediately to the west of the specified longitude.
longitudeToIndex(double) - Method in class agi.foundation.terrain.TerrainPosts
Gets the index of the post at or immediately to the west of the specified longitude.
longitudeToXTileCoordinate(int, double) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Gets the X tile coordinate for a given longitude.
LowNoiseAmplifier - Class in agi.foundation.communications.signalprocessing
A signal processor which applies several gains to its input, representing a low noise amplifier.
LowNoiseAmplifier() - Constructor for class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Initializes a new instance.
LowNoiseAmplifier(SignalProcessor, double, double, double, double, double) - Constructor for class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Initializes a new instance from the given signal input, amplification gains, noise factor, and reference temperature.
LowNoiseAmplifier(LowNoiseAmplifier, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Initializes a new instance as a copy of an existing instance.

M

m_endCycle - Variable in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
m_endTime - Variable in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
m_startCycle - Variable in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
m_startTime - Variable in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
m_time - Variable in class agi.foundation.graphics.advanced.ForwardAnimation
 
MagneticCoilTorque - Class in agi.foundation.celestial
Represents the torque effects of a magnetic field vector on a magnetic torquer coil implemented on a spacecraft parameterized by a PropagationEulerianAxes.
MagneticCoilTorque() - Constructor for class agi.foundation.celestial.MagneticCoilTorque
Initializes the magnetic coil torque model.
MagneticCoilTorque(Vector, double, Scalar, Cartesian, Axes) - Constructor for class agi.foundation.celestial.MagneticCoilTorque
Initializes the magnetic coil torque model.
MagneticCoilTorque(Vector, double, Scalar, Vector, Axes) - Constructor for class agi.foundation.celestial.MagneticCoilTorque
Initializes the magnetic coil torque model.
MagneticCoilTorque(MagneticCoilTorque, CopyContext) - Constructor for class agi.foundation.celestial.MagneticCoilTorque
Initializes a new instance as a copy of an existing instance.
MagneticFieldVector - Class in agi.foundation.celestial
Represents the magnetic field vector at a TargetPoint (get / set) due to a planetary magnetic field.
MagneticFieldVector() - Constructor for class agi.foundation.celestial.MagneticFieldVector
Initializes a new instance.
MagneticFieldVector(TimeIntervalCollection1<SphericalHarmonicCoefficients>, TimeIntervalCollection1<SphericalHarmonicCoefficients>, Point, double) - Constructor for class agi.foundation.celestial.MagneticFieldVector
Initializes a new instance.
MagneticFieldVector(MagneticFieldVector, CopyContext) - Constructor for class agi.foundation.celestial.MagneticFieldVector
Initializes a new instance as a copy of an existing instance.
MagnificationFilter - Enum in agi.foundation.graphics.renderer
The filter used when the pixel being textured maps to an area less than or equal to one texel.
MaintainAspectRatio - Enum in agi.foundation.graphics.advanced
Specifies whether the aspect ratio of a texture will be maintained during sizing of a screen overlay.
MaintainCourseOrHeadingBehavior - Class in agi.foundation.aircraftpropagation
Defines a horizontal behavior of a CompositeManeuver in which a constant course or heading is maintained.
MaintainCourseOrHeadingBehavior() - Constructor for class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
Initializes an instance with the static atmosphere as the ManeuverReferenceAxes (get / set) such that the true course of the aircraft is maintained.
MaintainCourseOrHeadingBehavior(ManeuverReferenceAxes) - Constructor for class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
Initializes an instance with the provided ManeuverReferenceAxes (get / set).
MaintainHorizontalAndVerticalSpeedsBehavior - Class in agi.foundation.aircraftpropagation
Defines a vertical behavior of a CompositeManeuver in which the horizontal and vertical speeds are maintained.
MaintainHorizontalAndVerticalSpeedsBehavior() - Constructor for class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
Initializes an instance with the static atmosphere as the ManeuverReferenceAxes (get / set) such that speeds relative to the static atmosphere are maintained.
MaintainHorizontalAndVerticalSpeedsBehavior(ManeuverReferenceAxes) - Constructor for class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
Initializes an instance with the provided ManeuverReferenceAxes (get / set).
Maneuver - Class in agi.foundation.aircraftpropagation
An abstract base class which defines an aircraft maneuver.
Maneuver() - Constructor for class agi.foundation.aircraftpropagation.Maneuver
Initializes a new instance.
Maneuver(Maneuver, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.Maneuver
Initializes a new instance as a copy of an existing instance.
ManeuverReferenceAxes - Enum in agi.foundation.aircraftpropagation
Indicates the axes that are to be used for defining the maneuver.
ManualResetEvent - Class in agi.foundation.compatibility
Notifies one or more waiting threads that an event has occurred.
ManualResetEvent(boolean) - Constructor for class agi.foundation.compatibility.ManualResetEvent
Initializes a new instance with a boolean value indicating whether to set the initial state to signaled.
MapProjection - Enum in agi.foundation.graphics.advanced
The projection of the pixel data returned from a CustomImageGlobeOverlay.
mark(int) - Method in class agi.foundation.compatibility.FileStream
 
MarkerBatchPrimitive - Class in agi.foundation.graphics
Renders one or more markers in the 3D scene.
MarkerBatchPrimitive() - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a default marker batch primitive.
MarkerBatchPrimitive(SetHint) - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a marker batch primitive with the specified setHint.
MarkerBatchPrimitive(MarkerBatchSizeSource) - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a marker batch primitive with the specified sizeSource.
MarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder) - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a marker batch primitive with the specified sizeSource and sortOrder.
MarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder, SetHint) - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a marker batch primitive with the specified sizeSource, sortOrder, and setHint.
MarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder, SetHint, MarkerBatchRenderingMethod) - Constructor for class agi.foundation.graphics.MarkerBatchPrimitive
Initializes a marker batch primitive with the specified arguments.
MarkerBatchPrimitiveOptionalParameters - Class in agi.foundation.graphics
Optional per-marker parameters for MarkerBatchPrimitive that overrides the marker batch's per-batch parameters.
MarkerBatchPrimitiveOptionalParameters() - Constructor for class agi.foundation.graphics.MarkerBatchPrimitiveOptionalParameters
Initializes default marker batch primitive optional parameters.
MarkerBatchRenderingMethod - Enum in agi.foundation.graphics.advanced
Rendering methods available for use by the marker batch primitive.
MarkerBatchRenderPass - Enum in agi.foundation.graphics.advanced
The pass during which the marker batch is rendered.
MarkerBatchSizeSource - Enum in agi.foundation.graphics.advanced
Determines which marker batch property is used to size each marker in a marker batch.
MarkerBatchSortOrder - Enum in agi.foundation.graphics.advanced
The order in which markers in a marker batch are sorted before rendering.
MarkerBatchUnit - Enum in agi.foundation.graphics.advanced
The unit for marker sizes in a marker batch.
MarkerCallback<TEntity> - Class in agi.foundation.tracking
Returns a texture to be used as a marker for the specified entity.
MarkerCallback() - Constructor for class agi.foundation.tracking.MarkerCallback
Creates a new instance of this delegate.
MarkerCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.MarkerCallback
Initializes a delegate that will invoke an instance method on a class instance.
MarkerCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.MarkerCallback
Initializes a delegate that will invoke a static method on a class.
MarkerCallback.Function<TEntity> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
MarkerGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a marker over time.
MarkerGraphics() - Constructor for class agi.foundation.platforms.MarkerGraphics
Initializes a new instance.
MarkerGraphicsExtension - Class in agi.foundation.platforms
An extension that describes a marker at the location defined by ILocationPointService.
MarkerGraphicsExtension() - Constructor for class agi.foundation.platforms.MarkerGraphicsExtension
Initializes a new instance.
MarkerGraphicsExtension(MarkerGraphics) - Constructor for class agi.foundation.platforms.MarkerGraphicsExtension
Initializes a new instance with the provided MarkerGraphics (get / set)
MarkerGraphicsExtension(MarkerGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.MarkerGraphicsExtension
Initializes a new instance as a copy of an existing instance.
MarkerVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws markers defined by IMarkerGraphicsService at the location provided by ILocationPointService.
MarkerVisualizer() - Constructor for class agi.foundation.platforms.advanced.MarkerVisualizer
Initializes a new instance.
MarkerVisualizer<TEntity extends IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
An EntityVisualizer which creates a marker for each entity.
MarkerVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.MarkerVisualizer
Initializes a new instance.
MarkerVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, MarkerCallback<TEntity>) - Constructor for class agi.foundation.tracking.MarkerVisualizer
Creates a new instance with the provided EntitySet and MarkerCallback.
MarkerVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, MarkerCallback<TEntity>, SetHint) - Constructor for class agi.foundation.tracking.MarkerVisualizer
Creates a new instance with the provided EntitySet, MarkerCallback and SetHint (get).
markSupported() - Method in class agi.foundation.compatibility.FileStream
 
MarsBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Mars, Phobos, and Deimos with respect to the Mars system barycenter.
MarsBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.MarsBspEphemerisProvider
Initializes an instance using the specified mars.bsp filename.
MarsBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.MarsBspEphemerisProvider
Initializes a new instance with the specified stream factory.
MarsBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.MarsBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
MarsBspEphemerisProvider(MarsBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.MarsBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
MarsCentralBody - Class in agi.foundation.celestial
The planet Mars.
MarsCentralBody() - Constructor for class agi.foundation.celestial.MarsCentralBody
Initializes a new instance.
MarsCentralBody(MarsCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.MarsCentralBody
Initializes a new instance as a copy of an existing instance.
MarsGravitationalParameter - Static variable in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
The gravitational parameter of Mars used by mar097.bsp converted to m^3/s^2.
MarsJ2 - Static variable in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
The unnormalized J2 term of Mars used by mar097.bsp.
MarsJ4 - Static variable in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
The unnormalized J4 term of Mars used by mar097.bsp.
MarsSystemBarycenter - Class in agi.foundation.celestial
The barycenter of the Mars system.
MarsSystemBarycenter() - Constructor for class agi.foundation.celestial.MarsSystemBarycenter
Initializes a new instance.
MarsSystemBarycenter(MarsSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.MarsSystemBarycenter
Initializes a new instance as a copy of an existing instance.
MartianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
Provides Point instances representing the positions of the Martian moons computed using a J4Propagator with gravitational terms provided by the comments file for the mar097 ephemeris file.
match(Transaction, TEntity) - Method in class agi.foundation.tracking.EntityFilter
Checks an entity against this filter and adds it to the MatchingEntities (get) collection if it matches.
matches(StkCityDatabaseEntry) - Method in class agi.foundation.stk.StkCityDatabaseQuery
Determines if an entry matches this query.
matches(StkFacilityDatabaseEntry) - Method in class agi.foundation.stk.StkFacilityDatabaseQuery
Determines if an entry matches this query.
matches(StkSatelliteDatabaseEntry) - Method in class agi.foundation.stk.StkSatelliteDatabaseQuery
Determines if an entry matches this query.
MatchingStrategy - Enum in agi.foundation.tracking
Indicates if an EntityFilterChain will place each entity in only the first EntityFilter it matches against or all filters in the Filters (get) collection.
MaterializedSpatiallyPartitionedCoverageDefinition - Class in agi.foundation.coverage
A coverage definition that uses a delegate to define properties for the grid points.
MaterializedSpatiallyPartitionedCoverageDefinition() - Constructor for class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Initializes a new instance.
MaterializedSpatiallyPartitionedCoverageDefinition(ICoverageGrid, boolean) - Constructor for class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
MaterializedSpatiallyPartitionedCoverageDefinition(CoverageGridPointCreationCallback) - Constructor for class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Initializes a new instance.
MaterializedSpatiallyPartitionedCoverageDefinition(MaterializedSpatiallyPartitionedCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Initializes a new instance as a copy of an existing instance.
MaterializedTemporallyPartitionedCoverageDefinition - Class in agi.foundation.coverage
A coverage definition that uses a delegate to define properties for the grid points.
MaterializedTemporallyPartitionedCoverageDefinition() - Constructor for class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Initializes a new instance.
MaterializedTemporallyPartitionedCoverageDefinition(ICoverageGrid, boolean) - Constructor for class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
MaterializedTemporallyPartitionedCoverageDefinition(CoverageGridPointCreationCallback) - Constructor for class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Initializes a new instance.
MaterializedTemporallyPartitionedCoverageDefinition(MaterializedTemporallyPartitionedCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Initializes a new instance as a copy of an existing instance.
Matrix - Class in agi.foundation.coordinates
A two-dimensional tensor of doubles.
Matrix(int, int) - Constructor for class agi.foundation.coordinates.Matrix
Initializes a new instance instance with the specified dimensions.
Matrix(Matrix, CopyContext) - Constructor for class agi.foundation.coordinates.Matrix
Initializes a new instance as a copy of an existing instance.
Matrix3By3 - Class in agi.foundation.coordinates
A 3-by-3 matrix.
Matrix3By3() - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance.
Matrix3By3(EulerSequence) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from the provided EulerSequence.
Matrix3By3(YawPitchRoll) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from the provided YawPitchRoll sequence.
Matrix3By3(ElementaryRotation) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance representing an elementary rotation about one of the original axes.
Matrix3By3(AngleAxisRotation) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from an angle axis rotation.
Matrix3By3(UnitQuaternion) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from a UnitQuaternion.
Matrix3By3(double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from elements.
Matrix3By3(Matrix3By3Symmetric) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from a Matrix3By3Symmetric.
Matrix3By3(EigenDecomposition) - Constructor for class agi.foundation.coordinates.Matrix3By3
Initializes a new instance from an EigenDecomposition.
Matrix3By3Symmetric - Class in agi.foundation.coordinates
A 3-by-3 symmetric matrix.
Matrix3By3Symmetric() - Constructor for class agi.foundation.coordinates.Matrix3By3Symmetric
Initializes a new instance.
Matrix3By3Symmetric(Matrix3By3) - Constructor for class agi.foundation.coordinates.Matrix3By3Symmetric
Initializes this instance as a symmetrical matrix constructed from the given symmetrical or nearly symmetrical Matrix3By3.
Matrix6By6 - Class in agi.foundation.coordinates
A 6-by-6 matrix.
Matrix6By6(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.Matrix6By6
Initializes a new Matrix6By6 instance from elements.
Matrix6By6(Matrix6By6Symmetric) - Constructor for class agi.foundation.coordinates.Matrix6By6
Initializes a new instance from a Matrix6By6Symmetric.
Matrix6By6Symmetric - Class in agi.foundation.coordinates
A 6-by-6 symmetric matrix.
MatrixStateElementConverter - Class in agi.foundation.propagators.advanced
Converts output associated with a PropagationStateElement corresponding to a set of Matrix values back and forth between its raw indexed state, and a Motion<Matrix>.
MatrixStateElementConverter(String, Motion1<int[]>, Motion1<Matrix>) - Constructor for class agi.foundation.propagators.advanced.MatrixStateElementConverter
Initializes a new instance.
MatrixStateElementConverter(String, Motion1<int[]>, Motion1<Matrix>, Motion1<Matrix>) - Constructor for class agi.foundation.propagators.advanced.MatrixStateElementConverter
Initializes a new instance.
MatrixStateElementConverter(MatrixStateElementConverter, CopyContext) - Constructor for class agi.foundation.propagators.advanced.MatrixStateElementConverter
Initializes a new instance as a copy of an existing instance.
MaximumAtmosphericAltitude - Static variable in class agi.foundation.communications.CommunicationsConstants
Maximum altitude of the atmosphere
MaximumAxialRatio - Static variable in class agi.foundation.communications.Polarization
The maximum possible polarization axial ratio.
MaximumCountPathPrimitiveUpdatePolicy - Class in agi.foundation.graphics
PathPrimitive update policy that removes points from RemoveLocation when the number of points in the path exceeds MaximumCount.
MaximumCountPathPrimitiveUpdatePolicy() - Constructor for class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
Constructs a default update policy.
MaximumCountPathPrimitiveUpdatePolicy(int, PathPrimitiveRemoveLocation) - Constructor for class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
Initializes a policy with the specified maximumCount and removeLocation.
MaximumDurationBehavior - Enum in agi.foundation.segmentpropagation
Defines the behavior that a NumericalPropagatorSegment should use when its MaximumDuration (get / set) is reached during propagation.
maximumFigureOfMerit(Iterable<? extends CoverageGridPointWithResults>, FigureOfMerit<T>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the maximum of a given figure of merit over the grid, based on the grid point weights (usually area).
maximumNumberOfAssets(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.NumberOfAssets
The maximum number of assets over a given span which are providing coverage.
MaximumOpticalFrequency - Static variable in class agi.foundation.communications.CommunicationsConstants
Maximum optical frequency, in hertz.
MaximumOpticalWavelength - Static variable in class agi.foundation.communications.CommunicationsConstants
Maximum optical wavelength, in meters.
maximumResponseTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.ResponseTime
Computes the maximum time it takes to gain coverage.
maximumRevisitTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.RevisitTime
Computes the maximum time it takes to regain coverage after it has been lost.
MaximumRfFrequency - Static variable in class agi.foundation.communications.CommunicationsConstants
Maximum RF frequency, in hertz.
MaximumRfWavelength - Static variable in class agi.foundation.communications.CommunicationsConstants
Maximum RF wavelength, in meters.
MaxValue - Static variable in class agi.foundation.time.GregorianDate
Represents the largest possible value of GregorianDate.
mean(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
Calculates the mean of a list of doubles.
meanDifference(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the mean angular distance between angles in a list.
meanDirection(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the mean direction of a list of angles.
meanDirection(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the mean direction of a list of data.
meanElementsAtEpoch(JulianDate, Cartesian, Cartesian) - Static method in class agi.foundation.propagators.Sgp4Propagator
Produces an element set from a given Cartesian state at a given time.
meanElementsAtEpoch(JulianDate, Cartesian, Cartesian, int) - Static method in class agi.foundation.propagators.Sgp4Propagator
Produces an element set from a given Cartesian state at a given time.
meanElementsAtEpoch(JulianDate, Cartesian, Cartesian, int, double) - Static method in class agi.foundation.propagators.Sgp4Propagator
Produces an element set from a given Cartesian state at a given time.
meanLongitudeToEccentricLongitude(double, double, double) - Static method in class agi.foundation.coordinates.EquinoctialElements
Converts the longitude of mean anomaly to longitude of eccentric anomaly.
meanResultantLength(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the mean resultant length of a list of angles.
meanResultantLength(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the mean resultant length of a list of data.
MeanSolarRadius1992Seidelmann - Static variable in class agi.foundation.celestial.SunCentralBody
The mean radius of the solar photosphere as observed in 1992: 6.96E8 meters.
MeanSolarRadius1993Prussing - Static variable in class agi.foundation.celestial.SunCentralBody
The mean radius of the solar photosphere as observed in 1993: 6.9599E8 meters.
MeanSolarRadius2007Carroll - Static variable in class agi.foundation.celestial.SunCentralBody
The mean radius of the solar photosphere as observed in 2007: 6.95508E8 meters.
MeanSolarRadius2015IauResolutionB3 - Static variable in class agi.foundation.celestial.SunCentralBody
The mean radius of the solar photosphere as observed in 2015: 6.957E8 meters.
meanVector(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Computes the mean vector.
median(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
Calculates the median of a list of doubles.
medianDirection(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the median of a list of angles by minimizing E[ π - | π - | θ - φ | | ] where φ is the median angle sought, and θ represents the angles from the input data list.
medianDirection(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the median direction of the data by using a simplex heuristic optimizer.
medianDirection(List<UnitCartesian>, SphericalMedianCalculationMethod) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the median direction of the data by using a simplex heuristic optimizer.
medianDirection(List<UnitCartesian>, SphericalMedianCalculationMethod, MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults>[]) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the median direction of the data by using a simplex heuristic optimizer.
MemoryArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate> - Class in agi.foundation.tracking
A TrackingArchive that stores tracking data in memory.
MemoryArchive(TypeLiteral<TEntity>, TransactionContext) - Constructor for class agi.foundation.tracking.MemoryArchive
Construct a new instance with the provided context.
MemoryArchive(TypeLiteral<TEntity>, TransactionContext, TrackingTypeArchiverCollection) - Constructor for class agi.foundation.tracking.MemoryArchive
Construct a new instance with the provided context and type archivers.
MercuryCentralBody - Class in agi.foundation.celestial
The planet Mercury.
MercuryCentralBody() - Constructor for class agi.foundation.celestial.MercuryCentralBody
Initializes a new instance.
MercuryCentralBody(MercuryCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.MercuryCentralBody
Initializes a new instance as a copy of an existing instance.
MergeTimeIntervalDataCallback<T> - Class in agi.foundation.time
A callback defining how two data elements on any two intervals should be combined when creating a new interval.
MergeTimeIntervalDataCallback() - Constructor for class agi.foundation.time.MergeTimeIntervalDataCallback
Creates a new instance of this delegate.
MergeTimeIntervalDataCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.time.MergeTimeIntervalDataCallback
Initializes a delegate that will invoke an instance method on a class instance.
MergeTimeIntervalDataCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.time.MergeTimeIntervalDataCallback
Initializes a delegate that will invoke a static method on a class.
MergeTimeIntervalDataCallback.Function<T> - Interface in agi.foundation.time
A functional interface for the containing delegate type.
MessageEventArgs - Class in agi.foundation.infrastructure.threading
Arguments for use with the MessageReceived (add / remove) event
MessageEventArgs(Object) - Constructor for class agi.foundation.infrastructure.threading.MessageEventArgs
Creates a new instance of MessageEventArgs.
MessageLoopType - Enum in agi.foundation.graphics.advanced
Indicates the type of message loop in use by the application.
MessageQueue - Class in agi.foundation.infrastructure.threading
A message queue used for passing messages between threads
MessageQueue() - Constructor for class agi.foundation.infrastructure.threading.MessageQueue
Initializes a new instance of this synchronization context
MeteorologicalMeasurement - Enum in agi.foundation.navigation.datareaders
Enumeration of the types of meteorological data available in the Rinex file.
MIDDLE - Static variable in class agi.foundation.compatibility.MouseButtons
The middle mouse button was pressed.
MilitaryGridReferenceSystem - Class in agi.foundation.coordinates
A set of coordinates for specifying locations on the Earth based on a grid of longitude and latitude zones as outlined in Defense Mapping Agency Technical Manual (DMA TM) 8358.1, "Datums, Ellipsoids, Grids, and Grid Reference Systems", Edition 1, 20 September 1990.
MilitaryGridReferenceSystem(String, String, double, double) - Constructor for class agi.foundation.coordinates.MilitaryGridReferenceSystem
Initializes a set of Military Grid Reference System (MGRS) coordinates from the provided values.
MilitaryGridReferenceSystem(UniversalPolarStereographic) - Constructor for class agi.foundation.coordinates.MilitaryGridReferenceSystem
Initializes a set of Military Grid Reference System (MGRS) coordinates from the provided Universal Polar Stereographic (UPS) coordinates.
MilitaryGridReferenceSystem(UniversalTransverseMercator, Ellipsoid) - Constructor for class agi.foundation.coordinates.MilitaryGridReferenceSystem
Initializes a set of Military Grid Reference System (MGRS) coordinates from the provided Universal Transverse Mercator (UTM) coordinates and ellipsoid.
MimasCentralBody - Class in agi.foundation.celestial
The Saturnian moon Mimas.
MimasCentralBody() - Constructor for class agi.foundation.celestial.MimasCentralBody
Initializes a new instance.
MimasCentralBody(MimasCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.MimasCentralBody
Initializes a new instance as a copy of an existing instance.
MinificationFilter - Enum in agi.foundation.graphics.renderer
The filter used when the pixel being textured maps to an area greater than one texel.
MinimalForwardAnimation - Class in agi.foundation.graphics.advanced
A minimalistic animation class.
MinimalForwardAnimation() - Constructor for class agi.foundation.graphics.advanced.MinimalForwardAnimation
 
MinimumElectricFieldValue - Static variable in class agi.foundation.communications.CommunicationsConstants
Minimum detectable electric field value, in Volts/meter.
minimumFigureOfMerit(Iterable<? extends CoverageGridPointWithResults>, FigureOfMerit<T>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the minimum of a given figure of merit over the grid.
MinimumMaximumAccessConstraint - Class in agi.foundation.access
The base class for Access constraints where the function must lie between a minimum value and a maximum value in order for the constraint to be considered satisfied.
MinimumMaximumAccessConstraint() - Constructor for class agi.foundation.access.MinimumMaximumAccessConstraint
Initializes a new instance.
MinimumMaximumAccessConstraint(MinimumMaximumAccessConstraint, CopyContext) - Constructor for class agi.foundation.access.MinimumMaximumAccessConstraint
Initializes a new instance as a copy of an existing instance.
MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator - Class in agi.foundation.access
A convenient base class to use for the evaluators for constraints derived from MinimumMaximumAccessConstraint.
minimumNumberOfAssets(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.NumberOfAssets
The minimum number of assets over a given span which are providing coverage.
MinimumOpticalFrequency - Static variable in class agi.foundation.communications.CommunicationsConstants
Minimum optical frequency, in hertz.
MinimumOpticalWavelength - Static variable in class agi.foundation.communications.CommunicationsConstants
Minimum optical wavelength, in meters.
minimumResponseTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.ResponseTime
The minimum time it takes to gain coverage.
minimumRevisitTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.RevisitTime
Computes the minimum time it takes to regain coverage after it has been lost.
MinimumRfFrequency - Static variable in class agi.foundation.communications.CommunicationsConstants
Minimum RF frequency, in hertz.
MinimumRfWavelength - Static variable in class agi.foundation.communications.CommunicationsConstants
Minimum RF wavelength, in meters.
MinimumVarianceDistortionlessResponseBeamformer - Class in agi.foundation.communications.antennas
A Minimum Variance Distortionless Response (MVDR) beamformer, also referred to as a Capon beam former.
MinimumVarianceDistortionlessResponseBeamformer() - Constructor for class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Initializes a new instance.
MinimumVarianceDistortionlessResponseBeamformer(double) - Constructor for class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Initializes a new instance.
MinimumVarianceDistortionlessResponseBeamformer(double, DirectionsProvider) - Constructor for class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Initializes a new instance.
MinimumVarianceDistortionlessResponseBeamformer(double, DirectionsProvider, DirectionsProvider) - Constructor for class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Initializes a new instance.
MinimumVarianceDistortionlessResponseBeamformer(MinimumVarianceDistortionlessResponseBeamformer, CopyContext) - Constructor for class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Initializes a new instance as a copy of an existing instance.
MinMaxThresholdEvaluator(EvaluatorGroup, MinimumMaximumAccessConstraint, boolean) - Constructor for class agi.foundation.access.MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator
Initializes a new instance based on a given minimum or maximum threshold value.
MinMaxThresholdEvaluator(MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator, CopyContext) - Constructor for class agi.foundation.access.MinimumMaximumAccessConstraint.MinMaxThresholdEvaluator
Initializes a new instance as a copy of an existing instance.
minutesDifference(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
Computes the number of minutes that have elapsed from this date to the other date.
minutesDifference(JulianDate) - Method in class agi.foundation.time.JulianDate
Computes the number of minutes that have elapsed from this Julian date to the other Julian date.
MinutesPerDay - Static variable in class agi.foundation.time.TimeConstants
The number of minutes in a day.
MinutesPerDegree - Static variable in class agi.foundation.Constants
The number of minutes in a degree.
MinutesPerHour - Static variable in class agi.foundation.time.TimeConstants
The number of minutes in an hour.
MinValue - Static variable in class agi.foundation.time.GregorianDate
Represents the smallest possible value of GregorianDate.
MitchellWalkerProbabilityOfDetectionScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the Mitchell-Walker probability of detection model.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, double, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean, double, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean, double, boolean, int, SignalToNoiseRatioComputeMode) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance.
MitchellWalkerProbabilityOfDetectionScalar(MitchellWalkerProbabilityOfDetectionScalar, CopyContext) - Constructor for class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Initializes a new instance as a copy of an existing instance.
mixedFixedPositionAndInertialVelocityToMotionFixed(boolean, KinematicTransformation, Cartesian, double, double, double) - Static method in class agi.foundation.propagators.SimpleAscentPropagator
This method computes the burnout motion in the fixed frame of the CentralBody (get / set) from mixed inertial velocity/fixed position input.
ModelArticulation - Class in agi.foundation.graphics
A ModelArticulation identifies geometry on the model and is a collection of transformations that can be applied to that geometry.
ModelArticulationCollection - Class in agi.foundation.graphics
A collection containing a ModelPrimitive's available articulations.
ModelCallback<TEntity> - Class in agi.foundation.tracking
Returns the model for the specified entity.
ModelCallback() - Constructor for class agi.foundation.tracking.ModelCallback
Creates a new instance of this delegate.
ModelCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.ModelCallback
Initializes a delegate that will invoke an instance method on a class instance.
ModelCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.ModelCallback
Initializes a delegate that will invoke a static method on a class.
ModelCallback.Function<TEntity> - Interface in agi.foundation.tracking
A functional interface for the containing delegate type.
ModelCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML models for objects that provide IModelGraphicsService.
ModelGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a glTF model.
ModelGraphics() - Constructor for class agi.foundation.cesium.ModelGraphics
Initializes a new instance.
ModelGraphics - Class in agi.foundation.platforms
Defines the graphical properties and articulations of a model over time.
ModelGraphics() - Constructor for class agi.foundation.platforms.ModelGraphics
Initializes a new instance.
ModelGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphics of a model drawn at the location defined by ILocationPointService and oriented by IOrientationAxesService.
ModelGraphicsExtension() - Constructor for class agi.foundation.cesium.ModelGraphicsExtension
Initializes a new instance.
ModelGraphicsExtension(ModelGraphics) - Constructor for class agi.foundation.cesium.ModelGraphicsExtension
Initializes a new instance with the provided ModelGraphics (get / set).
ModelGraphicsExtension(ModelGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.ModelGraphicsExtension
Initializes a new instance as a copy of an existing instance.
ModelGraphicsExtension - Class in agi.foundation.platforms
An extension that describes a model at the location defined by ILocationPointService and IOrientationAxesService.
ModelGraphicsExtension() - Constructor for class agi.foundation.platforms.ModelGraphicsExtension
Initializes a new instance.
ModelGraphicsExtension(ModelGraphics) - Constructor for class agi.foundation.platforms.ModelGraphicsExtension
Initializes a new instance with the provided ModelGraphics (get / set)
ModelGraphicsExtension(ModelGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.ModelGraphicsExtension
Initializes a new instance as a copy of an existing instance.
ModelPrimitive - Class in agi.foundation.graphics
The model primitive loads and renders glTF 2.0 (.gltf, .glb), COLLADA (DAE) and AGI MDL (MDL) models.
ModelPrimitive() - Constructor for class agi.foundation.graphics.ModelPrimitive
Initializes a default model primitive.
ModelPrimitive(URI) - Constructor for class agi.foundation.graphics.ModelPrimitive
Initializes a model primitive with the specified uri.
ModelPrimitive(String) - Constructor for class agi.foundation.graphics.ModelPrimitive
For convenience.
ModelPrimitive(URI, ModelUpAxis) - Constructor for class agi.foundation.graphics.ModelPrimitive
Initializes a model primitive with the specified uri and up axis.
ModelPrimitive(String, ModelUpAxis) - Constructor for class agi.foundation.graphics.ModelPrimitive
For convenience.
ModelsLibraryVersion - Class in agi.foundation
Version information for the Models library.
modelSolarSystemUsingPlanetaryDataSupplement(CentralBodiesFacet, PlanetsBspEphemerisProvider, AsteroidsBspEphemerisProvider, MarsBspEphemerisProvider, JupiterBspEphemerisProvider, SaturnBspEphemerisProvider, UranusBspEphemerisProvider, NeptuneBspEphemerisProvider, PlutoBspEphemerisProvider) - Static method in class agi.foundation.spice.JplSpkEphemerisProvider
Consistently applies JplSpkEphemerisProvider.useForCentralBodyPositions(agi.foundation.celestial.CentralBodiesFacet) on all of the *.bsp ephemerides available in the STK Planetary Data Supplement to model the entire solar system.
modelSolarSystemUsingPublicJplData(CentralBodiesFacet, JplDE, CeresBspEphemerisProvider, VestaBspEphemerisProvider, MarsBspEphemerisProvider, Jup365BspEphemerisProvider, Sat441BspEphemerisProvider, Ura111BspEphemerisProvider, Nep097BspEphemerisProvider, Plu058BspEphemerisProvider) - Static method in class agi.foundation.spice.JplSpkEphemerisProvider
Consistently applies JplSpkEphemerisProvider.useForCentralBodyPositions(agi.foundation.celestial.CentralBodiesFacet) on JplDE and some of the *.bsp ephemerides available on the JPL website to model the entire solar system.
ModelTransformation - Class in agi.foundation.graphics
A ModelTransformation defines a transformation that is applied to geometry on a ModelPrimitive.
ModelTransformationType - Enum in agi.foundation.graphics.advanced
Transformation types that define the way a ModelTransformation changes the geometry of the ModelArticulation it is associated with.
ModelUpAxis - Enum in agi.foundation.graphics
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.
ModelVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws a model defined by IModelGraphicsService at the location provided by ILocationPointService and the orientation defined by IOrientationAxesService.
ModelVisualizer() - Constructor for class agi.foundation.platforms.advanced.ModelVisualizer
Initializes a new instance.
ModelVisualizer<TEntity extends IEntityIdentifier & IEntityPosition & IEntityOrientation> - Class in agi.foundation.tracking
An EntityVisualizer which creates a model for each entity.
ModelVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.ModelVisualizer
Initializes a new instance.
ModelVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, ModelCallback<TEntity>) - Constructor for class agi.foundation.tracking.ModelVisualizer
Creates a new instance with the provided EntitySet and ModelCallback.
ModifiedJulianDateDifference - Static variable in class agi.foundation.time.TimeConstants
The difference between a Julian date and a modified Julian date.
ModifiedKeplerianElements - Class in agi.foundation.coordinates
Modified Keplerian orbital elements.
ModifiedKeplerianElements(Cartesian, Cartesian, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance from the specified Cartesian position, Cartesian velocity, and gravitational parameter.
ModifiedKeplerianElements(Motion1<Cartesian>, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance from the specified Cartesian motion and gravitational constant.
ModifiedKeplerianElements(KeplerianElements) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initialize a new instance from the given set of classical KeplerianElements.
ModifiedKeplerianElements(DelaunayElements) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance for the specified DelaunayElements.
ModifiedKeplerianElements(EquinoctialElements) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initialize a new instance from the given set of EquinoctialElements.
ModifiedKeplerianElements(double, double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initialize a set of modified Keplerian elements.
ModifiedKeplerianElements(Cartesian, Cartesian, double, double, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance from the specified Cartesian motion and gravitational constant.
ModifiedKeplerianElements(Motion1<Cartesian>, double, double, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance from the specified Cartesian motion and gravitational parameter.
ModifiedKeplerianElements(DelaunayElements, double, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initializes a new instance for the specified DelaunayElements.
ModifiedKeplerianElements(EquinoctialElements, double, double) - Constructor for class agi.foundation.coordinates.ModifiedKeplerianElements
Initialize a new instance from the given set of EquinoctialElements.
modifyBandwidth(double, double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the bandwidth limits of this signal.
modifyElementInState(ITimeBasedState, ITimeBasedState) - Method in class agi.foundation.coordinates.StateElementAdapter
This method extracts the element matching the ElementIdentification (get) in the oldState, optionally performs some transformation on that element, and then modifies the stateToModify with that new element.
modifyFrequency(double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the frequency of this signal.
modifyMotion(String, Motion1<T>) - Method in class agi.foundation.coordinates.BasicState
Modifies this instance of ITimeBasedState with the Motion1 of the specified elementIdentification updated.
modifyMotion(String, Motion1<T>) - Method in interface agi.foundation.coordinates.ITimeBasedState
Modifies this instance of ITimeBasedState with the Motion1 of the specified elementIdentification updated.
modifyMotion(String, Motion1<T>) - Method in class agi.foundation.propagators.NumericalPropagatorState
Modifies this instance of ITimeBasedState with the Motion1 of the specified elementIdentification updated.
modifyNoiseTemperature(double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the NoiseTemperature (get) of this signal.
modifyNoiseTemperature(double, double, double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the NoiseTemperature (get) of this signal.
modifyPower(double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the power of this signal.
modifySignalProperties(double, double, double, double, double, double, double) - Method in class agi.foundation.communications.Signal
Create a new signal by modifying the properties of this signal.
modifySignals(double, double) - Method in class agi.foundation.communications.SignalCollection
Create a new composite signal by uniformly modifying the power and frequency of the existing constituent signals.
modifySignals(SignalModificationMethod) - Method in class agi.foundation.communications.SignalCollection
Create a new composite signal by modifying the existing constituent signals and removing any which are null.
modifySignalsWithoutRemoval(SignalModificationMethod) - Method in class agi.foundation.communications.SignalCollection
Create a new composite signal by modifying the existing constituent signals.
modifyState(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
Modified the propagated state.
modifyValue(String, T) - Method in class agi.foundation.coordinates.BasicState
Modifies the elementIdentification in this instance of ITimeBasedState with the newValue.
modifyValue(String, T) - Method in interface agi.foundation.coordinates.ITimeBasedState
Modifies the elementIdentification in this instance of ITimeBasedState with the newValue.
modifyValue(String, T) - Method in class agi.foundation.propagators.NumericalPropagatorState
Modifies the elementIdentification in this instance of ITimeBasedState with the newValue.
ModulationBpsk - Class in agi.foundation.communications.signalprocessing
Digital modulation representing "Binary Phase Shift Keying" with one bit per symbol and a spectral efficiency of 1.
ModulationBpsk() - Constructor for class agi.foundation.communications.signalprocessing.ModulationBpsk
Initializes a new instance.
ModulationFsk - Class in agi.foundation.communications.signalprocessing
A basic method of digital modulation using "Frequency Shift Keying".
ModulationFsk() - Constructor for class agi.foundation.communications.signalprocessing.ModulationFsk
Initializes a new instance.
ModulationOok - Class in agi.foundation.communications.signalprocessing
Digital modulation representing "Binary On-Off Keying" (OOK).
ModulationOok() - Constructor for class agi.foundation.communications.signalprocessing.ModulationOok
Initializes a new instance.
ModulationOok(double) - Constructor for class agi.foundation.communications.signalprocessing.ModulationOok
Create a new instance based on the given duty cycle.
ModulationPsk - Class in agi.foundation.communications.signalprocessing
A basic method of digital modulation using "Phase Shift Keying".
ModulationPsk(int, double) - Constructor for class agi.foundation.communications.signalprocessing.ModulationPsk
Create a new instance based on the given data rate and chips per bit
ModulationQpsk - Class in agi.foundation.communications.signalprocessing
Digital modulation representing "Quadrature Phase Shift Keying" with two bits per symbol and a spectral efficiency of 2.
ModulationQpsk() - Constructor for class agi.foundation.communications.signalprocessing.ModulationQpsk
Initializes a new instance.
MonostaticAmbiguousTargetRangeScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar ambiguous target range.
MonostaticAmbiguousTargetRangeScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
Initializes a new instance.
MonostaticAmbiguousTargetRangeScalar(MonostaticAmbiguousTargetRangeScalar, CopyContext) - Constructor for class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
Initializes a new instance as a copy of an existing instance.
MonostaticAmbiguousTargetVelocityScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar ambiguous target velocity.
MonostaticAmbiguousTargetVelocityScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
Initializes a new instance.
MonostaticAmbiguousTargetVelocityScalar(MonostaticAmbiguousTargetVelocityScalar, CopyContext) - Constructor for class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
Initializes a new instance as a copy of an existing instance.
MoonCentralBody - Class in agi.foundation.celestial
The moon of the Earth.
MoonCentralBody() - Constructor for class agi.foundation.celestial.MoonCentralBody
Initializes a new instance.
MoonCentralBody(MoonCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.MoonCentralBody
Initializes a new instance as a copy of an existing instance.
Motion1<T> - Class in agi.foundation
Describes motion, including a coordinate and optionally one or more derivatives.
Motion1() - Constructor for class agi.foundation.Motion1
Initializes a new instance.
Motion1(T...) - Constructor for class agi.foundation.Motion1
Initializes a new instance.
Motion2<T,TDerivative> - Class in agi.foundation
Describes motion, including a coordinate and optionally one or more derivatives.
Motion2() - Constructor for class agi.foundation.Motion2
Initializes a new instance.
Motion2(T, TDerivative...) - Constructor for class agi.foundation.Motion2
Initializes a new instance.
MotionEvaluator1<T> - Class in agi.foundation
The base class for evaluators that take a JulianDate and produce Motion1.
MotionEvaluator1(EvaluatorGroup) - Constructor for class agi.foundation.MotionEvaluator1
Initializes a new instance.
MotionEvaluator1(MotionEvaluator1<T>, CopyContext) - Constructor for class agi.foundation.MotionEvaluator1
Initializes a new instance as a copy of an existing instance.
MotionEvaluator2<T,TDerivative> - Class in agi.foundation
The base class for evaluators that take a JulianDate and produce Motion2.
MotionEvaluator2(EvaluatorGroup) - Constructor for class agi.foundation.MotionEvaluator2
Initializes a new instance.
MotionEvaluator2(MotionEvaluator2<T, TDerivative>, CopyContext) - Constructor for class agi.foundation.MotionEvaluator2
Initializes a new instance as a copy of an existing instance.
MouseButtons - Class in agi.foundation.compatibility
Specifies constants that define which mouse button was pressed.
MouseOptions - Class in agi.foundation.graphics.advanced
Options for configuring automatic handling of mouse input for controlling the scene's Camera.
move(GlobeImageOverlay, int) - Method in class agi.foundation.graphics.ImageCollection
Moves the GlobeImageOverlay to the specified position.
move(int, int) - Method in class agi.foundation.graphics.ImageCollection
Moves the GlobeImageOverlay at the specified index to the specified position.
move(TerrainOverlay, int) - Method in class agi.foundation.graphics.TerrainCollection
Moves the TerrainOverlay to the specified position.
move(int, int) - Method in class agi.foundation.graphics.TerrainCollection
Moves the TerrainOverlay at the specified index to the specified position.
Mu - Static variable in class agi.foundation.navigation.NavstarISGps200D
IS-GPS-200D definition of the Mu value for the Earth.
multiDimensionalConfidenceIntervals(int, double) - Static method in class agi.foundation.GaussianStatistics
Calculates the fraction of the probability distribution of a specified dimension that lies within the confidence interval described by the specified number of standard deviations.
multiDimensionalStandardDeviationFactor(int, double) - Static method in class agi.foundation.GaussianStatistics
Calculates the number of standard deviations that describe the confidence interval which makes up the given portion of the probability distribution.
MultipleStepIntegrator - Class in agi.foundation.numericalmethods.advanced
A subtype of integrator which saves multiple steps of derivative data for more accurate integration.
MultipleStepIntegrator() - Constructor for class agi.foundation.numericalmethods.advanced.MultipleStepIntegrator
Initializes a new instance.
MultipleStepIntegrator(MultipleStepIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.MultipleStepIntegrator
Initializes a new instance as a copy of an existing instance.
multiply(double) - Method in class agi.foundation.coordinates.AngleAxisRotation
Multiplies this instance by a scalar, yielding a new AngleAxisRotation.
multiply(AngleAxisRotation, double) - Static method in class agi.foundation.coordinates.AngleAxisRotation
Multiplies a specified AngleAxisRotation by a scalar, yielding a new AngleAxisRotation.
multiply(double, AngleAxisRotation) - Static method in class agi.foundation.coordinates.AngleAxisRotation
Multiplies a scalar by a specified AngleAxisRotation, yielding a new AngleAxisRotation.
multiply(double) - Method in class agi.foundation.coordinates.Cartesian
Multiplies this instance by a scalar.
multiply(Matrix3By3) - Method in class agi.foundation.coordinates.Cartesian
Multiplies this instance (treated as a row vector) by a Matrix3By3.
multiply(Cartesian, Matrix3By3) - Static method in class agi.foundation.coordinates.Cartesian
Multiplies a specified set of Cartesian coordinates by a Matrix3By3.
multiply(Cartesian, double) - Static method in class agi.foundation.coordinates.Cartesian
Multiplies a specified set of Cartesian coordinates by a scalar.
multiply(double, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
Multiplies a scalar by a specified set of set of Cartesian coordinates.
multiply(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Returns the product of two complex numbers.
multiply(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the linear algebra multiplication of the two given matrices.
multiply(Complex[]) - Method in class agi.foundation.coordinates.ComplexMatrix
Returns the result of the multiplication of this matrix and a vector.
multiply(ComplexMatrix, Complex[]) - Static method in class agi.foundation.coordinates.ComplexMatrix
Returns the result of the multiplication of this matrix and a vector.
multiply(double) - Method in class agi.foundation.coordinates.DenseMatrix
Creates a new Matrix which has the value of the current matrix multiplied by the given factor.
multiply(double[]) - Method in class agi.foundation.coordinates.DenseMatrix
Returns the result of the multiplication of this matrix and a vector.
multiply(DenseMatrix, double[]) - Static method in class agi.foundation.coordinates.DenseMatrix
Returns the result of the multiplication of a matrix and a vector.
multiply(double) - Method in class agi.foundation.coordinates.DiagonalMatrix
Creates a new Matrix which has the value of the current matrix multiplied by the given factor.
multiply(double) - Method in class agi.foundation.coordinates.ElementaryRotation
Multiplies this instance by a scalar, yielding a new ElementaryRotation.
multiply(ElementaryRotation) - Method in class agi.foundation.coordinates.ElementaryRotation
Multiplies this instance by the specified ElementaryRotation, yielding a Matrix3By3.
multiply(UnitQuaternion) - Method in class agi.foundation.coordinates.ElementaryRotation
Multiplies this instance by the specified UnitQuaternion, yielding a UnitQuaternion.
multiply(Matrix3By3) - Method in class agi.foundation.coordinates.ElementaryRotation
Multiplies this instance by the specified Matrix3By3, yielding a Matrix3By3.
multiply(ElementaryRotation, double) - Static method in class agi.foundation.coordinates.ElementaryRotation
Multiplies a specified ElementaryRotation by a scalar, yielding a new ElementaryRotation.
multiply(double, ElementaryRotation) - Static method in class agi.foundation.coordinates.ElementaryRotation
Multiplies a scalar by a specified ElementaryRotation, yielding a new ElementaryRotation.
multiply(ElementaryRotation, UnitQuaternion) - Static method in class agi.foundation.coordinates.ElementaryRotation
Multiplies a specified ElementaryRotation by a specified UnitQuaternion, yielding a new Quaternion.
multiply(ElementaryRotation, Matrix3By3) - Static method in class agi.foundation.coordinates.ElementaryRotation
Multiplies a specified ElementaryRotation by a specified Matrix3By3, yielding a new Matrix3By3.
multiply(ElementaryRotation, ElementaryRotation) - Static method in class agi.foundation.coordinates.ElementaryRotation
Multiplies a specified ElementaryRotation by a specified ElementaryRotation, yielding a new Matrix3By3.
multiply(double) - Method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which has the value of the current matrix multiplied by the given factor.
multiply(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the linear algebra multiplication of the two given matrices.
multiply(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the linear algebra multiplication of the two given matrices.
multiply(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the linear algebra multiplication of the two given matrices.
multiply(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the linear algebra multiplication of the two given matrices.
multiply(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a Matrix which is the linear algebra multiplication of the two given matrices.
multiply(double, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which has the value of the given matrix multiplied by the given factor.
multiply(Matrix, double) - Static method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which has the value of the given matrix multiplied by the given factor.
multiply(double) - Method in class agi.foundation.coordinates.Matrix3By3
Multiplies this matrix by a scalar.
multiply(ElementaryRotation) - Method in class agi.foundation.coordinates.Matrix3By3
Forms a new 3-by-3 matrix as the product of this 3-by-3 matrix and the provided elementary rotation.
multiply(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3
Multiplies this matrix by a matrix.
multiply(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3
Multiplies this matrix by a matrix.
multiply(Cartesian) - Method in class agi.foundation.coordinates.Matrix3By3
Forms a new Cartesian vector as the product of this 3-by-3 matrix and the provided Cartesian vector.
multiply(Matrix3By3, double) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies a matrix by a scalar.
multiply(double, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies a scalar by a matrix.
multiply(Matrix3By3, ElementaryRotation) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies a 3-by-3 matrix by an ElementaryRotation.
multiply(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies the left matrix by the right matrix.
multiply(Matrix3By3, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies the left matrix by the right matrix.
multiply(Matrix3By3, Cartesian) - Static method in class agi.foundation.coordinates.Matrix3By3
Multiplies the 3-by-3 matrix by the Cartesian vector.
multiply(double) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies this matrix by a scalar.
multiply(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies this matrix by a matrix.
multiply(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies this matrix by a matrix.
multiply(Cartesian) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Forms a new Cartesian vector as the product of this 3-by-3 matrix and the provided Cartesian vector.
multiply(Matrix3By3Symmetric, double) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies a matrix by a scalar.
multiply(double, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies a scalar by a matrix.
multiply(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies the left matrix by the right matrix.
multiply(Matrix3By3Symmetric, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies the left matrix by the right matrix.
multiply(Matrix3By3Symmetric, Cartesian) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Multiplies the 3-by-3 matrix by the Cartesian vector.
multiply(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6
Multiplies this matrix by a matrix.
multiply(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6
Multiplies this matrix by a matrix.
multiply(double) - Method in class agi.foundation.coordinates.Matrix6By6
Multiplies this matrix by a scalar.
multiply(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
Multiplies the left matrix by the right matrix.
multiply(Matrix6By6, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6
Multiplies the left matrix by the right matrix.
multiply(double, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
Multiplies a scalar by a matrix.
multiply(Matrix6By6, double) - Static method in class agi.foundation.coordinates.Matrix6By6
Multiplies a matrix by a scalar.
multiply(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies this matrix by a matrix.
multiply(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies this matrix by a matrix.
multiply(double) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies this matrix by a scalar.
multiply(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies the left matrix by the right matrix.
multiply(Matrix6By6Symmetric, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies the left matrix by the right matrix.
multiply(double, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies a scalar by a matrix.
multiply(Matrix6By6Symmetric, double) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Multiplies a matrix by a scalar.
multiply(double) - Method in class agi.foundation.coordinates.Quaternion
Multiplies this instance by a scalar, yielding a new Quaternion.
multiply(Quaternion) - Method in class agi.foundation.coordinates.Quaternion
Multiplies this instance by the specified Quaternion, yielding a new Quaternion.
multiply(ElementaryRotation) - Method in class agi.foundation.coordinates.Quaternion
Multiplies this instance by the specified ElementaryRotation, yielding a new Quaternion.
multiply(Quaternion, double) - Static method in class agi.foundation.coordinates.Quaternion
Multiplies a specified Quaternion by a scalar, yielding a new Quaternion.
multiply(double, Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
Multiplies a scalar by a specified Quaternion, yielding a new Quaternion.
multiply(Quaternion, ElementaryRotation) - Static method in class agi.foundation.coordinates.Quaternion
Multiplies a specified Quaternion by a specified ElementaryRotation, yielding a new Quaternion.
multiply(Quaternion, Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
Multiplies a specified Quaternion by another specified Quaternion, yielding a new Quaternion.
multiply(double) - Method in class agi.foundation.coordinates.Rectangular
Multiplies this instance by a scalar.
multiply(Rectangular, double) - Static method in class agi.foundation.coordinates.Rectangular
Multiplies a specified set of Rectangular coordinates by a scalar.
multiply(double, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
Multiplies a scalar by a specified set of set of Rectangular coordinates.
multiply(double) - Method in class agi.foundation.coordinates.UnitCartesian
Multiplies this instance by a scalar.
multiply(UnitCartesian, double) - Static method in class agi.foundation.coordinates.UnitCartesian
Multiplies a specified set of UnitCartesian coordinates by a scalar.
multiply(double, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Multiplies a scalar by a specified set of UnitCartesian coordinates.
multiply(double) - Method in class agi.foundation.coordinates.UnitQuaternion
Multiplies this instance by a scalar.
multiply(UnitQuaternion, double) - Static method in class agi.foundation.coordinates.UnitQuaternion
Multiplies a specified UnitQuaternion by a scalar, yielding a new Quaternion.
multiply(double, UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
Multiplies a scalar by a specified UnitQuaternion, yielding a new Quaternion.
multiply(UnitQuaternion, ElementaryRotation) - Static method in class agi.foundation.coordinates.UnitQuaternion
Multiplies a specified UnitQuaternion by a specified ElementaryRotation, yielding a new UnitQuaternion.
multiply(UnitQuaternion) - Method in class agi.foundation.coordinates.UnitQuaternion
Multiplies this instance by the specified UnitQuaternion, yielding a new UnitQuaternion.
multiply(ElementaryRotation) - Method in class agi.foundation.coordinates.UnitQuaternion
Multiplies this instance by the specified ElementaryRotation, yielding a new UnitQuaternion.
multiply(UnitQuaternion, UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
Multiplies a specified UnitQuaternion by another specified UnitQuaternion, yielding a new UnitQuaternion.
multiply(double) - Method in class agi.foundation.coordinates.UnitRectangular
Multiplies this instance by a scalar.
multiply(UnitRectangular, double) - Static method in class agi.foundation.coordinates.UnitRectangular
Multiplies a specified set of UnitRectangular coordinates by a scalar.
multiply(double, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Multiplies a scalar by a specified set of set of UnitRectangular coordinates.
multiply(double) - Method in class agi.foundation.DegreesMinutesSeconds
Multiplies this instance by the scalar provided.
multiply(DegreesMinutesSeconds, double) - Static method in class agi.foundation.DegreesMinutesSeconds
Multiplies the DegreesMinutesSeconds by a constant.
multiply(Scalar) - Method in class agi.foundation.geometry.Scalar
Multiplies another scalar with this one.
multiply(double) - Method in class agi.foundation.geometry.Scalar
Multiplies this scalar with a fixed value.
multiply(Scalar, Scalar) - Static method in class agi.foundation.geometry.Scalar
Multiplies two scalars together.
multiply(double, Scalar) - Static method in class agi.foundation.geometry.Scalar
Multiplies two scalars together.
multiply(Scalar, double) - Static method in class agi.foundation.geometry.Scalar
Multiplies two scalars together.
multiply(Scalar) - Method in class agi.foundation.geometry.Vector
Multiply this vector by a scale factor.
multiply(double) - Method in class agi.foundation.geometry.Vector
Multiply this vector by a scale factor.
multiply(Vector, Scalar) - Static method in class agi.foundation.geometry.Vector
Multiply a vector by a scalar.
multiply(Scalar, Vector) - Static method in class agi.foundation.geometry.Vector
Multiply a vector by a scalar.
multiply(Vector, double) - Static method in class agi.foundation.geometry.Vector
Multiply a vector by a scalar.
multiply(double, Vector) - Static method in class agi.foundation.geometry.Vector
Multiply a vector by a scalar.
multiply(double) - Method in class agi.foundation.time.Duration
Multiplies the Duration by a constant.
multiply(Duration, double) - Static method in class agi.foundation.time.Duration
Multiplies the Duration by a constant.
multiplyAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
Sets the product ComplexMatrix to equal the linear algebra multiplication of multiplicand times multiplier.
multiplyAssign(double) - Method in class agi.foundation.coordinates.DenseMatrix
Multiply a matrix by a scalar in place, A = s*A
multiplyAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
Sets the product Matrix to equal the linear algebra multiplication of the multiplicand times the multiplier.
MultivariableFunctionDifferentialSolver - Class in agi.foundation.numericalmethods
An intermediate base class for MultivariableFunctionSolvers that will solve a function by iteration towards a solution.
MultivariableFunctionDifferentialSolver() - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
Initializes a new instance.
MultivariableFunctionDifferentialSolver(MultivariableFunctionDifferentialSolver, CopyContext) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionEvaluationAndDerivativeResults<TResults,TDerivativeResults> - Class in agi.foundation.numericalmethods
Contains the evaluated value and derivative results of a multivariable function.
MultivariableFunctionEvaluationAndDerivativeResults(TResults, TDerivativeResults) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionEvaluationAndDerivativeResults
Initializes a new instance.
MultivariableFunctionEvaluationAndDerivativeResults(MultivariableFunctionEvaluationAndDerivativeResults<TResults, TDerivativeResults>, CopyContext) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionEvaluationAndDerivativeResults
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionSolver - Class in agi.foundation.numericalmethods
The abstract base class for MultivariableFunctionSolvers.
MultivariableFunctionSolver() - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolver
Initializes a new instance.
MultivariableFunctionSolver(MultivariableFunctionSolver, CopyContext) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolver
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionSolverIterationResults - Class in agi.foundation.numericalmethods
The results of a single iteration of a MultivariableFunctionSolver.
MultivariableFunctionSolverIterationResults(SolvableMultivariableFunctionResults, SolvableMultivariableFunctionDerivativeResults, int, SolverVariableSettings[], SolverConstraintSettings[]) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Initializes a new instance.
MultivariableFunctionSolverIterationResults(MultivariableFunctionSolverIterationResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionSolverResults<TIterationResults> - Class in agi.foundation.numericalmethods
A type storing the overall results of a MultivariableFunctionSolver.
MultivariableFunctionSolverResults(Iterable<? extends TIterationResults>, boolean, boolean, Iterable<? extends MultivariableFunctionSolverWarning>) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
Initializes a new instance.
MultivariableFunctionSolverResults(MultivariableFunctionSolverResults<TIterationResults>, CopyContext) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionSolverStepResult<TResults,TDerivativeResults> - Class in agi.foundation.numericalmethods
The results evaluated in one iteration of a MultivariableFunctionSolver.
MultivariableFunctionSolverStepResult(double[], TResults, TDerivativeResults, boolean, boolean) - Constructor for class agi.foundation.numericalmethods.MultivariableFunctionSolverStepResult
Initializes a new instance.
MultivariableFunctionSolverWarning - Class in agi.foundation.numericalmethods.advanced
When a MultivariableFunctionSolver for some reason doesn't succeed or encounters another issue that is not critical enough to throw an RuntimeException, one of these warning objects can be created to let the user know what happened.
MultivariableFunctionSolverWarning(Object, String) - Constructor for class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
Initializes a new instance.
MultivariableFunctionSolverWarning(MultivariableFunctionSolverWarning, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
Initializes a new instance as a copy of an existing instance.
MultivariableFunctionWarning - Class in agi.foundation.numericalmethods.advanced
A warning for when a SolvableMultivariableFunction being run in a MultivariableFunctionSolver encounters a problem due to a solver nested in the function having a problem.
MultivariableFunctionWarning(Object, MultivariableFunctionSolverWarning) - Constructor for class agi.foundation.numericalmethods.advanced.MultivariableFunctionWarning
Initializes a new instance.
MultivariableFunctionWarning(MultivariableFunctionWarning, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.MultivariableFunctionWarning
Initializes a new instance as a copy of an existing instance.

N

NameCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML name for objects that provide INameService.
NameExtension - Class in agi.foundation.platforms
An ObjectExtension that provides a name of an object.
NameExtension() - Constructor for class agi.foundation.platforms.NameExtension
Initializes a new instance.
NameExtension(String) - Constructor for class agi.foundation.platforms.NameExtension
Initialize the extension with the given name.
NameExtension(NameExtension, CopyContext) - Constructor for class agi.foundation.platforms.NameExtension
Initializes a new instance as a copy of an existing instance.
NanuType - Enum in agi.foundation.navigation.datareaders
The possible types of Notice To NAVSTAR Users (NANUs) issued.
NativeLibraryException - Exception in agi.foundation
An exception that occurred while loading a native library.
NativeLibraryException(String) - Constructor for exception agi.foundation.NativeLibraryException
Initializes a new instance with a specified message.
NativeLibraryException(String, RuntimeException) - Constructor for exception agi.foundation.NativeLibraryException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
NavigationAccuracyAssessed - Class in agi.foundation.navigation
The NavigationAccuracyAssessed class calculates navigation accuracy based on Performance Assessment File (PAF) Data.
NavigationAccuracyAssessed() - Constructor for class agi.foundation.navigation.NavigationAccuracyAssessed
Initializes a new instance with 0.0 for all accuracy values.
NavigationAccuracyAssessed(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, List<SatelliteUserRangeError>) - Constructor for class agi.foundation.navigation.NavigationAccuracyAssessed
Initializes a new instance from the specified position error and satellite user range errors.
NavigationAccuracyAssessedConstraint - Class in agi.foundation.access.constraints
An Access constraint which restricts access to the ConstrainedObject (get / set) to when the assessed navigation accuracy is above a minimum, below a maximum or both.
NavigationAccuracyAssessedConstraint() - Constructor for class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Initializes a new instance with default values.
NavigationAccuracyAssessedConstraint(double, NavigationAccuracyAssessedType, PerformanceAssessmentFile) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Initializes a new instance with the specified maximum value, accuracy value to constrain, and performance assessment file.
NavigationAccuracyAssessedConstraint(IServiceProvider, double, NavigationAccuracyAssessedType, PerformanceAssessmentFile) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Initializes a new instance with the specified constrained object, maximum value, accuracy value to constrain, and performance assessment file.
NavigationAccuracyAssessedConstraint(NavigationAccuracyAssessedConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Initializes a new instance as a copy of an existing instance.
NavigationAccuracyAssessedFigureOfMerit - Class in agi.foundation.coverage.figureofmerit
A figure of merit which represents the NavigationAccuracyAssessed at any given point over time.
NavigationAccuracyAssessedFigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
Initializes a new instance.
NavigationAccuracyAssessedFigureOfMerit(NavigationAccuracyAssessedType, PerformanceAssessmentFile) - Constructor for class agi.foundation.coverage.figureofmerit.NavigationAccuracyAssessedFigureOfMerit
Constructs a new instance based on the given type and performance assessment file.
NavigationAccuracyAssessedType - Enum in agi.foundation.navigation
An enumeration defining the type of assessed navigation accuracy.
NavigationAccuracyPredicted - Class in agi.foundation.navigation
The NavigationAccuracyPredicted class calculates navigation accuracy based on Prediction Support File (PSF) Data.
NavigationAccuracyPredicted() - Constructor for class agi.foundation.navigation.NavigationAccuracyPredicted
Initializes a new instance with 0.0 for all accuracy values.
NavigationAccuracyPredicted(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.navigation.NavigationAccuracyPredicted
Initializes a new instance from the specified position errors.
NavigationAccuracyPredictedConstraint - Class in agi.foundation.access.constraints
An Access constraint which restricts access to the ConstrainedObject (get / set) to when the predicted navigation accuracy is above a minimum, below a maximum or both.
NavigationAccuracyPredictedConstraint() - Constructor for class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Initializes a new instance with default values.
NavigationAccuracyPredictedConstraint(double, NavigationAccuracyPredictedType, int, PredictionSupportFile) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Initializes a new instance with the specified maximum value, accuracy value to constrain, percentage confidence, and prediction support file.
NavigationAccuracyPredictedConstraint(IServiceProvider, double, NavigationAccuracyPredictedType, int, PredictionSupportFile) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Initializes a new instance with the specified constrained object, maximum value, accuracy value to constrain, percentage confidence, and prediction support file.
NavigationAccuracyPredictedConstraint(NavigationAccuracyPredictedConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Initializes a new instance as a copy of an existing instance.
NavigationAccuracyPredictedFigureOfMerit - Class in agi.foundation.coverage.figureofmerit
A figure of merit which represents the NavigationAccuracyPredicted at any given point over time.
NavigationAccuracyPredictedFigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
Initializes a new instance.
NavigationAccuracyPredictedFigureOfMerit(NavigationAccuracyPredictedType, PredictionSupportFile) - Constructor for class agi.foundation.coverage.figureofmerit.NavigationAccuracyPredictedFigureOfMerit
Constructs a new instance based on the given type of navigation accuracy predicted and the corresponding prediction support file.
NavigationAccuracyPredictedType - Enum in agi.foundation.navigation
An enumeration defining the type of predicted navigation accuracy.
NavigationAdvancedLibraryVersion - Class in agi.foundation
Version information for the Navigation.Advanced library.
NavigationBlockType - Enum in agi.foundation.navigation
Defines the Global Positioning System satellite blocks.
NavigationLibraryVersion - Class in agi.foundation
Version information for the Navigation library.
NavigationReceiverAccessQuery - Class in agi.foundation.navigation.advanced
Defines the queries necessary to track a GNSS navigation signal.
NavigationReceiverAccessQuery() - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Initializes a new instance.
NavigationReceiverAccessQuery(int, AccessQuery) - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Creates a new instance with the specified satelliteID and AccessQuery.
NavigationReceiverChannel - Class in agi.foundation.navigation.advanced
Represents a single channel in a GPS receiver and contains the navigation signals from a single GPS satellite.
NavigationReceiverChannel() - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverChannel
Initializes a new instance.
NavigationReceiverChannel(int) - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverChannel
Creates a new instance and specifies which satelliteID this channel receives signals from.
NavigationReceiverChannelCollection - Class in agi.foundation.navigation.advanced
NavigationReceiverChannelCollection() - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Initializes a new instance.
NavigationReceiverChannelCollection(Iterable<? extends NavigationReceiverChannel>) - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Construct a new instance based on an existing collection of NavigationReceiverChannels.
NavigationReceiverChannelCollection(NavigationReceiverChannelCollection, CopyContext) - Constructor for class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Initializes a new instance as a copy of an existing instance.
NavigationSignal - Class in agi.foundation.navigation.advanced
A navigation signal that is trackable by a GPS receiver.
NavigationSignal(NavigationSignalType, NavigationSignalPriority, NavigationSignalTrackingType, int, double) - Constructor for class agi.foundation.navigation.advanced.NavigationSignal
Constructs a trackable signal for a navigation communications front end, specifying all parameters except the link.
NavigationSignalCharacteristics - Class in agi.foundation.navigation.advanced
Defines specific details for GPS Signals.
NavigationSignalCollection - Class in agi.foundation.navigation.advanced
A collection of NavigationSignals.
NavigationSignalCollection() - Constructor for class agi.foundation.navigation.advanced.NavigationSignalCollection
Initializes a new instance.
NavigationSignalCollection(Iterable<? extends NavigationSignal>) - Constructor for class agi.foundation.navigation.advanced.NavigationSignalCollection
Construct a new instance based on an existing collection of NavigationSignals.
NavigationSignalCollection(NavigationSignalCollection, CopyContext) - Constructor for class agi.foundation.navigation.advanced.NavigationSignalCollection
Initializes a new instance as a copy of an existing instance.
NavigationSignalPriority - Enum in agi.foundation.navigation.advanced
Defines signal priorities for multiple signals in a NavigationSignalCollection.
NavigationSignalTrackingType - Enum in agi.foundation.navigation.advanced
Defines signal tracking types within a NavigationReceiverChannel.
NavigationSignalType - Enum in agi.foundation.navigation.advanced
Types defining the different navigation signal configurations
NavigationTransmitterExtension - Class in agi.foundation.navigation.advanced
An extension that provides navigation transmitter capabilities.
NavigationTransmitterExtension() - Constructor for class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Initializes a new instance.
NavigationTransmitterExtension(GpsSignalGeneratorCollection, NavigationBlockType) - Constructor for class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Creates a navigation transmitter, specifying the transmitter collection and the block type of the transmitting satellite.
NavigationTransmitterExtension(NavigationTransmitterExtension, CopyContext) - Constructor for class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Initializes a new instance as a copy of an existing instance.
NavstarISGps200D - Class in agi.foundation.navigation
A collection of constants from the Navstar Global Positioning System Interface Specification, IS-GPS-200 Revision D.
NavstarISGps200DPropagator - Class in agi.foundation.propagators
Propagates the orbit of a Global Positioning System (GPS) satellite according to the propagation scheme defined in the Navstar Interface Specific (IS) GPS-200D.
NavstarISGps200DPropagator(IGpsElements) - Constructor for class agi.foundation.propagators.NavstarISGps200DPropagator
Constructor that takes a single GPS satellite element set.
NavstarISGps200DPropagator(NavstarISGps200DPropagator, CopyContext) - Constructor for class agi.foundation.propagators.NavstarISGps200DPropagator
Initializes a new instance as a copy of an existing instance.
NearestNeighborTerrainInterpolator - Class in agi.foundation.terrain
An interpolator that returns the post that is nearest to a given longitude and latitude.
NearestNeighborTerrainInterpolator() - Constructor for class agi.foundation.terrain.NearestNeighborTerrainInterpolator
 
NearFarScalar - Class in agi.foundation.cesium
A numeric value which will be linearly interpolated between two values based on an object's distance from the camera, in eye coordinates.
NearFarScalar() - Constructor for class agi.foundation.cesium.NearFarScalar
Initializes a new instance.
NearFarScalar(double, double, double, double) - Constructor for class agi.foundation.cesium.NearFarScalar
Initializes a new instance.
NearFarScalar(double[]) - Constructor for class agi.foundation.cesium.NearFarScalar
Initializes a new instance from the first four consecutive elements in the provided array.
NearFarScalar(double[], int) - Constructor for class agi.foundation.cesium.NearFarScalar
Initializes a new instance from four consecutive elements in the provided array.
negate(Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
Negates the specified set of Cartesian coordinates, yielding a new set of Cartesian coordinates.
negate(Complex) - Static method in class agi.foundation.coordinates.Complex
Negates the Complex value.
negate(Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
Negates the specified Quaternion, yielding a new Quaternion.
negate(Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
Negates the specified set of Rectangular coordinates, yielding a new set of Rectangular coordinates.
negate(UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Negates the specified UnitCartesian, yielding a new UnitCartesian.
negate(UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
Negates the specified UnitQuaternion, yielding a new UnitQuaternion.
negate(UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Negates the specified UnitRectangular, yielding a new UnitRectangular.
negate(Duration) - Static method in class agi.foundation.time.Duration
Inverts a specified Duration.
negativePiToPi(double) - Static method in class agi.foundation.Trig
Produces an angle in the range -π < angle <= π which is equivalent to the provided angle.
Nep097BspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Neptune and Triton with respect to the Neptune system barycenter.
Nep097BspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.Nep097BspEphemerisProvider
Initializes an instance using the specified nep097.bsp filename.
Nep097BspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.Nep097BspEphemerisProvider
Initializes a new instance with the specified stream factory.
Nep097BspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.Nep097BspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
Nep097BspEphemerisProvider(Nep097BspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.Nep097BspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
NeptuneBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the position of Triton with respect to the Neptune system barycenter.
NeptuneBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.NeptuneBspEphemerisProvider
Initializes an instance using the specified neptune.bsp filename.
NeptuneBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.NeptuneBspEphemerisProvider
Initializes a new instance with the specified stream factory.
NeptuneBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.NeptuneBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
NeptuneBspEphemerisProvider(NeptuneBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.NeptuneBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
NeptuneCentralBody - Class in agi.foundation.celestial
The planet Neptune.
NeptuneCentralBody() - Constructor for class agi.foundation.celestial.NeptuneCentralBody
Initializes a new instance.
NeptuneCentralBody(NeptuneCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.NeptuneCentralBody
Initializes a new instance as a copy of an existing instance.
NeptuneGravitationalParameter - Static variable in class agi.foundation.celestial.NeptunianMoonsAnalyticEphemeris
The gravitational parameter of Neptune used by nep097.bsp converted to m^3/s^2.
NeptuneJ2 - Static variable in class agi.foundation.celestial.NeptunianMoonsAnalyticEphemeris
The unnormalized J2 term of Neptune used by nep097.bsp.
NeptuneJ4 - Static variable in class agi.foundation.celestial.NeptunianMoonsAnalyticEphemeris
The unnormalized J4 term of Neptune used by nep097.bsp.
NeptuneSystemBarycenter - Class in agi.foundation.celestial
The barycenter of the Neptune system.
NeptuneSystemBarycenter() - Constructor for class agi.foundation.celestial.NeptuneSystemBarycenter
Initializes a new instance.
NeptuneSystemBarycenter(NeptuneSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.NeptuneSystemBarycenter
Initializes a new instance as a copy of an existing instance.
NeptunianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
Provides Point instances representing the positions of one of the Neptunian moons computed using a J4Propagator with gravitational terms provided by the comments file for the nep097 ephemeris file.
NetworkContext - Class in agi.foundation.graphics
Allows a custom delegate to be installed which will be called with every network request made by Insight3D.
NetworkContext.ConfigureRequest - Class in agi.foundation.graphics
A delegate which will be called with a request immediately before it is sent, allowing the request to be modified.
NetworkContext.ConfigureRequest.Function - Interface in agi.foundation.graphics
A functional interface for the containing delegate type.
newThread(Runnable) - Method in class agi.foundation.compatibility.ThreadPool.ThreadPoolThreadFactory
 
NewtonFindRoot - Class in agi.foundation.numericalmethods.advanced
Locates the root of a function using the Newton-Raphson method.
NewtonFindRoot(RealValuedScalarFunction, double, RealValuedScalarFunction, double, double, double) - Constructor for class agi.foundation.numericalmethods.advanced.NewtonFindRoot
Initializes a new instance that can be used to find roots of a specified function.
NewtonRaphsonMultivariableFunctionSolver - Class in agi.foundation.numericalmethods
A differential corrector for solving SolvableMultivariableFunctions.
NewtonRaphsonMultivariableFunctionSolver() - Constructor for class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
Initializes a new instance.
NewtonRaphsonMultivariableFunctionSolver(NewtonRaphsonMultivariableFunctionSolver, CopyContext) - Constructor for class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
Initializes a new instance as a copy of an existing instance.
NewtonRootType - Enum in agi.foundation.numericalmethods.advanced
Indicates the type of Root (get) held by a NewtonFindRoot.
nextFrame() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
Advances to the next frame.
nextFrame() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Advances to the next frame.
nextFrame() - Method in class agi.foundation.graphics.RealTimeAnimation
Advances to the next frame.
NgaDigitalTerrainElevationData - Class in agi.foundation.terrain
A terrain provider for reading terrain from National Geospatial-Intelligence Agency (NGA) Digital Terrain Elevation Data (DTED) files.
NgaDigitalTerrainElevationData(String) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance using the specified DMED filename.
NgaDigitalTerrainElevationData(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance using the specified DMED filename.
NgaDigitalTerrainElevationData(FileStreamFactory) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance with the specified file stream factory for a DMED file.
NgaDigitalTerrainElevationData(FileStreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance with the specified file stream factory for a DMED file.
NgaDigitalTerrainElevationData(String, int, int, int, int) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance with the specified information.
NgaDigitalTerrainElevationData(String, int, int, int, int, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationData
Initializes a new instance with the specified information.
NgaDigitalTerrainElevationDataCell - Class in agi.foundation.terrain
A terrain provider for reading terrain from a single 1 degree x 1 degree cell of a National Geospatial-Intelligence Agency (NGA) Digital Terrain Elevation Data (DTED) file.
NgaDigitalTerrainElevationDataCell(String) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationDataCell
Initializes a new instance using the specified filename.
NgaDigitalTerrainElevationDataCell(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationDataCell
Initializes a new instance using the specified filename.
NgaDigitalTerrainElevationDataCell(StreamFactory) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationDataCell
Initializes a new instance with the specified stream factory.
NgaDigitalTerrainElevationDataCell(StreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.NgaDigitalTerrainElevationDataCell
Initializes a new instance with the specified stream factory.
NodeTransformationGraphics - Class in agi.foundation.cesium
Describes graphical properties for articulating/transforming nodes on a 3D model.
NodeTransformationGraphics() - Constructor for class agi.foundation.cesium.NodeTransformationGraphics
Initializes a new instance.
NONE - Static variable in class agi.foundation.compatibility.FileAccess
 
NONE - Static variable in class agi.foundation.compatibility.MouseButtons
No mouse button was pressed.
NONE - Static variable in class agi.foundation.terrain.GTOPO30Options
No special options are used to load the terrain data.
norm(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
The ellipsoid norm evaluated at the provided position.
normalizationFactor(int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel1996
The normalization factor for the spherical harmonic terms of the specified degree and order.
normalizationFactor(int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel2008
The normalization factor for the spherical harmonic terms of the specified degree and order.
normalize(double, int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel1996
Computes the corresponding normalized value of an unnormalized coefficient.
normalize(double, int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel2008
Computes the corresponding normalized value of an unnormalized coefficient.
normalize() - Method in class agi.foundation.coordinates.Cartesian
Forms a set of UnitCartesian coordinates from this instance.
normalize(double[]) - Method in class agi.foundation.coordinates.Cartesian
Forms a set of UnitCartesian coordinates from this instance and returns the Magnitude (get) of the original instance in the provided parameter.
normalize() - Method in class agi.foundation.coordinates.Quaternion
Forms a set of UnitQuaternion coordinates from this instance.
normalize(double[]) - Method in class agi.foundation.coordinates.Quaternion
Forms a set of UnitQuaternion coordinates from this instance and returns the magnitude of the original instance in the provided parameter.
normalize() - Method in class agi.foundation.coordinates.Rectangular
Forms a set of UnitRectangular coordinates from this instance.
normalize(double[]) - Method in class agi.foundation.coordinates.Rectangular
Forms a set of UnitRectangular coordinates from this instance and returns the Magnitude (get) of the original instance in the provided parameter.
normalize() - Method in class agi.foundation.coordinates.Spherical
Forms a set of UnitSpherical coordinates from this instance.
NormalizedVectorEvaluator - Class in agi.foundation.geometry
Evaluates a VectorEvaluator and normalizes each value.
NormalizedVectorEvaluator(EvaluatorGroup, VectorEvaluator) - Constructor for class agi.foundation.geometry.NormalizedVectorEvaluator
Initializes a new instance.
normSquared(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
The square of the ellipsoid Ellipsoid.norm(agi.foundation.coordinates.Cartesian) evaluated at the provided position.
northEastDownTransformation(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic north-east-down axes at the given position on the surface.
NoScalingOnConstraint - Class in agi.foundation.numericalmethods
The value in question is not scaled.
NoScalingOnConstraint() - Constructor for class agi.foundation.numericalmethods.NoScalingOnConstraint
 
NoScalingOnCostFunction - Class in agi.foundation.numericalmethods
The value in question is not scaled.
NoScalingOnCostFunction() - Constructor for class agi.foundation.numericalmethods.NoScalingOnCostFunction
 
NoScalingOnInequalityConstraint - Class in agi.foundation.numericalmethods
The value in question is not scaled.
NoScalingOnInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.NoScalingOnInequalityConstraint
 
NoScalingOnVariable - Class in agi.foundation.numericalmethods
The value in question is not scaled.
NoScalingOnVariable() - Constructor for class agi.foundation.numericalmethods.NoScalingOnVariable
 
not(AccessQuery) - Static method in class agi.foundation.access.AccessQuery
Inverts a query using a logical NOT operation.
notEquals(ClimbDescentCommandedValues, ClimbDescentCommandedValues) - Static method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
Returns true if the two instances are not exactly equal.
notEquals(CruiseCommandedValues, CruiseCommandedValues) - Static method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
Returns true if the two instances are not exactly equal.
notEquals(HorizontalBehaviorDerivatives, HorizontalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
Returns true if the two instances are not exactly equal.
notEquals(VerticalBehaviorDerivatives, VerticalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Returns true if the two instances are not exactly equal.
notEquals(Bounds, Bounds) - Static method in class agi.foundation.Bounds
Returns true if the two instances are not exactly equal.
notEquals(EarthOrientationParametersData, EarthOrientationParametersData) - Static method in class agi.foundation.celestial.EarthOrientationParametersData
Returns true if the two instances are not exactly equal.
notEquals(IauOrientationParameters, IauOrientationParameters) - Static method in class agi.foundation.celestial.IauOrientationParameters
Returns true if the two instances are not exactly equal.
notEquals(Nutation, Nutation) - Static method in class agi.foundation.celestial.Nutation
Returns true if the two instances are not exactly equal.
notEquals(Precession, Precession) - Static method in class agi.foundation.celestial.Precession
Returns true if the two instances are not exactly equal.
notEquals(SphericalHarmonicCoefficients, SphericalHarmonicCoefficients) - Static method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Returns true if the two instances are not exactly equal.
notEquals(ThirdBodyGravity.ThirdBodyInfo, ThirdBodyGravity.ThirdBodyInfo) - Static method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Returns true if the two instances are not exactly equal.
notEquals(NearFarScalar, NearFarScalar) - Static method in class agi.foundation.cesium.NearFarScalar
Returns true if the two instances are not exactly equal.
notEquals(ElectricFieldVectorComponents, ElectricFieldVectorComponents) - Static method in class agi.foundation.communications.ElectricFieldVectorComponents
Returns true if the two instances are not exactly equal.
notEquals(PulsedSignalData, PulsedSignalData) - Static method in class agi.foundation.communications.signalprocessing.PulsedSignalData
Returns true if the two instances are not exactly equal.
notEquals(AngleAxisRotation, AngleAxisRotation) - Static method in class agi.foundation.coordinates.AngleAxisRotation
Returns true if the two instances are not exactly equal.
notEquals(AzimuthElevationRange, AzimuthElevationRange) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
Returns true if the two instances are not exactly equal.
notEquals(AzimuthHorizontalVertical, AzimuthHorizontalVertical) - Static method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Returns true if the two instances are not exactly equal.
notEquals(BoundingRectangle, BoundingRectangle) - Static method in class agi.foundation.coordinates.BoundingRectangle
Returns true if the two instances are not exactly equal.
notEquals(Cartesian, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
Returns true if the two instances are not exactly equal.
notEquals(CartesianBounds, CartesianBounds) - Static method in class agi.foundation.coordinates.CartesianBounds
Returns true if the two instances are not exactly equal.
notEquals(Cartographic, Cartographic) - Static method in class agi.foundation.coordinates.Cartographic
Returns true if the two instances are not exactly equal.
notEquals(CartographicExtent, CartographicExtent) - Static method in class agi.foundation.coordinates.CartographicExtent
Returns true if the two instances are not exactly equal.
notEquals(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Returns true if the two instances are not exactly equal.
notEquals(Cylindrical, Cylindrical) - Static method in class agi.foundation.coordinates.Cylindrical
Returns true if the two instances are not exactly equal.
notEquals(CylindricalBounds, CylindricalBounds) - Static method in class agi.foundation.coordinates.CylindricalBounds
Returns true if the two instances are not exactly equal.
notEquals(EigenDecomposition, EigenDecomposition) - Static method in class agi.foundation.coordinates.EigenDecomposition
Returns true if the two instances are not exactly equal.
notEquals(ElementaryRotation, ElementaryRotation) - Static method in class agi.foundation.coordinates.ElementaryRotation
Returns true if the two instances are not exactly equal.
notEquals(EulerSequence, EulerSequence) - Static method in class agi.foundation.coordinates.EulerSequence
Returns true if the two instances are not exactly equal.
notEquals(HelmertTransformation, HelmertTransformation) - Static method in class agi.foundation.coordinates.HelmertTransformation
Returns true if the two instances are not exactly equal.
notEquals(KinematicTransformation, KinematicTransformation) - Static method in class agi.foundation.coordinates.KinematicTransformation
Returns true if the two instances are not exactly equal.
notEquals(LongitudeLatitudeRadius, LongitudeLatitudeRadius) - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Returns true if the two instances are not exactly equal.
notEquals(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
Returns true if the two instances are not exactly equal.
notEquals(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
Returns true if the two instances are not exactly equal.
notEquals(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
Returns true if the two instances are not exactly equal.
notEquals(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
Returns true if the two instances are not exactly equal.
notEquals(MilitaryGridReferenceSystem, MilitaryGridReferenceSystem) - Static method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Returns true if the two instances are not exactly equal.
notEquals(Polar, Polar) - Static method in class agi.foundation.coordinates.Polar
Returns true if the two instances are not exactly equal.
notEquals(Pyramidal, Pyramidal) - Static method in class agi.foundation.coordinates.Pyramidal
Returns true if the two instances are not exactly equal.
notEquals(PyramidalBounds, PyramidalBounds) - Static method in class agi.foundation.coordinates.PyramidalBounds
Returns true if the two instances are not exactly equal.
notEquals(Quaternion, Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
Returns true if the two instances are not exactly equal.
notEquals(Rectangular, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
Returns true if the two instances are not exactly equal.
notEquals(RotationVectorAngularVelocity, RotationVectorAngularVelocity) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
An inequality operator overload that compares two RotationVectorAngularVelocity objects.
notEquals(Spherical, Spherical) - Static method in class agi.foundation.coordinates.Spherical
Returns true if the two instances are not exactly equal.
notEquals(SphericalBounds, SphericalBounds) - Static method in class agi.foundation.coordinates.SphericalBounds
Returns true if the two instances are not exactly equal.
notEquals(TextureCoordinate4DF, TextureCoordinate4DF) - Static method in class agi.foundation.coordinates.TextureCoordinate4DF
Returns true if the two instances are not exactly equal.
notEquals(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Returns true if the two instances are not exactly equal.
notEquals(UnitQuaternion, UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
Returns true if the two instances are not exactly equal.
notEquals(UnitRectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Returns true if the two instances are not exactly equal.
notEquals(UnitSpherical, UnitSpherical) - Static method in class agi.foundation.coordinates.UnitSpherical
Returns true if the two instances are not exactly equal.
notEquals(UniversalPolarStereographic, UniversalPolarStereographic) - Static method in class agi.foundation.coordinates.UniversalPolarStereographic
Returns true if the two instances are not exactly equal.
notEquals(UniversalTransverseMercator, UniversalTransverseMercator) - Static method in class agi.foundation.coordinates.UniversalTransverseMercator
Returns true if the two instances are not exactly equal.
notEquals(YawPitchRoll, YawPitchRoll) - Static method in class agi.foundation.coordinates.YawPitchRoll
Returns true if the two instances are not exactly equal.
notEquals(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Returns true if the two instances are not exactly equal.
notEquals(PointOnCurve, PointOnCurve) - Static method in class agi.foundation.geometry.shapes.PointOnCurve
Returns true if the two instances are not exactly equal.
notEquals(BoundingSphere, BoundingSphere) - Static method in class agi.foundation.graphics.advanced.BoundingSphere
Returns true if the two instances are not exactly equal.
notEquals(PathPoint, PathPoint) - Static method in class agi.foundation.graphics.PathPoint
Returns true if the two instances are not exactly equal.
notEquals(PathPointBuilder, PathPointBuilder) - Static method in class agi.foundation.graphics.PathPointBuilder
Returns true if the two instances are not exactly equal.
notEquals(TextureFilter2D, TextureFilter2D) - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
Returns true if the two instances are not exactly equal.
notEquals(TextureTemplate2D, TextureTemplate2D) - Static method in class agi.foundation.graphics.renderer.TextureTemplate2D
Returns true if the two instances are not exactly equal.
notEquals(Motion1<T>, Motion1<T>) - Static method in class agi.foundation.Motion1
Returns true if the two instances are not exactly equal.
notEquals(Motion2<T, TDerivative>, Motion2<T, TDerivative>) - Static method in class agi.foundation.Motion2
Returns true if the two instances are not exactly equal.
notEquals(RinexNavigationEphemeris, RinexNavigationEphemeris) - Static method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Returns true if the two instances are not exactly equal.
notEquals(SatelliteIdentifier, SatelliteIdentifier) - Static method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
Returns true if the two instances are not exactly equal.
notEquals(PropagationStateArray, PropagationStateArray) - Static method in class agi.foundation.propagators.PropagationStateArray
Returns true if the two instances are not exactly equal.
notEquals(Waypoint, Waypoint) - Static method in class agi.foundation.propagators.Waypoint
Returns true if the two instances are not exactly equal.
notEquals(QuantizedMeshTileCoordinateExtent, QuantizedMeshTileCoordinateExtent) - Static method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Returns true if the two instances are not exactly equal.
notEquals(QuantizedMeshTileID, QuantizedMeshTileID) - Static method in class agi.foundation.terrain.QuantizedMeshTileID
Returns true if the two instances are not exactly equal.
notEquals(RasterTerrainIndexExtent, RasterTerrainIndexExtent) - Static method in class agi.foundation.terrain.RasterTerrainIndexExtent
Returns true if the two instances are not exactly equal.
notEquals(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
Returns true if the two instances are not exactly equal.
notEquals(Duration, Duration) - Static method in class agi.foundation.time.Duration
Returns true if two Durations are NOT exactly equal, within the limits of floating point precision.
notEquals(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
Returns true if the two instances are not exactly equal.
notEquals(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
Returns true if the two instances are not exactly equal.
notEquals(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
Returns true if the two dates are NOT exactly equal.
notEquals(LeapSecond, LeapSecond) - Static method in class agi.foundation.time.LeapSecond
Returns true if the two instances are not exactly equal.
notEquals(TimeInterval, TimeInterval) - Static method in class agi.foundation.time.TimeInterval
Returns true if the two instances are not exactly equal.
notEquals(TimeInterval1<T>, TimeInterval1<T>) - Static method in class agi.foundation.time.TimeInterval1
Returns true if the two instances are not exactly equal.
notEquals(TimeIntervalCollection, TimeIntervalCollection) - Static method in class agi.foundation.time.TimeIntervalCollection
Returns true if the two instances are not exactly equal.
notEquals(TimeIntervalCollection1<T>, TimeIntervalCollection1<T>) - Static method in class agi.foundation.time.TimeIntervalCollection1
Returns true if the two instances are not exactly equal.
notEquals(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
Returns true if the two instances are not exactly equal.
NotFiniteNumberException - Exception in agi.foundation.compatibility
 
NotFiniteNumberException() - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NotFiniteNumberException(double) - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NotFiniteNumberException(String) - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NotFiniteNumberException(String, double) - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NotFiniteNumberException(String, Exception) - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NotFiniteNumberException(String, double, Exception) - Constructor for exception agi.foundation.compatibility.NotFiniteNumberException
 
NPlateAtmosphericDragForce - Class in agi.foundation.celestial
A medium-fidelity force model for atmospheric drag on a spacecraft.
NPlateAtmosphericDragForce() - Constructor for class agi.foundation.celestial.NPlateAtmosphericDragForce
Initializes a ForceModel describing the atmospheric drag force on an object.
NPlateAtmosphericDragForce(NPlateModel, Axes, ScalarAtmosphericDensity, CentralBody) - Constructor for class agi.foundation.celestial.NPlateAtmosphericDragForce
Initializes a ForceModel describing the atmospheric drag force on an object.
NPlateAtmosphericDragForce(NPlateAtmosphericDragForce, CopyContext) - Constructor for class agi.foundation.celestial.NPlateAtmosphericDragForce
 
NPlateModel - Class in agi.foundation.celestial
A collection that models the spacecraft's body as a collection of individual plates with surface areas, body-fixed directions, and drag or reflectivity coefficients.
NPlateModel() - Constructor for class agi.foundation.celestial.NPlateModel
Initializes a new instance.
NPlateModel(NPlateModel, CopyContext) - Constructor for class agi.foundation.celestial.NPlateModel
Initializes a new instance as a copy of an existing instance.
NPlateSolarRadiationForce - Class in agi.foundation.celestial
A medium-fidelity force model for solar radiation pressure on a spacecraft.
NPlateSolarRadiationForce() - Constructor for class agi.foundation.celestial.NPlateSolarRadiationForce
Initializes a ForceModel describing the solar radiation pressure force on an object.
NPlateSolarRadiationForce(NPlateModel, Axes, Point) - Constructor for class agi.foundation.celestial.NPlateSolarRadiationForce
Initializes a ForceModel describing the solar radiation pressure force on an object.
NPlateSolarRadiationForce(NPlateModel, Axes, ScalarOccultation) - Constructor for class agi.foundation.celestial.NPlateSolarRadiationForce
Initializes a ForceModel describing the solar radiation pressure force on an object.
NPlateSolarRadiationForce(NPlateSolarRadiationForce, CopyContext) - Constructor for class agi.foundation.celestial.NPlateSolarRadiationForce
 
NumberOfAssets - Class in agi.foundation.coverage.figureofmerit
A figure of merit which provides statistical information regarding the number of assets providing coverage.
NumericalInitialStateSegment - Class in agi.foundation.segmentpropagation
An InitialStateSegment whose state is represented as a NumericalPropagatorState derived from a NumericalPropagatorDefinition.
NumericalInitialStateSegment() - Constructor for class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Initialize a new instance.
NumericalInitialStateSegment(NumericalPropagatorDefinition) - Constructor for class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Initialize a new instance with the specified parameters.
NumericalInitialStateSegment(NumericalInitialStateSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Initializes a new instance as a copy of an existing instance.
NumericalIntegrationInformation - Class in agi.foundation.propagators
Contains information about the behavior of an integrator in a given integration step.
NumericalIntegrationInformation(StepSizeInformation, double) - Constructor for class agi.foundation.propagators.NumericalIntegrationInformation
Create an instance based on the given information.
NumericalIntegrator - Class in agi.foundation.numericalmethods
A numerical integrator which can be used to update a set of dependent variables over a given step of an independent variable by using a differential equation defining the derivatives.
NumericalIntegrator() - Constructor for class agi.foundation.numericalmethods.NumericalIntegrator
Initializes a new instance.
NumericalIntegrator(NumericalIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.NumericalIntegrator
Initializes a new instance as a copy of an existing instance.
NumericallyComputedMultivariableFunctionDerivativeResults - Class in agi.foundation.numericalmethods
The results of an evaluation of the derivative of a SolvableMultivariableFunction when that evaluation was done with a numerical algorithm.
NumericallyComputedMultivariableFunctionDerivativeResults(SolvableMultivariableFunctionResults, double[][], SolvableMultivariableFunctionResults[], boolean, FiniteDifferenceMethod) - Constructor for class agi.foundation.numericalmethods.NumericallyComputedMultivariableFunctionDerivativeResults
Initializes a new instance.
NumericallyComputedOptimizerFunctionDerivativeResults - Class in agi.foundation.numericalmethods
The results of an evaluation of the derivative of an OptimizerMultivariableFunction when that evaluation was done with a numerical algorithm.
NumericallyComputedOptimizerFunctionDerivativeResults(OptimizerMultivariableFunctionResults, double[], double[][], double[][], OptimizerMultivariableFunctionResults[], FiniteDifferenceMethod) - Constructor for class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
Initializes a new instance.
NumericallyComputedOptimizerFunctionDerivativeResults(NumericallyComputedOptimizerFunctionDerivativeResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
Initializes a new instance as a copy of an existing instance.
NumericalPropagationException - Exception in agi.foundation.propagators
An exception that indicates an error was encountered during propagation.
NumericalPropagationException() - Constructor for exception agi.foundation.propagators.NumericalPropagationException
Initializes a new instance with a default message.
NumericalPropagationException(String) - Constructor for exception agi.foundation.propagators.NumericalPropagationException
Initializes a new instance with a specified error message.
NumericalPropagationException(String, RuntimeException) - Constructor for exception agi.foundation.propagators.NumericalPropagationException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
NumericalPropagationException(RuntimeException) - Constructor for exception agi.foundation.propagators.NumericalPropagationException
Initializes a new instance with the default error message and a reference to the inner exception that is the cause of this exception.
NumericalPropagationStateHistory - Class in agi.foundation.propagators
Contains a collection of data resulting from propagating the state over a span of time.
NumericalPropagationStateHistory(PropagationStateConverter, boolean, NumericalPropagationStateHistory...) - Constructor for class agi.foundation.propagators.NumericalPropagationStateHistory
Initializes a new instance.
NumericalPropagationStateHistory(PropagationStateConverter, boolean, SortingFormat, NumericalPropagationStateHistory...) - Constructor for class agi.foundation.propagators.NumericalPropagationStateHistory
Initializes a new instance.
NumericalPropagationStateHistory(List<JulianDate>, List<double[]>, List<NumericalIntegrationInformation>, PropagationStateConverter) - Constructor for class agi.foundation.propagators.NumericalPropagationStateHistory
Initializes a new instance.
NumericalPropagationStateHistory(List<JulianDate>, List<double[]>, List<NumericalIntegrationInformation>, PropagationStateConverter, SortingFormat) - Constructor for class agi.foundation.propagators.NumericalPropagationStateHistory
Initializes a new instance.
NumericalPropagator - Class in agi.foundation.propagators
A propagator which can advance the state from initial conditions by either taking individual integration steps or by propagating over a given time span.
NumericalPropagatorAdapterHelper - Class in agi.foundation.coordinates
Contains various helper methods and properties will make using NumericalPropagatorDefinition and StateElementAdapters easier.
NumericalPropagatorAdapterHelper() - Constructor for class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Initializes a new instance.
NumericalPropagatorDefinition - Class in agi.foundation.propagators
The definitional object that creates a NumericalPropagator.
NumericalPropagatorDefinition() - Constructor for class agi.foundation.propagators.NumericalPropagatorDefinition
Initializes a new instance.
NumericalPropagatorDefinition(NumericalPropagatorDefinition, CopyContext) - Constructor for class agi.foundation.propagators.NumericalPropagatorDefinition
Initializes a new instance as a copy of an existing instance.
NumericalPropagatorSegment - Class in agi.foundation.segmentpropagation
A segment that will run a NumericalPropagator until a StoppingCondition is satisfied.
NumericalPropagatorSegment() - Constructor for class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Initializes a new instance.
NumericalPropagatorSegment(NumericalPropagatorSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Initializes a new instance as a copy of an existing instance.
NumericalPropagatorState - Class in agi.foundation.propagators
A state representing every propagated value in a particular NumericalPropagator.
NumericalPropagatorState(double[], JulianDate, NumericalPropagatorState) - Constructor for class agi.foundation.propagators.NumericalPropagatorState
Initializes an instance that copies all of the information from the oldState except for the CurrentState (get) and CurrentDate (get / set).
NumericalPropagatorState(JulianDate, Iterable<? extends PropagationStateElement>, Iterable<? extends AuxiliaryStateElement>) - Constructor for class agi.foundation.propagators.NumericalPropagatorState
Initialize a new instance.
NumericalPropagatorState(JulianDate, Iterable<? extends PropagationStateElement>, Iterable<? extends AuxiliaryStateElement>, EvaluatorGroup) - Constructor for class agi.foundation.propagators.NumericalPropagatorState
Initialize a new instance.
NumericalPropagatorState(NumericalPropagatorState, CopyContext) - Constructor for class agi.foundation.propagators.NumericalPropagatorState
Initializes a new instance as a copy of an existing instance.
Nutation - Class in agi.foundation.celestial
Holds nutation angles in longitude and in obliquity.
Nutation(double, double, double) - Constructor for class agi.foundation.celestial.Nutation
Initializes a new Nutation with specified angles in longitude and in obliquity.
NutationModel - Class in agi.foundation.celestial
A model of the nutation of a central body.
NutationModel() - Constructor for class agi.foundation.celestial.NutationModel
Initializes a new instance.
NutationModel(NutationModel, CopyContext) - Constructor for class agi.foundation.celestial.NutationModel
Initializes a new instance as a copy of an existing instance.

O

ObjectExtension - Class in agi.foundation.infrastructure
The base class for extensions that can be added at run-time to ExtensibleObject instances in order to give them additional properties and behaviors.
ObjectExtension() - Constructor for class agi.foundation.infrastructure.ObjectExtension
Initializes a new instance.
ObjectExtension(ObjectExtension, CopyContext) - Constructor for class agi.foundation.infrastructure.ObjectExtension
Initializes a new instance as a copy of an existing instance.
ObjectFrozenException - Exception in agi.foundation
An exception that is thrown when an attempt is made to modify an object that has been frozen with a call to IFreezable.freeze().
ObjectFrozenException() - Constructor for exception agi.foundation.ObjectFrozenException
Initializes a new instance.
ObjectFrozenException(String) - Constructor for exception agi.foundation.ObjectFrozenException
Initializes a new instance.
ObjectFrozenException(String, RuntimeException) - Constructor for exception agi.foundation.ObjectFrozenException
Initializes a new instance.
ObjectFrozenException(Object) - Constructor for exception agi.foundation.ObjectFrozenException
Initializes a new instance with a reference to the frozen object.
ObjectFrozenException(Object, RuntimeException) - Constructor for exception agi.foundation.ObjectFrozenException
Initializes a new instance with a specified frozen object and a reference to the inner exception that is the cause of this exception.
observeCartographicPoint(Point) - Method in class agi.foundation.celestial.CentralBody
Gets an evaluator that can be used to find the Cartographic motion of a point relative to this central body.
observeCartographicPoint(Point, EvaluatorGroup) - Method in class agi.foundation.celestial.CentralBody
Gets an evaluator that can be used to find the Cartographic motion of a point relative to this central body.
observePoint(Point, ReferenceFrame) - Static method in class agi.foundation.geometry.GeometryTransformer
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in the new Frame (get / set) at a given JulianDate.
observePoint(Point, ReferenceFrame, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer
Gets an evaluator that can be used to find the Motion<Cartesian> of this point in the new Frame (get / set) at a given JulianDate.
observePointInOtherPointsFrame(Point, Point) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator that can be used to observe the Motion<Cartesian> of a point at a given JulianDate in the reference frame in which another point is defined.
observePointInOtherPointsFrame(Point, Point, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator that can be used to observe the Motion<Cartesian> of a point at a given JulianDate in the reference frame in which another point is defined.
observeVector(Vector, Axes) - Static method in class agi.foundation.geometry.GeometryTransformer
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in a given axes at a given JulianDate.
observeVector(Vector, Axes, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer
Gets an evaluator that can be used to find the Motion<Cartesian> of this vector in a given axes at a given JulianDate.
observeVectorInOtherVectorsAxes(Vector, Vector) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator to observe the Motion<Cartesian> of a vector in the axes in which another vector is defined.
observeVectorInOtherVectorsAxes(Vector, Vector, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator to observe the Motion<Cartesian> of a vector in the axes in which another vector is defined.
observeVectorInPointsAxes(Vector, Point) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator to observe the Motion<Cartesian> representation of a vector in the axes in which a point is defined.
observeVectorInPointsAxes(Vector, Point, EvaluatorGroup) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Gets an evaluator to observe the Motion<Cartesian> representation of a vector in the axes in which a point is defined.
occultation(EclipseType, double, double, double, boolean) - Static method in class agi.foundation.celestial.ScalarOccultationDualCone
Returns the fraction of light from an illuminating body that an eclipsing body is occulting based on the dual cone shadow model.
of(CentralBodyInertialAxes.ComputeOrientationParameters.Function) - Static method in class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
Create a delegate for the given interface.
of(CentralBodyInertialAxes.ComputeOrientationParameters.Function, Object, String, Class<?>...) - Static method in class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
Create a delegate for the given interface.
of(CentralBodyInertialAxes.ComputeOrientationParameters.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
Create a delegate for the given interface.
of(ComputeIauOrientationParameters.Function) - Static method in class agi.foundation.celestial.ComputeIauOrientationParameters
Create a delegate for the given interface.
of(ComputeIauOrientationParameters.Function, Object, String, Class<?>...) - Static method in class agi.foundation.celestial.ComputeIauOrientationParameters
Create a delegate for the given interface.
of(ComputeIauOrientationParameters.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.celestial.ComputeIauOrientationParameters
Create a delegate for the given interface.
of(SignalModificationMethod.Function) - Static method in class agi.foundation.communications.SignalModificationMethod
Create a delegate for the given interface.
of(SignalModificationMethod.Function, Object, String, Class<?>...) - Static method in class agi.foundation.communications.SignalModificationMethod
Create a delegate for the given interface.
of(SignalModificationMethod.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.communications.SignalModificationMethod
Create a delegate for the given interface.
of(Action.Function) - Static method in class agi.foundation.compatibility.Action
Create a delegate for the given interface.
of(Action.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.Action
Create a delegate for the given interface.
of(Action.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.Action
Create a delegate for the given interface.
of(Action1.Function<T>) - Static method in class agi.foundation.compatibility.Action1
Create a delegate for the given interface.
of(Action1.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.Action1
Create a delegate for the given interface.
of(Action1.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.Action1
Create a delegate for the given interface.
of(Converter.Function<TInput, TOutput>) - Static method in class agi.foundation.compatibility.Converter
Create a delegate for the given interface.
of(Converter.Function<TInput, TOutput>, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.Converter
Create a delegate for the given interface.
of(Converter.Function<TInput, TOutput>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.Converter
Create a delegate for the given interface.
of(DoWorkEventHandler.Function) - Static method in class agi.foundation.compatibility.DoWorkEventHandler
Create a delegate for the given interface.
of(DoWorkEventHandler.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.DoWorkEventHandler
Create a delegate for the given interface.
of(DoWorkEventHandler.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.DoWorkEventHandler
Create a delegate for the given interface.
of(EventHandler.Function<TEventArgs>) - Static method in class agi.foundation.compatibility.EventHandler
Create a delegate for the given interface.
of(EventHandler.Function<TEventArgs>, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.EventHandler
Create a delegate for the given interface.
of(EventHandler.Function<TEventArgs>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.EventHandler
Create a delegate for the given interface.
of(FileAccess...) - Static method in class agi.foundation.compatibility.FileAccess
Create a new value built by combining the specified values.
of(FontStyle...) - Static method in class agi.foundation.compatibility.FontStyle
Create a new value built by combining the specified values.
of(MouseButtons...) - Static method in class agi.foundation.compatibility.MouseButtons
Create a new value built by combining the specified values.
of(Predicate.Function<T>) - Static method in class agi.foundation.compatibility.Predicate
Create a delegate for the given interface.
of(Predicate.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.Predicate
Create a delegate for the given interface.
of(Predicate.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.Predicate
Create a delegate for the given interface.
of(ProgressChangedEventHandler.Function) - Static method in class agi.foundation.compatibility.ProgressChangedEventHandler
Create a delegate for the given interface.
of(ProgressChangedEventHandler.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.ProgressChangedEventHandler
Create a delegate for the given interface.
of(ProgressChangedEventHandler.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.ProgressChangedEventHandler
Create a delegate for the given interface.
of(RunWorkerCompletedEventHandler.Function) - Static method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Create a delegate for the given interface.
of(RunWorkerCompletedEventHandler.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Create a delegate for the given interface.
of(RunWorkerCompletedEventHandler.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Create a delegate for the given interface.
of(SendOrPostCallback.Function) - Static method in class agi.foundation.compatibility.SendOrPostCallback
Create a delegate for the given interface.
of(SendOrPostCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.SendOrPostCallback
Create a delegate for the given interface.
of(SendOrPostCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.SendOrPostCallback
Create a delegate for the given interface.
of(WaitCallback.Function) - Static method in class agi.foundation.compatibility.WaitCallback
Create a delegate for the given interface.
of(WaitCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.compatibility.WaitCallback
Create a delegate for the given interface.
of(WaitCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.compatibility.WaitCallback
Create a delegate for the given interface.
of(CreateAdapterCallback.Function) - Static method in class agi.foundation.coordinates.CreateAdapterCallback
Create a delegate for the given interface.
of(CreateAdapterCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.coordinates.CreateAdapterCallback
Create a delegate for the given interface.
of(CreateAdapterCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.coordinates.CreateAdapterCallback
Create a delegate for the given interface.
of(CoverageGridPointCreationCallback.Function) - Static method in class agi.foundation.coverage.CoverageGridPointCreationCallback
Create a delegate for the given interface.
of(CoverageGridPointCreationCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.coverage.CoverageGridPointCreationCallback
Create a delegate for the given interface.
of(CoverageGridPointCreationCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.coverage.CoverageGridPointCreationCallback
Create a delegate for the given interface.
of(FigureOfMerit.Function<T>) - Static method in class agi.foundation.coverage.figureofmerit.FigureOfMerit
Create a delegate for the given interface.
of(FigureOfMerit.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.coverage.figureofmerit.FigureOfMerit
Create a delegate for the given interface.
of(FigureOfMerit.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.coverage.figureofmerit.FigureOfMerit
Create a delegate for the given interface.
of(EvaluatorGroup.Callback0.Function<TEvaluator>) - Static method in class agi.foundation.EvaluatorGroup.Callback0
Create a delegate for the given interface.
of(EvaluatorGroup.Callback0.Function<TEvaluator>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback0
Create a delegate for the given interface.
of(EvaluatorGroup.Callback0.Function<TEvaluator>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback0
Create a delegate for the given interface.
of(EvaluatorGroup.Callback1.Function<TEvaluator, TParameter1>) - Static method in class agi.foundation.EvaluatorGroup.Callback1
Create a delegate for the given interface.
of(EvaluatorGroup.Callback1.Function<TEvaluator, TParameter1>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback1
Create a delegate for the given interface.
of(EvaluatorGroup.Callback1.Function<TEvaluator, TParameter1>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback1
Create a delegate for the given interface.
of(EvaluatorGroup.Callback2.Function<TEvaluator, TParameter1, TParameter2>) - Static method in class agi.foundation.EvaluatorGroup.Callback2
Create a delegate for the given interface.
of(EvaluatorGroup.Callback2.Function<TEvaluator, TParameter1, TParameter2>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback2
Create a delegate for the given interface.
of(EvaluatorGroup.Callback2.Function<TEvaluator, TParameter1, TParameter2>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback2
Create a delegate for the given interface.
of(EvaluatorGroup.Callback3.Function<TEvaluator, TParameter1, TParameter2, TParameter3>) - Static method in class agi.foundation.EvaluatorGroup.Callback3
Create a delegate for the given interface.
of(EvaluatorGroup.Callback3.Function<TEvaluator, TParameter1, TParameter2, TParameter3>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback3
Create a delegate for the given interface.
of(EvaluatorGroup.Callback3.Function<TEvaluator, TParameter1, TParameter2, TParameter3>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback3
Create a delegate for the given interface.
of(EvaluatorGroup.Callback4.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4>) - Static method in class agi.foundation.EvaluatorGroup.Callback4
Create a delegate for the given interface.
of(EvaluatorGroup.Callback4.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback4
Create a delegate for the given interface.
of(EvaluatorGroup.Callback4.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback4
Create a delegate for the given interface.
of(EvaluatorGroup.Callback5.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5>) - Static method in class agi.foundation.EvaluatorGroup.Callback5
Create a delegate for the given interface.
of(EvaluatorGroup.Callback5.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5>, Object, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback5
Create a delegate for the given interface.
of(EvaluatorGroup.Callback5.Function<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.EvaluatorGroup.Callback5
Create a delegate for the given interface.
of(ComputeValueFromState.Function<T>) - Static method in class agi.foundation.geometry.ComputeValueFromState
Create a delegate for the given interface.
of(ComputeValueFromState.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.geometry.ComputeValueFromState
Create a delegate for the given interface.
of(ComputeValueFromState.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.geometry.ComputeValueFromState
Create a delegate for the given interface.
of(CylinderFill...) - Static method in class agi.foundation.geometry.discrete.CylinderFill
Create a new value built by combining the specified values.
of(RenderPass...) - Static method in class agi.foundation.graphics.advanced.RenderPass
Create a new value built by combining the specified values.
of(NetworkContext.ConfigureRequest.Function) - Static method in class agi.foundation.graphics.NetworkContext.ConfigureRequest
Create a delegate for the given interface.
of(NetworkContext.ConfigureRequest.Function, Object, String, Class<?>...) - Static method in class agi.foundation.graphics.NetworkContext.ConfigureRequest
Create a delegate for the given interface.
of(NetworkContext.ConfigureRequest.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.graphics.NetworkContext.ConfigureRequest
Create a delegate for the given interface.
of(CollectionAlgorithms.ComparisonOfDifferentTypes.Function<T1, T2>) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
Create a delegate for the given interface.
of(CollectionAlgorithms.ComparisonOfDifferentTypes.Function<T1, T2>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
Create a delegate for the given interface.
of(CollectionAlgorithms.ComparisonOfDifferentTypes.Function<T1, T2>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
Create a delegate for the given interface.
of(CreateCalculationContextFacetCallback.Function) - Static method in class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
Create a delegate for the given interface.
of(CreateCalculationContextFacetCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
Create a delegate for the given interface.
of(CreateCalculationContextFacetCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
Create a delegate for the given interface.
of(FormatConversionCallback.Function<T, TFormatType>) - Static method in class agi.foundation.infrastructure.FormatConversionCallback
Create a delegate for the given interface.
of(FormatConversionCallback.Function<T, TFormatType>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.FormatConversionCallback
Create a delegate for the given interface.
of(FormatConversionCallback.Function<T, TFormatType>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.FormatConversionCallback
Create a delegate for the given interface.
of(HashCode.GetHashCodeFunction.Function<T>) - Static method in class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
Create a delegate for the given interface.
of(HashCode.GetHashCodeFunction.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
Create a delegate for the given interface.
of(HashCode.GetHashCodeFunction.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.HashCode.GetHashCodeFunction
Create a delegate for the given interface.
of(ParameterAction...) - Static method in class agi.foundation.infrastructure.ParameterAction
Create a new value built by combining the specified values.
of(RecurringTask.Function) - Static method in class agi.foundation.infrastructure.threading.RecurringTask
Create a delegate for the given interface.
of(RecurringTask.Function, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.RecurringTask
Create a delegate for the given interface.
of(RecurringTask.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.RecurringTask
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback.Function<TParameter>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback.Function<TParameter>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback.Function<TParameter>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback2.Function<TParameter1, TParameter2>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback2.Function<TParameter1, TParameter2>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallback2.Function<TParameter1, TParameter2>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallback2
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress.Function<TParameter>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress.Function<TParameter>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress.Function<TParameter>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress2.Function<TParameter1, TParameter2>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress2.Function<TParameter1, TParameter2>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Create a delegate for the given interface.
of(ThreadedCalculation.BodyCallbackWithProgress2.Function<TParameter1, TParameter2>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation.BodyCallbackWithProgress2
Create a delegate for the given interface.
of(TryFormatConversionCallback.Function<T, TFormatType>) - Static method in class agi.foundation.infrastructure.TryFormatConversionCallback
Create a delegate for the given interface.
of(TryFormatConversionCallback.Function<T, TFormatType>, Object, String, Class<?>...) - Static method in class agi.foundation.infrastructure.TryFormatConversionCallback
Create a delegate for the given interface.
of(TryFormatConversionCallback.Function<T, TFormatType>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.infrastructure.TryFormatConversionCallback
Create a delegate for the given interface.
of(ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function) - Static method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
Create a delegate for the given interface.
of(ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
Create a delegate for the given interface.
of(ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
Create a delegate for the given interface.
of(BurdenFairesAdaptiveQuadrature.Integrand.Function) - Static method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Create a delegate for the given interface.
of(BurdenFairesAdaptiveQuadrature.Integrand.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Create a delegate for the given interface.
of(BurdenFairesAdaptiveQuadrature.Integrand.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature.Integrand
Create a delegate for the given interface.
of(OrdinaryDifferentialEquationFunction.Function) - Static method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Create a delegate for the given interface.
of(OrdinaryDifferentialEquationFunction.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Create a delegate for the given interface.
of(OrdinaryDifferentialEquationFunction.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Create a delegate for the given interface.
of(DelegateBasedConstraintCallback.Function) - Static method in class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Create a delegate for the given interface.
of(DelegateBasedConstraintCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Create a delegate for the given interface.
of(DelegateBasedConstraintCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedConstraintCallback
Create a delegate for the given interface.
of(DelegateBasedCostFunctionCallback.Function) - Static method in class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Create a delegate for the given interface.
of(DelegateBasedCostFunctionCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Create a delegate for the given interface.
of(DelegateBasedCostFunctionCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedCostFunctionCallback
Create a delegate for the given interface.
of(DelegateBasedInequalityConstraintCallback.Function) - Static method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Create a delegate for the given interface.
of(DelegateBasedInequalityConstraintCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Create a delegate for the given interface.
of(DelegateBasedInequalityConstraintCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraintCallback
Create a delegate for the given interface.
of(DoubleSampleSuggestionCallback.Function) - Static method in class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Create a delegate for the given interface.
of(DoubleSampleSuggestionCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Create a delegate for the given interface.
of(DoubleSampleSuggestionCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DoubleSampleSuggestionCallback
Create a delegate for the given interface.
of(DoubleSimpleFunction.Function) - Static method in class agi.foundation.numericalmethods.DoubleSimpleFunction
Create a delegate for the given interface.
of(DoubleSimpleFunction.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DoubleSimpleFunction
Create a delegate for the given interface.
of(DoubleSimpleFunction.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DoubleSimpleFunction
Create a delegate for the given interface.
of(DurationSampleSuggestionCallback.Function) - Static method in class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Create a delegate for the given interface.
of(DurationSampleSuggestionCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Create a delegate for the given interface.
of(DurationSampleSuggestionCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DurationSampleSuggestionCallback
Create a delegate for the given interface.
of(DurationSimpleFunction.Function) - Static method in class agi.foundation.numericalmethods.DurationSimpleFunction
Create a delegate for the given interface.
of(DurationSimpleFunction.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DurationSimpleFunction
Create a delegate for the given interface.
of(DurationSimpleFunction.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.DurationSimpleFunction
Create a delegate for the given interface.
of(JulianDateSampleSuggestionCallback.Function) - Static method in class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Create a delegate for the given interface.
of(JulianDateSampleSuggestionCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Create a delegate for the given interface.
of(JulianDateSampleSuggestionCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.JulianDateSampleSuggestionCallback
Create a delegate for the given interface.
of(JulianDateSimpleFunction.Function) - Static method in class agi.foundation.numericalmethods.JulianDateSimpleFunction
Create a delegate for the given interface.
of(JulianDateSimpleFunction.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.JulianDateSimpleFunction
Create a delegate for the given interface.
of(JulianDateSimpleFunction.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.JulianDateSimpleFunction
Create a delegate for the given interface.
of(RealValuedScalarFunction.Function) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction
Create a delegate for the given interface.
of(RealValuedScalarFunction.Function, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction
Create a delegate for the given interface.
of(RealValuedScalarFunction.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction
Create a delegate for the given interface.
of(RealValuedScalarFunction1.Function<T>) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction1
Create a delegate for the given interface.
of(RealValuedScalarFunction1.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction1
Create a delegate for the given interface.
of(RealValuedScalarFunction1.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.RealValuedScalarFunction1
Create a delegate for the given interface.
of(SetVariableCallback.Function<T>) - Static method in class agi.foundation.numericalmethods.SetVariableCallback
Create a delegate for the given interface.
of(SetVariableCallback.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.SetVariableCallback
Create a delegate for the given interface.
of(SetVariableCallback.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.numericalmethods.SetVariableCallback
Create a delegate for the given interface.
of(StepSizeInformation...) - Static method in class agi.foundation.numericalmethods.StepSizeInformation
Create a new value built by combining the specified values.
of(ComputeNewThresholdCallback.Function<T>) - Static method in class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
Create a delegate for the given interface.
of(ComputeNewThresholdCallback.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
Create a delegate for the given interface.
of(ComputeNewThresholdCallback.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
Create a delegate for the given interface.
of(SingleValueUpdaterCallback.Function) - Static method in class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
Create a delegate for the given interface.
of(SingleValueUpdaterCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
Create a delegate for the given interface.
of(SingleValueUpdaterCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.segmentpropagation.SingleValueUpdaterCallback
Create a delegate for the given interface.
of(ConditionCheckCallback.Function) - Static method in class agi.foundation.stoppingconditions.ConditionCheckCallback
Create a delegate for the given interface.
of(ConditionCheckCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.ConditionCheckCallback
Create a delegate for the given interface.
of(ConditionCheckCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.ConditionCheckCallback
Create a delegate for the given interface.
of(ConstraintSatisfiedCallback.Function) - Static method in class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
Create a delegate for the given interface.
of(ConstraintSatisfiedCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
Create a delegate for the given interface.
of(ConstraintSatisfiedCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
Create a delegate for the given interface.
of(InitializeCallback.Function) - Static method in class agi.foundation.stoppingconditions.InitializeCallback
Create a delegate for the given interface.
of(InitializeCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.InitializeCallback
Create a delegate for the given interface.
of(InitializeCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.InitializeCallback
Create a delegate for the given interface.
of(StoppingTriggeredCallback.Function) - Static method in class agi.foundation.stoppingconditions.StoppingTriggeredCallback
Create a delegate for the given interface.
of(StoppingTriggeredCallback.Function, Object, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.StoppingTriggeredCallback
Create a delegate for the given interface.
of(StoppingTriggeredCallback.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.stoppingconditions.StoppingTriggeredCallback
Create a delegate for the given interface.
of(GTOPO30Options...) - Static method in class agi.foundation.terrain.GTOPO30Options
Create a new value built by combining the specified values.
of(MergeTimeIntervalDataCallback.Function<T>) - Static method in class agi.foundation.time.MergeTimeIntervalDataCallback
Create a delegate for the given interface.
of(MergeTimeIntervalDataCallback.Function<T>, Object, String, Class<?>...) - Static method in class agi.foundation.time.MergeTimeIntervalDataCallback
Create a delegate for the given interface.
of(MergeTimeIntervalDataCallback.Function<T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.time.MergeTimeIntervalDataCallback
Create a delegate for the given interface.
of(TiremTerrainProfileComputation.Function) - Static method in class agi.foundation.tirem.TiremTerrainProfileComputation
Create a delegate for the given interface.
of(TiremTerrainProfileComputation.Function, Object, String, Class<?>...) - Static method in class agi.foundation.tirem.TiremTerrainProfileComputation
Create a delegate for the given interface.
of(TiremTerrainProfileComputation.Function, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tirem.TiremTerrainProfileComputation
Create a delegate for the given interface.
of(EntityPropertyGetter.Function<TEntity>) - Static method in class agi.foundation.tracking.EntityPropertyGetter
Create a delegate for the given interface.
of(EntityPropertyGetter.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityPropertyGetter
Create a delegate for the given interface.
of(EntityPropertyGetter.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityPropertyGetter
Create a delegate for the given interface.
of(EntityPropertySetter.Function<TEntity>) - Static method in class agi.foundation.tracking.EntityPropertySetter
Create a delegate for the given interface.
of(EntityPropertySetter.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityPropertySetter
Create a delegate for the given interface.
of(EntityPropertySetter.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityPropertySetter
Create a delegate for the given interface.
of(EntityTransactedPropertyGetter.Function<TEntity, T>) - Static method in class agi.foundation.tracking.EntityTransactedPropertyGetter
Create a delegate for the given interface.
of(EntityTransactedPropertyGetter.Function<TEntity, T>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityTransactedPropertyGetter
Create a delegate for the given interface.
of(EntityTransactedPropertyGetter.Function<TEntity, T>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.EntityTransactedPropertyGetter
Create a delegate for the given interface.
of(IsMatchCallback.Function<TEntity>) - Static method in class agi.foundation.tracking.IsMatchCallback
Create a delegate for the given interface.
of(IsMatchCallback.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.IsMatchCallback
Create a delegate for the given interface.
of(IsMatchCallback.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.IsMatchCallback
Create a delegate for the given interface.
of(LabelCallback.Function<TEntity>) - Static method in class agi.foundation.tracking.LabelCallback
Create a delegate for the given interface.
of(LabelCallback.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.LabelCallback
Create a delegate for the given interface.
of(LabelCallback.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.LabelCallback
Create a delegate for the given interface.
of(MarkerCallback.Function<TEntity>) - Static method in class agi.foundation.tracking.MarkerCallback
Create a delegate for the given interface.
of(MarkerCallback.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.MarkerCallback
Create a delegate for the given interface.
of(MarkerCallback.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.MarkerCallback
Create a delegate for the given interface.
of(ModelCallback.Function<TEntity>) - Static method in class agi.foundation.tracking.ModelCallback
Create a delegate for the given interface.
of(ModelCallback.Function<TEntity>, Object, String, Class<?>...) - Static method in class agi.foundation.tracking.ModelCallback
Create a delegate for the given interface.
of(ModelCallback.Function<TEntity>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.tracking.ModelCallback
Create a delegate for the given interface.
of(TransactionalSelectCallback.Function<TResult>) - Static method in class agi.foundation.TransactionalSelectCallback
Create a delegate for the given interface.
of(TransactionalSelectCallback.Function<TResult>, Object, String, Class<?>...) - Static method in class agi.foundation.TransactionalSelectCallback
Create a delegate for the given interface.
of(TransactionalSelectCallback.Function<TResult>, Class<?>, String, Class<?>...) - Static method in class agi.foundation.TransactionalSelectCallback
Create a delegate for the given interface.
OffAxisTorque - Class in agi.foundation.celestial
Represents the torque effects of a thruster that is not aligned with the center of mass of a a vehicle parameterized by a PropagationEulerianAxes.
OffAxisTorque(Vector, Cartesian, Axes) - Constructor for class agi.foundation.celestial.OffAxisTorque
Initializes a model of the torque generated by a thruster that is not aligned with the center of mass of a vehicle.
OffAxisTorque(Scalar, UnitCartesian, Cartesian, Axes) - Constructor for class agi.foundation.celestial.OffAxisTorque
Initializes a model of the torque generated by a thruster that is not aligned with the center of mass of a vehicle.
onAnyConditionSatisfied(StoppingConditionEventFoundEventArgs) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Called when any of the StoppingConditions are satisfied.
onHasReset() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
 
onLooping(JulianDate) - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
onLooping(JulianDate) - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
 
onPaused() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
 
onRadiusChanged() - Method in class agi.foundation.geometry.shapes.ComplexConic
Called after the Radius (get / set) property changes.
onRadiusChanged() - Method in class agi.foundation.geometry.shapes.RectangularPyramid
Called after the Radius (get / set) property changes.
onRadiusChanged() - Method in class agi.foundation.geometry.shapes.SensorFieldOfView
Called after the Radius (get / set) property changes.
onRadiusChanged() - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
Called after the Radius (get / set) property changes.
onStarted(boolean) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
 
onStarted(boolean) - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
 
onTimeUpdate() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Called when the user sets the Time (get / set).
onTimeUpdate() - Method in class agi.foundation.graphics.RealTimeSimulationAnimation
 
OPAQUE - Static variable in class agi.foundation.graphics.advanced.RenderPass
Render during the opaque rendering pass.
openFileStream() - Method in class agi.foundation.infrastructure.FileStreamFactory
Opens a new FileStream.
openStream() - Method in class agi.foundation.infrastructure.FileStreamFactory
Opens a new InputStream.
openStream() - Method in class agi.foundation.infrastructure.StreamFactory
Opens a new InputStream.
OpenStreetMapImageGlobeOverlay - Class in agi.foundation.graphics
A CustomImageGlobeOverlay that uses data from an OpenStreetMap server.
OpenStreetMapImageGlobeOverlay() - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes a new instance, using the default server and the entire Earth's extent.
OpenStreetMapImageGlobeOverlay(Proxy) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes a new instance, using the default server and the entire Earth's extent using the specified proxy.
OpenStreetMapImageGlobeOverlay(CartographicExtent) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpenStreetMapImageGlobeOverlay(CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpenStreetMapImageGlobeOverlay(String) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpenStreetMapImageGlobeOverlay(String, Proxy) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpenStreetMapImageGlobeOverlay(String, CartographicExtent) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpenStreetMapImageGlobeOverlay(String, CartographicExtent, Proxy) - Constructor for class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Initializes an OpenStreetMapImageGlobeOverlay with the provided values.
OpticalAntennaSignalProcessor - Class in agi.foundation.communications.antennas
Represents a receiving optical antenna.
OpticalAntennaSignalProcessor(IReceivingAntennaExtension<OpticalGainPattern>) - Constructor for class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
Initializes a new instance with a given parent receiving antenna extension.
OpticalAntennaSignalProcessor(IReceivingAntennaExtension<OpticalGainPattern>, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
Initializes a new instance with a given parent receiving antenna extension.
OpticalGainPattern - Class in agi.foundation.communications.antennas
Base class for all optical antenna gain patterns.
OpticalGainPattern() - Constructor for class agi.foundation.communications.antennas.OpticalGainPattern
Initializes a new instance.
OpticalGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.OpticalGainPattern
Create a new instance based on the given aperture diameter, divergence angle, efficiency, and pointing error.
OpticalGainPattern(OpticalGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.OpticalGainPattern
Initializes a new instance as a copy of an existing instance.
OpticalReceiver - Class in agi.foundation.communications
A communications receiver defined by an optical antenna and list of signal processors.
OpticalReceiver() - Constructor for class agi.foundation.communications.OpticalReceiver
Initializes a new instance.
OpticalReceiver(String, Point, Photodetector, OpticalGainPattern) - Constructor for class agi.foundation.communications.OpticalReceiver
Creates a new instance using the specified name, location, photodetector, and optical gain pattern.
OpticalReceiver(String, Point, Axes, Photodetector, OpticalGainPattern) - Constructor for class agi.foundation.communications.OpticalReceiver
Creates a new instance specifying all parameters.
OpticalReceiver(String, Point, Axes, Photodetector, OpticalGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.OpticalReceiver
Creates a new instance specifying all parameters.
OpticalReceiver(OpticalReceiver, CopyContext) - Constructor for class agi.foundation.communications.OpticalReceiver
Initializes a new instance as a copy of an existing instance.
OpticalReceivingAntennaExtension - Class in agi.foundation.communications.antennas
An ObjectExtension which represents an optical receiving antenna.
OpticalReceivingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Initializes a new instance.
OpticalReceivingAntennaExtension(OpticalGainPattern) - Constructor for class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise.
OpticalReceivingAntennaExtension(OpticalGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and polarization source.
OpticalReceivingAntennaExtension(OpticalReceivingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
OpticalTransmitter - Class in agi.foundation.communications
A communications transmitter defined by an optical antenna and list of signal processors.
OpticalTransmitter() - Constructor for class agi.foundation.communications.OpticalTransmitter
Initializes a new instance.
OpticalTransmitter(String, Point, DigitalModulation, OpticalGainPattern, double, double, double, SignalDataCollection) - Constructor for class agi.foundation.communications.OpticalTransmitter
Creates a new instance specifying all parameters except the Axes.
OpticalTransmitter(String, Point, Axes, DigitalModulation, OpticalGainPattern, double, double, double, SignalDataCollection) - Constructor for class agi.foundation.communications.OpticalTransmitter
Creates a new instance specifying all parameters.
OpticalTransmitter(String, Point, Axes, DigitalModulation, OpticalGainPattern, double, double, double, SignalDataCollection, PolarizationSource) - Constructor for class agi.foundation.communications.OpticalTransmitter
Creates a new instance specifying all parameters.
OpticalTransmitter(OpticalTransmitter, CopyContext) - Constructor for class agi.foundation.communications.OpticalTransmitter
Initializes a new instance as a copy of an existing instance.
OpticalTransmittingAntennaExtension - Class in agi.foundation.communications.antennas
An ObjectExtension which represents an optical transmitting antenna.
OpticalTransmittingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Initializes a new instance.
OpticalTransmittingAntennaExtension(SignalProcessor, OpticalGainPattern) - Constructor for class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern and a signal processor which produces the set of signals to transmit.
OpticalTransmittingAntennaExtension(SignalProcessor, OpticalGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern, a signal processor which produces the set of signals to transmit, and a polarization source which generates the transmit polarization.
OpticalTransmittingAntennaExtension(OpticalTransmittingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
optimizeEvaluators() - Method in class agi.foundation.EvaluatorGroup
Optimizes the evaluators in this group.
OptimizerFunctionDerivativeEvaluatedEventArgs - Class in agi.foundation.numericalmethods
OptimizerFunctionDerivativeEvaluatedEventArgs(OptimizerMultivariableFunctionDerivativeResults) - Constructor for class agi.foundation.numericalmethods.OptimizerFunctionDerivativeEvaluatedEventArgs
Initializes a new instance.
OptimizerFunctionEvaluatedEventArgs - Class in agi.foundation.numericalmethods
OptimizerFunctionEvaluatedEventArgs(OptimizerMultivariableFunctionResults) - Constructor for class agi.foundation.numericalmethods.OptimizerFunctionEvaluatedEventArgs
Initializes a new instance.
OptimizerMultivariableFunction - Class in agi.foundation.numericalmethods
A function that can be optimized by a ParameterOptimizer.
OptimizerMultivariableFunction() - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Initializes a new instance.
OptimizerMultivariableFunction(OptimizerMultivariableFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunction
Initializes a new instance as a copy of an existing instance.
OptimizerMultivariableFunctionDerivativeResults - Class in agi.foundation.numericalmethods
The results of an evaluation of the derivative of a OptimizerMultivariableFunction.
OptimizerMultivariableFunctionDerivativeResults(double[], double[], double[][], double[][]) - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
Initializes a new instance.
OptimizerMultivariableFunctionDerivativeResults(OptimizerMultivariableFunctionDerivativeResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
Initializes a new instance as a copy of an existing instance.
OptimizerMultivariableFunctionResults - Class in agi.foundation.numericalmethods
OptimizerMultivariableFunctionResults(double[], Double, double[], double[]) - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
Initializes a new instance.
OptimizerMultivariableFunctionResults(OptimizerMultivariableFunctionResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
Initializes a new instance as a copy of an existing instance.
or(AccessQuery, AccessQuery) - Static method in class agi.foundation.access.AccessQuery
Combines two queries using a logical OR operation.
or(AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
Creates a query that is satisfied whenever any of its sub-queries are satisfied.
OrbitalElements - Class in agi.foundation.coordinates
Provides functions which can be used to perform calculations and conversions relating orbital elements.
OrbitDirectionType - Enum in agi.foundation.coordinates
Defines the direction of orbital motion of an object with respect to the rotation of its primary body.
OrbitLifetimeResults - Class in agi.foundation.propagators
A set of results indicating the time at which an orbit is expected to decay and the time history of the mean elements.
OrbitLifetimeResults() - Constructor for class agi.foundation.propagators.OrbitLifetimeResults
 
OrbitPropagationLibraryVersion - Class in agi.foundation
Version information for the OrbitPropagation library.
OrbitType - Enum in agi.foundation.coordinates
An enumeration of the possible types and special cases of orbits.
ORDERED_COMPOSITE - Static variable in class agi.foundation.graphics.advanced.RenderPass
Rendered in an ordered composite before all primitives but after the central body is rendered.
ORDERED_COMPOSITE_CENTRAL_BODY_CLIPPED - Static variable in class agi.foundation.graphics.advanced.RenderPass
Rendered in an ordered composite before all other primitives and before the central body is rendered.
OrderedCompositePrimitive - Class in agi.foundation.graphics
A primitive composed of other primitives with a well defined render order.
OrderedCompositePrimitive() - Constructor for class agi.foundation.graphics.OrderedCompositePrimitive
Initializes a default ordered composite primitive.
OrdinaryDifferentialEquationFunction - Class in agi.foundation.numericalmethods.advanced
A multivariate, vector function representing a set of ordinary differential equations.
OrdinaryDifferentialEquationFunction() - Constructor for class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Creates a new instance of this delegate.
OrdinaryDifferentialEquationFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Initializes a delegate that will invoke an instance method on a class instance.
OrdinaryDifferentialEquationFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationFunction
Initializes a delegate that will invoke a static method on a class.
OrdinaryDifferentialEquationFunction.Function - Interface in agi.foundation.numericalmethods.advanced
A functional interface for the containing delegate type.
OrdinaryDifferentialEquationSystem - Class in agi.foundation.numericalmethods.advanced
Describes a system of ordinary differential equations.
OrdinaryDifferentialEquationSystem(OrdinaryDifferentialEquationFunction, int...) - Constructor for class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
Initializes a system of ordinary differential equations from the provided information.
OrientationAxesCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML orientation for objects that provide IOrientationAxesService.
OrientationAxesExtension - Class in agi.foundation.platforms
An ObjectExtension that that provides the orientation (rotation) of an object over time.
OrientationAxesExtension() - Constructor for class agi.foundation.platforms.OrientationAxesExtension
Initializes a new instance.
OrientationAxesExtension(Axes) - Constructor for class agi.foundation.platforms.OrientationAxesExtension
Initializes the extension with the given point.
OrientationAxesExtension(OrientationAxesExtension, CopyContext) - Constructor for class agi.foundation.platforms.OrientationAxesExtension
Initializes a new instance as a copy of an existing instance.
OrientationName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityOrientation
The name of the Orientation (get) property.
Origin - Enum in agi.foundation.graphics.advanced
Vertical and horizontal origin.
OrthogonalPolarizationChannelIdentifier - Class in agi.foundation.communications
Type used to identify the orthogonal polarization channel.
OrthogonalPolarizationChannelIdentifier() - Constructor for class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Initializes a new instance.
OrthogonalPolarizationChannelIdentifier(SignalIdentifier) - Constructor for class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Initialize a new instance.
OrthogonalPolarizationChannelIdentifier(OrthogonalPolarizationChannelIdentifier, CopyContext) - Constructor for class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Initializes a new instance as a copy of an existing instance.
OrthogonalPolarizationChannelSource - Class in agi.foundation.communications.signalprocessing
A signal processor which marks the signals obtained from its input signal processor as originating from the orthogonal polarization channel.
OrthogonalPolarizationChannelSource() - Constructor for class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Initializes a new instance.
OrthogonalPolarizationChannelSource(SignalProcessor) - Constructor for class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Initializes a new instance from the given signal input.
OrthogonalPolarizationChannelSource(OrthogonalPolarizationChannelSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Initializes a new instance as a copy of an existing instance.
OrthogonalPolarizationSource - Class in agi.foundation.communications
A polarization source which is orthogonal to the polarization obtained from the given primary polarization source, regardless of the link geometry.
OrthogonalPolarizationSource(PolarizationSource) - Constructor for class agi.foundation.communications.OrthogonalPolarizationSource
Initializes a new instance with a given primary polarization source.
OrthogonalPolarizationSource(OrthogonalPolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.OrthogonalPolarizationSource
Initializes a new instance as a copy of an existing instance.
OrthonormalBasis - Class in agi.foundation.coordinates
Represents an orthonormal basis spanning Cartesian space.
OrthonormalBasis(UnitCartesian) - Constructor for class agi.foundation.coordinates.OrthonormalBasis
Initializes an orthonormal bases with the input direction.
OrthonormalBasis(UnitCartesian, UnitCartesian) - Constructor for class agi.foundation.coordinates.OrthonormalBasis
Initializes an orthonormal bases with the input direction and reference.
OutageType - Enum in agi.foundation.navigation.datareaders
Types of possible outages.
OutlineAppearance - Enum in agi.foundation.graphics
Possible appearances of an outline.
Overlay - Class in agi.foundation.graphics
A visible element drawn in screen space.
Overlay() - Constructor for class agi.foundation.graphics.Overlay
 
overlayToControl(double, double) - Method in class agi.foundation.graphics.Overlay
Transforms a given position, specified relative to the overlay, into coordinates relative to the overall Insight3D control.

P

paint(Graphics) - Method in class agi.foundation.graphics.awt.Insight3D
 
ParabolicGainPattern - Class in agi.foundation.communications.antennas
A static parabolic antenna gain pattern.
ParabolicGainPattern() - Constructor for class agi.foundation.communications.antennas.ParabolicGainPattern
Initializes a new instance.
ParabolicGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.ParabolicGainPattern
Create a new instance based on the given diameter and efficiency.
ParabolicGainPattern(ParabolicGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.ParabolicGainPattern
Initializes a new instance as a copy of an existing instance.
ParameterAction - Class in agi.foundation.infrastructure
Indicates the action taken by the EvaluatorGroup when an evaluator is parameterized with a parameter on which it does not actually depend
ParameterEvaluator<T> - Class in agi.foundation.infrastructure
A placeholder for a parameter in an evaluator.
ParameterEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterEvaluator
Initializes a new instance.
ParameterEvaluator(EvaluatorGroup, T) - Constructor for class agi.foundation.infrastructure.ParameterEvaluator
Initializes a new instance with the supplied default value.
ParameterEvaluator(ParameterEvaluator<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterEvaluator
Initializes a new instance as a copy of an existing instance.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(IValueEvaluator<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(IEvaluator1<TResult>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(IEvaluator1<TResult>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(IEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(MotionEvaluator1<TResult>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(MotionEvaluator1<TResult>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(MotionEvaluator1<TResult>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(MotionEvaluator2<TResult, TResultDerivative>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with zero parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with one parameter.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with two parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with three parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with four parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with five parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with six parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
parameterize(IEvaluatorOverIntervals<TResult, TResultOverIntervals>, IEvaluatorParameter<TParameter1>, IEvaluatorParameter<TParameter2>, IEvaluatorParameter<TParameter3>, IEvaluatorParameter<TParameter4>, IEvaluatorParameter<TParameter5>, IEvaluatorParameter<TParameter6>, IEvaluatorParameter<TParameter7>, ParameterAction) - Method in class agi.foundation.EvaluatorGroup
Parameterizes an evaluator with seven parameters.
ParameterizedDateVariable - Class in agi.foundation.numericalmethods
A variable for use with TargetedSegmentListDifferentialCorrector that will change the value of a JulianDate used in the computation of some value within the segment propagators getting propagated.
ParameterizedDateVariable() - Constructor for class agi.foundation.numericalmethods.ParameterizedDateVariable
Initializes a new instance.
ParameterizedDateVariable(JulianDate, double, double, SegmentDefinition, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.ParameterizedDateVariable
Initializes a new instance with a specified initial value.
ParameterizedDateVariable(JulianDate, double, double, SegmentDefinition) - Constructor for class agi.foundation.numericalmethods.ParameterizedDateVariable
Initializes a new instance with a specified initial value.
ParameterizedDateVariable(ParameterizedDateVariable, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterizedDateVariable
Initializes a new instance as a copy of an existing instance.
ParameterizedDoubleVariable - Class in agi.foundation.numericalmethods
A variable for use with TargetedSegmentListDifferentialCorrector that will change the value of a ValueDefinition used in the computation of some value within the segment propagators getting propagated where T is a double.
ParameterizedDoubleVariable() - Constructor for class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Initializes a new instance.
ParameterizedDoubleVariable(double, double, double, SegmentDefinition, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Initializes a new instance with a specified initial value.
ParameterizedDoubleVariable(double, double, double, SegmentDefinition) - Constructor for class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Initializes a new instance with a specified initial value.
ParameterizedDoubleVariable(ParameterizedDoubleVariable, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Initializes a new instance as a copy of an existing instance.
ParameterizedDurationVariable - Class in agi.foundation.numericalmethods
A variable for use with TargetedSegmentListDifferentialCorrector that will change the value of a Duration used in the computation of some value within the segment propagators getting propagated.
ParameterizedDurationVariable() - Constructor for class agi.foundation.numericalmethods.ParameterizedDurationVariable
Initializes a new instance.
ParameterizedDurationVariable(Duration, double, double, SegmentDefinition, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.ParameterizedDurationVariable
Initializes a new instance with a specified initial value.
ParameterizedDurationVariable(Duration, double, double, SegmentDefinition) - Constructor for class agi.foundation.numericalmethods.ParameterizedDurationVariable
Initializes a new instance with a specified initial value.
ParameterizedDurationVariable(ParameterizedDurationVariable, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterizedDurationVariable
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator<TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with zero additional parameters.
ParameterizedEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator
Initializes a new instance.
ParameterizedEvaluator(ParameterizedEvaluator<TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator1<TParameter1,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with one additional parameter.
ParameterizedEvaluator1(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator1
Initializes a new instance.
ParameterizedEvaluator1(ParameterizedEvaluator1<TParameter1, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator1
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator2<TParameter1,TParameter2,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with two additional parameters.
ParameterizedEvaluator2(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator2
Initializes a new instance.
ParameterizedEvaluator2(ParameterizedEvaluator2<TParameter1, TParameter2, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator2
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with three additional parameters.
ParameterizedEvaluator3(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator3
Initializes a new instance.
ParameterizedEvaluator3(ParameterizedEvaluator3<TParameter1, TParameter2, TParameter3, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator3
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with four additional parameters.
ParameterizedEvaluator4(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator4
Initializes a new instance.
ParameterizedEvaluator4(ParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator4
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with five additional parameters.
ParameterizedEvaluator5(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator5
Initializes a new instance.
ParameterizedEvaluator5(ParameterizedEvaluator5<TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator5
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with six additional parameters.
ParameterizedEvaluator6(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator6
Initializes a new instance.
ParameterizedEvaluator6(ParameterizedEvaluator6<TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator6
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult> - Class in agi.foundation.infrastructure
An abstract base implementation of an IEvaluator that has been parameterized with seven additional parameters.
ParameterizedEvaluator7(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator7
Initializes a new instance.
ParameterizedEvaluator7(ParameterizedEvaluator7<TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7, TResult>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedEvaluator7
Initializes a new instance as a copy of an existing instance.
ParameterizedEvaluatorWithIntervals<TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with zero additional parameters.
ParameterizedEvaluatorWithIntervals1<TParameter1,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with one additional parameter.
ParameterizedEvaluatorWithIntervals2<TParameter1,TParameter2,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with two additional parameters.
ParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with three additional parameters.
ParameterizedEvaluatorWithIntervals4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with four additional parameters.
ParameterizedEvaluatorWithIntervals5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with five additional parameters.
ParameterizedEvaluatorWithIntervals6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with six additional parameters.
ParameterizedEvaluatorWithIntervals7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultOverIntervals> - Class in agi.foundation.infrastructure
An IEvaluatorOverIntervals that has been parameterized with seven additional parameters.
ParameterizedMotionEvaluator<TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with zero additional parameters.
ParameterizedMotionEvaluator1<TParameter1,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with one additional parameter.
ParameterizedMotionEvaluator2<TParameter1,TParameter2,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with two additional parameters.
ParameterizedMotionEvaluator3<TParameter1,TParameter2,TParameter3,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with three additional parameters.
ParameterizedMotionEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with four additional parameters.
ParameterizedMotionEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with five additional parameters.
ParameterizedMotionEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with six additional parameters.
ParameterizedMotionEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult> - Class in agi.foundation.infrastructure
A MotionEvaluator1 that has been parameterized with seven additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType<TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with zero additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType1<TParameter1,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with one additional parameter.
ParameterizedMotionEvaluatorWithDerivativeType2<TParameter1,TParameter2,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with two additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType3<TParameter1,TParameter2,TParameter3,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with three additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType4<TParameter1,TParameter2,TParameter3,TParameter4,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with four additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with five additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with six additional parameters.
ParameterizedMotionEvaluatorWithDerivativeType7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult,TResultDerivative> - Class in agi.foundation.infrastructure
A MotionEvaluator2 that has been parameterized with seven additional parameters.
ParameterizedOnEvaluatorPoint - Class in agi.foundation.geometry
A point that is defined by a PointEvaluatorParameter at the time of evaluation.
ParameterizedOnEvaluatorPoint(ReferenceFrame) - Constructor for class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Initializes a new instance.
ParameterizedOnEvaluatorPoint(PointEvaluatorParameter, ReferenceFrame) - Constructor for class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Initializes a new instance.
ParameterizedOnEvaluatorPoint(ParameterizedOnEvaluatorPoint, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Initializes a new instance as a copy of an existing instance.
ParameterizedOnStatePoint - Class in agi.foundation.geometry
A point that is defined by a TimeBasedStateParameter at the time of evaluation.
ParameterizedOnStatePoint(TimeBasedStateParameter, ReferenceFrame, String) - Constructor for class agi.foundation.geometry.ParameterizedOnStatePoint
Initializes a new instance.
ParameterizedOnStatePoint(ParameterizedOnStatePoint, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedOnStatePoint
Initializes a new instance as a copy of an existing instance.
ParameterizedOnStateScalar - Class in agi.foundation.geometry
A scalar that is defined by a TimeBasedStateParameter at the time of evaluation.
ParameterizedOnStateScalar(TimeBasedStateParameter, String) - Constructor for class agi.foundation.geometry.ParameterizedOnStateScalar
Initializes a new instance.
ParameterizedOnStateScalar(ParameterizedOnStateScalar, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedOnStateScalar
Initializes a new instance as a copy of an existing instance.
ParameterizedOnStateVector - Class in agi.foundation.geometry
A vector that is defined by a TimeBasedStateParameter at the time of evaluation.
ParameterizedOnStateVector(TimeBasedStateParameter, Axes, String) - Constructor for class agi.foundation.geometry.ParameterizedOnStateVector
Initializes a new instance.
ParameterizedOnStateVector(ParameterizedOnStateVector, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedOnStateVector
Initializes a new instance as a copy of an existing instance.
ParameterizedPoint - Class in agi.foundation.geometry
A point that is defined by a CartesianParameter at the time of evaluation.
ParameterizedPoint(ReferenceFrame) - Constructor for class agi.foundation.geometry.ParameterizedPoint
Initializes a new instance.
ParameterizedPoint(CartesianParameter, ReferenceFrame) - Constructor for class agi.foundation.geometry.ParameterizedPoint
Initializes a new instance.
ParameterizedPoint(ParameterizedPoint, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedPoint
Initializes a new instance as a copy of an existing instance.
ParameterizedScalar - Class in agi.foundation.geometry
A scalar that is defined by a DoubleParameter at the time of evaluation.
ParameterizedScalar() - Constructor for class agi.foundation.geometry.ParameterizedScalar
Initializes a new instance.
ParameterizedScalar(DoubleParameter) - Constructor for class agi.foundation.geometry.ParameterizedScalar
Initializes a new instance.
ParameterizedScalar(ParameterizedScalar, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedScalar
Initializes a new instance as a copy of an existing instance.
ParameterizedScalarVariable - Class in agi.foundation.numericalmethods
A variable for use with TargetedSegmentListDifferentialCorrector that will change the value of a Scalar used in the computation of some value within the segment propagators getting propagated.
ParameterizedScalarVariable() - Constructor for class agi.foundation.numericalmethods.ParameterizedScalarVariable
Initializes a new instance.
ParameterizedScalarVariable(double, double, double, SegmentDefinition, SolverVariableScaling) - Constructor for class agi.foundation.numericalmethods.ParameterizedScalarVariable
Initializes a new instance with a specified initial value.
ParameterizedScalarVariable(double, double, double, SegmentDefinition) - Constructor for class agi.foundation.numericalmethods.ParameterizedScalarVariable
Initializes a new instance with a specified initial value.
ParameterizedScalarVariable(ParameterizedScalarVariable, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterizedScalarVariable
Initializes a new instance as a copy of an existing instance.
ParameterizedSpatiallyPartitionedCoverageDefinition - Class in agi.foundation.coverage
A coverage definition that specifies grid point properties via an archetypical object that provides, at a minimum, an ILocationPointService.
ParameterizedSpatiallyPartitionedCoverageDefinition() - Constructor for class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition.
ParameterizedSpatiallyPartitionedCoverageDefinition(ICoverageGrid, boolean) - Constructor for class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
ParameterizedSpatiallyPartitionedCoverageDefinition(ParameterizedSpatiallyPartitionedCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Initializes a new instance as a copy of an existing instance.
ParameterizedTemporallyPartitionedCoverageDefinition - Class in agi.foundation.coverage
A coverage definition that specifies grid point properties via an archetypical object that provides, at a minimum, an ILocationPointService.
ParameterizedTemporallyPartitionedCoverageDefinition() - Constructor for class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition.
ParameterizedTemporallyPartitionedCoverageDefinition(ICoverageGrid, boolean) - Constructor for class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
ParameterizedTemporallyPartitionedCoverageDefinition(ParameterizedTemporallyPartitionedCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Initializes a new instance as a copy of an existing instance.
ParameterizedValueDefinition<T> - Class in agi.foundation.infrastructure
Defines a value used in a broader computation, which is defined by a parameter at the time of evaluation.
ParameterizedValueDefinition() - Constructor for class agi.foundation.infrastructure.ParameterizedValueDefinition
Initializes a new instance.
ParameterizedValueDefinition(ValueParameter<T>) - Constructor for class agi.foundation.infrastructure.ParameterizedValueDefinition
Initializes a new instance.
ParameterizedValueDefinition(ParameterizedValueDefinition<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.ParameterizedValueDefinition
Initializes a new instance as a copy of an existing instance.
ParameterizedValueEvaluator1<TParameter1,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with one additional parameter.
ParameterizedValueEvaluator2<TParameter1,TParameter2,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with two additional parameters.
ParameterizedValueEvaluator3<TParameter1,TParameter2,TParameter3,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with three additional parameters.
ParameterizedValueEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with four additional parameters.
ParameterizedValueEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with five additional parameters.
ParameterizedValueEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with six additional parameters.
ParameterizedValueEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult> - Class in agi.foundation.infrastructure
An IValueEvaluator that has been parameterized with seven additional parameters.
ParameterizedVector - Class in agi.foundation.geometry
A vector that is defined by a CartesianParameter at the time of evaluation.
ParameterizedVector(Axes) - Constructor for class agi.foundation.geometry.ParameterizedVector
Initializes a new instance.
ParameterizedVector(CartesianParameter, Axes) - Constructor for class agi.foundation.geometry.ParameterizedVector
Initializes a new instance.
ParameterizedVector(ParameterizedVector, CopyContext) - Constructor for class agi.foundation.geometry.ParameterizedVector
Initializes a new instance as a copy of an existing instance.
ParameterOptimizer - Class in agi.foundation.numericalmethods
The abstract base class for ParameterOptimizers.
ParameterOptimizer() - Constructor for class agi.foundation.numericalmethods.ParameterOptimizer
Initializes a new instance.
ParameterOptimizer(ParameterOptimizer, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterOptimizer
Initializes a new instance as a copy of an existing instance.
ParameterOptimizerIterationResults - Class in agi.foundation.numericalmethods
The results of a single iteration of a ParameterOptimizer.
ParameterOptimizerIterationResults(OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionDerivativeResults, int, SolverVariableSettings[], CostFunctionSettings, SolverConstraintSettings[], InequalityConstraintSettings[]) - Constructor for class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Initializes a new instance.
ParameterOptimizerIterationResults(ParameterOptimizerIterationResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
Initializes a new instance as a copy of an existing instance.
ParametricRouteSegment - Class in agi.foundation.routedesign.advanced
This takes the "Flat" geometry specified by the route and transforms it into geometry with respect to the curvature of the Ellipsoid reference surface.
ParentCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML parent property for objects that provide IParentService.
ParentExtension - Class in agi.foundation.infrastructure
An ObjectExtension which can provide a reference to the parent of the owner of this extension.
ParentExtension() - Constructor for class agi.foundation.infrastructure.ParentExtension
Initializes a new instance.
ParentExtension(IServiceProvider) - Constructor for class agi.foundation.infrastructure.ParentExtension
Initializes a new instance based on a given parent.
ParentExtension(ParentExtension, CopyContext) - Constructor for class agi.foundation.infrastructure.ParentExtension
Initializes a new instance as a copy of an existing instance.
parse(String) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent.
parse(String, Locale) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified culture-specific format information.
parseExact(String, String, Locale) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified format and culture-specific format information.
parseExact(String, String[], Locale) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified format and culture-specific format information.
PartialDerivativesEvaluator - Class in agi.foundation.numericalmethods.advanced
An interface for an evaluator that takes a JulianDate, order, and list of inputs and returns the partial derivatives of itself with respect to those inputs.
PartialDerivativesEvaluator(EvaluatorGroup, List<IPartialDifferentiable>, IPartialDifferentiable, List<IPartialDifferentiable>) - Constructor for class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
Initializes a new instance that will evaluate the partial derivatives of the given partialsOf IPartialDifferentiable with respect to the given withRespectTo list of IPartialDifferentiable.
PartialDerivativesEvaluator(PartialDerivativesEvaluator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
Initializes a new instance as a copy of an existing instance.
PartialDerivativesFixed - Class in agi.foundation.numericalmethods.advanced
An object with fixed partial derivatives.
PartialDerivativesFixed(PartialDerivativesFixed, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
Initializes a new instance as a copy of an existing instance.
PartialDerivativesSum - Class in agi.foundation.numericalmethods.advanced
An IPartialDifferentiable which produces an evaluator which calculates the resulting partial derivative from a summation of a list of additional IPartialDifferentiable.
PartialDerivativesSum() - Constructor for class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Initializes a new instance.
PartialDerivativesSum(PartialDerivativesSum, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Initializes a new instance as a copy of an existing instance.
PartialSurfaceSegment - Class in agi.foundation.routedesign.advanced
A surface segment that represents a selected portion of another surface segment.
PartialSurfaceSegment(SurfaceSegment, double) - Constructor for class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Create a new instance that represents the portion of another surface segment from the given start distance to its end.
PartialSurfaceSegment(SurfaceSegment, double, double) - Constructor for class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Create a new instance that represents the portion of another surface segment from the given start distance to a given stop distance.
PartialSurfaceSegment(PartialSurfaceSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Initializes a new instance as a copy of an existing instance.
PassThroughCesiumUriResolver - Class in agi.foundation.cesium.advanced
A URI resolver that leaves URIs unchanged.
PassThroughCesiumUriResolver() - Constructor for class agi.foundation.cesium.advanced.PassThroughCesiumUriResolver
Initializes a new instance.
PathCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML path for objects that provide IPathGraphicsService.
PathGraphics - Class in agi.foundation.cesium
Defines the graphical properties of the path of a moving object over time.
PathGraphics() - Constructor for class agi.foundation.cesium.PathGraphics
Initializes a new instance.
PathGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphical properties of the path created by a ILocationPointService over time.
PathGraphicsExtension() - Constructor for class agi.foundation.cesium.PathGraphicsExtension
Initializes a new instance.
PathGraphicsExtension(PathGraphics) - Constructor for class agi.foundation.cesium.PathGraphicsExtension
Initializes a new instance with the provided PathGraphics (get / set).
PathGraphicsExtension(PathGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.PathGraphicsExtension
Initializes a new instance as a copy of an existing instance.
PathPoint - Class in agi.foundation.graphics
An immutable point defined by a position and a date.
PathPoint(Cartesian, JulianDate) - Constructor for class agi.foundation.graphics.PathPoint
Initializes a PathPoint with the given position and date.
PathPoint(Cartesian, JulianDate, Color) - Constructor for class agi.foundation.graphics.PathPoint
Initializes a PathPoint with the given position, date, and color.
PathPoint(Cartesian, JulianDate, Color, float) - Constructor for class agi.foundation.graphics.PathPoint
Initializes a PathPoint with the given position, date, color, and translucency.
PathPoint(Cartesian, JulianDate, Color, float, Color) - Constructor for class agi.foundation.graphics.PathPoint
Initializes a PathPoint with the given position, date, color, translucency, and outline color.
PathPoint(Cartesian, JulianDate, Color, float, Color, float) - Constructor for class agi.foundation.graphics.PathPoint
Initializes a PathPoint with the given cartesian position, date, color, translucency, outline color, and outline translucency.
PathPointBuilder - Class in agi.foundation.graphics
A mutable point used to build immutable PathPoint objects.
PathPointBuilder() - Constructor for class agi.foundation.graphics.PathPointBuilder
Constructs a default PathPointBuilder object.
PathPointBuilder(Cartesian, JulianDate) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position and date.
PathPointBuilder(CentralBody, Cartographic, JulianDate) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position and date.
PathPointBuilder(Cartesian, JulianDate, Color) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, and color.
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, and color.
PathPointBuilder(Cartesian, JulianDate, Color, float) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, color, and translucency.
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, float) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, color, and translucency.
PathPointBuilder(Cartesian, JulianDate, Color, float, Color) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, float, Color) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
PathPointBuilder(Cartesian, JulianDate, Color, float, Color, float) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given cartesian position, date, color, translucency, outline color, and outline translucency.
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, float, Color, float) - Constructor for class agi.foundation.graphics.PathPointBuilder
Initializes a PathPointBuilder with the given cartographic position, date, color, translucency, outline color, and outline translucency.
PathPrimitive - Class in agi.foundation.graphics
Renders a line to the 3D scene.
PathPrimitive() - Constructor for class agi.foundation.graphics.PathPrimitive
Initializes a default path primitive.
PathPrimitive(int) - Constructor for class agi.foundation.graphics.PathPrimitive
Initializes a path primitive with the specified capacity.
PathPrimitiveRemoveLocation - Enum in agi.foundation.graphics.advanced
Represents the location of a point to be removed.
PathPrimitiveUpdatePolicy - Class in agi.foundation.graphics.advanced
A class that encapsulates the update logic for a PathPrimitive.
PathPrimitiveUpdatePolicy() - Constructor for class agi.foundation.graphics.advanced.PathPrimitiveUpdatePolicy
 
Pattern() - Constructor for class agi.foundation.stk.StkPatternFile.Pattern
 
PatternAngleOffBoresight() - Constructor for class agi.foundation.stk.StkPatternFile.PatternAngleOffBoresight
 
PatternAzElMask() - Constructor for class agi.foundation.stk.StkPatternFile.PatternAzElMask
 
PatternReferencePlane() - Constructor for class agi.foundation.stk.StkPatternFile.PatternReferencePlane
 
pause() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Pauses animation.
pause() - Method in class agi.foundation.graphics.imaging.VideoStream
Pauses the video when the Playback property is set to RealTime.
PencilBeamGainPattern - Class in agi.foundation.communications.antennas
A circular antenna beam with constant gain specified by the MainLobeGain (get / set) property over the desired beamwidth and SideLobeGain (get / set) for all other angles.
PencilBeamGainPattern() - Constructor for class agi.foundation.communications.antennas.PencilBeamGainPattern
Initializes a new instance.
PencilBeamGainPattern(double, double) - Constructor for class agi.foundation.communications.antennas.PencilBeamGainPattern
Initializes a new instance with a desired main lobe gain and beamwidth.
PencilBeamGainPattern(PencilBeamGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.PencilBeamGainPattern
Initializes a new instance as a copy of an existing instance.
percentAccumulated(Iterable<? extends CoverageGridPointWithResults>, JulianDate, JulianDate, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Given a time after a start time, computes the highest percentage of the grid which has been covered at any one time after the start and before the time of interest.
percentCoverageTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.CoverageTime
Compute the percentage of time when coverage exists.
percentCovered(Iterable<? extends CoverageGridPointWithResults>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the percentage of the grid that is covered based on whether each individual grid point representing a given area is covered at any time.
percentile(List<T>, double) - Static method in class agi.foundation.DescriptiveStatistics
Returns the nth percentile value from the list.
PerfectFixedNumberOfPulsesWaveformIntegrator - Class in agi.foundation.radar
A fixed number of pulses integrator which computes the integrated signal-to-noise ratio based on perfect integration.
PerfectFixedNumberOfPulsesWaveformIntegrator() - Constructor for class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Initializes a new instance.
PerfectFixedNumberOfPulsesWaveformIntegrator(int) - Constructor for class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Initializes a new instance.
PerfectFixedNumberOfPulsesWaveformIntegrator(PerfectFixedNumberOfPulsesWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Initializes a new instance as a copy of an existing instance.
PerfectGoalSignalToNoiseRatioWaveformIntegrator - 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 perfect integration.
PerfectGoalSignalToNoiseRatioWaveformIntegrator() - Constructor for class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Initializes a new instance.
PerfectGoalSignalToNoiseRatioWaveformIntegrator(double) - Constructor for class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Initializes a new instance.
PerfectGoalSignalToNoiseRatioWaveformIntegrator(PerfectGoalSignalToNoiseRatioWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Initializes a new instance as a copy of an existing instance.
PerformanceAssessmentField - Class in agi.foundation.navigation.datareaders
A single field in a Performance Assessment File (PAF).
PerformanceAssessmentField(int, boolean, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.navigation.datareaders.PerformanceAssessmentField
Initializes a new instance.
PerformanceAssessmentFile - Class in agi.foundation.navigation.datareaders
A Performance Assessment File (PAF) containing ephemeris and clock errors for the GPS satellites over a period of time.
PerformanceAssessmentFile() - Constructor for class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Initializes a new instance.
PerformanceAssessmentRecord - Class in agi.foundation.navigation.datareaders
A record in a Performance Assessment File (PAF).
PerformanceAssessmentRecord() - Constructor for class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
Initializes a new instance.
PerformanceModels - Class in agi.foundation.aircraftpropagation
Defines a set of performance models associated with various phases of flight.
PerformanceModels() - Constructor for class agi.foundation.aircraftpropagation.PerformanceModels
Initializes a new instance.
PerformanceModels(PerformanceModels, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.PerformanceModels
Initializes a new instance as a copy of an existing instance.
perifocalToCartesianMatrix(double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Calculates the transformation matrix from the perifocal axes to the inertial axes.
PermanentSolidTideModel - Class in agi.foundation.celestial
A constant solid tide model that can add permanent tides to a tide-free model to form a zero-tide model.
PermanentSolidTideModel() - Constructor for class agi.foundation.celestial.PermanentSolidTideModel
Constructs a default Earth-centered tide model that adds the Earth's permanent tide C20 value that was determined by the International Earth Rotation and Reference Systems Service (IERS) in their IERS Conventions (2003) Technical Note No.
PermanentSolidTideModel(CentralBody, double, double, double, double, double, double, double) - Constructor for class agi.foundation.celestial.PermanentSolidTideModel
Constructs a generic permanent tide model that is degree and order 2 that can be used for any central body, but needs to be used for bodies other than Earth.
PersistentDictionary<TKey,TValue> - Class in agi.foundation.infrastructure.threading
A dictionary that maps keys to values and is persistent.
PersistentDictionary() - Constructor for class agi.foundation.infrastructure.threading.PersistentDictionary
 
PersistentDictionaryAddResult - Enum in agi.foundation.infrastructure.threading
Indicates the result of adding a key-value pair to a PersistentDictionary.
PersistentDictionaryNode<TKey,TValue> - Class in agi.foundation.infrastructure.threading
PhasedArrayBeamformer - Class in agi.foundation.communications.antennas
Abstract base class for a phased array beamformer which is responsible for computing the complex element weights.
PhasedArrayBeamformer() - Constructor for class agi.foundation.communications.antennas.PhasedArrayBeamformer
Initializes a new instance.
PhasedArrayBeamformer(PhasedArrayBeamformer, CopyContext) - Constructor for class agi.foundation.communications.antennas.PhasedArrayBeamformer
Initializes a new instance as a copy of an existing instance.
PhasedArrayElement - Class in agi.foundation.communications.antennas
A DefinitionalObject which represents a single element of a phased array antenna.
PhasedArrayElement() - Constructor for class agi.foundation.communications.antennas.PhasedArrayElement
Initializes a new instance.
PhasedArrayElement(double, double) - Constructor for class agi.foundation.communications.antennas.PhasedArrayElement
Initializes a new instance.
PhasedArrayElement(double, double, boolean) - Constructor for class agi.foundation.communications.antennas.PhasedArrayElement
Initializes a new instance.
PhasedArrayElement(PhasedArrayElement, CopyContext) - Constructor for class agi.foundation.communications.antennas.PhasedArrayElement
Initializes a new instance as a copy of an existing instance.
PhasedArrayElementFactor - Class in agi.foundation.communications.antennas
Abstract base class for a phased array element factor.
PhasedArrayElementFactor() - Constructor for class agi.foundation.communications.antennas.PhasedArrayElementFactor
Initializes a new instance.
PhasedArrayElementFactor(PhasedArrayElementFactor, CopyContext) - Constructor for class agi.foundation.communications.antennas.PhasedArrayElementFactor
Initializes a new instance as a copy of an existing instance.
PhasedArrayGainPattern - Class in agi.foundation.communications.antennas
A RadioFrequencyGainPattern for modeling planar phased array antennas.
PhasedArrayGainPattern() - Constructor for class agi.foundation.communications.antennas.PhasedArrayGainPattern
Initializes a new instance.
PhasedArrayGainPattern(double, double, List<PhasedArrayElement>, PhasedArrayBeamformer) - Constructor for class agi.foundation.communications.antennas.PhasedArrayGainPattern
Initializes a new instance.
PhasedArrayGainPattern(double, double, List<PhasedArrayElement>, PhasedArrayBeamformer, PhasedArrayElementFactor) - Constructor for class agi.foundation.communications.antennas.PhasedArrayGainPattern
Initializes a new instance.
PhasedArrayGainPattern(PhasedArrayGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.PhasedArrayGainPattern
Initializes a new instance as a copy of an existing instance.
PhobosCentralBody - Class in agi.foundation.celestial
The Martian moon Phobos.
PhobosCentralBody() - Constructor for class agi.foundation.celestial.PhobosCentralBody
Initializes a new instance.
PhobosCentralBody(PhobosCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.PhobosCentralBody
Initializes a new instance as a copy of an existing instance.
PhoebeCentralBody - Class in agi.foundation.celestial
The Saturnian moon Phoebe.
PhoebeCentralBody() - Constructor for class agi.foundation.celestial.PhoebeCentralBody
Initializes a new instance.
PhoebeCentralBody(PhoebeCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.PhoebeCentralBody
Initializes a new instance as a copy of an existing instance.
Photodetector - Class in agi.foundation.communications.signalprocessing
Base class for a photodetector signal processor.
Photodetector() - Constructor for class agi.foundation.communications.signalprocessing.Photodetector
Initializes a new instance.
Photodetector(SignalProcessor, IServiceProvider, double, double, double, SignalComputation, SignalComputation, double, CentralBody) - Constructor for class agi.foundation.communications.signalprocessing.Photodetector
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model,optical bandpass filter bandwidth, and central body.
Photodetector(Photodetector, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.Photodetector
Initializes a new instance as a copy of an existing instance.
Photodiode - Class in agi.foundation.communications.signalprocessing
Base class for a photodiode photodetector.
Photodiode() - Constructor for class agi.foundation.communications.signalprocessing.Photodiode
Initializes a new instance.
Photodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double) - Constructor for class agi.foundation.communications.signalprocessing.Photodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, and load impedance.
Photodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double, CentralBody) - Constructor for class agi.foundation.communications.signalprocessing.Photodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, load impedance, and central body.
Photodiode(Photodiode, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.Photodiode
Initializes a new instance as a copy of an existing instance.
PI - Static variable in class agi.foundation.navigation.NavstarISGps200D
IS-GPS-200D definition of the value for PI.
pick(int, int) - Method in class agi.foundation.graphics.Scene
Executes a pick at the given x, y and returns a depth sorted collection of picked objects.
pick(PickResult) - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.PointVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.TextVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.platforms.ServiceProviderDisplay
Returns a list of IServiceProvider instances that were contained in the provided PickResult
pick(PickResult) - Method in class agi.foundation.tracking.EntityVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult, Iterable<TPrimitive>) - Method in class agi.foundation.tracking.EntityVisualizer
Given a list of primitives and a PickResult, returns the primitives that were picked.
pick(PickResult, Primitive) - Method in class agi.foundation.tracking.EntityVisualizer
Given a PickResult and Primitive, returns a list of entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.HistoryVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.LabelVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.MarkerVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.ModelVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.PointVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
Given a PickResult, returns the entities that were picked.
pick(PickResult) - Method in class agi.foundation.tracking.WaypointVisualizer
Given a PickResult, returns the entities that were picked.
pickRectangular(int, int, int, int) - Method in class agi.foundation.graphics.Scene
Executes a pick in the given rectangular region and returns a depth sorted collection of picked objects.
PickResult - Class in agi.foundation.graphics
A single result from Scene.Pick.
pickScreenOverlays(int, int) - Method in class agi.foundation.graphics.Scene
Executes a pick on screen overlays at the given x, y and returns a front to back sorted collection of picked overlays.
PinPhotodiode - Class in agi.foundation.communications.signalprocessing
Represents a PIN type photodiode photodetector.
PinPhotodiode() - Constructor for class agi.foundation.communications.signalprocessing.PinPhotodiode
Initializes a new instance.
PinPhotodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double) - Constructor for class agi.foundation.communications.signalprocessing.PinPhotodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, and load impedance.
PinPhotodiode(SignalProcessor, IServiceProvider, double, double, double, double, double, double, double, SignalComputation, SignalComputation, double, CentralBody) - Constructor for class agi.foundation.communications.signalprocessing.PinPhotodiode
Initializes a new instance with given input signal processor, parent receiver, field-of-view, bandwidth, sky spectral radiance model, sun spectral radiant emittance model, optical bandpass filter bandwidth, noise temperature, efficiency, dark current, load impedance, and central body.
PinPhotodiode(PinPhotodiode, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.PinPhotodiode
Initializes a new instance as a copy of an existing instance.
PixelSizeDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive interval, in pixels, that determines when an object, such as a primitive, is rendered based on the number of pixels the object's bounding sphere (or in the case of screen overlays, bounding rectangle) covers on the screen.
PixelSizeDisplayCondition() - Constructor for class agi.foundation.graphics.PixelSizeDisplayCondition
Initializes a default pixel size display condition.
PixelSizeDisplayCondition(int, int) - Constructor for class agi.foundation.graphics.PixelSizeDisplayCondition
Initializes a pixel size display condition with the inclusive interval [minimumPixelSize, maximumPixelSize].
PlancksConstant - Static variable in class agi.foundation.Constants
Planck's constant in Js.
PlaneIndicator - Enum in agi.foundation.access.constraints
Indicates which plane to use with a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint
PlanetarySystemBarycenter - Class in agi.foundation.celestial
The barycenter of a planetary system.
PlanetarySystemBarycenter() - Constructor for class agi.foundation.celestial.PlanetarySystemBarycenter
Initializes a new instance.
PlanetarySystemBarycenter(PlanetarySystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.PlanetarySystemBarycenter
Initializes a new instance as a copy of an existing instance.
PlanetsBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of the Sun and planetary system barycenters with respect to the Solar System barycenter.
PlanetsBspEphemerisProvider(String) - Constructor for class agi.foundation.spice.PlanetsBspEphemerisProvider
Initializes an instance using the specified planets.bsp filename.
PlanetsBspEphemerisProvider(StreamFactory) - Constructor for class agi.foundation.spice.PlanetsBspEphemerisProvider
Initializes a new instance with the specified stream factory.
PlanetsBspEphemerisProvider(JplSpkFile) - Constructor for class agi.foundation.spice.PlanetsBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
PlanetsBspEphemerisProvider(PlanetsBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.PlanetsBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
Platform - Class in agi.foundation.platforms
A generic platform with a location and orientation relative to a parent platform.
Platform() - Constructor for class agi.foundation.platforms.Platform
Initializes a new instance.
Platform(String) - Constructor for class agi.foundation.platforms.Platform
Initializes a new instance with a specified name.
Platform(String, Point, Axes) - Constructor for class agi.foundation.platforms.Platform
Initializes a new instance with a specified name, time-varying position, and time-varying orientation.
Platform(Platform, CopyContext) - Constructor for class agi.foundation.platforms.Platform
Initializes a new instance as a copy of an existing instance.
PlatformCollection - Class in agi.foundation.platforms
A collection of Platform instances.
PlatformCollection() - Constructor for class agi.foundation.platforms.PlatformCollection
Initializes a new instance.
PlatformCollection(Iterable<? extends Platform>) - Constructor for class agi.foundation.platforms.PlatformCollection
Construct a new instance based on an existing collection of Platforms.
PlatformCollection(PlatformCollection, CopyContext) - Constructor for class agi.foundation.platforms.PlatformCollection
Initializes a new instance as a copy of an existing instance.
PlatformLocationPoint - Class in agi.foundation.platforms
A Point that can be used to refer to the current LocationPoint (get / set) of a Platform, whatever it is at the time that this point is evaluated.
PlatformLocationPoint(Platform) - Constructor for class agi.foundation.platforms.PlatformLocationPoint
Creates a new instance of this class with the specified parameters
PlatformLocationPoint(PlatformLocationPoint, CopyContext) - Constructor for class agi.foundation.platforms.PlatformLocationPoint
Initializes a new instance as a copy of an existing instance.
PlatformOrientationAxes - Class in agi.foundation.platforms
An Axes that can be used to refer to the current OrientationAxes (get / set) of a Platform, whatever it is at the time that this axes is evaluated.
PlatformOrientationAxes(Platform) - Constructor for class agi.foundation.platforms.PlatformOrientationAxes
Creates a new instance of this class with the specified parameters
PlatformOrientationAxes(PlatformOrientationAxes, CopyContext) - Constructor for class agi.foundation.platforms.PlatformOrientationAxes
Initializes a new instance as a copy of an existing instance.
PlatformsGraphicsLibraryVersion - Class in agi.foundation
Version information for the Platforms.Graphics library.
PlatformsLibraryVersion - Class in agi.foundation
Version information for the Platforms library.
play() - Method in class agi.foundation.graphics.imaging.VideoStream
Begins playing the video when the Playback property is set to RealTime.
playBackward() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
Starts animation backward.
playForward() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Starts animation forward.
Plu058BspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Pluto and several of its moons with respect to the Pluto system barycenter.
Plu058BspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.Plu058BspEphemerisProvider
Initializes an instance using the specified plu058.bsp filename.
Plu058BspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.Plu058BspEphemerisProvider
Initializes a new instance with the specified stream factory.
Plu058BspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.Plu058BspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
Plu058BspEphemerisProvider(Plu058BspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.Plu058BspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
PlutoBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the position of Charon with respect to the Pluto system barycenter.
PlutoBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.PlutoBspEphemerisProvider
Initializes an instance using the specified pluto.bsp filename.
PlutoBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.PlutoBspEphemerisProvider
Initializes a new instance with the specified stream factory.
PlutoBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.PlutoBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
PlutoBspEphemerisProvider(PlutoBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.PlutoBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
PlutoCentralBody - Class in agi.foundation.celestial
The dwarf planet Pluto.
PlutoCentralBody() - Constructor for class agi.foundation.celestial.PlutoCentralBody
Initializes a new instance.
PlutoCentralBody(PlutoCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.PlutoCentralBody
Initializes a new instance as a copy of an existing instance.
PlutoGravitationalParameter - Static variable in class agi.foundation.celestial.PlutonianMoonsAnalyticEphemeris
The gravitational parameter of Pluto used by plu043.bsp converted to m^3/s^2.
PlutonianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
Provides Point instances representing the positions of one of the Plutonian moons computed using a TwoBodyPropagator with gravitational parameter provided by the comments file of the plu043 ephemeris file.
PlutoSystemBarycenter - Class in agi.foundation.celestial
The barycenter of the Pluto system.
PlutoSystemBarycenter() - Constructor for class agi.foundation.celestial.PlutoSystemBarycenter
Initializes a new instance.
PlutoSystemBarycenter(PlutoSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.PlutoSystemBarycenter
Initializes a new instance as a copy of an existing instance.
Point - Class in agi.foundation.geometry
A point which may vary with time, defined relative to a given reference frame.
Point() - Constructor for class agi.foundation.geometry.Point
Initializes a new instance.
Point(Point, CopyContext) - Constructor for class agi.foundation.geometry.Point
Initializes a new instance as a copy of an existing instance.
PointAtAltitude - Class in agi.foundation.geometry
A Point whose motion is derived from the motion of a reference point projected onto a surface of a supplied Altitude (get / set), with respect to the ellipsoidal shape of a CentralBody (get / set).
PointAtAltitude() - Constructor for class agi.foundation.geometry.PointAtAltitude
Initializes a new instance.
PointAtAltitude(Point, CentralBody, Scalar) - Constructor for class agi.foundation.geometry.PointAtAltitude
Initializes a new instance from a reference point, body, and altitude scalar.
PointBatchPrimitive - Class in agi.foundation.graphics
Renders one or more points in the 3D scene.
PointBatchPrimitive() - Constructor for class agi.foundation.graphics.PointBatchPrimitive
Initializes a default point batch primitive.
PointBatchPrimitive(SetHint) - Constructor for class agi.foundation.graphics.PointBatchPrimitive
Initializes a new instance of a point batch primitive with the specified SetHint.
PointCartographic - Class in agi.foundation.geometry
A point representing a fixed planetodetic location on a central body specified using Cartographic coordinates.
PointCartographic() - Constructor for class agi.foundation.geometry.PointCartographic
Initializes a new instance.
PointCartographic(CentralBody, Cartographic) - Constructor for class agi.foundation.geometry.PointCartographic
Initializes a new instance on the specified central body and at the specified location.
PointCartographic(PointCartographic, CopyContext) - Constructor for class agi.foundation.geometry.PointCartographic
Initializes a new instance as a copy of an existing instance.
PointCentralBodyProjection - Class in agi.foundation.geometry
A Point representing the projection of a ray on to the surface of a CentralBody (get / set).
PointCentralBodyProjection() - Constructor for class agi.foundation.geometry.PointCentralBodyProjection
Initializes a new instance.
PointCentralBodyProjection(CentralBody, Point, Vector) - Constructor for class agi.foundation.geometry.PointCentralBodyProjection
Initializes a new instance from a body, a ray origin, and a ray direction.
PointCesiumProperty - Class in agi.foundation.cesium
A CesiumProperty that writes values by evaluating a given Point.
PointCesiumProperty() - Constructor for class agi.foundation.cesium.PointCesiumProperty
Initializes a new instance.
PointCesiumProperty(Point) - Constructor for class agi.foundation.cesium.PointCesiumProperty
Initializes a new instance with the provided Point.
PointDifferentiator - Class in agi.foundation.geometry
A Point that can provide higher-order derivatives by finite-differencing another point.
PointDifferentiator() - Constructor for class agi.foundation.geometry.PointDifferentiator
Initializes a new instance.
PointDifferentiator(Point, double) - Constructor for class agi.foundation.geometry.PointDifferentiator
Initializes a new instance.
PointDifferentiator(Point, double, int) - Constructor for class agi.foundation.geometry.PointDifferentiator
Initializes a new instance.
PointDifferentiator(PointDifferentiator, CopyContext) - Constructor for class agi.foundation.geometry.PointDifferentiator
Initializes a new instance as a copy of an existing instance.
PointEvaluator - Class in agi.foundation.geometry
Evaluates a Point over time.
PointEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.PointEvaluator
Initializes a new instance.
PointEvaluator(PointEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.PointEvaluator
Initializes a new instance as a copy of an existing instance.
PointEvaluatorParameter - Class in agi.foundation.geometry
Represents a PointEvaluator as a parameter.
PointEvaluatorParameter() - Constructor for class agi.foundation.geometry.PointEvaluatorParameter
Initializes a new instance.
PointF - Class in agi.foundation.compatibility
Stores an ordered pair of floating-point x- and y-coordinates, defining a point in a two-dimensional plane, with float precision.
PointF() - Constructor for class agi.foundation.compatibility.PointF
Initializes a new instance.
PointF(float, float) - Constructor for class agi.foundation.compatibility.PointF
Initializes a new instance with the specified coordinates.
PointF(Point2D) - Constructor for class agi.foundation.compatibility.PointF
Initializes a new instance from the specified Point2D.
PointFixedAtJulianDate - Class in agi.foundation.geometry
A Point which is defined by the instantaneous location of another point at a specified JulianDate.
PointFixedAtJulianDate() - Constructor for class agi.foundation.geometry.PointFixedAtJulianDate
Initializes a new instance.
PointFixedAtJulianDate(Point, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.PointFixedAtJulianDate
Initializes a new instance.
PointFixedAtJulianDate(Point, ReferenceFrame, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.PointFixedAtJulianDate
Initializes a new instance.
PointFixedAtJulianDate(PointFixedAtJulianDate, CopyContext) - Constructor for class agi.foundation.geometry.PointFixedAtJulianDate
Initializes a new instance as a copy of an existing instance.
PointFixedOffset - Class in agi.foundation.geometry
A Point whose position does not change with respect to the reference frame in which it is defined.
PointFixedOffset() - Constructor for class agi.foundation.geometry.PointFixedOffset
Initializes a new instance.
PointFixedOffset(ReferenceFrame, Cartesian) - Constructor for class agi.foundation.geometry.PointFixedOffset
Initializes a new instance of the PointFixedOffset class using the provided offset with respect to the provided frame.
PointFixedOffset(PointFixedOffset, CopyContext) - Constructor for class agi.foundation.geometry.PointFixedOffset
Initializes a new instance as a copy of an existing instance.
PointFromArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate> - Class in agi.foundation.geometry
A Point whose position is defined by archived tracking data.
PointFromArchive(TypeLiteral<TEntity>) - Constructor for class agi.foundation.geometry.PointFromArchive
Initializes a new instance.
PointFromArchive(TypeLiteral<TEntity>, TrackingArchive<TEntity>, Object) - Constructor for class agi.foundation.geometry.PointFromArchive
Initializes a new instance to use a specified archive and entity.
PointFromArchive(TypeLiteral<TEntity>, PointFromArchive<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.PointFromArchive
Initializes a new instance as a copy of an existing instance.
PointGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a point over time.
PointGraphics() - Constructor for class agi.foundation.cesium.PointGraphics
Initializes a new instance.
PointGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a Point over time.
PointGraphics() - Constructor for class agi.foundation.platforms.PointGraphics
Initializes a new instance.
PointGraphicsCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a point graphic for objects that provide IPointGraphicsService.
PointGraphicsExtension - Class in agi.foundation.cesium
An extension that defines a point to be drawn at the location defined by ILocationPointService.
PointGraphicsExtension() - Constructor for class agi.foundation.cesium.PointGraphicsExtension
Initializes a new instance.
PointGraphicsExtension(PointGraphics) - Constructor for class agi.foundation.cesium.PointGraphicsExtension
Initializes a new instance with the provided PointGraphics (get / set).
PointGraphicsExtension(PointGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.PointGraphicsExtension
Initializes a new instance as a copy of an existing instance.
PointGraphicsExtension - Class in agi.foundation.platforms
An extension that describes a point at the location defined by ILocationPointService.
PointGraphicsExtension() - Constructor for class agi.foundation.platforms.PointGraphicsExtension
Initializes a new instance.
PointGraphicsExtension(PointGraphics) - Constructor for class agi.foundation.platforms.PointGraphicsExtension
Initializes a new instance with the provided PointGraphics (get / set)
PointGraphicsExtension(PointGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.PointGraphicsExtension
Initializes a new instance as a copy of an existing instance.
PointGraphicsParameter - Class in agi.foundation.platforms
A GraphicsParameter which evaluates a specified Point (get / set) and returns the resulting Cartesian in the provided InFrame (get / set).
PointGraphicsParameter() - Constructor for class agi.foundation.platforms.PointGraphicsParameter
Initializes a new instance.
PointGraphicsParameter(Point, ReferenceFrame) - Constructor for class agi.foundation.platforms.PointGraphicsParameter
Initializes a new instance with the specified point and frame.
PointGraphicsParameter(PointGraphicsParameter, CopyContext) - Constructor for class agi.foundation.platforms.PointGraphicsParameter
Initializes a new instance as a copy of an existing instance.
PointHelper - Class in agi.foundation.geometry
A collection of helper methods for working with Point and related types.
PointInPointsFrame - Class in agi.foundation.geometry
A point observed in another point's reference frame.
PointInPointsFrame() - Constructor for class agi.foundation.geometry.PointInPointsFrame
Initializes a new instance.
PointInPointsFrame(Point, Point) - Constructor for class agi.foundation.geometry.PointInPointsFrame
Initializes a new instance.
PointInPointsFrame(PointInPointsFrame, CopyContext) - Constructor for class agi.foundation.geometry.PointInPointsFrame
Initializes a new instance as a copy of an existing instance.
PointInReferenceFrame - Class in agi.foundation.geometry
A time varying point observed in a particular reference frame.
PointInReferenceFrame() - Constructor for class agi.foundation.geometry.PointInReferenceFrame
Initializes a new instance.
PointInReferenceFrame(Point, ReferenceFrame) - Constructor for class agi.foundation.geometry.PointInReferenceFrame
Initializes a new instance.
PointInReferenceFrame(PointInReferenceFrame, CopyContext) - Constructor for class agi.foundation.geometry.PointInReferenceFrame
Initializes a new instance as a copy of an existing instance.
PointInRegionNearestToReferencePoint - Class in agi.foundation.geometry
A Point that is within an EllipsoidSurfaceRegion that is closest to a reference point which may be found in, on, or outside of the region.
PointInRegionNearestToReferencePoint() - Constructor for class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Initializes an instance.
PointInRegionNearestToReferencePoint(Point, EllipsoidSurfaceRegion) - Constructor for class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Initializes an instance with the CentralBody (get / set) set to Earth from the CentralBodiesFacet.
PointInRegionNearestToReferencePoint(CentralBody, Point, IGetEllipsoidSurfaceRegion) - Constructor for class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Initializes an instance with the specified parameters.
PointInRegionNearestToReferencePoint(CentralBody, Point, EllipsoidSurfaceRegion) - Constructor for class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Initializes an instance with the specified parameters.
PointInRegionNearestToReferencePoint(PointInRegionNearestToReferencePoint, CopyContext) - Constructor for class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Initializes a new instance as a copy of an existing instance.
PointInterpolator - Class in agi.foundation.geometry
A point with its position, velocity, etc.
PointInterpolator() - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance.
PointInterpolator(ReferenceFrame, InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance of the PointInterpolator class from the provided parameters.
PointInterpolator(ReferenceFrame, InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance of the PointInterpolator class from the provided parameters.
PointInterpolator(ReferenceFrame, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance of the PointInterpolator class from the provided parameters.
PointInterpolator(ReferenceFrame, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance of the PointInterpolator class from the provided parameters.
PointInterpolator(ReferenceFrame, TranslationalMotionInterpolator) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance of the PointInterpolator class from the provided parameters.
PointInterpolator(PointInterpolator, CopyContext) - Constructor for class agi.foundation.geometry.PointInterpolator
Initializes a new instance as a copy of an existing instance.
PointOnCurve - Class in agi.foundation.geometry.shapes
Represents a specific point on a Curve.
PointOnCurve() - Constructor for class agi.foundation.geometry.shapes.PointOnCurve
Initializes a new instance.
PointOnCurve(double, double, Cartesian) - Constructor for class agi.foundation.geometry.shapes.PointOnCurve
Initializes a new instance.
PointPropagationParameter - Class in agi.foundation.geometry
Represents a Point which in turns represents the position and velocity in an integration state.
PointPropagationParameter() - Constructor for class agi.foundation.geometry.PointPropagationParameter
Initializes a new instance.
PointPropagationParameter(ReferenceFrame) - Constructor for class agi.foundation.geometry.PointPropagationParameter
Initializes a new instance with the given frame of integration.
PointScattererExtension - Class in agi.foundation.communications
An ObjectExtension which is used to model signal reflections using a single point scatterer model.
PointScattererExtension() - Constructor for class agi.foundation.communications.PointScattererExtension
Initializes a new instance.
PointScattererExtension(double, double) - Constructor for class agi.foundation.communications.PointScattererExtension
Initializes a new instance.
PointScattererExtension(double, double, ScatteringCoefficient) - Constructor for class agi.foundation.communications.PointScattererExtension
Initializes a new instance.
PointScattererExtension(ScatteringCoefficient) - Constructor for class agi.foundation.communications.PointScattererExtension
Initializes a new instance and sets the supplied ScatteringCoefficient as the first frequency band's scattering coefficient.
PointScattererExtension(PointScattererExtension, CopyContext) - Constructor for class agi.foundation.communications.PointScattererExtension
Initializes a new instance as a copy of an existing instance.
PointScattererFrequencyBand - Class in agi.foundation.communications
Represents a frequency band with scattering properties defined by the assigned ScatteringCoefficient (get / set) instance.
PointScattererFrequencyBand(double, ScatteringCoefficient) - Constructor for class agi.foundation.communications.PointScattererFrequencyBand
Initializes a new instance.
PointScattererFrequencyBand(PointScattererFrequencyBand, CopyContext) - Constructor for class agi.foundation.communications.PointScattererFrequencyBand
Initializes a new instance as a copy of an existing instance.
PointScattererFrequencyBandCollection - Class in agi.foundation.communications
Represents a collection of PointScattererFrequencyBand objects.
PointScattererFrequencyBandCollection() - Constructor for class agi.foundation.communications.PointScattererFrequencyBandCollection
Initializes a new instance.
PointScattererFrequencyBandCollection(ScatteringCoefficient) - Constructor for class agi.foundation.communications.PointScattererFrequencyBandCollection
Initializes a new instance.
PointScattererFrequencyBandCollection(double, double, ScatteringCoefficient) - Constructor for class agi.foundation.communications.PointScattererFrequencyBandCollection
Initializes a new instance.
PointScattererFrequencyBandCollection(double, double) - Constructor for class agi.foundation.communications.PointScattererFrequencyBandCollection
Initializes a new instance.
PointScattererInformation - Class in agi.foundation.communications
An immutable data structure which contains information about when a signal arrives at a point scatterer.
PointScattererInformation(JulianDate, SignalIdentifier) - Constructor for class agi.foundation.communications.PointScattererInformation
Initializes a new instance.
PointScattererInformation(JulianDate, SignalIdentifier, Iterable<? extends Object>) - Constructor for class agi.foundation.communications.PointScattererInformation
Initializes a new instance.
PointScattererInformation(JulianDate, SignalIdentifier, Object...) - Constructor for class agi.foundation.communications.PointScattererInformation
Initializes a new instance.
PointScattererInformation(PointScattererInformation, CopyContext) - Constructor for class agi.foundation.communications.PointScattererInformation
Initializes a new instance as a copy of an existing instance.
PointScattererInformationCollection - Class in agi.foundation.communications
A collection of PointScattererInformation objects representing each of the point scatterers which the signal has reflected off of before reception at the receiver.
PointScattererInformationCollection() - Constructor for class agi.foundation.communications.PointScattererInformationCollection
Initializes a new instance.
PointScattererLinkPath - Class in agi.foundation.communications
Describes a propagation path from a transmitter through one or more point scatterers ending at a receiver.
pointSeparationDistance(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
If the given Cartesian does not lie within this ellipsoid this method returns the minimum separation between the this ellipsoid on the given point.
pointSeparationDistance(Cartesian, Cartesian[]) - Method in class agi.foundation.geometry.shapes.Ellipsoid
If the given Cartesian does not lie within this ellipsoid this method returns the minimum separation between the this ellipsoid on the given point.
PointVectorToPoint - Class in agi.foundation.geometry
A Point formed by displacing another Point with a Vector.
PointVectorToPoint() - Constructor for class agi.foundation.geometry.PointVectorToPoint
Initializes a new instance.
PointVectorToPoint(Vector, Point) - Constructor for class agi.foundation.geometry.PointVectorToPoint
Initializes a new instance.
PointVectorToPoint(PointVectorToPoint, CopyContext) - Constructor for class agi.foundation.geometry.PointVectorToPoint
Initializes a new instance as a copy of an existing instance.
PointVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws points defined by IPointGraphicsService at the location provided by ILocationPointService.
PointVisualizer() - Constructor for class agi.foundation.platforms.advanced.PointVisualizer
Initializes a new instance.
PointVisualizer<TEntity extends IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
An EntityVisualizer which creates a point for each entity.
PointVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.PointVisualizer
Initializes a new instance.
PointVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>) - Constructor for class agi.foundation.tracking.PointVisualizer
Initializes a new instance with the provided EntitySet.
PointVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, SetHint) - Constructor for class agi.foundation.tracking.PointVisualizer
Initializes a new instance with the provided EntitySet and SetHint (get).
Polar - Class in agi.foundation.coordinates
A set of curvilinear 2-dimensional coordinates.
Polar() - Constructor for class agi.foundation.coordinates.Polar
Initializes a new instance.
Polar(double, double) - Constructor for class agi.foundation.coordinates.Polar
Initializes a set of Polar coordinates from the provided values.
Polar(Rectangular) - Constructor for class agi.foundation.coordinates.Polar
Initializes a set of Polar coordinates from the provided set of Rectangular coordinates.
Polar(double[]) - Constructor for class agi.foundation.coordinates.Polar
Initializes a set of Polar coordinates from the first 2 consecutive elements in the provided array.
Polar(double[], int) - Constructor for class agi.foundation.coordinates.Polar
Initializes a set of Polar coordinates from 2 consecutive elements in the provided array.
Polarization - Class in agi.foundation.communications
Base class for all types of signal polarization.
Polarization(PolarizationReferenceAxis, double, double) - Constructor for class agi.foundation.communications.Polarization
Constructs a new instance with the provided reference axis, tilt angle, and axial ratio.
Polarization(Polarization, CopyContext) - Constructor for class agi.foundation.communications.Polarization
Initializes a new instance as a copy of an existing instance.
PolarizationReferenceAxis - Enum in agi.foundation.communications
The reference axis from which the tilt angle is measured.
PolarizationSource - Class in agi.foundation.communications
Base class for a polarization source which provides an evaluator for evaluating polarization over time based on the link geometry and polarization axes.
PolarizationSource() - Constructor for class agi.foundation.communications.PolarizationSource
Initializes a new instance.
PolarizationSource(PolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.PolarizationSource
Initializes a new instance as a copy of an existing instance.
PoleIndicator - Enum in agi.foundation.coordinates
Specifies one of the two geographical poles, or neither.
PolylineArrowMaterialGraphics - Class in agi.foundation.cesium
Describes graphical properties of a material that fills the surface of a line with an arrow.
PolylineArrowMaterialGraphics() - Constructor for class agi.foundation.cesium.PolylineArrowMaterialGraphics
Initializes a new instance.
PolylineArrowMaterialGraphics(CesiumProperty<Color>) - Constructor for class agi.foundation.cesium.PolylineArrowMaterialGraphics
Initializes a new instance with the specified color.
PolylineArrowMaterialGraphics(Color) - Constructor for class agi.foundation.cesium.PolylineArrowMaterialGraphics
Initializes a new instance with the specified color.
PolylineDashMaterialGraphics - Class in agi.foundation.cesium
Describes graphical properties of a material that fills the surface of a line with a pattern of dashes.
PolylineDashMaterialGraphics() - Constructor for class agi.foundation.cesium.PolylineDashMaterialGraphics
Initializes a new instance.
PolylineGlowMaterialGraphics - Class in agi.foundation.cesium
Describes graphical properties of a material that fills the surface of a line with a glowing color.
PolylineGlowMaterialGraphics() - Constructor for class agi.foundation.cesium.PolylineGlowMaterialGraphics
Initializes a new instance.
PolylineOutlineMaterialGraphics - Class in agi.foundation.cesium
Describes graphical properties of a material that fills the surface of a line with an outlined color.
PolylineOutlineMaterialGraphics() - Constructor for class agi.foundation.cesium.PolylineOutlineMaterialGraphics
Initializes a new instance.
PolylinePrimitive - Class in agi.foundation.graphics
Renders a polyline in the 3D scene.
PolylinePrimitive() - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a default polyline primitive.
PolylinePrimitive(PositionInterpolator, SetHint) - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a polyline primitive with the specified interpolator and setHint.
PolylinePrimitive(PolylineType, SetHint) - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a new instance of a polyline primitive with the specified polylineType and setHint.
PolylinePrimitive(PositionInterpolator) - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a polyline primitive with the specified interpolator.
PolylinePrimitive(SetHint) - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a new instance of a polyline primitive with the specified SetHint.
PolylinePrimitive(PolylineType) - Constructor for class agi.foundation.graphics.PolylinePrimitive
Initializes a polyline primitive with the specified polylineType.
PolylinePrimitiveOptionalParameters - Class in agi.foundation.graphics
Optional per-point or per-segment parameters for PolylinePrimitive that overrides the polyline primitive's global parameters.
PolylinePrimitiveOptionalParameters() - Constructor for class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
Initializes default polyline primitive optional parameters.
PolylineType - Enum in agi.foundation.graphics
Describes how to interpret positions defining a polyline.
pop() - Method in class agi.foundation.infrastructure.HierarchicalLogger
Finishes logging for this sub-task and writes its output to either the log file or its parent sub-task.
popAdjustmentCache() - Method in class agi.foundation.geometry.LinkDelayEvaluator
Pops the topmost set of cached adjustments off the stack.
populateConstellationOutageData(PlatformCollection) - Method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Populates a GPS constellation with the information about satellite outages contained in this outage file.
populateCovarianceCollection(Matrix, DateMotionCollection1<Matrix>, TransitionType) - Static method in class agi.foundation.propagators.StateTransitionMatrix
Transforms an initial covariance matrix forward in time using the given collection of state transition matrices.
PositionInterpolator - Class in agi.foundation.graphics
Position interpolators compute positions based on a collection of input positions.
PositionInterpolator() - Constructor for class agi.foundation.graphics.PositionInterpolator
 
PositionName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityPosition
The name of the Position (get) property.
post(SendOrPostCallback, Object) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Adds a delegate to the message queue and immediately returns
post(Object) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Adds a generic message that is asynchronously sent to any functions that subscribe to MessageReceived (add / remove).
postMultiply(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the linear algebra multiplication of this matrix times the given matrix.
pow(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
Calculates the complex square root of the input value.
power(double) - Method in class agi.foundation.geometry.Scalar
Raises this scalar to the given fixed exponent.
Precession - Class in agi.foundation.celestial
Holds precession angles.
Precession(double, double, double, double) - Constructor for class agi.foundation.celestial.Precession
Initializes a new instance with the specified parameters.
PrecessionModel - Class in agi.foundation.celestial
A model of the precession of a central body.
PrecessionModel() - Constructor for class agi.foundation.celestial.PrecessionModel
Initializes a new instance.
PrecessionModel(PrecessionModel, CopyContext) - Constructor for class agi.foundation.celestial.PrecessionModel
Initializes a new instance as a copy of an existing instance.
Predicate<T> - Class in agi.foundation.compatibility
Represents a method that defines a set of criteria and determines whether the specified object meets those criteria.
Predicate() - Constructor for class agi.foundation.compatibility.Predicate
Creates a new instance of this delegate.
Predicate(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Predicate
Initializes a delegate that will invoke an instance method on a class instance.
Predicate(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Predicate
Initializes a delegate that will invoke a static method on a class.
Predicate.Function<T> - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
PredictionSupportFile - Class in agi.foundation.navigation.datareaders
A Prediction Support File (PSF) containing statistical data necessary to predict navigation accuracy.
PredictionSupportFile() - Constructor for class agi.foundation.navigation.datareaders.PredictionSupportFile
Initializes a new instance.
PredictionSupportRecord - Class in agi.foundation.navigation.datareaders
This class provides a record of data read from the Prediction Support file (PSF).
PredictionSupportRecord() - Constructor for class agi.foundation.navigation.datareaders.PredictionSupportRecord
Initializes a new instance.
PredictionSupportRecord(int, double, double, double, double, double) - Constructor for class agi.foundation.navigation.datareaders.PredictionSupportRecord
Initializes a new instance with RMS values and pseudo random number, setting all other values to 0.
PredictionSupportRecord(int, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.navigation.datareaders.PredictionSupportRecord
Initializes the complete prediction support record.
PredictionSupportRecord(PredictionSupportRecord) - Constructor for class agi.foundation.navigation.datareaders.PredictionSupportRecord
Initializes a new instance as a copy of an existing instance.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Loads the terrain data in a given CartographicExtent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
Loads the terrain data in a given CartographicExtent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
Loads the terrain data in a given CartographicExtent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
Loads the terrain data in a given extent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Loads the terrain data in a given CartographicExtent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.RasterTerrainCache
Loads the terrain data in a given extent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.RasterTerrainProvider
Loads the terrain data in a given CartographicExtent into the terrain cache.
preloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.TerrainProvider
Loads the terrain data in a given CartographicExtent into the terrain cache.
preMultiply(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a ComplexMatrix which is the linear algebra multiplication of the given matrix times this matrix.
PrescribedAccelerationTransitionProfile - Class in agi.foundation.routedesign
A profile defined by a simple incline used to connect two other profiles at different heights.
PrescribedAccelerationTransitionProfile() - Constructor for class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
Create a new instance.
PrescribedAccelerationTransitionProfile(double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
Create a new instance based on the given platform properties.
PrescribedAccelerationTransitionProfile(double, double, double, ProfileSpeed, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
Create a new instance based on the given parameters to completely define the incline.
PrimaryPolarizationChannelIdentifier - Class in agi.foundation.communications
Type used to identify the primary polarization channel.
PrimaryPolarizationChannelIdentifier() - Constructor for class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Initializes a new instance.
PrimaryPolarizationChannelIdentifier(SignalIdentifier) - Constructor for class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Initialize a new instance.
PrimaryPolarizationChannelIdentifier(PrimaryPolarizationChannelIdentifier, CopyContext) - Constructor for class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Initializes a new instance as a copy of an existing instance.
PrimaryPolarizationChannelSource - Class in agi.foundation.communications.signalprocessing
A signal processor which marks the signals obtained from its input signal processor as originating from the primary polarization channel.
PrimaryPolarizationChannelSource() - Constructor for class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Initializes a new instance.
PrimaryPolarizationChannelSource(SignalProcessor) - Constructor for class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Initializes a new instance from the given signal input.
PrimaryPolarizationChannelSource(PrimaryPolarizationChannelSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Initializes a new instance as a copy of an existing instance.
Primitive - Class in agi.foundation.graphics
Primitives represent objects rendered in the 3D scene.
Primitive() - Constructor for class agi.foundation.graphics.Primitive
 
PrimitiveFactory - Class in agi.foundation.graphics
Factory for creating PolylinePrimitives and TriangleMesh objects
PrimitiveManager - Class in agi.foundation.graphics
The primitive manager contains spatial data structures used to efficiently render primitives.
PrimitivesSortOrder - Enum in agi.foundation.graphics.advanced
The order in which primitives are sorted before rendering.
printStackTrace() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
printStackTrace(PrintStream) - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
printStackTrace(PrintWriter) - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
ProcedureConfigurationResult - Class in agi.foundation.routedesign.advanced
The result of configuring the surface geometry on a given RouteProcedure.
ProcedureConfigurationResult(RouteProcedure, SurfaceConfigurationResult, SurfaceConfigurationResult, ProfileConfigurationResult) - Constructor for class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Create a new instance based on the configuration results for the given procedure.
ProcedureConfigurationResult(ProcedureConfigurationResult, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Initializes a new instance as a copy of an existing instance.
processCoordinates(double[], double[]) - Method in class agi.foundation.terrain.AGIWorldTerrain
Performs any additional processing of coordinate values prior to using them to load sets of posts or for interpolating heights.
processCoordinates(double[], double[]) - Method in class agi.foundation.terrain.GTOPO30Terrain
Performs any additional processing of coordinate values prior to using them to load sets of posts or for interpolating heights.
processCoordinates(double[], double[]) - Method in class agi.foundation.terrain.RasterTerrainProvider
Performs any additional processing of coordinate values prior to using them to load sets of posts or for interpolating heights.
ProcessedRadarWaveform - Class in agi.foundation.radar
An immutable data container which represents the radar waveform after being processed by the radar receiver signal processing.
ProcessedRadarWaveform(double, double, int, Signal, SignalCollection) - Constructor for class agi.foundation.radar.ProcessedRadarWaveform
Initializes a new instance.
ProcessedRadarWaveform(double, double, int, Signal, SignalCollection, Iterable<? extends Object>) - Constructor for class agi.foundation.radar.ProcessedRadarWaveform
Initializes a new instance.
ProcessedRadarWaveformOutputExtension - Class in agi.foundation.radar
An extension which identifies the output of a radar receiver's waveform processing subsystem.
ProcessedRadarWaveformOutputExtension() - Constructor for class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Initializes a new instance.
ProcessedRadarWaveformOutputExtension(RadarWaveformProcessor) - Constructor for class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Construct a new instance based on the given RadarWaveformProcessor.
ProcessedRadarWaveformOutputExtension(ProcessedRadarWaveformOutputExtension, CopyContext) - Constructor for class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Initializes a new instance as a copy of an existing instance.
processMouseEvent(MouseEvent) - Method in class agi.foundation.graphics.awt.Insight3D
 
processMouseMotionEvent(MouseEvent) - Method in class agi.foundation.graphics.awt.Insight3D
 
ProfileConfigurationResult - Class in agi.foundation.routedesign.advanced
The result of configuring the vertical and temporal geometry on a given RouteProcedure.
ProfileConfigurationResult(HeightConfigurationStatus, SpeedConfigurationStatus) - Constructor for class agi.foundation.routedesign.advanced.ProfileConfigurationResult
Create a new instance based on the given status information for height and speed.
ProfileConfigurationResult(HeightConfigurationResult, SpeedConfigurationResult) - Constructor for class agi.foundation.routedesign.advanced.ProfileConfigurationResult
Create a new instance based on the given results for height and speed.
ProfileDynamics - Class in agi.foundation.routedesign
Represents a set of common properties describing the dynamical capabilities of a platform traversing a route profile.
ProfileDynamics() - Constructor for class agi.foundation.routedesign.ProfileDynamics
Initializes a new instance.
ProfileDynamics(double, double, double, double, double, double) - Constructor for class agi.foundation.routedesign.ProfileDynamics
Create a new instance based on the given properties.
ProfileDynamics(ProfileDynamics) - Constructor for class agi.foundation.routedesign.ProfileDynamics
Initializes a new instance as a copy of an existing instance.
ProfileRouteConnection - Class in agi.foundation.routedesign
A simple route connection that defines a straight connection between two procedures with a user specified profile defining the vertical and temporal behavior along the connection.
ProfileRouteConnection() - Constructor for class agi.foundation.routedesign.ProfileRouteConnection
Create a new instance.
ProfileRouteConnection(Ellipsoid, RouteProfile) - Constructor for class agi.foundation.routedesign.ProfileRouteConnection
Create a new instance based on the given profile.
ProfileRouteConnection(Ellipsoid, RouteProfile, KindOfSurfaceConnection) - Constructor for class agi.foundation.routedesign.ProfileRouteConnection
Create a new instance based on the given profile and reference surface.
ProfileRouteConnection(ProfileRouteConnection, CopyContext) - Constructor for class agi.foundation.routedesign.ProfileRouteConnection
Initializes a new instance as a copy of an existing instance.
ProfileSegment - Class in agi.foundation.routedesign.advanced
Base class for all types representing the immutable vertical and temporal geometry corresponding to all or part of a particular RouteSegment.
ProfileSegment() - Constructor for class agi.foundation.routedesign.advanced.ProfileSegment
Initializes a new instance.
ProfileSegment(ProfileSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.ProfileSegment
Initializes a new instance as a copy of an existing instance.
ProfileSpeed - Class in agi.foundation.routedesign
A specified target speed provided as either the total horizontal and vertical speed or only the horizontal speed along the surface.
ProfileSpeed(double, SpeedReference) - Constructor for class agi.foundation.routedesign.ProfileSpeed
Create a new instance with the given target speed, in meters per second.
ProgressChangedEventArgs - Class in agi.foundation.compatibility
Provides data for the ProgressChanged event.
ProgressChangedEventArgs(int, Object) - Constructor for class agi.foundation.compatibility.ProgressChangedEventArgs
Initializes a new instance of the ProgressChangedEventArgs class.
ProgressChangedEventHandler - Class in agi.foundation.compatibility
Represents a method that will handle a ProgressChanged event.
ProgressChangedEventHandler() - Constructor for class agi.foundation.compatibility.ProgressChangedEventHandler
Creates a new instance of this delegate.
ProgressChangedEventHandler(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.ProgressChangedEventHandler
Initializes a delegate that will invoke an instance method on a class instance.
ProgressChangedEventHandler(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.ProgressChangedEventHandler
Initializes a delegate that will invoke a static method on a class.
ProgressChangedEventHandler.Function - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
ProjectedRaster - Class in agi.foundation.graphics
A Primitive which projects a Raster onto the terrain or surface of the CentralBody.
ProjectedRaster(CentralBody) - Constructor for class agi.foundation.graphics.ProjectedRaster
Initializes a new instance.
ProjectedRasterRenderPass - Enum in agi.foundation.graphics.advanced
The pass during which the projected raster is rendered.
Projection - Class in agi.foundation.graphics.advanced
A Projection represents a simplified camera with a Position, Orientation, and FieldOfViewHorizontal and FieldOfViewVertical.
Projection() - Constructor for class agi.foundation.graphics.advanced.Projection
Initializes a new instance.
Projection(Cartesian, UnitQuaternion, double, double, double, double) - Constructor for class agi.foundation.graphics.advanced.Projection
Initializes a new instance.
Projection(Projection) - Constructor for class agi.foundation.graphics.advanced.Projection
Initializes a new instance from another projection.
ProjectionStream - Class in agi.foundation.graphics.advanced
A Projection that is updated dynamically at the specified UpdateDelta.
ProjectionStream() - Constructor for class agi.foundation.graphics.advanced.ProjectionStream
 
propagate(JulianDate, SignalCollection) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Given a set of signals at the given date, apply a SignalPropagationModel and return the propagated signals.
propagate(JulianDate, JulianDate, Duration, int, ReferenceFrame) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
Calculates position (and zero or more derivatives) for regular time steps over an interval.
propagate(JulianDate, JulianDate, Duration, int, ReferenceFrame, ITrackCalculationProgress) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
Calculates position (and zero or more derivatives) for regular time steps over an interval.
propagate(Duration) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates the state from the CurrentTime (get) and CurrentState (get).
propagate(Duration, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates the state from the CurrentTime (get) and CurrentState (get).
propagate(Duration, int) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates the state from the CurrentTime (get) and CurrentState (get).
propagate(Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates the state from the CurrentTime (get) and CurrentState (get).
propagate(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment with the given parameters.
propagate() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment assuming no initial state is passed in.
propagate(SegmentListResults) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment.
propagate(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment starting from the initialState.
propagate(ITimeBasedState, SegmentListResults) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment starting from the initialState.
propagate(ITimeBasedState, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment starting from the initialState.
propagate(SegmentConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates the segment.
PropagatedRoute - Class in agi.foundation.routedesign
An instance of a propagated route produced by the RoutePropagator.
PropagatedRoute(List<PropagatedRoute>) - Constructor for class agi.foundation.routedesign.PropagatedRoute
Concatenate multiple routes together.
PropagatedRoute(PropagatedRoute, CopyContext) - Constructor for class agi.foundation.routedesign.PropagatedRoute
Initializes a new instance as a copy of an existing instance.
propagateFromTime(JulianDate) - Method in class agi.foundation.routedesign.RoutePropagator
Create a PropagatedRoute by configuring the segments to represent a route which starts at the given time.
propagateFromTime(JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.routedesign.RoutePropagator
Create a PropagatedRoute by configuring the segments to represent a route which starts at the given time.
PropagateSegment - Class in agi.foundation.segmentpropagation
A segment that will run a StoppablePropagator until a StoppingCondition is satisfied.
PropagateSegment(StoppablePropagatorDefinition) - Constructor for class agi.foundation.segmentpropagation.PropagateSegment
Initializes a new instance with a StoppablePropagator.
PropagateSegment(PropagateSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.PropagateSegment
Initializes a new instance as a copy of an existing instance.
propagateSegment(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
The method that actually propagates the segment.
propagateSegment(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
The method that actually propagates the segment.
PropagateSegmentConfiguration - Class in agi.foundation.segmentpropagation
The configuration of a PropagateSegment which stores and allows the modification what StoppablePropagator will be used at propagation time of the PropagateSegment.
PropagateSegmentConfiguration(StoppablePropagator, Map<SegmentDefinition, SegmentConfiguration>) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
Initializes a new instance.
PropagateSegmentConfiguration(PropagateSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
propagateSegmentList() - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
Propagates the segments in this SegmentListPropagator.
propagateSegmentList(ITimeBasedState) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
Propagates this starting from the initialState.
propagateSegmentList(SegmentListResults, SegmentListConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
Propagates this propagator's list of segments.
PropagateSegmentResults - Class in agi.foundation.segmentpropagation
A PropagateSegment can optionally propagate multiple segments with an auto-sequence with stopping conditions.
PropagateSegmentResults(SegmentPropagator, PropagateSegmentResults) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentResults
Initializes a new instance.
PropagateSegmentResults(SegmentPropagator) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentResults
Initializes a new instance.
PropagateSegmentResults(SegmentPropagator, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentResults
Initializes a new instance.
PropagateSegmentResults(PropagateSegmentResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.PropagateSegmentResults
Initializes a new instance as a copy of an existing instance.
propagateSegments(SegmentListResults, List<SegmentPropagator>, SegmentListConfiguration, ITrackCalculationProgress) - Static method in class agi.foundation.segmentpropagation.SegmentListPropagator
Propagates a list of segments.
propagateTo(SegmentResults, JulianDate) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
Propagates a segment to the time or independent variable specified in the dateToPropagateTo.
propagateTo(SegmentResults, JulianDate) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
Propagates a segment to the time or independent variable specified in the dateToPropagateTo.
propagateToAssumingTimeBasedStates(JulianDate, SegmentResults, SegmentListResults) - Method in class agi.foundation.segmentpropagation.SegmentListResults
When a SegmentPropagator needs to go back and start at a point before the end of the previous segment, this method can be used to get that exact state to start at.
propagateToFinalState(SegmentPropagator, SegmentListResults, PropagateSegmentConfiguration, ITimeBasedState, IntegrationSense) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
Propagates to whatever final conditions are defined for the propagator of a FollowSegment.
propagateTowardTime(JulianDate) - Method in class agi.foundation.routedesign.RoutePropagator
Create a PropagatedRoute by configuring the segments to represent a route which will end at the given time (This can be useful for designing a rendezvous at a given time).
propagateTowardTime(JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.routedesign.RoutePropagator
Create a PropagatedRoute by configuring the segments to represent a route which will end at the given time (This can be useful for designing a rendezvous at a given time).
propagateUntilStop(Iterable<? extends StoppingConditionEvaluator>, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates forward until one of the conditions are tripped.
propagateUntilStop(Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates until one of the conditions are tripped.
propagateUntilStop(Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, boolean, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates until one of the conditions are tripped.
propagateUntilStop(Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, boolean, int, ITrackCalculationProgress) - Method in class agi.foundation.propagators.NumericalPropagator
Propagates until one of the conditions are tripped.
propagateUntilStop(JulianDate, Motion1<Cartesian>, IntegrationSense, ITrackCalculationProgress) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Propagates a Point forward in time from the initial conditions.
propagateUntilStop(JulianDate, Motion1<Cartesian>, Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, int, ITrackCalculationProgress) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Propagates a Point forward in time from the initial conditions.
propagateUntilStop(ITimeBasedState, ITrackCalculationProgress) - Method in class agi.foundation.propagators.StoppablePropagator
Propagates forward until one of the saved StoppingConditionEvaluators are tripped.
propagateUntilStop(ITimeBasedState, IntegrationSense, ITrackCalculationProgress) - Method in class agi.foundation.propagators.StoppablePropagator
Propagates until one of the saved StoppingConditionEvaluators are tripped.
propagateUntilStop(ITimeBasedState, Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, int, ITrackCalculationProgress) - Method in class agi.foundation.propagators.StoppablePropagator
Propagates until one of the conditions are tripped.
propagateUntilStop(ITimeBasedState, Iterable<? extends StoppingConditionEvaluator>, IntegrationSense, boolean, int, ITrackCalculationProgress) - Method in class agi.foundation.propagators.StoppablePropagator
Propagates until one of the conditions are tripped.
PropagationData(String, double, double, double, double, double, TiremPropagationMode, double, double, int, int, double, double, double, float, float, float, float) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel.PropagationData
Defines a set of TIREM propagated data.
PropagationData(String, double, double, double, double, double, TiremPropagationMode, double, double, int, int, double, double, double, double) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18.PropagationData
Defines a set of TIREM propagated data.
PropagationEulerianAxes - Class in agi.foundation.propagators
A PropagationStateElement representing the attitude (and angular velocity) of a rigid body with its angular acceleration represented by Euler's equations of motion.
PropagationEulerianAxes() - Constructor for class agi.foundation.propagators.PropagationEulerianAxes
Initializes a new instance.
PropagationEulerianAxes(String, ReferenceFrame, UnitQuaternion, Cartesian, Matrix3By3Symmetric) - Constructor for class agi.foundation.propagators.PropagationEulerianAxes
Initializes a new instance.
PropagationEulerianAxes(PropagationEulerianAxes, CopyContext) - Constructor for class agi.foundation.propagators.PropagationEulerianAxes
Initializes a new instance as a copy of an existing instance.
PropagationEvaluationInformation - Class in agi.foundation.propagators.advanced
Represents information about the current integration step during propagation.
PropagationEvaluationInformation() - Constructor for class agi.foundation.propagators.advanced.PropagationEvaluationInformation
Initializes a new instance.
PropagationEvaluationInformation(DerivativeMode, JulianDate, double, double[], double[]) - Constructor for class agi.foundation.propagators.advanced.PropagationEvaluationInformation
Initializes a new instance.
PropagationEventArgs - Class in agi.foundation.propagators
Provides information about the current propagation event conditions and provides a means of indicating how the propagation should continue.
PropagationEventArgs(JulianDate, double[], JulianDate, double[], PropagationEventTrigger, StepSizeInformation) - Constructor for class agi.foundation.propagators.PropagationEventArgs
Initializes a new instance.
PropagationEventIndication - Enum in agi.foundation.propagators
An indication of how the propagator should proceed.
PropagationEventTrigger - Enum in agi.foundation.propagators
Indicates which kind of propagation method triggered the StepTaken (add / remove) event.
PropagationNewtonianPoint - Class in agi.foundation.propagators
An PropagationStateElement representing the position (and velocity) of a body with its second derivative defined by Newton's second law of motion: Acceleration = AppliedForce / Mass
PropagationNewtonianPoint() - Constructor for class agi.foundation.propagators.PropagationNewtonianPoint
Initializes a new instance.
PropagationNewtonianPoint(String, ReferenceFrame, Cartesian, Cartesian) - Constructor for class agi.foundation.propagators.PropagationNewtonianPoint
Initializes a new instance.
PropagationNewtonianPoint(PropagationNewtonianPoint, CopyContext) - Constructor for class agi.foundation.propagators.PropagationNewtonianPoint
Initializes a new instance as a copy of an existing instance.
PropagationPointElement - Class in agi.foundation.propagators.advanced
A PropagationStateElement describing an integrated point.
PropagationPointElement() - Constructor for class agi.foundation.propagators.advanced.PropagationPointElement
Initializes a new instance.
PropagationPointElement(PropagationPointElement, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationPointElement
Initializes a new instance as a copy of an existing instance.
PropagationScalar - Class in agi.foundation.propagators
An PropagationStateElement representing a scalar value to be integrated over time.
PropagationScalar() - Constructor for class agi.foundation.propagators.PropagationScalar
Initializes a new instance.
PropagationScalar(double...) - Constructor for class agi.foundation.propagators.PropagationScalar
Initializes a new instance.
PropagationScalar(PropagationScalar, CopyContext) - Constructor for class agi.foundation.propagators.PropagationScalar
Initializes a new instance as a copy of an existing instance.
PropagationStage - Enum in agi.foundation.propagators
An enumerator that communicates the which stage of propagation an evaluator is called during.
PropagationStageParameter - Class in agi.foundation.propagators.advanced
Represents the stage of propagation as a parameter when defining types used during propagation that depend on the stage.
PropagationStageParameter() - Constructor for class agi.foundation.propagators.advanced.PropagationStageParameter
Initializes a new instance.
PropagationStateArray - Class in agi.foundation.propagators
Provides a means of specifying an indexable object which represents a set of values mapping a subset of the overall state elements.
PropagationStateArray() - Constructor for class agi.foundation.propagators.PropagationStateArray
Initializes a new instance.
PropagationStateArray(double[], int[]) - Constructor for class agi.foundation.propagators.PropagationStateArray
Initializes a new instance.
PropagationStateConverter - Class in agi.foundation.propagators
A converter which can take raw data from the output of propagation and turn it into useful data by using PropagationStateElement and AuxiliaryStateElement converter types to convert to their corresponding output types.
PropagationStateCorrectionEvaluator - Class in agi.foundation.propagators.advanced
Members of this class calculate corrections to a propagated state after the integration step.
PropagationStateCorrectionEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Initializes a new instance.
PropagationStateCorrectionEvaluator(PropagationStateCorrectionEvaluator, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Initializes a new instance as a copy of an existing instance.
PropagationStateCorrector - Class in agi.foundation.propagators.advanced
A definitional object which creates a PropagationStateCorrectionEvaluator to calculate a post-integration correction to a propagated state.
PropagationStateCorrector() - Constructor for class agi.foundation.propagators.advanced.PropagationStateCorrector
Initializes a new instance.
PropagationStateCorrector(PropagationStateCorrector, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationStateCorrector
Initializes a new instance as a copy of an existing instance.
PropagationStateElement - Class in agi.foundation.propagators.advanced
Represents a portion of a combined state used during numerical integration.
PropagationStateElement() - Constructor for class agi.foundation.propagators.advanced.PropagationStateElement
Initializes a new instance.
PropagationStateElement(PropagationStateElement, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElement
Initializes a new instance as a copy of an existing instance.
PropagationStateElementConverter - Class in agi.foundation.propagators.advanced
Base class for output associated with a PropagationStateElement.
PropagationStateElementConverter(String, Motion1<int[]>, Motion1<double[]>) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElementConverter
Initializes a new instance.
PropagationStateElementConverter(String, Motion1<int[]>, Motion1<double[]>, Motion1<double[]>) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElementConverter
Initializes a new instance.
PropagationStateElementConverter(PropagationStateElementConverter, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElementConverter
Initializes a new instance as a copy of an existing instance.
PropagationStateElementEvaluator - Class in agi.foundation.propagators.advanced
Abstract base class for the evaluator produced by an PropagationStateElement.
PropagationStateElementEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Initializes a new instance.
PropagationStateElementEvaluator(PropagationStateElementEvaluator, CopyContext) - Constructor for class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Initializes a new instance as a copy of an existing instance.
PropagationStateParameter - Class in agi.foundation.propagators.advanced
Represents the state of integration as a parameter when defining types used during integration that depend on the state.
PropagationStateParameter() - Constructor for class agi.foundation.propagators.advanced.PropagationStateParameter
Initializes a new instance.
PropagationStepInformation - Class in agi.foundation.propagators.advanced
Represents information about the current integration step needed for state correction.
PropagationStepInformation(JulianDate, JulianDate, PropagationStateArray, PropagationStateArray) - Constructor for class agi.foundation.propagators.advanced.PropagationStepInformation
Initializes a new instance.
PropagationVector - Class in agi.foundation.propagators
A PropagationStateElement representing a vector value to be integrated over time.
PropagationVector() - Constructor for class agi.foundation.propagators.PropagationVector
Initializes a new instance.
PropagationVector(Cartesian...) - Constructor for class agi.foundation.propagators.PropagationVector
Initializes a new instance.
PropagationVector(PropagationVector, CopyContext) - Constructor for class agi.foundation.propagators.PropagationVector
Initializes a new instance as a copy of an existing instance.
PropagatorPoint - Class in agi.foundation.propagators
A point with its location computed by a propagator.
PropagatorPoint(Object) - Constructor for class agi.foundation.propagators.PropagatorPoint
Initializes a new instance.
PropagatorPoint(PropagatorPoint, CopyContext) - Constructor for class agi.foundation.propagators.PropagatorPoint
Initializes a new instance as a copy of an existing instance.
PropertyCannotBeEmptyCollection - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot be an empty collection.
PropertyCannotBeLessThanOne - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property must be greater than or equal to one.
PropertyCannotBeNaN - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot be NaN.
PropertyCannotBeNegative - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot be negative.
PropertyCannotBeNull - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot be null.
PropertyCannotBePositive - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot be positive.
PropertyCannotBeZero - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property may not be set to zero.
PropertyCannotContainNullElements - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot contain null elements.
PropertyCannotHaveZeroElements - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property cannot have zero elements.
PropertyInvalidException - Exception in agi.foundation
An exception that indicates that a property required for an operation has an invalid value.
PropertyInvalidException(String, String) - Constructor for exception agi.foundation.PropertyInvalidException
Initializes a new instance with a specified property name.
PropertyInvalidException(String, RuntimeException) - Constructor for exception agi.foundation.PropertyInvalidException
Initializes a new instance with a specified property name and a reference to the inner exception that is the cause of this exception.
PropertyMustBeNegative - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property must be negative.
PropertyMustBePositive - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property must be positive.
PropertyMustBeSet - Static variable in exception agi.foundation.PropertyInvalidException
A message string indicating that a property must be set prior to execution.
PulsedSignalData - Class in agi.foundation.communications.signalprocessing
Signal data which represents the properties of a rectangular waveform.
PulsedSignalData(double, double, int) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalData
Creates a new instance.
PulsedSignalData(PulsedSignalData) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalData
Initializes a new instance as a copy of an existing instance.
PulsedSignalModulator - Class in agi.foundation.communications.signalprocessing
A SignalProcessor that takes a base band radar waveform signal from its input and modulates it by adding a carrier frequency and bandwidth.
PulsedSignalModulator() - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Initializes a new instance.
PulsedSignalModulator(SignalProcessor, double) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Initialize a new instance based on the given input and modulation.
PulsedSignalModulator(PulsedSignalModulator, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Initializes a new instance as a copy of an existing instance.
PulsedSignalSource - Class in agi.foundation.communications.signalprocessing
A SignalSource which produces a pulsed signal.
PulsedSignalSource() - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalSource
Initializes a new instance.
PulsedSignalSource(PulsedSignalData) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalSource
Initializes a new instance.
PulsedSignalSource(PulsedSignalData, SignalDataCollection) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalSource
Create a new instance.
PulsedSignalSource(PulsedSignalData, TimeIntervalCollection, SignalDataCollection) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalSource
Create a new instance.
PulsedSignalSource(PulsedSignalSource, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.PulsedSignalSource
Initializes a new instance as a copy of an existing instance.
PulseIntegrationTimeScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the time, in seconds, it takes for the radar receiver to integrate the number of pulses in the received waveform.
PulseIntegrationTimeScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.PulseIntegrationTimeScalar
Initializes a new instance.
PulseIntegrationTimeScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, boolean) - Constructor for class agi.foundation.radar.PulseIntegrationTimeScalar
Initializes a new instance.
PulseIntegrationTimeScalar(PulseIntegrationTimeScalar, CopyContext) - Constructor for class agi.foundation.radar.PulseIntegrationTimeScalar
Initializes a new instance as a copy of an existing instance.
push() - Method in class agi.foundation.infrastructure.HierarchicalLogger
Begins a new sub-task.
pushAdjustmentCache() - Method in class agi.foundation.geometry.LinkDelayEvaluator
Pushes the a set of cached adjustments onto the stack.
PushOverOrPullUpBehavior - Class in agi.foundation.aircraftpropagation
Defines a vertical behavior of a CompositeManeuver in which an aircraft's direction of flight is either "pushed over" or "pulled up".
PushOverOrPullUpBehavior() - Constructor for class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Initializes a new instance.
PushOverOrPullUpBehavior(double, double) - Constructor for class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Initializes a new instance.
PushOverOrPullUpBehavior(double, double, double) - Constructor for class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Initializes a new instance.
putAngleInRange(double, double, double) - Static method in class agi.foundation.Trig
Attempts to put an angle within the indicated range of values.
Pyramidal - Class in agi.foundation.coordinates
A set of curvilinear 3-dimensional coordinates.
Pyramidal() - Constructor for class agi.foundation.coordinates.Pyramidal
Initializes a new instance.
Pyramidal(double, double, double) - Constructor for class agi.foundation.coordinates.Pyramidal
Initializes a set of Pyramidal coordinates from the provided values.
Pyramidal(Cartesian) - Constructor for class agi.foundation.coordinates.Pyramidal
Initializes a set of Pyramidal coordinates from the provided set of Cartesian coordinates.
Pyramidal(double[]) - Constructor for class agi.foundation.coordinates.Pyramidal
Initializes a set of Pyramidal coordinates from the first 3 consecutive elements in the provided array.
Pyramidal(double[], int) - Constructor for class agi.foundation.coordinates.Pyramidal
Initializes a set of Pyramidal coordinates from 3 consecutive elements in the provided array.
PyramidalBounds - Class in agi.foundation.coordinates
Holds two Pyramidal values which form the bounds of a range of pyramidal coordinates.
PyramidalBounds() - Constructor for class agi.foundation.coordinates.PyramidalBounds
Initializes a new instance.
PyramidalBounds(Pyramidal, Pyramidal) - Constructor for class agi.foundation.coordinates.PyramidalBounds
Holds two Pyramidal values which form the bounds of a range of pyramidal coordinates.

Q

QuadraticRealPolynomial - Class in agi.foundation.numericalmethods
Represents a 2nd order polynomial function of one variable with only real coefficients.
QuadraticRealPolynomial(double, double, double) - Constructor for class agi.foundation.numericalmethods.QuadraticRealPolynomial
Constructs a quadratic polynomial with the provided real coefficients.
QuantizedMeshTerrainCache - Class in agi.foundation.terrain
A cache of quantized-mesh terrain tiles.
QuantizedMeshTerrainCache(QuantizedMeshTerrainProvider) - Constructor for class agi.foundation.terrain.QuantizedMeshTerrainCache
Initializes a new instance.
QuantizedMeshTerrainProvider - Class in agi.foundation.terrain
A TerrainProvider which reads data from a quadtree of quantized-mesh terrain tiles.
QuantizedMeshTerrainProvider(QuantizedMeshTilesetMetadata) - Constructor for class agi.foundation.terrain.QuantizedMeshTerrainProvider
Initializes a new instance as a member of the default TerrainCacheGroup.
QuantizedMeshTerrainProvider(QuantizedMeshTilesetMetadata, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.QuantizedMeshTerrainProvider
Initializes a new instance.
QuantizedMeshTerrainTile - Class in agi.foundation.terrain
Represents an unpacked quantized-mesh terrain tile.
QuantizedMeshTileCoordinateExtent - Class in agi.foundation.terrain
Specifies a range of coordinate positions that define a rectangular region in a tile-based terrain provider.
QuantizedMeshTileCoordinateExtent(int, int, int, int, int) - Constructor for class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Initializes a new instance from the specified coordinates.
QuantizedMeshTileID - Class in agi.foundation.terrain
A data structure that uniquely identifies a quantized-mesh tile.
QuantizedMeshTileID(int, int, int) - Constructor for class agi.foundation.terrain.QuantizedMeshTileID
Initializes a new instance.
QuantizedMeshTileRange - Class in agi.foundation.terrain
A range of tiles in a quantized-mesh tileset.
QuantizedMeshTileRange(int, int, int, int) - Constructor for class agi.foundation.terrain.QuantizedMeshTileRange
Initializes a new instance.
QuantizedMeshTilesetMetadata - Class in agi.foundation.terrain
Stores information about a quantized-mesh tileset.
QuantizedMeshTilesetMetadata(CartographicExtent, int, int, ArrayList<ArrayList<QuantizedMeshTileRange>>) - Constructor for class agi.foundation.terrain.QuantizedMeshTilesetMetadata
Initializes a new instance.
QuarterPi - Static variable in class agi.foundation.Constants
One quarter of Math.PI.
QuarticRealPolynomial - Class in agi.foundation.numericalmethods
Represents a 4th order polynomial function of one variable with only real coefficients.
QuarticRealPolynomial(double, double, double, double, double) - Constructor for class agi.foundation.numericalmethods.QuarticRealPolynomial
Constructs a quartic polynomial with the provided real coefficients.
Quaternion - Class in agi.foundation.coordinates
A set of 4-dimensional coordinates used to represent rotation in 3-dimensional space.
Quaternion() - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a new instance.
Quaternion(double, double, double, double) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided values.
Quaternion(EulerSequence) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided EulerSequence.
Quaternion(YawPitchRoll) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided YawPitchRoll.
Quaternion(ElementaryRotation) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided ElementaryRotation.
Quaternion(AngleAxisRotation) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided AngleAxisRotation.
Quaternion(Matrix3By3) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the provided Matrix3By3.
Quaternion(double[]) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from the first 4 consecutive elements in the provided array.
Quaternion(double[], int) - Constructor for class agi.foundation.coordinates.Quaternion
Initializes a set of Quaternion coordinates from 4 consecutive elements in the provided array.
queueUserWorkItem(WaitCallback) - Static method in class agi.foundation.compatibility.ThreadPool
Queues a method for execution.
queueUserWorkItem(WaitCallback, Object) - Static method in class agi.foundation.compatibility.ThreadPool
Queues a method for execution, and specifies an object containing data to be used by the method.

R

RacetrackHoldProcedure - Class in agi.foundation.routedesign
A procedure defined by two circular turns connected by straight segments with entry and exit occurring at either circle or at additional turns occurring at the beginning or ends of the straight segments.
RacetrackHoldProcedure() - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Create a new instance.
RacetrackHoldProcedure(Ellipsoid, Cartographic, double, double, double, double, ClosedTurnDirection, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Create a new instance based on the given parameters.
RacetrackHoldProcedure(Ellipsoid, Cartographic, Cartographic, double, double, ClosedTurnDirection, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Create a new instance based on the given parameters.
RacetrackHoldProcedure(Ellipsoid, Cartographic, double, double, double, Duration, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Create a new instance based on the given parameters.
RacetrackHoldProcedure(Ellipsoid, Cartographic, Cartographic, double, Duration, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Create a new instance based on the given parameters.
RacetrackHoldProcedure(RacetrackHoldProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.RacetrackHoldProcedure
Initializes a new instance as a copy of an existing instance.
RacetrackHoldProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
RadarAntennaSignalProcessor - Class in agi.foundation.radar
Represents a receiving radio frequency (RF) antenna.
RadarAntennaSignalProcessor(BaseReceivingAntennaExtension<RadioFrequencyGainPattern, RadarAntennaSignalProcessor>, double) - Constructor for class agi.foundation.radar.RadarAntennaSignalProcessor
Initializes a new instance.
RadarFigureOfMerit - Class in agi.foundation.coverage.figureofmerit
A figure of merit based on a SingleTargetRadarLinkScalar representing a radar parameter or other radar related value.
RadarFigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.RadarFigureOfMerit
Initializes a new instance.
RadarFigureOfMerit(SingleTargetRadarLinkScalar) - Constructor for class agi.foundation.coverage.figureofmerit.RadarFigureOfMerit
Initialize a new instance based on the given scalar radar parameter.
RadarLibraryVersion - Class in agi.foundation
Version information for the Radar library.
RadarReceivingAntennaExtension - Class in agi.foundation.radar
An ObjectExtension which represents a radar receiving antenna.
RadarReceivingAntennaExtension() - Constructor for class agi.foundation.radar.RadarReceivingAntennaExtension
Initializes a new instance.
RadarReceivingAntennaExtension(RadioFrequencyGainPattern, double) - Constructor for class agi.foundation.radar.RadarReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise temperature.
RadarReceivingAntennaExtension(RadarReceivingAntennaExtension, CopyContext) - Constructor for class agi.foundation.radar.RadarReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
RadarTransmittingAntennaExtension - Class in agi.foundation.radar
An ObjectExtension which represents a radar transmitting antenna.
RadarTransmittingAntennaExtension() - Constructor for class agi.foundation.radar.RadarTransmittingAntennaExtension
Initializes a new instance.
RadarTransmittingAntennaExtension(SignalProcessor, RadioFrequencyGainPattern) - Constructor for class agi.foundation.radar.RadarTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern and a signal processor which produces the set of signals to transmit.
RadarTransmittingAntennaExtension(RadarTransmittingAntennaExtension, CopyContext) - Constructor for class agi.foundation.radar.RadarTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
RadarWaveformProcessor - Class in agi.foundation.radar
Represents a radar signal processor that produces a ProcessedRadarWaveform instance from the Signal scattered from the target as well as any interference signals.
RadarWaveformProcessor() - Constructor for class agi.foundation.radar.RadarWaveformProcessor
Initializes a new instance.
RadarWaveformProcessor(RadarWaveformProcessor, CopyContext) - Constructor for class agi.foundation.radar.RadarWaveformProcessor
Initializes a new instance as a copy of an existing instance.
radialProjection(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Computes the radial projection of the position vector onto the surface of the ellipsoid.
RadiansPerArcSecond - Static variable in class agi.foundation.Constants
The number of radians in one arc second.
RadiansPerDegree - Static variable in class agi.foundation.Constants
The number of radians in a degree.
RadiansPerSemicircle - Static variable in class agi.foundation.navigation.NavstarISGps200D
Radians per Semi-circle
radiansToDegrees(double) - Static method in class agi.foundation.Trig
Converts radians to degrees.
radiansToDegreesMinutesSeconds(double) - Static method in class agi.foundation.Trig
Converts the specified angle in radians to revolutions, degrees, minutes, and seconds.
RadiationVectorType - Enum in agi.foundation.celestial
Defines the type of vector to use between the target and the illuminating body in context of scalar occultation.
RadioFrequencyAntennaSignalProcessor - Class in agi.foundation.communications.antennas
Represents a receiving radio frequency (RF) antenna.
RadioFrequencyAntennaSignalProcessor(IReceivingAntennaExtension<RadioFrequencyGainPattern>) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
Initializes a new instance with a given parent receiving antenna extension.
RadioFrequencyAntennaSignalProcessor(IReceivingAntennaExtension<RadioFrequencyGainPattern>, double) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
Initializes a new instance with the supplied noise temperature and RadioFrequencyGainPattern.
RadioFrequencyAntennaSignalProcessor(IReceivingAntennaExtension<RadioFrequencyGainPattern>, double, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
Initializes a new instance with the supplied noise temperature and RadioFrequencyGainPattern.
RadioFrequencyGainPattern - Class in agi.foundation.communications.antennas
Base class for all radio frequency (RF) antenna gain patterns.
RadioFrequencyGainPattern() - Constructor for class agi.foundation.communications.antennas.RadioFrequencyGainPattern
Initializes a new instance.
RadioFrequencyGainPattern(RadioFrequencyGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyGainPattern
Initializes a new instance as a copy of an existing instance.
RadioFrequencyReceivingAntennaExtension - Class in agi.foundation.communications.antennas
An ObjectExtension which represents a radio frequency (RF) receiving antenna.
RadioFrequencyReceivingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Initializes a new instance.
RadioFrequencyReceivingAntennaExtension(RadioFrequencyGainPattern, double) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise.
RadioFrequencyReceivingAntennaExtension(RadioFrequencyGainPattern, double, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Initialize a new instance based on the given gain pattern and antenna noise.
RadioFrequencyReceivingAntennaExtension(RadioFrequencyReceivingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Initializes a new instance as a copy of an existing instance.
RadioFrequencyTransmittingAntennaExtension - Class in agi.foundation.communications.antennas
An ObjectExtension which represents a radio frequency (RF) transmitting antenna.
RadioFrequencyTransmittingAntennaExtension() - Constructor for class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Initializes a new instance.
RadioFrequencyTransmittingAntennaExtension(SignalProcessor, RadioFrequencyGainPattern) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern and a signal processor which produces the set of signals to transmit.
RadioFrequencyTransmittingAntennaExtension(SignalProcessor, RadioFrequencyGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Initialize a new instance based on the given gain pattern, a signal processor which produces the set of signals to transmit, and a polarization source which generates the transmit polarization.
RadioFrequencyTransmittingAntennaExtension(RadioFrequencyTransmittingAntennaExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Initializes a new instance as a copy of an existing instance.
RaimFlightPhase - Enum in agi.foundation.navigation
The flight phase definitions for use with ReceiverAutonomousIntegrityMonitoring (RAIM).
RaimOptions - Class in agi.foundation.navigation
Options for computing ReceiverAutonomousIntegrityMonitoring (RAIM) outages.
RaimOptions() - Constructor for class agi.foundation.navigation.RaimOptions
Initializes a new instance with default RTCA values.
RaimOutages - Class in agi.foundation.navigation
Describes the Receiver Autonomous Integrity Monitoring (RAIM) outages for each flight phase.
RaimOutages() - Constructor for class agi.foundation.navigation.RaimOutages
Initializes a new instance.
RainAttenuationModelItuRP618Version10 - Class in agi.foundation.communications.signalpropagation
ITU-R P.618 version 10 rain attenuation model.
RainAttenuationModelItuRP618Version10() - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Constructs version 10 of the ITU-R P.618 model.
RainAttenuationModelItuRP618Version10(RainAttenuationModelItuRP618Version10, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Initializes a new instance as a copy of an existing instance.
RainAttenuationModelItuRP618Version12 - Class in agi.foundation.communications.signalpropagation
ITU-R P.618 version 12 rain attenuation model.
RainAttenuationModelItuRP618Version12() - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Constructs version 12 of the ITU-R P.618 model.
RainAttenuationModelItuRP618Version12(RainAttenuationModelItuRP618Version12, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Initializes a new instance as a copy of an existing instance.
RainAttenuationModelItuRP838Version3 - Class in agi.foundation.communications.signalpropagation
ITU-R P.838 version 3 rain attenuation model.
RainAttenuationModelItuRP838Version3() - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Constructs version 3 of the ITU-R P.838 model
RainAttenuationModelItuRP838Version3(RainAttenuationModelItuRP838Version3, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Initializes a new instance as a copy of an existing instance.
raiseExceptionIfNecessary() - Method in class agi.foundation.compatibility.AsyncCompletedEventArgs
 
raiseSamplingError(Object, RuntimeException) - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
Called when an exception is encountered while sampling a property.
RangeConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the ends of the ConstrainedLink (get / set) be above a minimum and below a maximum distance in meters.
RangeConstraint() - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance with default values.
RangeConstraint(double) - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance with the specified minimum value.
RangeConstraint(IServiceProvider, double) - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
RangeConstraint(double, double) - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance with the specified minimum value and maximum value.
RangeConstraint(IServiceProvider, double, double) - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
RangeConstraint(RangeConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.RangeConstraint
Initializes a new instance as a copy of an existing instance.
RangeRateConstraint - Class in agi.foundation.access.constraints
An access constraint that requires that the ends of the ConstrainedLink (get / set) have a range-rate in meters per second above a minimum and below a maximum value.
RangeRateConstraint() - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance with default values.
RangeRateConstraint(double) - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance with the specified maximum value.
RangeRateConstraint(IServiceProvider, double) - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, and maximum value.
RangeRateConstraint(double, double) - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance with the specified minimum value and maximum value.
RangeRateConstraint(IServiceProvider, double, double) - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
RangeRateConstraint(RangeRateConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.RangeRateConstraint
Initializes a new instance as a copy of an existing instance.
Raster - Class in agi.foundation.graphics.imaging
A raster dataset.
Raster(URI) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source.
Raster(String) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source.
Raster(URI, int, int, int, int) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from a Uri.
Raster(String, int, int, int, int) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from a Uri.
Raster(byte[], RasterAttributes) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from memory.
Raster(Raster) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from another raster.
Raster(BufferedImage) - Constructor for class agi.foundation.graphics.imaging.Raster
Initializes a raster from a BufferedImage.
RasterAttributes - Class in agi.foundation.graphics.imaging
The attributes describing a Raster dataset.
RasterAttributes(int, int, RasterFormat) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat.
RasterAttributes(int, int, RasterFormat, RasterType) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat and RasterType.
RasterAttributes(int, int, RasterFormat, RasterType, RasterOrientation) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, and RasterOrientation.
RasterAttributes(int, int, RasterFormat, RasterType, RasterOrientation, int) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, RasterOrientation, and row alignment.
RasterAttributes(int, int, RasterFormat, RasterType, RasterOrientation, int, double) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, RasterOrientation, row alignment, and pixel aspect ratio.
RasterAttributes(Raster) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance with the attributes of the specified Raster
RasterAttributes(BufferedImage) - Constructor for class agi.foundation.graphics.imaging.RasterAttributes
Initializes a new instance from a BufferedImage.
RasterBand - Enum in agi.foundation.graphics.imaging
Common band types that may be contained within a Raster dataset.
RasterFilter - Class in agi.foundation.graphics.imaging
A filter for processing Raster datasets.
RasterFilter() - Constructor for class agi.foundation.graphics.imaging.RasterFilter
 
RasterFormat - Enum in agi.foundation.graphics.imaging
Common RasterBand layouts that may be contained within a Raster dataset.
RasterOrientation - Enum in agi.foundation.graphics.imaging
The vertical orientation of the raster.
RasterSearchProcedure - Class in agi.foundation.routedesign
A procedure that defines a route which follows a regular pattern over a given rectangular search area.
RasterSearchProcedure() - Constructor for class agi.foundation.routedesign.RasterSearchProcedure
Create a new instance.
RasterSearchProcedure(Cartographic, double, double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.RasterSearchProcedure
Create a new instance over the surface of the Earth (get).
RasterSearchProcedure(Ellipsoid, Cartographic, double, double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.RasterSearchProcedure
Create a new instance based on the given parameters.
RasterSearchProcedure(Ellipsoid, Cartographic, double, double, double, double, RouteProfile) - Constructor for class agi.foundation.routedesign.RasterSearchProcedure
Create a new instance based on the given parameters.
RasterSearchProcedure(RasterSearchProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.RasterSearchProcedure
Initializes a new instance as a copy of an existing instance.
RasterStream - Class in agi.foundation.graphics.imaging
A raster, the data of which, is updated dynamically at the specified UpdateDelta.
RasterStream() - Constructor for class agi.foundation.graphics.imaging.RasterStream
 
RasterTerrainCache - Class in agi.foundation.terrain
A cache of raster terrain posts.
RasterTerrainCache(RasterTerrainProvider) - Constructor for class agi.foundation.terrain.RasterTerrainCache
Initializes a new instance.
RasterTerrainGridCellDiagonal - Enum in agi.foundation.terrain
Defines the direction of a diagonal across a raster terrain grid cell.
RasterTerrainIndexExtent - Class in agi.foundation.terrain
Specifies a range of post indices defining a rectangular region in a RasterTerrainProvider.
RasterTerrainIndexExtent() - Constructor for class agi.foundation.terrain.RasterTerrainIndexExtent
Initializes a new instance.
RasterTerrainIndexExtent(int, int, int, int) - Constructor for class agi.foundation.terrain.RasterTerrainIndexExtent
Initializes a new instance from the specified indices.
RasterTerrainInterpolator - Class in agi.foundation.terrain
The base class for classes that can interpolate over raster terrain data.
RasterTerrainInterpolator() - Constructor for class agi.foundation.terrain.RasterTerrainInterpolator
 
RasterTerrainProvider - Class in agi.foundation.terrain
The base class for raster-based terrain providers.
RasterTerrainProvider() - Constructor for class agi.foundation.terrain.RasterTerrainProvider
Initializes a new instance as a member of the default TerrainCacheGroup.
RasterTerrainProvider(TerrainCacheGroup) - Constructor for class agi.foundation.terrain.RasterTerrainProvider
Initializes a new instance.
RasterType - Enum in agi.foundation.graphics.imaging
The type of data contained within each band of a Raster dataset.
RawEntityData<TEntity> - Class in agi.foundation.tracking
Holds raw entity data read from a TrackingArchive.
ReactionWheelTorque - Class in agi.foundation.celestial
Represents the torque effects of a reaction wheel implemented on a spacecraft parameterized by a PropagationEulerianAxes.
ReactionWheelTorque(Scalar, UnitCartesian, double, Axes) - Constructor for class agi.foundation.celestial.ReactionWheelTorque
Initializes the reaction wheel torque model.
READ - Static variable in class agi.foundation.compatibility.FileAccess
Read access to the file.
read() - Method in class agi.foundation.compatibility.FileStream
 
read(byte[], int, int) - Method in class agi.foundation.compatibility.FileStream
 
read(byte[]) - Method in class agi.foundation.compatibility.FileStream
 
read(CartographicExtent, Object, BufferedImage) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
Reads a tile from the specified extent, scales it to and stores the result in image.
read(CartographicExtent, Object, BufferedImage) - Method in class agi.foundation.graphics.BingMapsForEnterpriseImageGlobeOverlay
Reads a tile from the specified extent, scales it to and stores the result in image.
read(CartographicExtent, Object, BufferedImage) - Method in class agi.foundation.graphics.OpenStreetMapImageGlobeOverlay
Reads a tile from the specified extent, scales it to and stores the result in image.
READ_WRITE - Static variable in class agi.foundation.compatibility.FileAccess
Read and write access to the file.
readActive(String) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Reads data for only the active GPS satellites from the specified file.
readActive(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Reads data for only the active GPS satellites from the specified reader.
readAll(String) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Reads data for all GPS satellites from the specified file.
readAll(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.GpsDataFile
Reads data for all GPS satellites from the specified reader.
readCofFile(String) - Static method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Reads an IGRF .COF file and creates a magnetic field vector from it.
readCofFile(BufferedReader) - Static method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Reads an IGRF .COF file and creates a magnetic field vector from it.
readData(String) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
readData(String, EarthOrientationParametersReadOptions) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
readData(BufferedReader) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
readData(BufferedReader, EarthOrientationParametersReadOptions) - Static method in class agi.foundation.celestial.EarthOrientationParametersFile
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
readData(String) - Static method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
A static class method for reading in the Ansys HFSS output data (*.csv) for the primary polarization and producing a SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable.
readData(String, String) - Static method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
A static class method for reading in the Ansys HFSS output data (*.csv) for the primary and orthogonal polarizations and producing a SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable.
readData(BufferedReader) - Static method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
A static class method for reading in the Ansys HFSS output data (*.csv) for the primary polarization and producing a SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable.
readData(BufferedReader, BufferedReader) - Static method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
A static class method for reading in the Ansys HFSS output data (*.csv) for the primary and orthogonal polarizations and producing a SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable.
readData(String) - Static method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
A static class method for reading in the Ansys HFSS far field data file (*.ffd) and producing a list of electric field patterns which has an associated frequency value.
readData(BufferedReader) - Static method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
A static class method for reading in the Ansys HFSS far field data (*.ffd) formatted data from a stream and producing a list of electric field patterns which has an associated frequency value.
readData(String) - Static method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
A static class method for reading in the Ansys HFSS far field data file (*.ffd) and producing a list of electric field patterns which has an associated frequency value.
readData(BufferedReader) - Static method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
A static class method for reading in the Ansys HFSS far field data (*.ffd) formatted data from a stream and producing a list of electric field patterns which has an associated frequency value.
readEphemeris(String[]) - Static method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
Parse a block of eight lines representing a single ephemeris block formatted according to the RINEX Navigation file 2.10 standard.
readEphemerisBlock(String[]) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
Reads a record from a stream.
readFile(String) - Static method in class agi.foundation.celestial.WorldMagneticModelVector
Reads a WMM file and creates a magnetic field vector from it.
readFile(BufferedReader) - Static method in class agi.foundation.celestial.WorldMagneticModelVector
Reads a WMM file and creates a magnetic field vector from it.
readFrom(String) - Static method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Reads the CCSDS OEM file.
readFrom(BufferedReader) - Static method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Reads the CCSDS OEM file.
readFrom(String) - Static method in class agi.foundation.celestial.NPlateModel
Reads the N-Plate model information in from a file (most likely a .nplate) and returns a NPlateModel.
readFrom(BufferedReader) - Static method in class agi.foundation.celestial.NPlateModel
Reads the N-Plate model information in from a BufferedReader and returns a NPlateModel
readFrom(String) - Static method in class agi.foundation.celestial.ScalarVariableArea
Reads the variable area information in from a file (most likely a .dat) and returns a ScalarVariableArea.
readFrom(BufferedReader) - Static method in class agi.foundation.celestial.ScalarVariableArea
Reads the variable area information in from a BufferedReader and returns a ScalarVariableArea
readFrom(String) - Static method in class agi.foundation.celestial.SphericalHarmonicGravityModel
Reads the gravity model information in from a file (most likely a .grv) and returns a SphericalHarmonicGravityModel.
readFrom(BufferedReader) - Static method in class agi.foundation.celestial.SphericalHarmonicGravityModel
Reads the gravity model information in from a BufferedReader and returns a SphericalHarmonicGravityModel
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Reads a PerformanceAssessmentFile from a file.
readFrom(InputStream) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Reads a PerformanceAssessmentFile from a stream.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Reads a PerformanceAssessmentFile from a reader.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Reads a PredictionSupportFile in version 1 format.
readFrom(InputStream) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Reads a PredictionSupportFile in version 1 format from a stream.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Reads a PredictionSupportFile in version 1 format from a reader.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.RinexMeteorological
Reads a RINEX Meteorological file from the specified filename.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.RinexMeteorological
Reads a RINEX Meteorological file from the specified stream.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.RinexNavigation
Reads a RINEX Navigation file from the specified file.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.RinexNavigation
Reads a RINEX Navigation file from the specified stream.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.RinexObservation
Reads a RINEX Observation file from the specified filename.
readFrom(InputStream) - Static method in class agi.foundation.navigation.datareaders.RinexObservation
Reads a RINEX Observation file from the specified stream.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.RinexObservation
Reads a RINEX Observation file from the specified stream reader.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Reads a SatelliteOutageFile from a file.
readFrom(InputStream) - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Reads a SatelliteOutageFile from a stream.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.SatelliteOutageFile
Reads a SatelliteOutageFile from a reader.
readFrom(String, int) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Reads a SEM almanac from the specified file.
readFrom(BufferedReader, int) - Static method in class agi.foundation.navigation.datareaders.SemAlmanac
Reads a SEM almanac from the specified reader.
readFrom(GlobalPositioningSystemDate, BufferedReader) - Static method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
Reads a record from a stream.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.SP3aEphemeris
Reads the SP3 version A file from a file and returns a SP3aEphemeris Record.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.SP3aEphemeris
Reads the SP3 version A file from the BufferedReader and returns a SP3aEphemeris Record.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.SP3cEphemeris
Reads the SP3 version C file from a file and returns a SP3cEphemeris record.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.SP3cEphemeris
Reads the SP3 version C file from the BufferedReader and returns a SP3cEphemeris record.
readFrom(String) - Static method in class agi.foundation.navigation.datareaders.SP3dEphemeris
Reads the SP3 version D file from a file and returns a SP3dEphemeris record.
readFrom(BufferedReader) - Static method in class agi.foundation.navigation.datareaders.SP3dEphemeris
Reads the SP3 version D file from the BufferedReader and returns a SP3dEphemeris record.
readFrom(String, int) - Static method in class agi.foundation.navigation.datareaders.YumaAlmanac
Reads a Yuma almanac from the specified file.
readFrom(BufferedReader, int) - Static method in class agi.foundation.navigation.datareaders.YumaAlmanac
Reads a Yuma almanac from the specified reader.
readFrom(BufferedReader, int) - Static method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
Reads a record from a reader.
readFrom(String) - Static method in class agi.foundation.stk.StkAttitudeFile
Reads an STK attitude (.a) file from a specified file.
readFrom(String, StkAttitudeFileOptions) - Static method in class agi.foundation.stk.StkAttitudeFile
Reads an STK attitude (.a) file from a specified file.
readFrom(BufferedReader) - Static method in class agi.foundation.stk.StkAttitudeFile
Reads an STK attitude (.a) file from a BufferedReader.
readFrom(BufferedReader, StkAttitudeFileOptions) - Static method in class agi.foundation.stk.StkAttitudeFile
Reads an STK attitude (.a) file from a BufferedReader.
readFrom(String) - Static method in class agi.foundation.stk.StkEphemerisFile
Reads an STK ephemeris (.e) file from a specified file.
readFrom(String, StkEphemerisFileOptions) - Static method in class agi.foundation.stk.StkEphemerisFile
Reads an STK ephemeris (.e) file from a specified file.
readFrom(BufferedReader) - Static method in class agi.foundation.stk.StkEphemerisFile
Reads an STK ephemeris (.e) file from a BufferedReader.
readFrom(BufferedReader, StkEphemerisFileOptions) - Static method in class agi.foundation.stk.StkEphemerisFile
Reads an STK ephemeris (.e) file from a BufferedReader.
readFrom(String) - Static method in class agi.foundation.stk.StkPatternFile
Reads an STK pattern (.pattern) file from a specified file.
readFrom(String, StkPatternFileOptions) - Static method in class agi.foundation.stk.StkPatternFile
Reads an STK pattern (.pattern) file from a file.
readFrom(BufferedReader) - Static method in class agi.foundation.stk.StkPatternFile
Reads an STK pattern (.pattern) file from a BufferedReader.
readFrom(BufferedReader, StkPatternFileOptions) - Static method in class agi.foundation.stk.StkPatternFile
Reads an STK pattern (.pattern) file from a BufferedReader.
readFromCsvFile(String) - Static method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
Reads the Celestrak General Perturbation elements in from a file (most likely a .csv).
readFromCsvFile(BufferedReader) - Static method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
Reads the Celestrak General Perturbation elements in from a file (most likely a .csv).
readFromCsvFile(String) - Static method in class agi.foundation.propagators.UsafGeneralPerturbationElements
Reads the USAF General Perturbation elements in from a file (most likely a .csv).
readFromCsvFile(BufferedReader) - Static method in class agi.foundation.propagators.UsafGeneralPerturbationElements
Reads the USAF General Perturbation elements in from a file (most likely a .csv).
readFromFile(String) - Static method in class agi.foundation.celestial.CssiSolarGeophysicalData
Processes the CSSI Space Weather file into a set of time varying geophysical data.
readFromFile(String, double, boolean, boolean) - Static method in class agi.foundation.celestial.CssiSolarGeophysicalData
Processes the CSSI Space Weather file into a set of time varying geophysical data.
readFromItrfDefinitionsFile(String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Reads an ITRF definitions file and creates a list of ITRF transformations.
readFromItrfDefinitionsFile(BufferedReader) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Reads an ITRF definitions file and creates a list of ITRF transformations.
readFromItrfTransformationFile(String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Reads an ITRF transformation parameters file and creates a list of ITRF transformations.
readFromItrfTransformationFile(BufferedReader) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Reads an ITRF transformation parameters file and creates a list of ITRF transformations.
readFromStream(BufferedReader) - Static method in class agi.foundation.celestial.CssiSolarGeophysicalData
Processes the CSSI Space Weather file into a set of time varying geophysical data.
readFromStream(BufferedReader, double, boolean, boolean) - Static method in class agi.foundation.celestial.CssiSolarGeophysicalData
Processes the CSSI Space Weather file into a set of time varying geophysical data.
readFromStream(CartographicExtent, InputStream) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainTile
Reads an uncompressed quantized-mesh terrain data from the given stream and creates a tile.
readHeader(BufferedReader) - Method in class agi.foundation.navigation.datareaders.RinexObservationHeader
Parse the header of a RINEX observation file.
readLeapSeconds(String) - Static method in class agi.foundation.time.LeapSecondFile
Reads an STK leap second file and returns a new LeapSecondsFacet instance initialized with the contents of the file.
readLeapSeconds(BufferedReader) - Static method in class agi.foundation.time.LeapSecondFile
Reads an STK leap second file and returns a new LeapSecondsFacet instance initialized with the contents of the file.
readTxtFile(String) - Static method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Reads an IGRF .txt file and creates a magnetic field vector from it.
readTxtFile(BufferedReader) - Static method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Reads an IGRF .txt file and creates a magnetic field vector from it.
RealPolynomial - Class in agi.foundation.numericalmethods.advanced
Represents a polynomial function of one variable with only real coefficients.
RealPolynomial(double...) - Constructor for class agi.foundation.numericalmethods.advanced.RealPolynomial
Initializes a new instance.
realRoots() - Method in class agi.foundation.numericalmethods.CubicRealPolynomial
Provides the real valued roots of the real polynomial.
realRoots(double, double, double, double) - Static method in class agi.foundation.numericalmethods.CubicRealPolynomial
Compute real roots.
realRoots() - Method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
Provides the real valued roots of the real polynomial.
realRoots(double, double, double) - Static method in class agi.foundation.numericalmethods.QuadraticRealPolynomial
Provides the real valued roots of the real polynomial with the provided coefficients.
realRoots() - Method in class agi.foundation.numericalmethods.QuarticRealPolynomial
Provides the real valued roots of the real polynomial.
realRoots(double, double, double, double, double) - Static method in class agi.foundation.numericalmethods.QuarticRealPolynomial
Compute real roots.
RealTimeAnimation - Class in agi.foundation.graphics
Allows the user to animate in wall clock time.
RealTimeAnimation() - Constructor for class agi.foundation.graphics.RealTimeAnimation
Initializes a new instance.
RealTimeSimulationAnimation - Class in agi.foundation.graphics
Allows the user to animate at any time: past, present, or future.
RealTimeSimulationAnimation() - Constructor for class agi.foundation.graphics.RealTimeSimulationAnimation
Initializes a new instance.
RealValuedScalarFunction - Class in agi.foundation.numericalmethods
A univariate, real valued, scalar function of a variable of type double.
RealValuedScalarFunction() - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction
Creates a new instance of this delegate.
RealValuedScalarFunction(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction
Initializes a delegate that will invoke an instance method on a class instance.
RealValuedScalarFunction(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction
Initializes a delegate that will invoke a static method on a class.
RealValuedScalarFunction.Function - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
RealValuedScalarFunction1<T> - Class in agi.foundation.numericalmethods
A real valued, scalar function of a variable of type T.
RealValuedScalarFunction1() - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction1
Creates a new instance of this delegate.
RealValuedScalarFunction1(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction1
Initializes a delegate that will invoke an instance method on a class instance.
RealValuedScalarFunction1(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunction1
Initializes a delegate that will invoke a static method on a class.
RealValuedScalarFunction1.Function<T> - Interface in agi.foundation.numericalmethods
A functional interface for the containing delegate type.
RealValuedScalarFunctionAdapter<T> - Class in agi.foundation.numericalmethods
Adapts any RealValuedScalarFunction to implement Function2.
RealValuedScalarFunctionAdapter(RealValuedScalarFunction1<T>) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
Initializes a new instance.
RealValuedScalarFunctionAdapter(RealValuedScalarFunctionAdapter<T>, CopyContext) - Constructor for class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
Initializes a new instance as a copy of an existing instance.
ReceiveAntennaGainScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar receiver antenna gain, as a unitless ratio, in the direction of the target object.
ReceiveAntennaGainScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.ReceiveAntennaGainScalar
Initializes a new instance.
ReceiveAntennaGainScalar(ReceiveAntennaGainScalar, CopyContext) - Constructor for class agi.foundation.radar.ReceiveAntennaGainScalar
Initializes a new instance as a copy of an existing instance.
ReceiveAntennaOutputInterferencePowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the interference power level at the output of the receive radar antenna.
ReceiveAntennaOutputInterferencePowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
Initializes a new instance.
ReceiveAntennaOutputInterferencePowerScalar(ReceiveAntennaOutputInterferencePowerScalar, CopyContext) - Constructor for class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
Initializes a new instance as a copy of an existing instance.
ReceiveAntennaOutputPowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the power level at the output of the receive radar antenna.
ReceiveAntennaOutputPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
Initializes a new instance.
ReceiveAntennaOutputPowerScalar(ReceiveAntennaOutputPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
Initializes a new instance as a copy of an existing instance.
ReceiverAutonomousIntegrityMonitoring - Class in agi.foundation.navigation
Computes Receiver Autonomous Integrity Monitoring (RAIM) outages.
ReciprocalOfBoundValueScalingOnInequalityConstraint - Class in agi.foundation.numericalmethods
The value is scaled by the absolute value of the reciprocal of the bound value.
ReciprocalOfBoundValueScalingOnInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfBoundValueScalingOnInequalityConstraint
 
ReciprocalOfDesiredValueScalingOnConstraint - Class in agi.foundation.numericalmethods
The value is scaled by the absolute value of the reciprocal of the desired value.
ReciprocalOfDesiredValueScalingOnConstraint() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfDesiredValueScalingOnConstraint
 
ReciprocalOfFlattening - Static variable in class agi.foundation.celestial.WorldGeodeticSystem1984
The reciprocal of flattening of the Earth as defined by the WGS84 model.
ReciprocalOfInitialValueScalingOnVariable - Class in agi.foundation.numericalmethods
The value is scaled by the absolute value of the reciprocal of the initial value.
ReciprocalOfInitialValueScalingOnVariable() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfInitialValueScalingOnVariable
 
ReciprocalOfToleranceScalingOnConstraint - Class in agi.foundation.numericalmethods
The value is scaled by the reciprocal of the absolute value of the tolerance.
ReciprocalOfToleranceScalingOnConstraint() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnConstraint
 
ReciprocalOfToleranceScalingOnCostFunction - Class in agi.foundation.numericalmethods
The value is scaled by the reciprocal of the absolute value of the tolerance.
ReciprocalOfToleranceScalingOnCostFunction() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnCostFunction
 
ReciprocalOfToleranceScalingOnInequalityConstraint - Class in agi.foundation.numericalmethods
The value is scaled by the reciprocal of the absolute value of the tolerance.
ReciprocalOfToleranceScalingOnInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnInequalityConstraint
 
ReciprocalOfToleranceScalingOnVariable - Class in agi.foundation.numericalmethods
The value is scaled by the reciprocal of the absolute value of the tolerance.
ReciprocalOfToleranceScalingOnVariable() - Constructor for class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnVariable
 
Rectangular - Class in agi.foundation.coordinates
A set of rectilinear 2-dimensional coordinates.
Rectangular() - Constructor for class agi.foundation.coordinates.Rectangular
Initializes a new instance.
Rectangular(double, double) - Constructor for class agi.foundation.coordinates.Rectangular
Initializes a set of Rectangular coordinates from the provided values.
Rectangular(Polar) - Constructor for class agi.foundation.coordinates.Rectangular
Initializes a set of Rectangular coordinates from the provided set of Polar coordinates.
Rectangular(double[]) - Constructor for class agi.foundation.coordinates.Rectangular
Initializes a set of Rectangular coordinates from the first 2 consecutive elements in the provided array.
Rectangular(double[], int) - Constructor for class agi.foundation.coordinates.Rectangular
Initializes a set of Rectangular coordinates from 2 consecutive elements in the provided array.
RectangularBeamGainPattern - Class in agi.foundation.communications.antennas
A rectangular antenna beam with constant gain, specified by the MainLobeGain (get / set) property, over the desired beamwidth dimensions.
RectangularBeamGainPattern() - Constructor for class agi.foundation.communications.antennas.RectangularBeamGainPattern
Initializes a new instance.
RectangularBeamGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.RectangularBeamGainPattern
Initializes a new instance with a desired main lobe gain, x-axis beamwidth, and y-axis beamwidth.
RectangularBeamGainPattern(RectangularBeamGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.RectangularBeamGainPattern
Initializes a new instance as a copy of an existing instance.
RectangularFilter - Class in agi.foundation.communications.signalprocessing
A filter which constrains the incoming signals into a specified bandwidth range, ignoring power spectral density.
RectangularFilter() - Constructor for class agi.foundation.communications.signalprocessing.RectangularFilter
Initializes a new instance.
RectangularFilter(SignalProcessor, double, double, double, double) - Constructor for class agi.foundation.communications.signalprocessing.RectangularFilter
Initialize a new instance based on the given parameters.
RectangularFilter(RectangularFilter, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.RectangularFilter
Initializes a new instance as a copy of an existing instance.
RectangularPyramid - Class in agi.foundation.geometry.shapes
A sensor volume with a rectangular cross section and a radial range limit.
RectangularPyramid() - Constructor for class agi.foundation.geometry.shapes.RectangularPyramid
Constructs a volume with a default definition, in which the XHalfAngle (get / set) and the YHalfAngle (get / set) are equal to Constants.HalfPi radians.
RectangularPyramid(double, double) - Constructor for class agi.foundation.geometry.shapes.RectangularPyramid
Constructs a volume of infinite radius with the provided parameters.
RectangularPyramid(double, double, double) - Constructor for class agi.foundation.geometry.shapes.RectangularPyramid
Constructs a volume of limited radius with the provided parameters.
RectangularPyramidCoverageGrid - Class in agi.foundation.geometry.discrete
A rectangular pyramid grid.
RectangularPyramidCoverageGrid(double, double, double, int, int, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
RectangularPyramidCoverageGrid(double, double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
RectangularPyramidCoverageGrid(double, double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
RectangularPyramidCoverageGrid(double, double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
RectangularPyramidCoverageGrid(double, double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters.
RectangularPyramidCoverageGrid(double, double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters.
RectangularPyramidCoverageGrid(double, double, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.RectangularPyramidCoverageGrid
Initializes a rectangular pyramid grid with the specified parameters.
RecurringTask - Class in agi.foundation.infrastructure.threading
A task that is executed periodically by RecurringTaskScheduler.
RecurringTask() - Constructor for class agi.foundation.infrastructure.threading.RecurringTask
Creates a new instance of this delegate.
RecurringTask(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.RecurringTask
Initializes a delegate that will invoke an instance method on a class instance.
RecurringTask(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.threading.RecurringTask
Initializes a delegate that will invoke a static method on a class.
RecurringTask.Function - Interface in agi.foundation.infrastructure.threading
A functional interface for the containing delegate type.
RecurringTaskScheduler - Class in agi.foundation.infrastructure.threading
A scheduler for recurring tasks that attempts to run all of its tasks in a fair manner.
RecurringTaskScheduler() - Constructor for class agi.foundation.infrastructure.threading.RecurringTaskScheduler
Initializes a new instance.
RecurringTaskScheduler(int) - Constructor for class agi.foundation.infrastructure.threading.RecurringTaskScheduler
Initializes a new instance to use a specified number of threads.
RecurringTaskStatistics - Class in agi.foundation.infrastructure.threading
Contains information about the performance of a RecurringTask being managed by a RecurringTaskScheduler.
redistributeEntities(Transaction) - Method in class agi.foundation.tracking.EntityFilterChain
Redistributes all entities in InputEntities (get / set) among the specified Filters (get) using the provided Transaction.
redistributeEntities() - Method in class agi.foundation.tracking.EntityFilterChain
Redistributes all entities in InputEntities (get / set) among the specified Filters (get) using a new Transaction.
reduce(List<EllipsoidSurfaceRegion>) - Static method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Takes a set of input surface regions and reduces them down to the minimum set of regions covering the same surface locations.
ReferenceDistance - Static variable in class agi.foundation.celestial.JovianMoonsAnalyticEphemeris
The reference distance for the gravity field of Jupiter used by jup365.bsp.
ReferenceDistance - Static variable in class agi.foundation.celestial.MartianMoonsAnalyticEphemeris
The reference distance for the gravity field of Mars used by mar097.bsp.
ReferenceDistance - Static variable in class agi.foundation.celestial.NeptunianMoonsAnalyticEphemeris
The reference distance for the gravity field of Neptune used by nep097.bsp.
ReferenceDistance - Static variable in class agi.foundation.celestial.SaturnianMoonsAnalyticEphemeris
The reference distance for the gravity field of Saturn used by sat441.bsp.
ReferenceDistance - Static variable in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
The reference distance for the gravity field of Uranus used by ura111.bsp.
ReferenceFrame - Class in agi.foundation.geometry
A reference frame, defined by an origin and an axes.
ReferenceFrame() - Constructor for class agi.foundation.geometry.ReferenceFrame
Initializes a new instance.
ReferenceFrame(Point, Axes) - Constructor for class agi.foundation.geometry.ReferenceFrame
Initializes a new instance with the specified origin and axes.
ReferenceFrameAdapter - Class in agi.foundation.coordinates
The StateElementAdapter definition for the simple case when the element's definitional object and its defined in object are just a ReferenceFrame.
ReferenceFrameAdapter() - Constructor for class agi.foundation.coordinates.ReferenceFrameAdapter
Initializes a new instance.
ReferenceFrameAdapter(String, ReferenceFrame) - Constructor for class agi.foundation.coordinates.ReferenceFrameAdapter
Initializes a new instance.
ReferenceFrameAdapter(ReferenceFrameAdapter, CopyContext) - Constructor for class agi.foundation.coordinates.ReferenceFrameAdapter
Initializes a new instance as a copy of an existing instance.
ReferenceFrameEvaluator - Class in agi.foundation.geometry
Evaluates a ReferenceFrame over time.
ReferenceFrameGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a ReferenceFrame over time.
ReferenceFrameGraphics() - Constructor for class agi.foundation.platforms.ReferenceFrameGraphics
Initializes a new instance.
ReferenceFrameGraphics(VectorGraphics, VectorGraphics, VectorGraphics) - Constructor for class agi.foundation.platforms.ReferenceFrameGraphics
Initializes an instance with the provided parameters.
ReferenceFrameGraphics(VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics) - Constructor for class agi.foundation.platforms.ReferenceFrameGraphics
Initializes an instance with the provided parameters.
ReferenceFrameGraphicsExtension - Class in agi.foundation.platforms
An extension that implements IKinematicStateGraphicsService.
ReferenceFrameGraphicsExtension() - Constructor for class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Initializes a new instance.
ReferenceFrameGraphicsExtension(ReferenceFrameGraphics) - Constructor for class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Initializes a new instance with the provided ReferenceFrameGraphics (get / set).
ReferenceFrameGraphicsExtension(ReferenceFrameGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Initializes a new instance as a copy of an existing instance.
ReferenceFrameVisualizer - Class in agi.foundation.platforms.advanced
ReferenceFrameVisualizer() - Constructor for class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Initializes a new instance.
RefractiveIndexStructureParameterModel - Class in agi.foundation.communications.signalpropagation
Base class for a modeling the refractive index structure parameter Cn2.
RefractiveIndexStructureParameterModel(ScalarDependentOnServiceProvider, CentralBody) - Constructor for class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Initializes a new instance with a given wind speed model and central body used as the altitude reference.
RefractiveIndexStructureParameterModel(RefractiveIndexStructureParameterModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Initializes a new instance as a copy of an existing instance.
refresh() - Method in class agi.foundation.graphics.KmlNetworkLink
Refreshes the network link.
refreshEvaluators() - Method in class agi.foundation.graphics.Camera
Refreshes all evaluators for the axes, points, or vectors that are used in the current camera view.
refreshEvaluators() - Static method in class agi.foundation.graphics.SceneManager
Refreshes all evaluators used internally by Insight3D.
refreshEvaluators() - Method in class agi.foundation.tracking.ViewFromTo
Forces recreation of the evaluators being used when viewing to or from a Point and the Point's definition has changed.
RefreshRate - Enum in agi.foundation.graphics.advanced
The rate at which animation frames will occur.
regenerateEphemerisForOverallTrajectory() - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
Regenerates the ephemeris for this.
regenerateEphemerisForOverallTrajectory() - Method in class agi.foundation.segmentpropagation.SegmentListResults
Regenerates the ephemeris for this.
registerConversion(TFormatType, TFormatType, FormatConversionCallback<T, TFormatType>) - Method in class agi.foundation.infrastructure.FormatConverter
Registers a conversion between formats.
registerConversion(TFormatType, TFormatType, FormatConversionCallback<T, TFormatType>, TryFormatConversionCallback<T, TFormatType>) - Method in class agi.foundation.infrastructure.FormatConverter
Registers a conversion between formats.
registerConversion(TimeStandard, TimeStandard, FormatConversionCallback<JulianDate, TimeStandard>) - Static method in class agi.foundation.time.TimeStandardConverter
Registers a new conversion between time standards.
REGULAR - Static variable in class agi.foundation.compatibility.FontStyle
Normal text.
regularSamplingFromInterval(TimeInterval, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at regular steps within an interval (not including the end time).
regularSamplingFromInterval(TimeInterval, JulianDate, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at regular steps within an interval (not including the end time).
regularSamplingFromIntervals(TimeIntervalCollection, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at regular steps within a set of intervals (not including the edges of the intervals).
regularSamplingFromIntervals(TimeIntervalCollection, JulianDate, Duration) - Static method in class agi.foundation.time.TimeGenerator
Generates times at regular steps within an interval (not including the end time).
reinitializeWithStringUri(String) - Method in class agi.foundation.graphics.imaging.VideoStream
Reinitializes the video stream from a Uri, which can be a file, HTTP, RTP, UDP, or TCP source.
reintegrate(double) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
Repeats the last integration of the differential equations.
reintegrate(double) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
Repeats the last integration of the differential equations.
reintegrate(double) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
Repeats the last integration of the differential equations.
reintegrate(double) - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
Repeats the last integration of the differential equations.
reintegrate(double) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
Repeats the last integration of the differential equations.
reload() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
Reloads the image data associated with this instance.
remove(Object) - Method in class agi.foundation.communications.SignalCollection
 
remove(Action, Action) - Static method in class agi.foundation.compatibility.Action
Removes one delegate from another, if it was previously combined.
remove(Object) - Method in class agi.foundation.compatibility.BaseCollection
 
remove(int) - Method in class agi.foundation.compatibility.BaseCollection
 
remove(DoWorkEventHandler, DoWorkEventHandler) - Static method in class agi.foundation.compatibility.DoWorkEventHandler
Removes one delegate from another, if it was previously combined.
remove(EventHandler<TEventArgs>, EventHandler<TEventArgs>) - Static method in class agi.foundation.compatibility.EventHandler
Removes one delegate from another, if it was previously combined.
remove(FileAccess) - Method in class agi.foundation.compatibility.FileAccess
Remove the specified value from the current set and return the result.
remove(FontStyle) - Method in class agi.foundation.compatibility.FontStyle
Remove the specified value from the current set and return the result.
remove(MouseButtons) - Method in class agi.foundation.compatibility.MouseButtons
Remove the specified value from the current set and return the result.
remove(ProgressChangedEventHandler, ProgressChangedEventHandler) - Static method in class agi.foundation.compatibility.ProgressChangedEventHandler
Removes one delegate from another, if it was previously combined.
remove(RunWorkerCompletedEventHandler, RunWorkerCompletedEventHandler) - Static method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Removes one delegate from another, if it was previously combined.
remove(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
Removes the first occurrence of a specific overlay from the collection.
remove(DisplayCondition) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Removes a display condition from the composite.
remove(int) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Removes the display condition at the given zero-based index, shifting existing display conditions.
remove(Primitive) - Method in class agi.foundation.graphics.CompositePrimitive
Removes a primitive from the composite.
remove(Object) - Method in class agi.foundation.graphics.ImageCollection
Removes a GlobeImageOverlay from the collection.
remove(RasterFilter) - Method in class agi.foundation.graphics.imaging.SequenceFilter
Removes a filter from the sequence.
remove(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
Removes a primitive from the composite.
remove(Primitive) - Method in class agi.foundation.graphics.PrimitiveManager
Removes a primitive from the manager.
remove(Object) - Method in class agi.foundation.graphics.TerrainCollection
Removes a TerrainOverlay from the collection.
remove(ParameterAction) - Method in class agi.foundation.infrastructure.ParameterAction
Remove the specified value from the current set and return the result.
remove(TKey) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
Removes an item with the specified key from the dictionary.
remove(StepSizeInformation) - Method in class agi.foundation.numericalmethods.StepSizeInformation
Remove the specified value from the current set and return the result.
remove(JulianDate) - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
Removes entries associated with the specified time.
remove(PropagationStateElement) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Remove the given state element from the representation of the state.
remove(AuxiliaryStateElement) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Remove the given auxiliary element from the propagation.
remove(PropagationStateCorrector) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Remove the given state corrector from the propagation.
remove(int) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Removes the element at the given index of the CompositeTerrainProvider.
remove(Object) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Removes the specified item.
remove(GTOPO30Options) - Method in class agi.foundation.terrain.GTOPO30Options
Remove the specified value from the current set and return the result.
remove(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
Removes the specified intervals from this interval list, creating a hole over the specified intervals.
remove(int) - Method in class agi.foundation.time.TimeIntervalCollection
Removes the interval at a specified index in the collection.
remove(Object) - Method in class agi.foundation.time.TimeIntervalCollection
Removes the specified interval from this interval list, creating a hole over the specified interval.
remove(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified intervals from this interval list, creating a hole over the specified intervals.
remove(int) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the interval at a specified index in the collection.
remove(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified interval from this interval list, creating a hole over the specified interval.
remove(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified interval from this interval list, creating a hole over the specified interval.
remove(Transaction, Object) - Method in class agi.foundation.tracking.EntitySet
Removes an entity.
remove(Transaction, TEntity) - Method in class agi.foundation.tracking.EntitySet
Removes an entity.
removeAdapter(String) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Removes the StateElementAdapter stored in this definition for elementIdentification.
removeAddComplete(EventHandler<GlobeImageOverlayAddCompleteEventArgs>) - Method in class agi.foundation.graphics.ImageCollection
Removes a handler for an event that is raised when an asynchronous add is completed.
removeAddComplete(EventHandler<TerrainOverlayAddCompleteEventArgs>) - Method in class agi.foundation.graphics.TerrainCollection
Removes a handler for an event that is raised when an asynchronous add is completed.
removeAll(Collection<?>) - Method in class agi.foundation.communications.SignalCollection
 
removeAll(TypeLiteral<T>) - Method in class agi.foundation.communications.SignalDataCollection
Remove all objects of the given type from this collection.
removeAll(Collection<?>) - Method in class agi.foundation.compatibility.BaseCollection
 
removeAll(Collection<?>) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
removeAll(Collection<?>) - Method in class agi.foundation.graphics.ImageCollection
 
removeAll(Collection<?>) - Method in class agi.foundation.graphics.TerrainCollection
 
removeAll(Collection<?>) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
removeAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection
 
removeAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection1
 
removeAllAfter(int) - Method in class agi.foundation.graphics.PathPrimitive
Remove all points after index.
removeAllAssets() - Method in class agi.foundation.coverage.BaseCoverageDefinition
Removes all asset definitions for all assets from this coverage definition.
removeAllAssets() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Remove all assets from the coverage definition.
removeAllBefore(int) - Method in class agi.foundation.graphics.PathPrimitive
Remove all points before index.
removeAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs>) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Removes a handler for an event that is raised when any of the StoppingConditions are satisfied.
removeAsset(AssetDefinition) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Removes the specified asset definition from the list of assets.
removeAsset(Object) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Removes the specified asset from the list of assets.
removeAsset(AssetDefinition) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Removes the specified asset definition from the list of assets.
removeAsset(Object) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Removes the specified asset from the list of assets.
removeAt(int) - Method in class agi.foundation.propagators.NumericalPropagationStateHistory
Remove entries at a given index.
removeBack() - Method in class agi.foundation.graphics.PathPrimitive
Remove a PathPoint to the back of the line.
removeChanged(EventHandler<TransactedPropertyChangedEventArgs<T>>) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Removes a handler for an event that is raised when a transaction that changes this property is Committed (add / remove).
removeChanged(EventHandler<EntitySetChangedEventArgs<TEntity>>) - Method in class agi.foundation.tracking.EntitySet
Removes a handler for an event that is raised when entities are added to or removed from this entity set.
removeCommitted(EventHandler<TransactionCommittedEventArgs>) - Method in class agi.foundation.TransactionContext
Removes a handler for an event that is raised each time that a transaction is committed in this context.
removeConsiderParameterAt(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
Removes the consider parameter at the given index.
removeCustomProperty(String) - Method in class agi.foundation.cesium.CesiumCustomProperties
Removes a custom property.
removeData(TypeLiteral<T>) - Method in class agi.foundation.communications.Signal
Creates a new signal by removing all data of the given type existing on this signal.
removeData() - Method in class agi.foundation.time.TimeInterval1
Creates a new interval that is identical to this one except that it does not have a Data (get) property.
removeData() - Method in class agi.foundation.time.TimeIntervalCollection1
Converts this collection to a TimeIntervalCollection by removing the Data (get) property from each interval.
removeDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when the derivative of the function is evaluated.
removeDerivativeEvaluationEvent(EventHandler<SolverFunctionDerivativeEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when the derivative of the function is evaluated.
removeDocumentLoaded(EventHandler<KmlDocumentLoadedEventArgs>) - Method in class agi.foundation.graphics.KmlGraphics
Removes a handler for an event that occurs when an asynchronous document load operation completes.
removeDoWork(DoWorkEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Removes a handler for an event that occurs when BackgroundCalculation.runWorkerAsync() is called.
removeDragDropHandled(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.DragDropOptions
Removes a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
removeElement(String) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Removes the StateElementAdapterDefinition for the specified element.
removeExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs>) - Method in class agi.foundation.propagators.NumericalPropagator
Gets the instance of the event handler which will be triggered after the propagator throws an exception.
removeFailedToConvergeEvent(EventHandler<LambertOrbitSolver.FailedToConvergeEventArgs>) - Method in class agi.foundation.propagators.LambertOrbitSolver
Removes a handler for an event that is raised when the fixed duration method fails to converge.
removeFront() - Method in class agi.foundation.graphics.PathPrimitive
Remove a PathPoint to the front of the line.
removeFunctionSampled(EventHandler<DoubleFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Removes a handler for an event that is raised each time a function is sampled.
removeFunctionSampled(EventHandler<DurationFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Removes a handler for an event that is raised each time a function is sampled.
removeFunctionSampled(EventHandler<JulianDateFunctionSampledEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Removes a handler for an event that is raised each time a function is sampled.
removeHasReset(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Removes a handler for an event that occurs if animation has reset.
removeItem(int) - Method in class agi.foundation.compatibility.BaseCollection
Removes the element at the specified index of the collection.
removeItem(String) - Method in class agi.foundation.geometry.GeometryDynamicState
Removes the specified item from this definition.
removeItem(int) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Removes the element at the specified index of the DefinitionalObjectCollection.
removeItem(int) - Method in class agi.foundation.infrastructure.ExtensionCollection
Removes the element at the specified index of the collection.
removeItem(int) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
Removes the element at the specified index of the BaseCollection.
removeItem(int) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
Removes the element at the given index of the PerformanceAssessmentRecord.
removeItem(int) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
Removes the element at the specified index of the collection.
removeItem(int) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
Removes the element at the specified index of the collection.
removeItem(int) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
Removes the element at the specified index of the collection.
removeItem(int) - Method in class agi.foundation.platforms.ChildPlatformCollection
Removes the element at the given index of the ChildPlatformCollection.
removeLeavingEndpoints(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
Removes the specified intervals from this interval list, creating a hole over the specified intervals.
removeLeavingEndpoints(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection
Removes the specified interval from this interval list, creating a hole over the specified interval.
removeLeavingEndpoints(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified intervals from this interval list, creating a hole over the specified intervals.
removeLeavingEndpoints(TimeInterval1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified interval from this interval list, creating a hole over the specified interval.
removeLeavingEndpoints(TimeInterval) - Method in class agi.foundation.time.TimeIntervalCollection1
Removes the specified interval from this interval list, creating a hole over the specified interval.
removeLocalExtremumFound(EventHandler<DoubleExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Raised when a precise local minimum or maximum has been found.
removeLocalExtremumFound(EventHandler<DurationExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Raised when a precise local minimum or maximum has been found.
removeLocalExtremumFound(EventHandler<JulianDateExtremumFoundEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Raised when a precise local minimum or maximum has been found.
removeLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
removeLocalExtremumIndicated(EventHandler<DurationExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
removeLocalExtremumIndicated(EventHandler<JulianDateExtremumIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
removeMessageQueueStarted(EventHandler<EventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates MessageQueue has started to receive messages.
removeMessageQueueStopped(EventHandler<EventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates MessageQueue has been stopped by a call to MessageQueue.terminate().
removeMessageReceived(EventHandler<MessageEventArgs>) - Method in class agi.foundation.infrastructure.threading.MessageQueue
Event that indicates a generic message object was received.
removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when the nominal function is evaluated.
removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when the nominal function is evaluated.
removeNormalFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
An event that gets raised when the nominal orbit is evaluated with no perturbations.
removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
An event that gets raised when the nominal orbit is evaluated with no perturbations.
removeNotify() - Method in class agi.foundation.graphics.awt.Insight3D
 
removePaused(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Removes a handler for an event that occurs if animation has paused.
removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
removePerturbedFunctionEvaluationEvent(EventHandler<SolverFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
An event that gets raised when a perturbed orbit is computed.
removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs>) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
An event that gets raised when a perturbed orbit is computed.
removeProgressChanged(ProgressChangedEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Removes a handler for an event that occurs when BackgroundCalculation.reportProgress(int, java.lang.Object) is called.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.FollowSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.PropagateSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.ReturnSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentList
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
An event that gets raised when propagation finishes.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.StopSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
An event that gets raised when propagation is complete.
removePropagationFinishedEvent(EventHandler<SegmentPropagationEventArgs>) - Method in class agi.foundation.segmentpropagation.UpdateSegment
An event that gets raised when propagation is complete.
removeRegion(TerrainRegion) - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
Deprecated.
Internal use only.
removeRegion(TerrainRegion) - Method in class agi.foundation.terrain.RasterTerrainCache
Deprecated.
Internal use only.
removeRendering(EventHandler<RenderingEventArgs>) - Method in class agi.foundation.graphics.Scene
Removes a handler for an event that is raised when either Render is called on the scene or SceneManager.render() is called on the SceneManager.
removeRendering(EventHandler<RenderingEventArgs>) - Static method in class agi.foundation.graphics.SceneManager
Removes a handler for an event that is raised when either Render is called on a scene or SceneManager.render() is called on the SceneManager.
removeRunWorkerCompleted(RunWorkerCompletedEventHandler) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Removes a handler for an event that occurs when the background operation has completed, been canceled, or raised an exception.
removeSamplingError(EventHandler<SamplingErrorEventArgs>) - Method in class agi.foundation.cesium.CzmlDocument
An event that is raised when a non-fatal sampling error occurs during CZML generation.
removeSegmentConfiguration(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
Removes the configuration of the segment from this configuration.
removeSignals(Predicate<Signal>) - Method in class agi.foundation.communications.SignalCollection
Creates a new SignalCollection by removing signals based on a predicate.
removeStarted(EventHandler<StartedEventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Removes a handler for an event that occurs if animation has started.
removeStateElement(String) - Method in class agi.foundation.coordinates.BasicState
Removes the specified element and its data from this state.
removeStateElement(String) - Method in interface agi.foundation.coordinates.IAdjustableState
Removes the specified element and its data from this state.
removeStateParameterAt(int) - Method in class agi.foundation.propagators.StateTransitionMatrix
Removes the state parameter at the given index, as well as its derivative.
removeStepTaken(EventHandler<PropagationEventArgs>) - Method in class agi.foundation.propagators.NumericalPropagator
Gets the instance of the event handler which will be triggered after every time the propagator takes an integration step.
removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs>) - Method in class agi.foundation.propagators.StoppablePropagator
Gets the instance of the event handler which will be triggered after every time this StoppablePropagator takes an integration step.
removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs>) - Method in class agi.foundation.segmentpropagation.PropagateSegment
An event that will be raised every time a step is taken by the underlying StoppablePropagator.
removeStopped(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Removes a handler for an event that occurs if animation has stopped.
removeTask(RecurringTask) - Method in class agi.foundation.infrastructure.threading.RecurringTaskScheduler
Removes a task so that it is no longer executed on a recurring basis.
removeThirdBody(String) - Method in class agi.foundation.celestial.ThirdBodyGravity
Removes a third body gravitational force represented by the name.
removeThirdBody(Point) - Method in class agi.foundation.celestial.ThirdBodyGravity
Removes a third body gravitational force represented by the Point.
removeThirdBody(double) - Method in class agi.foundation.celestial.ThirdBodyGravity
Removes a third body gravitational force represented by the gravitational parameter.
removeThirdBody(String) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Removes tidal perturbations due to the body represented by the name.
removeThirdBody(Point) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Removes a tidal perturbations due to the body represented by the Point.
removeThirdBody(double) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Removes a tidal perturbations due to the body represented by the gravitational parameter.
removeThresholdCrossingFound(EventHandler<DoubleThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Removes a handler for an event that is raised when a precise threshold crossing has been found.
removeThresholdCrossingFound(EventHandler<DurationThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Removes a handler for an event that is raised when a precise threshold crossing has been found.
removeThresholdCrossingFound(EventHandler<JulianDateThresholdCrossingFoundEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Removes a handler for an event that is raised when a precise threshold crossing has been found.
removeThresholdCrossingIndicated(EventHandler<DoubleThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
removeThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
removeThresholdCrossingIndicated(EventHandler<JulianDateThresholdCrossingIndicatedEventArgs>) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
removeTimeChanged(EventHandler<TimeChangedEventArgs>) - Static method in class agi.foundation.graphics.SceneManager
removeWarningsHandler(EventHandler<SimpleAscentPropagatorWarnings>) - Method in class agi.foundation.propagators.SimpleAscentPropagator
An event that can be used to check for/handle warnings produced during propagation.
removeZoomComplete(EventHandler<EventArgs>) - Method in class agi.foundation.graphics.advanced.MouseOptions
Removes a handler for an event that is raised when an area is zoomed to when the Zooming (get / set) property is set to true.
render() - Method in class agi.foundation.graphics.Scene
Renders the scene.
render() - Static method in class agi.foundation.graphics.SceneManager
Renders all Scenes within an application.
RendererShadeModel - Enum in agi.foundation.graphics.renderer
Identifies which shade model to use.
RenderingEventArgs - Class in agi.foundation.graphics
The EventArgs passed to the rendering event.
RenderingEventArgs(JulianDate) - Constructor for class agi.foundation.graphics.RenderingEventArgs
Initializes a new instance.
RenderPass - Class in agi.foundation.graphics.advanced
Describes when a primitive will be rendered.
RenderPassHint - Enum in agi.foundation.graphics.advanced
An optimization hint optionally provided to a primitive's Set method to enhance performance when per-position colors are used.
reportProgress(int, Object) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Raises the ProgressChanged (add / remove) event.
reportProgress(int, Object) - Method in interface agi.foundation.ITrackCalculationProgress
Called periodically by the calculation to indicate its progress.
requestRegionLoad(TerrainRegion) - Method in class agi.foundation.terrain.TerrainCacheGroup
Requests that a region be loaded into cache.
reserve(int) - Method in class agi.foundation.graphics.CompositeDisplayCondition
Requests enough memory for the composite to contain at least count display conditions.
reset() - Method in class agi.foundation.compatibility.EventWaitHandle
Sets the state of the event to nonsignaled, causing threads to block.
reset() - Method in class agi.foundation.compatibility.FileStream
 
reset() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Resets animation to the start time.
reset() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
Resets animation to the start time.
reset() - Method in class agi.foundation.graphics.FrameRate
This resets the frame rate counter back to zero.
reset() - Method in class agi.foundation.graphics.imaging.VideoStream
Seeks the video to its first frame and begins playing the video when the Playback property is set to RealTime.
reset() - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
Resets exploration.
reset() - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Resets exploration.
reset() - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Resets exploration.
reset() - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
Resets the MultivariableFunctionSolver by setting the LastRunsResults (get / set) to null and the CurrentIteration (get / set) to zero.
reset() - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Resets the ParameterOptimizer by setting the LastRunsResults (get / set) to null and the CurrentIteration (get / set) to zero.
reset(double) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
If the variable evaluator has some state, such as a parametrized evaluator, this method needs to reset the variable back to its original value by application of the inverse.
reset() - Method in class agi.foundation.propagators.NumericalPropagator
Resets the propagation back to the initial conditions.
reset(JulianDate, double[]) - Method in class agi.foundation.propagators.NumericalPropagator
Resets the propagation to a new set of initial conditions at the epoch time.
reset() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Resets this evaluator.
resetCurrentToDefault() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
Resets the current threading policy to the default.
resetTime() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
resetTime() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Resets the current animation time.
resetTime() - Method in class agi.foundation.graphics.RealTimeAnimation
 
resetView(Transaction) - Method in class agi.foundation.tracking.ViewEntityFromOffset
Resets the camera view to look at the entity from the initial offset.
resolveUri(String) - Method in class agi.foundation.cesium.advanced.CachingCesiumUriResolver
Resolves a URI, producing a new URI for inclusion in a CZML document.
resolveUri(String) - Method in interface agi.foundation.cesium.advanced.ICesiumUriResolver
Resolves a URI, producing a new URI for inclusion in a CZML document.
resolveUri(String) - Method in class agi.foundation.cesium.advanced.PassThroughCesiumUriResolver
Resolves a URI, leaving it unchanged.
resourceTimerCallback() - Method in class agi.foundation.graphics.advanced.MinimalForwardAnimation
ResponseTime - Class in agi.foundation.coverage.figureofmerit
A figure of merit which provides statistical information regarding the time it takes to gain coverage from a point in time where there is no coverage.
restep(double) - Method in class agi.foundation.propagators.NumericalPropagator
Instead of advancing from the CurrentState (get), reintegrate the last step that was taken by the integrator by the given step size to produce a new CurrentState (get) and CurrentTime (get).
restep(Duration) - Method in class agi.foundation.propagators.StoppablePropagator
Resteps the underlying propagator from the PreviousDate (get / set).
ResultantForceBuilder - Class in agi.foundation.celestial
A tool used by ForceModel objects to add their RoleOfForce.PRINCIPAL and RoleOfForce.PERTURBATION forces to a list of forces in a resultant force.
ResultantForceBuilder() - Constructor for class agi.foundation.celestial.ResultantForceBuilder
Initializes a new instance.
ResultantTorqueBuilder - Class in agi.foundation.celestial
A tool used by TorqueModel objects to add to a list of torques in a resultant torque.
ResultantTorqueBuilder() - Constructor for class agi.foundation.celestial.ResultantTorqueBuilder
Initializes a new instance.
retainAll(Collection<?>) - Method in class agi.foundation.communications.SignalCollection
 
retainAll(Collection<?>) - Method in class agi.foundation.compatibility.BaseCollection
 
retainAll(Collection<?>) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
retainAll(Collection<?>) - Method in class agi.foundation.graphics.ImageCollection
 
retainAll(Collection<?>) - Method in class agi.foundation.graphics.TerrainCollection
 
retainAll(Collection<?>) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
retainAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection
 
retainAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection1
 
retrieve(Object[], int) - Method in class agi.foundation.tracking.TrackingTypeArchiver
Retrieves a value from the specified array.
ReturnSegment - Class in agi.foundation.segmentpropagation
A segment that will end propagation of a SegmentList that contains this segment even if there are other segments still in the list.
ReturnSegment() - Constructor for class agi.foundation.segmentpropagation.ReturnSegment
Initialize a new default instance.
ReturnSegment(SegmentList, ReturnSegmentBehavior) - Constructor for class agi.foundation.segmentpropagation.ReturnSegment
Initializes a new instance.
ReturnSegment(ReturnSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ReturnSegment
Initializes a new instance as a copy of an existing instance.
ReturnSegmentBehavior - Enum in agi.foundation.segmentpropagation
The possible behaviors of a ReturnSegment's propagation.
ReturnSegmentConfiguration - Class in agi.foundation.segmentpropagation
The configuration for a ReturnSegment.
ReturnSegmentConfiguration(ReturnSegmentBehavior) - Constructor for class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
Initializes a new instance.
ReturnSegmentConfiguration(ReturnSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
reverse() - Method in class agi.foundation.access.LinkPath
Reverses this path.
reverse(List<T>) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
Reverses the sequences of elements in a collection.
RevisitTime - Class in agi.foundation.coverage.figureofmerit
A figure of merit which provides statistical information regarding the time it takes to regain coverage after it has been lost.
RheaCentralBody - Class in agi.foundation.celestial
The Saturnian moon Rhea.
RheaCentralBody() - Constructor for class agi.foundation.celestial.RheaCentralBody
Initializes a new instance.
RheaCentralBody(RheaCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.RheaCentralBody
Initializes a new instance as a copy of an existing instance.
RhumbLineConnectionStrategy - Class in agi.foundation.routedesign.advanced
A connection strategy that connects two procedures with a straight path following a constant heading.
RhumbLineConnectionStrategy(Ellipsoid) - Constructor for class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
Create a new instance based on the given surface shape.
RhumbLineConnectionStrategy(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
Create a new instance based on the given start and stop positions.
RhumbLineConnectionStrategy(EllipsoidRhumbLine) - Constructor for class agi.foundation.routedesign.advanced.RhumbLineConnectionStrategy
Create a new instance based on the given EllipsoidRhumbLine.
RhumbLineInterpolator - Class in agi.foundation.graphics
The rhumb line interpolator computes interpolated positions along a rhumb line.
RhumbLineInterpolator() - Constructor for class agi.foundation.graphics.RhumbLineInterpolator
Initializes a default rhumb line interpolator.
RhumbLineInterpolator(CentralBody) - Constructor for class agi.foundation.graphics.RhumbLineInterpolator
Initializes a rhumb line interpolator with the specified centralBody and a Granularity of 1 degree.
RhumbLineInterpolator(CentralBody, double) - Constructor for class agi.foundation.graphics.RhumbLineInterpolator
Initializes a rhumb line interpolator with the specified centralBody and granularity.
RIGHT - Static variable in class agi.foundation.compatibility.MouseButtons
The right mouse button was pressed.
RightHandCircularPolarization - Class in agi.foundation.communications
Represents right hand circular polarization.
RightHandCircularPolarization() - Constructor for class agi.foundation.communications.RightHandCircularPolarization
Initializes a new instance.
RinexMeteorological - Class in agi.foundation.navigation.datareaders
A RINEX Meteorological file describing weather conditions at the receiving antenna.
RinexMeteorologicalRecord - Class in agi.foundation.navigation.datareaders
A record in a RINEX Meteorological File, corresponding to weather and delay data included in a Rinex Meteorological File.
RinexMeteorologicalRecord() - Constructor for class agi.foundation.navigation.datareaders.RinexMeteorologicalRecord
Initializes a new instance.
RinexNavigation - Class in agi.foundation.navigation.datareaders
A RINEX Navigation file describing GPS satellite broadcast orbits and other data.
RinexNavigationEphemeris - Class in agi.foundation.navigation.datareaders
Contains the data for a single ephemeris defining the GPS satellite corresponding to PseudoRandomNumber (get).
RinexNavigationRecord - Class in agi.foundation.navigation.datareaders
An ephemeris record in a RINEX Navigation File, corresponding to a single space vehicle (SV).
RinexNavigationRecord(int) - Constructor for class agi.foundation.navigation.datareaders.RinexNavigationRecord
Initializes a new instance.
RinexObservation - Class in agi.foundation.navigation.datareaders
This class parses and stores the information in a RINEX Observation file.
RinexObservationHeader - Class in agi.foundation.navigation.datareaders
This class contains information from the header of the RINEX observation file.
RinexObservationRecord - Class in agi.foundation.navigation.datareaders
This class contains data for a specific epoch in a RINEX observation file.
RinexObservationSatRecord - Class in agi.foundation.navigation.datareaders
A Rinex observation satellite entry.
RinexObservationSatRecord() - Constructor for class agi.foundation.navigation.datareaders.RinexObservationSatRecord
Initializes a new instance with default values.
RinexObservationSatRecord(int) - Constructor for class agi.foundation.navigation.datareaders.RinexObservationSatRecord
Initializes a new instance based on the total number of observations.
RinexObservationSatRecord(RinexObservationSatRecord) - Constructor for class agi.foundation.navigation.datareaders.RinexObservationSatRecord
Initializes a new instance to be a copy of the instance passed in.
RinexObservationType - Enum in agi.foundation.navigation.datareaders
Denotes what observation type the observation data corresponds to.
RoleOfForce - Enum in agi.foundation.celestial
An indication of how important a given force is in the overall composite force acting on a given object.
rootMeanSquare(List<Double>) - Static method in class agi.foundation.DescriptiveStatistics
Calculates the root mean square (RMS) of a list of doubles.
rotate(ElementaryRotation) - Method in class agi.foundation.coordinates.Cartesian
Produces a set of Cartesian coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided ElementaryRotation rotation.
rotate(Matrix3By3) - Method in class agi.foundation.coordinates.Cartesian
Produces a set of Cartesian coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided Matrix3By3 rotation.
rotate(UnitQuaternion) - Method in class agi.foundation.coordinates.Cartesian
Produces a set of Cartesian coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided UnitQuaternion rotation.
rotate(double) - Method in class agi.foundation.coordinates.Rectangular
Produces a set of Rectangular coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided angle.
rotate(ElementaryRotation) - Method in class agi.foundation.coordinates.UnitCartesian
Produces a set of UnitCartesian coordinates representing this instance, which results from rotating the original axes used to represent this instance by the provided ElementaryRotation rotation.
rotate(Matrix3By3) - Method in class agi.foundation.coordinates.UnitCartesian
Produces a set of UnitCartesian coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided Matrix3By3 rotation.
rotate(UnitQuaternion) - Method in class agi.foundation.coordinates.UnitCartesian
Produces a set of UnitCartesian coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided UnitQuaternion rotation.
rotate(double) - Method in class agi.foundation.coordinates.UnitRectangular
Produces a set of UnitRectangular coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided angle.
rotate(double) - Method in class agi.foundation.graphics.imaging.Raster
Rotates the raster by the given angle.
RotateFilter - Class in agi.foundation.graphics.imaging
Rotates the source raster clockwise by the specified angle.
RotateFilter() - Constructor for class agi.foundation.graphics.imaging.RotateFilter
Initializes a new instance.
RotateFilter(double) - Constructor for class agi.foundation.graphics.imaging.RotateFilter
Initializes a new instance with a counterclockwise rotation angle specified in radians.
RotationalAccelerationName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalAcceleration
The name of the RotationalAcceleration (get) property.
RotationalMotionInterpolator - Class in agi.foundation.numericalmethods
Interpolates and extrapolates rotational motion with the rotation represented as a Quaternion and derivatives represented as rotation vectors.
RotationalMotionInterpolator() - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance.
RotationalMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance.
RotationalMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection2<UnitQuaternion, Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance.
RotationalMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection2<UnitQuaternion, Cartesian>) - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance.
RotationalMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection2<UnitQuaternion, Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance.
RotationalMotionInterpolator(RotationalMotionInterpolator, CopyContext) - Constructor for class agi.foundation.numericalmethods.RotationalMotionInterpolator
Initializes a new instance as a copy of an existing instance.
RotationalTransformation - Class in agi.foundation.coordinates
Holds static methods for manipulating a Motion2 representing a rotation and its derivatives.
RotationalVelocityName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityRotationalVelocity
The name of the RotationalVelocity (get) property.
rotationDirection(EllipsoidSurfaceRegion) - Static method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
Computes the rotation sense of the region.
RotationVectorAngularVelocity - Class in agi.foundation.coordinates
A set of Cartesian rotation vectors combined with Cartesian body-fixed angular velocity vectors.
RotationVectorAngularVelocity() - Constructor for class agi.foundation.coordinates.RotationVectorAngularVelocity
Initializes a new instance.
RotationVectorAngularVelocity(Cartesian, Cartesian) - Constructor for class agi.foundation.coordinates.RotationVectorAngularVelocity
Initializes this type directly from a rotation vector and a body-fixed angular velocity.
RotationVectorAngularVelocity(double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.RotationVectorAngularVelocity
Initializes this type from rotation vector and angular velocity components.
RotationVectorAngularVelocity(double[]) - Constructor for class agi.foundation.coordinates.RotationVectorAngularVelocity
Initializes a set of RotationVectorAngularVelocity coordinates from the first 6 consecutive elements in the provided array.
RotationVectorAngularVelocity(double[], int) - Constructor for class agi.foundation.coordinates.RotationVectorAngularVelocity
Initializes a set of RotationVectorAngularVelocity coordinates from 6 consecutive elements in the provided array.
RotationVectorAngularVelocityStateElementConverter - Class in agi.foundation.propagators.advanced
Represents output associated with a PropagationStateElement corresponding to a set of RotationVectorAngularVelocity values.
RotationVectorAngularVelocityStateElementConverter(String, Motion1<int[]>, Motion1<RotationVectorAngularVelocity>) - Constructor for class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
Initializes a new instance.
RotationVectorAngularVelocityStateElementConverter(String, Motion1<int[]>, Motion1<RotationVectorAngularVelocity>, Motion1<double[]>) - Constructor for class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
Initializes a new instance.
rotationVectorToUnitQuaternion(Cartesian) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
Converts a rotation vector to a unit quaternion.
roundSeconds(int) - Method in class agi.foundation.time.GregorianDate
Rounds this instance to the specified number of decimal digits in the seconds, rolling over to minutes, hours, days, etc.
roundSeconds(int, TimeStandard) - Method in class agi.foundation.time.GregorianDate
Rounds this instance to the specified number of decimal digits in the seconds, rolling over to minutes, hours, days, etc.
RouteConnection - Class in agi.foundation.routedesign
The base class for all the different ways in which to connect one RouteProcedure with another.
RouteConnection() - Constructor for class agi.foundation.routedesign.RouteConnection
Create a new instance.
RouteConnection(Ellipsoid) - Constructor for class agi.foundation.routedesign.RouteConnection
Create a new instance.
RouteConnection(RouteConnection, CopyContext) - Constructor for class agi.foundation.routedesign.RouteConnection
Initializes a new instance as a copy of an existing instance.
RouteDesignLibraryVersion - Class in agi.foundation
Version information for the RouteDesign library.
RouteHeightReference - Enum in agi.foundation.routedesign
An enumeration indicating the reference surface to use when representing a height.
RouteProcedure - Class in agi.foundation.routedesign
The abstract base class for all route procedure definitions used in conjunction with the RoutePropagator.
RouteProcedure() - Constructor for class agi.foundation.routedesign.RouteProcedure
Create a new instance.
RouteProcedure(RouteProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.RouteProcedure
Initializes a new instance as a copy of an existing instance.
RouteProfile - Class in agi.foundation.routedesign
Definition for all types that provide a way to configure the height and speed for a given RouteSegment.
RouteProfile() - Constructor for class agi.foundation.routedesign.RouteProfile
Initializes a new instance.
RoutePropagator - Class in agi.foundation.routedesign
A route propagator that takes a sequential list of procedures and connections in order to create a PropagatedRoute.
RoutePropagator() - Constructor for class agi.foundation.routedesign.RoutePropagator
Create a new instance.
RoutePropagator(RouteSegment...) - Constructor for class agi.foundation.routedesign.RoutePropagator
Create a new instance based on the given set of procedures.
RoutePropagator(RouteConnection, List<RouteSegment>) - Constructor for class agi.foundation.routedesign.RoutePropagator
Create a new instance based on the given default connection and set of procedures.
RoutePropagator(RoutePropagator, CopyContext) - Constructor for class agi.foundation.routedesign.RoutePropagator
Initializes a new instance as a copy of an existing instance.
RouteSegment - Class in agi.foundation.routedesign
The base class for the procedures and connections which define segments of the geometry along the route.
RouteSegment() - Constructor for class agi.foundation.routedesign.RouteSegment
Initializes a new instance.
RouteSegment(RouteSegment, CopyContext) - Constructor for class agi.foundation.routedesign.RouteSegment
Initializes a new instance as a copy of an existing instance.
routhsRuleAngularMomentumPerUnitMass(CentralBody) - Static method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
A static helper method that computes a CentralBodyAngularMomentumPerUnitMass (get / set) vector for the input centralBody.
Rtca208SummedSquaredError - Static variable in class agi.foundation.navigation.ReceiverAutonomousIntegrityMonitoring
The RTCA defined value for the 1-sigma error.
run() - Method in class agi.foundation.compatibility.Action
 
RungeKutta4Integrator - Class in agi.foundation.numericalmethods
A fourth-order fixed step Runge-Kutta integrator.
RungeKutta4Integrator() - Constructor for class agi.foundation.numericalmethods.RungeKutta4Integrator
Initializes a new instance.
RungeKutta4Integrator(DependentVariableDerivatives) - Constructor for class agi.foundation.numericalmethods.RungeKutta4Integrator
Initializes a new instance based on the given differential system for the derivatives of the dependent variables.
RungeKutta4Integrator(RungeKutta4Integrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.RungeKutta4Integrator
Initializes a new instance as a copy of an existing instance.
RungeKuttaAdaptiveStepIntegrator - Class in agi.foundation.numericalmethods.advanced
Defines a Runge-Kutta integrator which can adapt the size of its steps based on the integration error.
RungeKuttaAdaptiveStepIntegrator(RungeKuttaAlgorithm) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
Initializes a new instance based on the given tableau.
RungeKuttaAdaptiveStepIntegrator(RungeKuttaAdaptiveStepIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaAdaptiveStepIntegrator
Initializes a new instance as a copy of an existing instance.
RungeKuttaAlgorithm - Class in agi.foundation.numericalmethods.advanced
The basic Runge-Kutta integration algorithm used by the integrators, it's Butcher Tableau, and the derivative information computed during integration.
RungeKuttaAlgorithm(double[], double[], double[][]) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
Initializes a new instance of a Runge-Kutta algorithm with the given Butcher Tableau.
RungeKuttaAlgorithm(RungeKuttaAlgorithm, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
Initializes a new instance as a copy of an existing instance.
RungeKuttaCashKarp45Integrator - Class in agi.foundation.numericalmethods
This is a fourth order Runge-Kutta algorithm with error control based on the work of Cash and Karp which can adapt the size of the integration step based on comparing the fifth order evaluation with the fourth order evaluation to produce an estimate of the numerical error produced by a given integration step.
RungeKuttaCashKarp45Integrator() - Constructor for class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
Initializes a new instance.
RungeKuttaCashKarp45Integrator(DependentVariableDerivatives, double) - Constructor for class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
Initializes a new instance based on the given system of equations and initial step size.
RungeKuttaCashKarp45Integrator(RungeKuttaCashKarp45Integrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
Initializes a new instance as a copy of an existing instance.
RungeKuttaFehlberg78Integrator - Class in agi.foundation.numericalmethods
This is a seventh order Runge-Kutta algorithm with error control based on the work of Fehlberg which can adapt the size of the integration step based on comparing the eight order evaluation with the seventh order evaluation to produce an estimate of the numerical error produced by a given integration step.
RungeKuttaFehlberg78Integrator() - Constructor for class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
Initializes a new instance.
RungeKuttaFehlberg78Integrator(DependentVariableDerivatives, double) - Constructor for class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
Initializes a new instance based on the given system of equations and initial step size.
RungeKuttaFehlberg78Integrator(RungeKuttaFehlberg78Integrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
Initializes a new instance as a copy of an existing instance.
RungeKuttaFixedStepIntegrator - Class in agi.foundation.numericalmethods.advanced
Defines a Runge-Kutta integrator with a fixed step size.
RungeKuttaFixedStepIntegrator(RungeKuttaAlgorithm) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
Initializes a new instance based on the given tableau.
RungeKuttaFixedStepIntegrator(RungeKuttaAlgorithm, DependentVariableDerivatives) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
Initializes a new instance based on the given tableau and on the given differential system for the derivatives of the dependent variables.
RungeKuttaFixedStepIntegrator(RungeKuttaFixedStepIntegrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.advanced.RungeKuttaFixedStepIntegrator
Initializes a new instance as a copy of an existing instance.
RungeKuttaVerner89Integrator - Class in agi.foundation.numericalmethods
This is an eighth order Runge-Kutta algorithm with error control based on the work of Verner which can adapt the size of the integration step based on comparing the ninth order evaluation with the eighth order evaluation to produce an estimate of the numerical error produced by a given integration step.
RungeKuttaVerner89Integrator() - Constructor for class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
Initializes a new instance.
RungeKuttaVerner89Integrator(DependentVariableDerivatives, double) - Constructor for class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
Initializes a new instance based on the given system of equations and initial step size.
RungeKuttaVerner89Integrator(RungeKuttaVerner89Integrator, CopyContext) - Constructor for class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
Initializes a new instance as a copy of an existing instance.
RunSegmentListOperator - Class in agi.foundation.segmentpropagation
RunSegmentListOperator(boolean) - Constructor for class agi.foundation.segmentpropagation.RunSegmentListOperator
Initializes a new instance.
RunSegmentListOperator() - Constructor for class agi.foundation.segmentpropagation.RunSegmentListOperator
Initializes a new instance.
RunSegmentListOperator(RunSegmentListOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.RunSegmentListOperator
Initializes a new instance as a copy of an existing instance.
RuntimeEOFException - Exception in agi.foundation.compatibility
RuntimeEOFException(EOFException) - Constructor for exception agi.foundation.compatibility.RuntimeEOFException
 
RuntimeEOFException() - Constructor for exception agi.foundation.compatibility.RuntimeEOFException
 
RuntimeEOFException(String) - Constructor for exception agi.foundation.compatibility.RuntimeEOFException
 
RuntimeIllegalAccessException - Exception in agi.foundation.compatibility
RuntimeIllegalAccessException(IllegalAccessException) - Constructor for exception agi.foundation.compatibility.RuntimeIllegalAccessException
 
RuntimeIllegalAccessException() - Constructor for exception agi.foundation.compatibility.RuntimeIllegalAccessException
 
RuntimeIllegalAccessException(String) - Constructor for exception agi.foundation.compatibility.RuntimeIllegalAccessException
 
RuntimeInstantiationException - Exception in agi.foundation.compatibility
RuntimeInstantiationException(InstantiationException) - Constructor for exception agi.foundation.compatibility.RuntimeInstantiationException
 
RuntimeInstantiationException() - Constructor for exception agi.foundation.compatibility.RuntimeInstantiationException
 
RuntimeInstantiationException(String) - Constructor for exception agi.foundation.compatibility.RuntimeInstantiationException
 
RuntimeInterruptedException - Exception in agi.foundation.compatibility
RuntimeInterruptedException(InterruptedException) - Constructor for exception agi.foundation.compatibility.RuntimeInterruptedException
 
RuntimeInterruptedException() - Constructor for exception agi.foundation.compatibility.RuntimeInterruptedException
 
RuntimeInterruptedException(String) - Constructor for exception agi.foundation.compatibility.RuntimeInterruptedException
 
RuntimeInvocationTargetException - Exception in agi.foundation.compatibility
RuntimeInvocationTargetException(InvocationTargetException) - Constructor for exception agi.foundation.compatibility.RuntimeInvocationTargetException
 
RuntimeInvocationTargetException(Throwable) - Constructor for exception agi.foundation.compatibility.RuntimeInvocationTargetException
 
RuntimeInvocationTargetException(Throwable, String) - Constructor for exception agi.foundation.compatibility.RuntimeInvocationTargetException
 
RuntimeNoSuchMethodException - Exception in agi.foundation.compatibility
RuntimeNoSuchMethodException(NoSuchMethodException) - Constructor for exception agi.foundation.compatibility.RuntimeNoSuchMethodException
 
RuntimeNoSuchMethodException() - Constructor for exception agi.foundation.compatibility.RuntimeNoSuchMethodException
 
RuntimeNoSuchMethodException(String) - Constructor for exception agi.foundation.compatibility.RuntimeNoSuchMethodException
 
RuntimeURISyntaxException - Exception in agi.foundation.compatibility
RuntimeURISyntaxException(URISyntaxException) - Constructor for exception agi.foundation.compatibility.RuntimeURISyntaxException
 
RuntimeURISyntaxException(MalformedURLException) - Constructor for exception agi.foundation.compatibility.RuntimeURISyntaxException
 
RuntimeURISyntaxException(String, String) - Constructor for exception agi.foundation.compatibility.RuntimeURISyntaxException
 
runWorkerAsync() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Starts execution of a background operation.
runWorkerAsync(Object) - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
Starts execution of a background operation.
RunWorkerCompletedEventArgs - Class in agi.foundation.compatibility
Provides data for the RunWorkerCompleted event.
RunWorkerCompletedEventArgs(Object, RuntimeException, boolean) - Constructor for class agi.foundation.compatibility.RunWorkerCompletedEventArgs
Initializes a new instance of the RunWorkerCompletedEventArgs class.
RunWorkerCompletedEventHandler - Class in agi.foundation.compatibility
Represents a method that will handle a RunWorkerCompleted event.
RunWorkerCompletedEventHandler() - Constructor for class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Creates a new instance of this delegate.
RunWorkerCompletedEventHandler(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Initializes a delegate that will invoke an instance method on a class instance.
RunWorkerCompletedEventHandler(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.RunWorkerCompletedEventHandler
Initializes a delegate that will invoke a static method on a class.
RunWorkerCompletedEventHandler.Function - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.

S

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
A CesiumProperty that specifies a number of time-tagged samples.
SampledCesiumProperty() - Constructor for class agi.foundation.cesium.SampledCesiumProperty
Initializes a new instance.
SampledCesiumProperty(DateMotionCollection1<T>) - Constructor for class agi.foundation.cesium.SampledCesiumProperty
Initializes a new instance with the provided DateMotionCollection1.
SampledCesiumProperty(DateMotionCollection1<T>, ArrayList<JulianDate>) - Constructor for class agi.foundation.cesium.SampledCesiumProperty
Initializes a new instance with the provided DateMotionCollection1.
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
A collection of SatelliteOutages.
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
This constraint will take the final value from an instance of SegmentResults and evaluate a Scalar (get / set) at that time with that information.
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
This constraint will take the initial or final value from a SegmentResults and evaluate a Scalar (get / set) at that time with that information.
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
This costFunction will take the initial or final value from a SegmentResults and evaluate a Scalar (get / set) at that time with that information.
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
This constraint will take the initial or final value from a SegmentResults and evaluate a Scalar (get / set) at that time with that information.
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
A Scalar that computes an element of a Cartographic.
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
A CesiumProperty that writes values by evaluating a given Scalar.
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
A Scalar that computes a given element from a DynamicDelaunayElements.
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
A scalar which wraps another scalar while delaying it by a time specified by a LinkDelayEvaluator obtained from a LinkPath.
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
This constraint will take the initial and final values from a SegmentResults and evaluate the difference of a Scalar (get / set) at those times.
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
This costFunction will take the initial and final values from a SegmentResults and evaluate the difference of a Scalar (get / set) at those times.
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
A Scalar that computes a given element from a DynamicEquinoctialElements.
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
Evaluates a Scalar over time.
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
A GraphicsParameter which evaluates a specified Scalar (get / set).
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
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
ScalarInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
ScalarInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
ScalarInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Double>, List<JulianDate>) - Constructor for class agi.foundation.geometry.ScalarInterpolator
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
ScalarInterpolator(DoubleMotionInterpolator) - Constructor for class agi.foundation.geometry.ScalarInterpolator
Initializes a new instance of the ScalarInterpolator class from the provided parameters.
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
A Scalar that computes a given element from a DynamicKozaiIzsakMeanElements.
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
A Scalar that computes a given element from a DynamicModifiedKeplerianElements.
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
Creates a new Scalar with a VectorType (get / set) of RadiationVectorType.CORRECT_FOR_LIGHT_TIME_DELAY_AND_ABERRATION.
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
Creates a new Scalar with a VectorType (get / set) of RadiationVectorType.CORRECT_FOR_LIGHT_TIME_DELAY_AND_ABERRATION.
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
Creates a new Scalar with a VectorType (get / set) of RadiationVectorType.CORRECT_FOR_LIGHT_TIME_DELAY_AND_ABERRATION.
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
Initializes a new instance of a ScalarOccultation.
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
Creates a new Scalar with a VectorType (get / set) of RadiationVectorType.CORRECT_FOR_LIGHT_TIME_DELAY_AND_ABERRATION.
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
Initializes a new instance of a ScalarOccultationRegulatedDualCone from a normal ScalarOccultationDualCone.
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
Create a new instance based on the given PropagatedRoute.
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
A Scalar representing one of the three values of a Spherical coordinate.
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
A Scalar that computes the angle that subtends the velocity vector of the ViewingObject (get / set) and the displacement vector between the ViewingObject (get / set) and the TargetObject (get / set) projected onto the x-y plane in the viewing object's AxesVehicleVelocityLocalHorizontal.
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
A StoppingConditionConstraintEvaluator that compares the value of a Scalar (get / set) at the time of a state with a threshold.
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
A Scalar that enables interpolation of spacecraft area data from .dat files to use as a reference area for AtmosphericDragForce and SimpleSolarRadiationForce.
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
A Scalar that enables interpolation of spacecraft area data to use as a reference area for AtmosphericDragForce and SimpleSolarRadiationForce.
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
A Scalar that enables interpolation of spacecraft area data to use as a reference area for AtmosphericDragForce and SimpleSolarRadiationForce.
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
A Scalar that returns one element of a Vectors evaluated motion.
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
A WeightedLinkExtension which evaluates the link computation weight using a Scalar instance.
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
Settings used by GlobeOverlay objects.
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
The common base class for collections of overlays held by ScreenOverlay and by ScreenOverlayManager.
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
The origin of rotation of a ScreenOverlay.
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
Determines the second axis indicator from the provided EulerSequenceIndicator.
secondAxis(YawPitchRollIndicator) - Static method in class agi.foundation.coordinates.YawPitchRoll
Determines the second axis indicator from the provided YawPitchRollIndicator.
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
An operator that will replace an ImpulsiveManeuverSegment with a similarly configured FiniteManeuverSegment in a TargetedSegmentList.
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
The configuration for a SegmentPropagator.
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
A class that holds a list of SegmentDefinitions that gets propagated in series.
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
The configuration for a SegmentList.
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
The SegmentResults (get) returned by a propagated SegmentList.
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
The base type for constraints for use with the MultivariableFunctionSolver or ParameterOptimizer.
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
The base type for cost functions for use with the ParameterOptimizer.
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
The base type for inequality constraints for use with the ParameterOptimizer.
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
The variable base type used within a MultivariableFunctionSolver in conjunction with SegmentPropagators.
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
The evaluator for SegmentPropagatorVariables that is used by a MultivariableFunctionSolver directly, or to modify some part of the configuration for the segments getting propagated in a SegmentList.
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
The results computed by a SegmentPropagator.
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
Creates a new SignalCollection by selecting signals based on a predicate.
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 delegates and the recently added 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
Defines the graphical properties of a SensorFieldOfView.
SensorFieldOfViewGraphics() - Constructor for class agi.foundation.cesium.SensorFieldOfViewGraphics
Initializes a new instance.
SensorFieldOfViewVisualizer<TEntity extends IEntityLastUpdate & IEntityIdentifier & IEntitySensorFieldOfView> - Class in agi.foundation.tracking
An EntityVisualizer that visualizes a set of sensors.
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
Describes a portion of a SensorProjectionBoundary that occurs at the limb of the central body.
SensorProjectionHorizon() - Constructor for class agi.foundation.geometry.shapes.SensorProjectionHorizon
 
SensorProjectionHorizonCollection - Class in agi.foundation.geometry.shapes
A collection of SensorProjectionHorizon instances.
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
Contains helpful methods for working with services and IServiceProvider.
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
Initializes a new instance using the specified IServiceProvider
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
A collection of instances that implement IServiceProvider.
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
Draws IServiceProviders using Insight3D.
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
Initializes a new instance using the specified IServiceProvider
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
Base class for all IServiceProvider visualizers, which are used by ServiceProviderDisplay to draw IServiceProviders in Insight3D.
ServiceProviderVisualizer() - Constructor for class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Initializes a new instance.
ServiceProviderVisualizerCollection - Class in agi.foundation.platforms.advanced
A collection of ServiceProviderVisualizer instances.
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
Sets the TerrainProvider at the specified index.
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
Sets a value indicating whether or not the propagation of the TargetedSegmentList was aborted.
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
Adds a StateElementAdapter to this propagator.
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
Sets the RadioFrequencyGainPattern used by the transmitter.
setAntennaGainPattern(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Sets the RadioFrequencyGainPattern used by the transmitter's antenna.
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
Sets the OpticalGainPattern which represents the transmitter's optics.
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
Configures the VectorToSun (get / set) to use the apparent displacement from the CentralBody (get / set) to the Sun (get).
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.
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.
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
Gets the RasterAttributes that define the raster data.
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
Sets the IServiceProvider that will provide IOrientationAxesService.
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
Sets the base GlobeImageOverlay associated with the CentralBody in the Scene.
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
Sets the DirectionsProvider for providing the beam directions.
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
Sets the EllipsoidSurfaceCurve that defines the surface region.
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
Sets the ValueDefinition that will be used for burn centering.
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
Sets the LabelCallback used to determine the label.
setCallback(MarkerCallback<TEntity>) - Method in class agi.foundation.tracking.MarkerVisualizer
Sets the MarkerCallback used to determine the marker.
setCallback(ModelCallback<TEntity>) - Method in class agi.foundation.tracking.ModelVisualizer
Sets the ModelCallback used to retrieve a model for each entity.
setCamera(Camera) - Method in class agi.foundation.tracking.ViewEntityFromOffset
Sets the Camera (get / set).
setCamera(Camera) - Method in class agi.foundation.tracking.ViewFromTo
Sets the Camera (get / set).
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.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
Sets the name of the CentralBody of the city.
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
Sets the name of the CentralBody of the facility.
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
Sets the Color of the CentralBody in the Scene.
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
Sets the color strength when ColorBlendMode (get / set) is CesiumColorBlendMode.MIX.
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
Sets the AccessQuery for this receiver and SatelliteID (get / set).
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
Sets the StoppingCondition that will get enabled or disabled.
setConditionStoppedOn(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
Sets the final StoppingCondition that stopped propagation.
setConditionStoppedOn(StoppingCondition) - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
Sets the final StoppingCondition that stopped propagation.
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
Sets the configuration object used for the segment propagators that were propagated in computing these results.
setConfiguration(SegmentListConfiguration) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Sets the configuration object used for the segment propagators that were propagated in computing these results.
setConfiguration(SegmentConfiguration) - Method in class agi.foundation.segmentpropagation.SegmentResults
Sets the segment configuration that was used to propagate the segment that made these results.
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
Sets the EllipsoidSurfaceRegionCurveConnectionType for the surface region.
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 time 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.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.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
Sets an object which provides the IGpsReceiverService to which this constraint applies.
setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Sets an object which provides the IGpsReceiverService to which this constraint applies.
setConstrainedObject(IServiceProvider) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Sets an object which provides the IGpsReceiverService to which this constraint applies.
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
Sets the delegate that will return true or false depending on if the StoppingConditionConstraint is satisfied.
setConstraintValue(double) - Method in class agi.foundation.numericalmethods.TimeIntervalFinder
Sets the desired constraint value.
setContext(CalculationContext) - Method in interface agi.foundation.infrastructure.ICalculationContextStorageStrategy
Sets the current CalculationContext.
setContext(CalculationContext) - Method in class agi.foundation.infrastructure.ThreadStaticCalculationContextStorageStrategy
Sets the CalculationContext for the current thread.
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
Sets the cost function settings corresponding to the results computed by the Function (get / set).
setCostFunction(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Sets the cost function that the Variables (get) will attempt to minimize or maximize by modifying the trajectory of the parent TargetedSegmentList.
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
Sets the grid point associated with this 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
Sets the JulianDate that this state is valid.
setCurrentDate(JulianDate) - Method in interface agi.foundation.coordinates.ITimeBasedState
Sets the JulianDate that this state is valid.
setCurrentDate(JulianDate) - Method in class agi.foundation.propagators.NumericalPropagatorState
Sets the JulianDate that this state is valid.
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.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
Sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
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
Sets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to QuantizedMeshTerrainProvider.getHeight(double,double) or QuantizedMeshTerrainProvider.getHeightNativeUnits(double,double).
setDefaultInterpolator(RasterTerrainInterpolator) - Method in class agi.foundation.terrain.RasterTerrainProvider
Sets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to RasterTerrainProvider.getHeight(double,double) or RasterTerrainProvider.getHeightNativeUnits(double,double).
setDefaultReferenceVector(Vector) - Method in class agi.foundation.communications.CommunicationSystem
Sets the default reference vector used by CommunicationSystem.configureAntennaTargeting() when automatically orienting links.
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
Sets the tolerance used to determine whether the derivative is zero for the purposes of aborting the calculation and setting the ResultType (get) to NewtonRootType.SOLVER_FAILED_DUE_TO_HORIZONTAL_SLOPE.
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
Sets the threshold that the corresponding value computed by the SolvableMultivariableFunction or OptimizerMultivariableFunction will be driven to.
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
Sets a DistanceDisplayCondition that is evaluated per marker in the marker batch during rendering.
setDistanceDisplayConditionPerPoint(DistanceDisplayCondition) - Method in class agi.foundation.graphics.PointBatchPrimitive
Sets a DistanceDisplayCondition that is evaluated per point in the point batch during rendering.
setDistanceDisplayConditionPerString(DistanceDisplayCondition) - Method in class agi.foundation.graphics.TextBatchPrimitive
Sets a DistanceDisplayCondition that is evaluated per string in the text batch during rendering.
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
Sets the DynamicDelaunayElements to use.
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
Sets the definition of the StateEvaluator that will be propagated.
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
Sets the DelaunayElement to compute.
setElement(SphericalElement) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Sets which SphericalElement to compute.
setElement(EquinoctialElement) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Sets the EquinoctialElement to compute.
setElement(KozaiIzsakMeanElement) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Sets the KozaiIzsakMeanElement to compute.
setElement(KeplerianElement) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Sets the KeplerianElement to compute.
setElement(CartesianElement) - Method in class agi.foundation.geometry.ScalarPointElement
Sets the CartesianElement to use.
setElement(SphericalElement) - Method in class agi.foundation.geometry.ScalarSphericalElement
Sets the SphericalElement that this Scalar should compute.
setElement(CartesianElement) - Method in class agi.foundation.geometry.ScalarVectorElement
Sets the CartesianElement to use.
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
Normally this method would set the StateElementAdapterDefinition on this segment, but instead you must set the adapter on either the PrimarySegment (get / set) or AlternateSegment (get / set).
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
Sets the defined-in object (ReferenceFrame, Axes...), for the specified element.
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
Sets the KinematicTransformation used to transform from the ellipsoid to the sensor reference frame.
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
Sets if this StoppingCondition will be considered during propagation.
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
Sets the end cycle.
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
Sets the intervals of RAIM outage for the RaimFlightPhase.EN_ROUTE phase.
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
Sets the time at which the initial conditions for each PropagationStateElement are defined.
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
Sets the EvaluatorGroup to use when evaluating.
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
Sets the behavior that the StoppablePropagator will perform having detected this event.
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
Sets the ExecutorService that will execute tasks for this thread pool.
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
Sets the CartographicExtent that specifies the surface region.
setExtent(CartographicExtent) - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
setExtent(CartographicExtent) - Method in class agi.foundation.graphics.advanced.GlobeOverlay
Gets the CartographicExtent that represents the area covered by the 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
Sets the final motion as computed by the LambertOrbitSolver.
setFinalSegmentsResults(SegmentListResults) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
Sets the SegmentListResults of the segments propagated after the operator was executed.
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
Sets the JulianDate at which the FixedAxes (get / set) will be evaluated.
setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Sets the JulianDate at which the FixedPoint (get / set) will be evaluated.
setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Sets the JulianDate at which the FixedScalar (get / set) will be evaluated.
setFixedAt(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Sets the JulianDate at which the FixedVector (get / set) will be evaluated.
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
Sets the (optional) ReferenceFrame in which the FixedPoint (get / set) will be fixed.
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
Sets the GraphicsFont to use to draw label text.
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
Sets a value defining the TextureFilter2D of the footprint interior.
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
Sets the SimpleSolarRadiationForce to perform boundary mitigation on.
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
Sets the ReferenceFrame in which the ObservedPoint (get / set) is observed.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Sets the ReferenceFrame to compute the point in.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Sets the ReferenceFrame that the FromPoint (get / set) and the ToPoint (get / set) will be evaluated in.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Sets the ReferenceFrame to compute the point in.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Sets the ReferenceFrame to compute the point in.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Sets the ReferenceFrame to compute the point in.
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarPointElement
Sets the ReferenceFrame to observe the ReferencePoint (get / set).
setFrame(ReferenceFrame) - Method in class agi.foundation.geometry.ScalarSphericalElement
Sets the ReferenceFrame to observe the ReferencePoint (get / set) in.
setFrameOwner(Point) - Method in class agi.foundation.geometry.PointInPointsFrame
Sets the point in whose ReferenceFrame the ObservedPoint (get / set) will be observed.
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
Sets the initial point to measure the angle from.
setFrontEnd(GpsCommunicationsFrontEnd) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
Sets the GpsCommunicationsFrontEnd used by this noise model.
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
Sets the function to solve.
setFunction(OptimizerMultivariableFunction) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
Sets the function to solve.
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
Sets whether the Texture2DFactory will create mipmap compatible textures.
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
Sets the granularity of the EllipsoidSurfaceRegion's borders.
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
Sets the SphericalHarmonicGravityField to use when calculating the gravitational force.
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
Sets the IServiceProvider representing a generic grid point on the grid.
setGridPointPlaceholder(IServiceProvider) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Sets the IServiceProvider representing a generic grid point on the grid.
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
Sets which of the MouseButtons are being handled.
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
Sets an enumeration indicating whether the heights returned by the TerrainProvider.getHeight(double, double) method are relative to the Shape (get / set) or to the ReferenceSurface (get / set).
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
Sets the HistoryGenerator used for retrieving track data.
setHistoryGenerator(HistoryGenerator<TEntity>) - Method in class agi.foundation.tracking.WaypointVisualizer
Sets the HistoryGenerator used for retrieving track data.
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
Sets the definition of the operator that ran.
setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkAttitudeFileOptions
Sets a value indicating whether StkAttitudeFile.readFrom(BufferedReader,StkAttitudeFileOptions) will ignore a property in the attitude file if the property has a value that the reader does not understand.
setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkEphemerisFileOptions
Sets a value indicating whether StkEphemerisFile.readFrom(BufferedReader,StkEphemerisFileOptions) will ignore a property in the ephemeris file if the property has a value that the reader does not understand.
setIgnorePropertiesWithUnsupportedValues(boolean) - Method in class agi.foundation.stk.StkPatternFileOptions
Sets a value indicating whether StkPatternFile.readFrom(BufferedReader,StkPatternFileOptions) will ignore a property in the pattern file if the property has a value that the reader does not understand.
setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkAttitudeFileOptions
Sets a value indicating whether StkAttitudeFile.readFrom(BufferedReader,StkAttitudeFileOptions) will ignore a property in the attitude file that it does not understand.
setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkEphemerisFileOptions
Sets a value indicating whether StkEphemerisFile.readFrom(BufferedReader,StkEphemerisFileOptions) will ignore a property in the ephemeris file that it does not understand.
setIgnoreUnsupportedProperties(boolean) - Method in class agi.foundation.stk.StkPatternFileOptions
Sets a value indicating whether StkPatternFile.readFrom(BufferedReader,StkPatternFileOptions) will ignore a property in the pattern file that it does not understand.
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
Sets the ReferenceFrame to observe the Point (get / set) in.
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
Sets the delegate that will initialize the StoppingConditionConstraintEvaluator.
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
Sets the initial motion as computed by the LambertOrbitSolver.
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
Sets the initial state that the SegmentPropagator was propagated from.
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
Sets the input ISignalSource.
setInputTimeObserver(IServiceProvider) - Method in class agi.foundation.access.ConstraintQueryBuilder
Sets the IServiceProvider to use as the time observer for this query.
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
Sets the ReferenceFrame that the IntegrationPoint (get / set) should be observed in.
setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.geometry.AxesPropagationParameter
Sets the ReferenceFrame used to define the state during integration.
setIntegrationFrame(ReferenceFrame) - Method in class agi.foundation.geometry.PointPropagationParameter
Sets the ReferenceFrame used to define the state during integration.
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
Sets the inertial ReferenceFrame in which the attitude is defined.
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
Sets the NumericalIntegrator to use to integrate the IntegrationElements (get).
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
Sets a value indicating whether times in the EarthOrientationParametersFile should be interpreted using the leap seconds facet.
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 of 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
Sets the delegate which will be called to evaluate DelegateEntityFilter.isMatch(agi.foundation.Transaction, TEntity).
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 or not 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
Sets the MatchingStrategy used to place entities into the Filters (get) collection.
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
Sets the maximum height in meters that can be returned by the TerrainProvider (get / set) TerrainProvider.getHeightRelativeToShape(double, double) method.
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 of 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
Sets the minimum height in meters that can be returned by the TerrainProvider (get / set) TerrainProvider.getHeightRelativeToShape(double, double) method.
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
Sets a value indicating whether or not a call to TimeIntervalFinder.findIntervals(agi.foundation.time.JulianDate,agi.foundation.time.JulianDate,ITrackCalculationProgress) should be run in multithreaded mode.
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 StoppingConditionConstraint.
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
Sets the StoppablePropagatorDefinition that will replace the underlying propagator in the Segment (get / set).
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
Sets the night GlobeImageOverlay associated with the CentralBody in the Scene.
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
Sets the NoiseFactor (get / set) used in the transponder's Amplifier.
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
Sets the intervals of RAIM outage for the RaimFlightPhase.NON_PRECISION_APPROACH phase.
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
Sets the DirectionsProvider for providing the null directions.
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
Sets the first Scalar.
setOne(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
Sets the first Scalar.
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
Sets the dilution of precision (DOP) value to optimize on when using a GpsReceiverSolutionType.BEST_N ReceiverSolutionType (get / set).
setOptimizer(ParameterOptimizer) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Sets the ParameterOptimizer that will be used to optimize the trajectory.
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
Sets the Point to use when computing this VectorBPlane.
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
Sets the Point to use when computing this 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
Sets the UnitQuaternion defining the orientation of the Projection in the central body's fixed reference frame.
setOrientation(UnitQuaternion) - Method in class agi.foundation.graphics.ModelPrimitive
Sets the model's orientation.
setOrientation(Axes) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Sets the orientation of the engines that will apply the DeltaV (get / set).
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
Sets the default EarthOrientationParameters.
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
Sets a value indicating whether the CreationDate (get / set) in the CcsdsOrbitEphemerisMessageFile should be overridden by the current date and time.
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
Sets a value indicating whether the SegmentPropagator that created these results requires the parent SegmentListResults to update its EphemerisForOverallTrajectory (get).
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
Sets the SegmentDefinition that this segment will return from.
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
Sets the ReferenceFrame that the CentralBody (get / set) will be defined in.
setParentReferenceFrame(ReferenceFrame) - Method in class agi.foundation.geometry.VectorBPlane
Sets the ReferenceFrame that the CentralBody (get / set) will be defined in.
setParentResults(SegmentListResults) - Method in class agi.foundation.segmentpropagation.SegmentResults
Sets the results of the SegmentListResults that contains the SegmentPropagator that created these results.
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
Sets the perturbation value to use when computing a numerical derivative relative to this variable of a SolvableMultivariableFunction that uses SegmentPropagators.
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
Sets the VideoPlayback mode of the video.
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
Sets the IServiceProvider that will provide ILocationPointService.
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
Deprecated.
This property is no longer in use
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
The Primitive that contains the item at the Index (get / set) specified.
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
Sets the radar waveform processor providing the output ProcessedRadarWaveform.
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
Sets the altitude to use when Projection (get / set) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_ALTITUDE.
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
Sets the range to use when Projection (get / set) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_RANGE.
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
Sets the identification of the point element in the state passed into the ImpulsiveManeuverSegment that the DeltaV (get / set) will be applied to.
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
Sets the ReferenceFrame to propagate in.
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
Sets the results of the propagation done by the FollowSegmentEndingPropagator.
setPropagator(StoppablePropagator) - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
Sets the StoppablePropagator to use during propagation of the segment.
setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Sets the NumericalPropagatorDefinition that will be used for the segment.
setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Sets the NumericalPropagatorDefinition that this StoppablePropagator will propagate.
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
Sets the NumericalPropagatorDefinition that contains all of the elements that will be propagated by this segment.
setPropagatorDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Sets the NumericalPropagatorDefinition that contains all of elements that will be propagated by this segment.
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
Sets the AccessQuery.
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(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
Sets the ReferenceFrame in which this point is defined.
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
Sets the ReferenceFrame used to define the state during integration.
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
Sets the Point to use.
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
Sets the Point to use.
setReferencePoint(Point) - Method in class agi.foundation.geometry.ScalarPointElement
Sets the Point to use.
setReferencePoint(Point) - Method in class agi.foundation.geometry.ScalarSphericalElement
Sets the Point to use to compute the Spherical element of.
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
Sets the Vector to use.
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
Sets the interval duration at which this network link will refresh, when RefreshMode (get) is set to KmlNetworkLinkRefreshMode.OnInterval.
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
Sets the RefreshRate.
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
Sets a parameter indicating the MarkerBatchRenderPass of the marker over time.
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
Sets a value indicating whether extrema should be reported at the start and stop times given to DoubleFunctionExplorer.explore(double,double) when the function is not flat at those endpoints.
setReportExtremaAtEndpoints(boolean) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Sets a value indicating whether extrema should be reported at the start and stop times given to DurationFunctionExplorer.explore(Duration,Duration) when the function is not flat at those endpoints.
setReportExtremaAtEndpoints(boolean) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Sets a value indicating whether extrema should be reported at the start and stop times given to JulianDateFunctionExplorer.explore(JulianDate,JulianDate) when the function is not flat at those endpoints.
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
Sets the requested epoch for the estimated Sgp4Elements.
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
Sets the callback to use to determine the times at which to sample the Functions (get) when the DoubleFunctionExplorer.explore(double,double) method is called.
setSampleSuggestionCallback(DurationSampleSuggestionCallback) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
Sets the callback to use to determine the times at which to sample the Functions (get) when the DurationFunctionExplorer.explore(Duration,Duration) method is called.
setSampleSuggestionCallback(JulianDateSampleSuggestionCallback) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
Sets the callback to use to determine the times at which to sample the Functions (get) when the JulianDateFunctionExplorer.explore(JulianDate,JulianDate) method is called.
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
Sets the satellite IServiceProvider containing an IGpsPrnService, whose tracked access is desired.
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
Sets the ModifiedKeplerianElements of the seed satellite of the Walker constellation.
setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Sets the segment to operate on.
setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Sets the segment to operate on.
setSegment(SegmentDefinition) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Sets the segment to operate on.
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
Sets the PropagateSegment that this operator will affect.
setSegment(SwitchableSegment) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Sets the SwitchableSegment that will be operated on in the parent TargetedSegmentList.
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
Sets the SegmentListResults (get / set) computed when the TargetedSegmentListFunction was evaluated.
setSegmentListResults(SegmentListResults) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Sets the SegmentListResults (get / set) computed when the TargetedSegmentListOptimizerFunction was evaluated.
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
Sets the settings for the MultivariableFunctionSolver or ParameterOptimizer associated with this constraint.
setSettings(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Sets the settings for the ParameterOptimizer associated with this cost function.
setSettings(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Sets the settings for the ParameterOptimizer associated with this constraint.
setSettings(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Sets the settings for the MultivariableFunctionSolver associated with this variable.
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
Sets the shininess of the CentralBody in the Scene.
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
Sets whether the CentralBody is shown or hidden in the Scene.
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
Sets whether the Imagery for CentralBody in the Scene is shown or hidden.
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
Sets whether a label with the name of the CentralBody should be rendered in the Scene when the Camera is at certain distance away from the CentralBody.
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
Sets the Signal to transmit.
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
Sets a parameter indicating the MarkerBatchUnit of the marker over time.
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
Sets the MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified.
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
Sets the specular Color of the CentralBody in the Scene.
setSpecularOverlay(GlobeImageOverlay) - Method in class agi.foundation.graphics.CentralBodyGraphics
Sets the specular GlobeImageOverlay associated with the CentralBody in the Scene.
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
Sets the start cycle.
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
Sets the ITimeBasedState whose CurrentDate (get / set) will be returned.
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
Sets the default step that the SegmentPropagator should create states for.
setStep(Duration) - Method in class agi.foundation.segmentpropagation.HoldSegment
Sets the default step that the SegmentPropagator should creates states for.
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
Sets the StoppablePropagatorDefinition that will be propagated by this segment.
setStoppablePropagatorResults(StoppablePropagatorResults) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
Sets the results of the wrapped StoppablePropagator.
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
Each StoppingCondition in the StoppingConditions (get) can have a SegmentDefinition associated with it that will be propagated if that StoppingCondition happens to be the one that stops this segments propagation.
setStoppingConditionToUpdate(DurationStoppingCondition) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Sets the DurationStoppingCondition in the SwitchableManeuverSegment (get / set) that should be updated.
setStopPropagationForCurrentSegmentList(boolean) - Method in class agi.foundation.segmentpropagation.SegmentResults
Sets a value indicating whether the current SegmentListPropagator was told to stop propagating its SegmentPropagators but that propagation of anything after this propagator should continue.
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
Sets the EllipsoidSurfaceRegion which defines the area in which the point will be located.
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
Sets the SwitchableSegment whose PrimarySegment (get / set) is a FiniteManeuverSegment and whose AlternateSegment (get / set) is an ImpulsiveManeuverSegment.
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
Sets the point at which the IersTechnicalNote36RelativisticCorrectionForce is applied.
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
Sets the intervals of RAIM outage for the RaimFlightPhase.TERMINAL phase.
setTerminateOnSamplingError(boolean) - Method in class agi.foundation.cesium.CzmlDocument
Sets a value indicating whether or not 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
Sets the terrain surface that must be set if the KindOfProfile (get / set) is either DefaultProfileBehavior.FOLLOW_TERRAIN or DefaultProfileBehavior.AVOID_TERRAIN.
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
Sets a parameter indicating the TextureFilter2D of the marker over time.
setTextureFilter(GraphicsParameter<TextureFilter2D>) - Method in class agi.foundation.platforms.SurfaceGraphics
Sets a parameter defining the TextureFilter2D of the surface over time.
setTextureFilter(GraphicsParameter<TextureFilter2D>) - Method in class agi.foundation.platforms.TextGraphics
Sets a parameter indicating the TextureFilter2D of the text over time.
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
Gets the ThreadFactory that will be used to create new threads.
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
Sets the threshold Duration.
setThreshold(double) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Sets the threshold to compare with the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
setThreshold(ValueDefinition<JulianDate>) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Sets the threshold of this StoppingCondition as a date.
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
Sets the threshold to compare with the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Defines a collection of TimeIntervalDisplayConditions, one for each marker in the batch.
setTimeIntervalDisplayConditions(Iterable<TimeIntervalDisplayCondition>) - Method in class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
Defines a collection of TimeIntervalDisplayConditions, one for each string in the batch.
setTimeIntervals(Iterable<TimeIntervalDisplayCondition>) - Method in class agi.foundation.graphics.PolylinePrimitiveOptionalParameters
Defines a collection of TimeIntervalDisplayConditions, one for each line segment in the polyline.
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
Sets the IServiceProvider to use as the time observer for the query.
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
Sets the IServiceProvider to use as the time observer for the query.
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
Sets the IServiceProvider that will be used to evaluate the Query (get / set).
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
Sets the quantity of real time, in seconds, that is stepped when ForwardAnimation.stepForward() or ForwardAndBackwardAnimation.stepBackward() is called.
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
Sets the tolerance in seconds that the StoppablePropagator will use to say that a StoppingCondition converged on time.
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
Sets the tolerance to use when comparing the Threshold (get / set) to the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Sets the tolerance to use when comparing the Threshold (get / set) to the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
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
Sets the Transaction parameter placeholder in the Query (get / set).
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
Sets whether this StateTransitionMatrix is operating in epoch or piecewise mode.
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
Configures the VectorToSun (get / set) to use the true displacement from the CentralBody (get / set) to the Sun (get).
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
Sets the second Scalar.
setTwo(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
Sets the second Scalar.
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 or not 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.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.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
Sets a value indicating whether calls to AccessEvaluator.evaluate(TimeIntervalCollection,ITrackCalculationProgress) will also start at StartQueryEvaluationStartDate (get / set).
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
The setter delegate for the DelegateBasedVariable.
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 aloud 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
Sets the duration after camera view movement stops that this network link will refresh, when ViewRefreshMode (get) is set to KmlNetworkLinkViewRefreshMode.OnStop.
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 the StoppingConditionConstraint (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
Applies a ConvolutionFilter to increase the sharpness of the source raster.
SharpenFilter() - Constructor for class agi.foundation.graphics.imaging.SharpenFilter
Initialize a new instance.
SharpenFilter(SharpenMethod) - Constructor for class agi.foundation.graphics.imaging.SharpenFilter
Initialize a new instance with the specified SharpenMethod.
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
A StateElementAdapter that has no defined-in object (such as a ReferenceFrame or Axes).
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
The type of spline to use in the SimpleAscentPropagator.
SimpleAscentPropagatorBurnoutVelocityFrame - Enum in agi.foundation.propagators
Sets the CentralBody-relative frame used to specify the burnout velocity in SimpleAscentPropagator.
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
A simple digital communications transmitter defined by frequency, power and data rate using a ConstantGainAmplifier, IsotropicGainPattern and DigitalModulation.
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
A communications receiver using a ConstantGainAmplifier and IsotropicGainPattern.
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
An access constraint which is based on a radar system performance parameter defined by a SingleTargetRadarLinkScalar.
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
The callback for the SingleValueStateUpdater.
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
Gets the number of GlobeOverlay objects in the collection.
size() - Method in class agi.foundation.graphics.TerrainCollection
Gets the number of TerrainOverlay objects in the collection.
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
A utility class which maps the properties of a SolidGraphics to a SolidPrimitive.
SolidUpdater(SolidGraphics, EvaluatorGroup) - Constructor for class agi.foundation.platforms.advanced.SolidUpdater
Creates a new instance using the provided SolidGraphics and EvaluatorGroup
SolvableMultivariableFunction - Class in agi.foundation.numericalmethods
A function that can be solved for by a MultivariableFunctionSolver.
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
The results of an evaluation of the derivative of a SolvableMultivariableFunction.
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
A set of common methods for using a SolvableMultivariableFunction.
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
The settings for an equality constraint used by a SolvableMultivariableFunction or an OptimizerMultivariableFunction.
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
The settings for a variable used by a SolvableMultivariableFunction.
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
An enumeration that defines the order in which entries in a NumericalPropagationStateHistory are sorted.
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
Construct a new instance based on a given instance of another CentralBodyCoverageGrid.
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
Construct an instance given another ICoverageGrid.
SpecifiedCurveEllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
An EllipsoidSurfaceRegionBuilder that builds a region based upon an input BoundaryCurve (get / set).
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
An EllipsoidSurfaceRegionBuilder that builds a surface region based upon an input CartographicExtent.
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
An EllipsoidSurfaceRegionBuilder that builds a region based upon input boundary nodes (vertices) and a node connection type.
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
A LinkSubdivision which subdivides an ILinkService into sub-segments at a specified resolution in meters.
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
The result of configuring the speed on a given RouteProcedure.
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
Initializes a set of Spherical coordinates from the provided set of Cylindrical coordinates.
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
Initializes a set of Spherical coordinates from the provided set of AzimuthElevationRange coordinates.
Spherical(LongitudeLatitudeRadius) - Constructor for class agi.foundation.coordinates.Spherical
Initializes a set of Spherical coordinates from the provided set of LongitudeLatitudeRadius coordinates.
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
The elements in a Spherical 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 or not 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 or not 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 or not 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 or not 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
Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
SpheroidCoverageGrid(double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
SpheroidCoverageGrid(double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
SpheroidCoverageGrid(double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.SpheroidCoverageGrid
Initializes a spheroid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
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
Runs the message queue in the current thread and does not return until MessageQueue.terminate() is called
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
The EventArgs passed to the started event.
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
Deprecated.
Use the overload taking a video format instead.
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
The base class for all StateElementAdapters.
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
A set of helper methods for working with StateElementAdapters.
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
Defines a specific way to update a ITimeBasedState in an UpdateSegment.
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
Updates the propagated state in an UpdateSegment.
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
Type which associates a direction, in the form of a UnitCartesian, with a TimeIntervalCollection of availability intervals and an optional weighting metric.
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
A DirectionsProvider which provides static directions using a list of StaticDirection instances.
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
Specifies options for reading and creating an StkAttitudeFile.
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
Contains information about a city in a StkCityDatabase.
StkCityDatabaseEntry() - Constructor for class agi.foundation.stk.StkCityDatabaseEntry
 
StkCityDatabaseEntryExtensions - Class in agi.foundation.platforms
A set of extension methods for StkCityDatabaseEntry.
StkCityDatabaseExtensions - Class in agi.foundation.platforms
A set of extension methods for StkCityDatabase.
StkCityDatabaseQuery - Class in agi.foundation.stk
A query to be run against a StkCityDatabase.
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
This class contains options for reading and creating an StkEphemerisFile.
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
Contains information about a facility in a StkFacilityDatabase.
StkFacilityDatabaseEntry() - Constructor for class agi.foundation.stk.StkFacilityDatabaseEntry
 
StkFacilityDatabaseEntryExtensions - Class in agi.foundation.platforms
A set of extension methods for StkFacilityDatabaseEntry.
StkFacilityDatabaseExtensions - Class in agi.foundation.platforms
A set of extension methods for StkFacilityDatabase.
StkFacilityDatabaseQuery - Class in agi.foundation.stk
A query to be run against a StkFacilityDatabase.
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
Specifies options for reading and creating a StkPatternFile.
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
Contains information about a satellite in a StkSatelliteDatabase.
StkSatelliteDatabaseEntry() - Constructor for class agi.foundation.stk.StkSatelliteDatabaseEntry
 
StkSatelliteDatabaseEntryExtensions - Class in agi.foundation.platforms
A set of extension methods for StkSatelliteDatabaseEntry.
StkSatelliteDatabaseExtensions - Class in agi.foundation.platforms
A set of extension methods for StkSatelliteDatabase.
StkSatelliteDatabaseQuery - Class in agi.foundation.stk
A query to be run against a StkSatelliteDatabase.
StkSatelliteDatabaseQuery() - Constructor for class agi.foundation.stk.StkSatelliteDatabaseQuery
 
StkSatelliteDatabaseType - Enum in agi.foundation.stk
Indicates the type of StkSatelliteDatabase to download from an AGI server.
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
Initializes a new instance as a member of the default TerrainCacheGroup.
StkTerrainServer(String, String, int, Proxy) - Constructor for class agi.foundation.terrain.StkTerrainServer
Initializes a new instance as a member of the default TerrainCacheGroup.
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
A StoppablePropagator that wraps a PropagatorDefinition (get / set) and will find events and stop based on a set of StoppingConditions.
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
The results of a StoppablePropagator.
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
The data for the event that gets raised when a StoppablePropagator takes a step or resteps.
StoppablePropagatorStepTakenArgs(ITimeBasedState, ITimeBasedState, PropagationEventTrigger) - Constructor for class agi.foundation.propagators.StoppablePropagatorStepTakenArgs
Initializes a new instance.
StoppedOnMaximumDurationException - Exception in agi.foundation.segmentpropagation
The RuntimeException that gets thrown when a PropagateSegmentResults was stopped on its MaximumDuration (get / set) and if the segment was set to throw if the Duration was exceeded.
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
The evaluator for a StoppingConditionConstraint.
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
Settings for enabling or disabling a StoppingCondition.
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
The details of when a StoppingConditionEvaluator has been satisfied.
StoppingConditionEvent(StoppingCondition, double, double, ITimeBasedState, StoppingConditionTriggeredBehavior) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEvent
Initializes a new instance.
StoppingConditionEventFoundEventArgs - Class in agi.foundation.stoppingconditions
The EventArgs for when a StoppingConditionEvent has been detected.
StoppingConditionEventFoundEventArgs(StoppingConditionEvent) - Constructor for class agi.foundation.stoppingconditions.StoppingConditionEventFoundEventArgs
Initializes a new instance.
StoppingConditionTriggeredBehavior - Enum in agi.foundation.stoppingconditions
Describes how propagation should behave after a stopping condition has been satisfied.
StoppingConditionValueStatus - Enum in agi.foundation.stoppingconditions
Indicates the value of the stopping condition relative to its threshold.
StoppingTriggeredCallback - Class in agi.foundation.stoppingconditions
A delegate that gets triggered when a StoppingConditionEvaluator is satisfied.
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
Sets the Indication (get / set) to PropagationEventIndication.STOP_PROPAGATION_AFTER_STEP to prevent further propagation after this step.
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
The configuration for a StopSegment.
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
Subtracts a specified set of Rectangular coordinates from another specified set of Rectangular coordinates.
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
Subtracts a specified set of UnitCartesian coordinates from another specified set of UnitCartesian coordinates.
subtract(UnitCartesian, Cartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Subtracts a specified set of Cartesian coordinates from a specified set of UnitCartesian coordinates.
subtract(Cartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
Subtracts a specified set of UnitCartesian coordinates from a specified set of Cartesian coordinates.
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
Subtracts a specified set of UnitRectangular coordinates from another specified set of UnitRectangular coordinates.
subtract(UnitRectangular, Rectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Subtracts a specified set of Rectangular coordinates from a specified set of UnitRectangular coordinates.
subtract(Rectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
Subtracts a specified set of UnitRectangular coordinates from a specified set of Rectangular coordinates.
subtract(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
Subtracts the specified DegreesMinutesSeconds from this instance.
subtract(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
Subtracts a specified DegreesMinutesSeconds from another specified 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
Subtracts a specified Duration from another specified 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
Subtracts a Duration from a date, yielding a new 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
Subtracts a Duration from a Julian date, yielding a new 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
A procedure which follows an EllipsoidSurfaceCurve.
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
A surface segment representing the path defined by an EllipsoidSurfaceCurve.
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
A utility class which maps the properties of a SurfaceGraphics to a SurfaceMeshPrimitive.
SurfaceUpdater(SurfaceGraphics, EvaluatorGroup) - Constructor for class agi.foundation.platforms.advanced.SurfaceUpdater
Creates a new instance using the provided SurfaceGraphics and EvaluatorGroup
swap(GlobeImageOverlay, GlobeImageOverlay) - Method in class agi.foundation.graphics.ImageCollection
Swaps the position of two GlobeImageOverlay objects.
swap(int, int) - Method in class agi.foundation.graphics.ImageCollection
Swaps the position of two GlobeImageOverlay objects at the specified indices.
swap(TerrainOverlay, TerrainOverlay) - Method in class agi.foundation.graphics.TerrainCollection
Swaps the position of two TerrainOverlay objects.
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
A SegmentDefinition that can switch between two segments.
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.

T

TakeoffProcedure - Class in agi.foundation.routedesign
Represents a takeoff trajectory with respect to a runway surface specified by the underlying terrain.
TakeoffProcedure() - Constructor for class agi.foundation.routedesign.TakeoffProcedure
Create a new instance with default values.
TakeoffProcedure(TerrainProvider, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.routedesign.TakeoffProcedure
Create a takeoff procedure based on the given parameters with respect to a terrain surface.
TakeoffProcedure(Cartographic, double, double, ProfileDynamics, double, double, double, double, double) - Constructor for class agi.foundation.routedesign.TakeoffProcedure
Create a takeoff procedure based on the given parameters with respect to the surface of the Earth (get).
TakeoffProcedure(Cartographic, double, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.routedesign.TakeoffProcedure
Create a takeoff procedure based on the given parameters with respect to the surface of the Earth (get).
TakeoffProcedure(TakeoffProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.TakeoffProcedure
Initializes a new instance as a copy of an existing instance.
TakeoffProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
takeStep() - Method in class agi.foundation.propagators.NumericalPropagator
Advance the state from the CurrentState (get) by taking a single integration step.
takeStep(double) - Method in class agi.foundation.propagators.NumericalPropagator
Advance the state from the CurrentState (get) by taking a single integration step bounded by a maximum.
takeStep(Duration, boolean) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Makes the propagator take a step.
takeStep(Duration, boolean) - Method in class agi.foundation.propagators.StoppablePropagator
Makes the propagator take a step.
tangents(Cartesian, UnitCartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
From the indicated position, provides the points of tangency on an ellipsoid which also lie in the plane defined by the indicated normal.
tangents(Cartesian, UnitCartesian, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
From the indicated position, provides the points of tangency on an ellipsoid which also lie on an axisymmetric cone defined by the indicated axis and half angle.
tangentTotal(Cartesian, UnitCartesian, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Determines whether the cone emanating from sensor at the given position and with the given heading and half angle lies completely tangent to the Ellipsoid.
TargetedSegmentList - Class in agi.foundation.segmentpropagation
A SegmentList that can control and change properties of the segments it is propagating by using operators at propagation time.
TargetedSegmentList() - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentList
Initializes a new instance.
TargetedSegmentList(TargetedSegmentList, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentList
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListConfiguration - Class in agi.foundation.segmentpropagation
The configuration for a TargetedSegmentList.
TargetedSegmentListConfiguration() - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListConfiguration
Initializes a new instance.
TargetedSegmentListConfiguration(TargetedSegmentListConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListConfiguration
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListDifferentialCorrector - Class in agi.foundation.numericalmethods
When using the Segment Propagation Library, there will be times when you don't know exactly what a value should be set to.
TargetedSegmentListDifferentialCorrector() - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Initializes a new instance.
TargetedSegmentListDifferentialCorrector(TargetedSegmentListDifferentialCorrector, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListDifferentialCorrectorResults - Class in agi.foundation.numericalmethods
The results that get returned from an evaluation of a TargetedSegmentListDifferentialCorrector.
TargetedSegmentListDifferentialCorrectorResults(MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults>, TargetedSegmentListOperator, TargetedSegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
Initialize a new instance.
TargetedSegmentListDifferentialCorrectorResults(TargetedSegmentListDifferentialCorrectorResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListFunction - Class in agi.foundation.numericalmethods
A SolvableMultivariableFunction that can be used in a MultivariableFunctionSolver to solve for an arbitrary trajectory or other state elements based on variables and constraints.
TargetedSegmentListFunction(List<SegmentPropagatorVariableEvaluator>, List<SegmentPropagatorConstraintEvaluator>, List<SegmentPropagator>, FiniteDifferenceMethod, TargetedSegmentListResults, TargetedSegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListFunction
Initializes a new instance.
TargetedSegmentListFunction(TargetedSegmentListFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListFunction
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListFunctionResults - Class in agi.foundation.numericalmethods
The results that get returned when a TargetedSegmentListFunction is run.
TargetedSegmentListFunctionResults(SegmentListResults, double[], double[], SegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
Initializes a new instance.
TargetedSegmentListFunctionResults(TargetedSegmentListFunctionResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListOperator - Class in agi.foundation.segmentpropagation
The definition of a operation that will in some way modify how the SegmentPropagators in a TargetedSegmentList are run.
TargetedSegmentListOperator() - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Initializes a new instance.
TargetedSegmentListOperator(TargetedSegmentListOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListOperatorBehavior - Enum in agi.foundation.segmentpropagation
Defines the behavior of the operators in the TargetedSegmentList.
TargetedSegmentListOperatorConvergenceBehavior - Enum in agi.foundation.segmentpropagation
Allows the user to specify the behavior of the parent TargetedSegmentList when an operator finishes successfully.
TargetedSegmentListOperatorEvaluator - Class in agi.foundation.segmentpropagation
The evaluator of an operator that a TargetedSegmentList uses on its constituent segments.
TargetedSegmentListOperatorEvaluator(EvaluatorGroup, TargetedSegmentListOperator) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Initializes a new instance.
TargetedSegmentListOperatorEvaluator(TargetedSegmentListOperatorEvaluator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListOperatorResults - Class in agi.foundation.segmentpropagation
The base class that gets returned when a TargetedSegmentListOperatorEvaluator is computed.
TargetedSegmentListOperatorResults(TargetedSegmentListOperator, boolean, TargetedSegmentListConfiguration) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
Initializes a new instance.
TargetedSegmentListOperatorResults(TargetedSegmentListOperator) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
Initializes a new instance.
TargetedSegmentListOperatorResults(TargetedSegmentListOperatorResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListOptimizerFunction - Class in agi.foundation.numericalmethods
A OptimizerMultivariableFunction that can be used in a ParameterOptimizer to optimize an arbitrary trajectory or other state elements based on the variables, the cost function, the equality constraints, and the inequality constraints.
TargetedSegmentListOptimizerFunction(List<SegmentPropagatorVariableEvaluator>, SegmentPropagatorCostFunctionEvaluator, List<SegmentPropagatorConstraintEvaluator>, List<SegmentPropagatorInequalityConstraintEvaluator>, List<SegmentPropagator>, FiniteDifferenceMethod, TargetedSegmentListResults, TargetedSegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
Initializes a new instance.
TargetedSegmentListOptimizerFunction(TargetedSegmentListOptimizerFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListOptimizerFunctionResults - Class in agi.foundation.numericalmethods
The results that get returned when a TargetedSegmentListOptimizerFunction is run.
TargetedSegmentListOptimizerFunctionResults(SegmentListResults, double[], Double, double[], double[], SegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Initializes a new instance.
TargetedSegmentListOptimizerFunctionResults(TargetedSegmentListOptimizerFunctionResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListParameterOptimizer - Class in agi.foundation.numericalmethods
Allows the constrained or unconstrained parameter optimization of trajectories by adjusting variables to minimize or maximize a cost function while satisfying equality and inequality constraints.
TargetedSegmentListParameterOptimizer() - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Initializes a new instance.
TargetedSegmentListParameterOptimizer(TargetedSegmentListParameterOptimizer, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListParameterOptimizerResults - Class in agi.foundation.numericalmethods
The results that get returned from an evaluation of a TargetedSegmentListParameterOptimizer.
TargetedSegmentListParameterOptimizerResults(MultivariableFunctionSolverResults<ParameterOptimizerIterationResults>, TargetedSegmentListOperator, TargetedSegmentListConfiguration) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
Initialize a new instance.
TargetedSegmentListParameterOptimizerResults(TargetedSegmentListParameterOptimizerResults, CopyContext) - Constructor for class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
Initializes a new instance as a copy of an existing instance.
TargetedSegmentListResults - Class in agi.foundation.segmentpropagation
A SegmentListResults that is returned when a TargetedSegmentLists propagator is run.
TargetedSegmentListResults(SegmentPropagator, ITimeBasedState) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListResults
Initializes a new instance.
TargetedSegmentListResults(TargetedSegmentListResults, CopyContext) - Constructor for class agi.foundation.segmentpropagation.TargetedSegmentListResults
Initializes a new instance as a copy of an existing instance.
targetPoint(ConnectionStrategy, Cartographic, KindOfTangent) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
Given a target point outside of the arc, find the heading that is tangent to the EllipsoidSurfaceCurve connecting the target point and the arc.
TargetRadarCrossSectionExtension - Class in agi.foundation.radar
An ObjectExtension which represents the radar cross section of a target object.
TargetRadarCrossSectionExtension() - Constructor for class agi.foundation.radar.TargetRadarCrossSectionExtension
Initializes a new instance.
TargetRadarCrossSectionExtension(ScatteringCoefficient) - Constructor for class agi.foundation.radar.TargetRadarCrossSectionExtension
Create a new instance.
TargetRadarCrossSectionExtension(SignalIdentifier, ScatteringCoefficient) - Constructor for class agi.foundation.radar.TargetRadarCrossSectionExtension
Create a new instance.
TargetRadarCrossSectionExtension(TargetRadarCrossSectionExtension, CopyContext) - Constructor for class agi.foundation.radar.TargetRadarCrossSectionExtension
Initializes a new instance as a copy of an existing instance.
TargetRadarCrossSectionScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar cross section of the target object, in meters squared.
TargetRadarCrossSectionScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetRadarCrossSectionScalar
Initializes a new instance.
TargetRadarCrossSectionScalar(TargetRadarCrossSectionScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetRadarCrossSectionScalar
Initializes a new instance as a copy of an existing instance.
TargetScatteredPowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the power, in Watts, scattered from the target object in the direction of the radar receiver.
TargetScatteredPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetScatteredPowerScalar
Initializes a new instance.
TargetScatteredPowerScalar(TargetScatteredPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetScatteredPowerScalar
Initializes a new instance as a copy of an existing instance.
TargetToReceiverDopplerFrequencyScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the doppler shifted frequency of the signal scattered from the target, in hertz, at the radar receiver.
TargetToReceiverDopplerFrequencyScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
Initializes a new instance.
TargetToReceiverDopplerFrequencyScalar(TargetToReceiverDopplerFrequencyScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
Initializes a new instance as a copy of an existing instance.
TargetToReceiverDopplerShiftScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the total doppler shift of the transmitted signal, in hertz, at the radar receiver.
TargetToReceiverDopplerShiftScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
Initializes a new instance.
TargetToReceiverDopplerShiftScalar(TargetToReceiverDopplerShiftScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
Initializes a new instance as a copy of an existing instance.
TargetToReceiverPropagationLossScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the total propagation loss, as a unitless ratio, between the target object and the radar receiver.
TargetToReceiverPropagationLossScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetToReceiverPropagationLossScalar
Initializes a new instance.
TargetToReceiverPropagationLossScalar(TargetToReceiverPropagationLossScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetToReceiverPropagationLossScalar
Initializes a new instance as a copy of an existing instance.
TargetToReceiverReceivedIsotropicPowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the received isotropic power (RIP), in Watts, for the link between the target object and radar receiver.
TargetToReceiverReceivedIsotropicPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
Initializes a new instance.
TargetToReceiverReceivedIsotropicPowerScalar(TargetToReceiverReceivedIsotropicPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
Initializes a new instance as a copy of an existing instance.
terminate() - Method in class agi.foundation.infrastructure.threading.MessageQueue
Terminates the message queue.
terminateAndWait() - Method in class agi.foundation.infrastructure.threading.MessageQueue
Terminates the message queue and waits for termination to complete.
TERRAIN - Static variable in class agi.foundation.graphics.advanced.RenderPass
Render after the terrain is rendered.
TerrainAlongLine - Class in agi.foundation.terrain
Contains methods to discover terrain features along a straight line between two points.
TerrainAnalysisLibraryVersion - Class in agi.foundation
Version information for the TerrainAnalysis library.
TerrainAvoidanceProfile - Class in agi.foundation.routedesign
A profile that defines the height and speed necessary to transition from an initial height and speed to a final height and speed while attempting to maintain a minimum height above intervening terrain.
TerrainAvoidanceProfile() - Constructor for class agi.foundation.routedesign.TerrainAvoidanceProfile
Create a new instance.
TerrainAvoidanceProfile(TerrainProvider, double, double, double, double, ProfileDynamics, double) - Constructor for class agi.foundation.routedesign.TerrainAvoidanceProfile
Create a new instance based on the given terrain and boundary conditions.
TerrainAvoidanceProfile.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the result of configuring the TerrainAvoidanceProfile.
TerrainAzimuthElevationMask - Class in agi.foundation.terrain
Contains methods for creating an azimuth-elevation mask from a TerrainProvider.
TerrainCache - Class in agi.foundation.terrain
A cache of terrain data.
TerrainCache() - Constructor for class agi.foundation.terrain.TerrainCache
Initializes a new instance.
TerrainCacheGroup - Class in agi.foundation.terrain
A group of terrain caches.
TerrainCacheGroup() - Constructor for class agi.foundation.terrain.TerrainCacheGroup
Initializes a new instance.
TerrainCacheTimeStamp - Class in agi.foundation.terrain
A time stamp used to indicate, in a relative sense, when various terrain regions were last utilized.
TerrainCacheTimeStamp() - Constructor for class agi.foundation.terrain.TerrainCacheTimeStamp
Initializes a new instance.
TerrainCollection - Class in agi.foundation.graphics
A collection of TerrainOverlay objects.
TerrainInterpolator<TData> - Class in agi.foundation.terrain
The base class for classes that can interpolate over terrain data.
TerrainInterpolator() - Constructor for class agi.foundation.terrain.TerrainInterpolator
Initializes a new instance.
TerrainLineOfSightConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the line of sight between the ConstrainedLinkEnd (get / set) and the object at the other end of the ConstrainedLink (get / set) not be obscured by terrain.
TerrainLineOfSightConstraint() - Constructor for class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Initializes a new instance with default values.
TerrainLineOfSightConstraint(TerrainProvider) - Constructor for class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Initializes a new instance with the specified terrain provider.
TerrainLineOfSightConstraint(IServiceProvider, LinkRole, TerrainProvider) - Constructor for class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Initializes a new instance with the specified constrained link, constrained link end, and terrain provider.
TerrainLineOfSightConstraint(TerrainLineOfSightConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Initializes a new instance as a copy of an existing instance.
TerrainOverlay - Class in agi.foundation.graphics
A GlobeOverlay which shows terrain.
TerrainOverlay() - Constructor for class agi.foundation.graphics.TerrainOverlay
 
TerrainOverlayAddCompleteEventArgs - Class in agi.foundation.graphics
The EventArgs passed to the AddComplete (add / remove) event.
TerrainPosts - Class in agi.foundation.terrain
A collection of posts read from a RasterTerrainProvider.
TerrainPosts(RasterTerrainProvider, RasterTerrainIndexExtent) - Constructor for class agi.foundation.terrain.TerrainPosts
Initializes a new instance.
TerrainPostsDouble - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as a double.
TerrainPostsDouble(RasterTerrainProvider, RasterTerrainIndexExtent, double) - Constructor for class agi.foundation.terrain.TerrainPostsDouble
Initializes a new instance.
TerrainPostsFloat - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as a float.
TerrainPostsFloat(RasterTerrainProvider, RasterTerrainIndexExtent, float) - Constructor for class agi.foundation.terrain.TerrainPostsFloat
Initializes a new instance.
TerrainPostsInt16 - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as an short.
TerrainPostsInt16(RasterTerrainProvider, RasterTerrainIndexExtent, short) - Constructor for class agi.foundation.terrain.TerrainPostsInt16
Initializes a new instance.
TerrainPostsInt32 - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as an int.
TerrainPostsInt32(RasterTerrainProvider, RasterTerrainIndexExtent, int) - Constructor for class agi.foundation.terrain.TerrainPostsInt32
Initializes a new instance.
TerrainPostsIntMinimum - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as either an short or an int.
TerrainPostsIntMinimum(RasterTerrainProvider, RasterTerrainIndexExtent, int) - Constructor for class agi.foundation.terrain.TerrainPostsIntMinimum
Initializes a new instance.
TerrainPostsUInt16 - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as an ushort.
TerrainPostsUInt16(RasterTerrainProvider, RasterTerrainIndexExtent, int) - Constructor for class agi.foundation.terrain.TerrainPostsUInt16
Initializes a new instance.
TerrainPostsUInt32 - Class in agi.foundation.terrain
A collection of posts from a RasterTerrainProvider where each post is stored as an long.
TerrainPostsUInt32(RasterTerrainProvider, RasterTerrainIndexExtent, long) - Constructor for class agi.foundation.terrain.TerrainPostsUInt32
Initializes a new instance.
TerrainProvider - Class in agi.foundation.terrain
The base class for all terrain providers.
TerrainProvider() - Constructor for class agi.foundation.terrain.TerrainProvider
Initializes a new instance.
TerrainReadersLibraryVersion - Class in agi.foundation
Version information for the TerrainReaders library.
TerrainRegion - Class in agi.foundation.terrain
A region of terrain.
TerrainRegion(TerrainCache) - Constructor for class agi.foundation.terrain.TerrainRegion
Initializes a new instance.
TerrainRegionStatus - Enum in agi.foundation.terrain
Indicates the status of a region of terrain.
test(T) - Method in class agi.foundation.compatibility.Predicate
 
TethysCentralBody - Class in agi.foundation.celestial
The Saturnian moon Tethys.
TethysCentralBody() - Constructor for class agi.foundation.celestial.TethysCentralBody
Initializes a new instance.
TethysCentralBody(TethysCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.TethysCentralBody
Initializes a new instance as a copy of an existing instance.
TextBatchPrimitive - Class in agi.foundation.graphics
Renders one or more strings in the 3D scene.
TextBatchPrimitive(GraphicsFont) - Constructor for class agi.foundation.graphics.TextBatchPrimitive
Initializes a marker batch primitive with the specified font.
TextBatchPrimitive(GraphicsFont, SetHint) - Constructor for class agi.foundation.graphics.TextBatchPrimitive
Initializes a marker batch primitive with the specified font and setHint.
TextBatchPrimitive(GraphicsFont, SetHint, boolean) - Constructor for class agi.foundation.graphics.TextBatchPrimitive
Initializes a text batch primitive with the specified font and setHint, optimized for 2d screen space rendering.
TextBatchPrimitiveOptionalParameters - Class in agi.foundation.graphics
Optional per-string and per-batch parameters for TextBatchPrimitive.
TextBatchPrimitiveOptionalParameters() - Constructor for class agi.foundation.graphics.TextBatchPrimitiveOptionalParameters
Initializes default text batch primitive optional parameters.
TextGraphics - Class in agi.foundation.platforms
Defines the graphics properties of text over time.
TextGraphics() - Constructor for class agi.foundation.platforms.TextGraphics
Initializes a new instance.
TextGraphicsExtension - Class in agi.foundation.platforms
An extension that describes text at the location defined by ILocationPointService.
TextGraphicsExtension() - Constructor for class agi.foundation.platforms.TextGraphicsExtension
Initializes a new instance.
TextGraphicsExtension(TextGraphics) - Constructor for class agi.foundation.platforms.TextGraphicsExtension
Initializes a new instance with the provided TextGraphics (get / set)
TextGraphicsExtension(TextGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.TextGraphicsExtension
Initializes a new instance as a copy of an existing instance.
Texture2D - Class in agi.foundation.graphics.renderer
 
Texture2DFactory - Class in agi.foundation.graphics.advanced
A factory for creating Texture2D objects from various sources.
TextureCoordinate4DF - Class in agi.foundation.coordinates
A Texture Coordinate with four parameters of type float.
TextureCoordinate4DF() - Constructor for class agi.foundation.coordinates.TextureCoordinate4DF
Initializes a new instance.
TextureCoordinate4DF(float, float, float, float) - Constructor for class agi.foundation.coordinates.TextureCoordinate4DF
Initializes a TextureCoordinate4DF from four parameters.
TextureCoordinate4DF(float[]) - Constructor for class agi.foundation.coordinates.TextureCoordinate4DF
Initializes a set of TextureCoordinate4DF coordinates from the first four consecutive elements in the provided array.
TextureCoordinate4DF(float[], int) - Constructor for class agi.foundation.coordinates.TextureCoordinate4DF
Initializes a set of TextureCoordinate4DF coordinates from four consecutive elements in the provided array.
TextureFilter2D - Class in agi.foundation.graphics.renderer
Represents filtering for a texture
TextureFilter2D() - Constructor for class agi.foundation.graphics.renderer.TextureFilter2D
Initializes a new instance.
TextureFilter2D(MinificationFilter, MagnificationFilter, TextureWrap, TextureWrap) - Constructor for class agi.foundation.graphics.renderer.TextureFilter2D
Initializes a texture filter with the specified filters and texture wrap.
TextureFilter2D(TextureWrap, TextureWrap) - Constructor for class agi.foundation.graphics.renderer.TextureFilter2D
Initializes a texture filter with the specified wrapS and wrapT.
TextureFilter2D(MinificationFilter, MagnificationFilter) - Constructor for class agi.foundation.graphics.renderer.TextureFilter2D
Initializes a texture filter with the specified minificationFilter and magnificationFilter.
TextureMatrix - Class in agi.foundation.graphics
A 4 by 4 matrix applied to a texture coordinate.
TextureMatrix() - Constructor for class agi.foundation.graphics.TextureMatrix
Initializes a TextureMatrix to the identity matrix.
TextureMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class agi.foundation.graphics.TextureMatrix
Initializes a TextureMatrix.
TextureMatrix(AffineTransform) - Constructor for class agi.foundation.graphics.TextureMatrix
Initializes a TextureMatrix from a AffineTransform.
TextureMatrix(Rectangular, Rectangular, Rectangular, Rectangular) - Constructor for class agi.foundation.graphics.TextureMatrix
Initializes a TextureMatrix from texture corner points.
TextureScreenOverlay - Class in agi.foundation.graphics
A rectangular overlay that can be assigned a texture.
TextureScreenOverlay() - Constructor for class agi.foundation.graphics.TextureScreenOverlay
Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels.
TextureScreenOverlay(double, double, double, double) - Constructor for class agi.foundation.graphics.TextureScreenOverlay
Initializes the overlay with the specified x position, y position, width, and height, all specified in pixels.
TextureScreenOverlay(ScreenOverlayPoint, ScreenOverlaySize) - Constructor for class agi.foundation.graphics.TextureScreenOverlay
Initializes the overlay with the specified position and size.
TextureScreenOverlay(double, double, Texture2D) - Constructor for class agi.foundation.graphics.TextureScreenOverlay
Initializes the overlay with a specified background texture.
TextureScreenOverlay(ScreenOverlayPoint, Texture2D) - Constructor for class agi.foundation.graphics.TextureScreenOverlay
Initializes the overlay with a specified background texture.
TextureTemplate2D - Class in agi.foundation.graphics.renderer
Template object containing attributes required to create a 2D texture.
TextureTemplate2D() - Constructor for class agi.foundation.graphics.renderer.TextureTemplate2D
Initializes a new instance.
TextureTemplate2D(InternalTextureFormat, int, int) - Constructor for class agi.foundation.graphics.renderer.TextureTemplate2D
Initializes a 2D texture template with no mipmapping.
TextureWrap - Enum in agi.foundation.graphics.renderer
Determine how to handle textures coordinates that fall outside of the range [0, 1].
TextVisualizer - Class in agi.foundation.platforms.advanced
A ServiceProviderVisualizer that draws text defined by ITextGraphicsService at the location provided by ILocationPointService.
TextVisualizer() - Constructor for class agi.foundation.platforms.advanced.TextVisualizer
Initializes a new instance.
thirdAxis(EulerSequenceIndicator) - Static method in class agi.foundation.coordinates.EulerSequence
Determines the third axis indicator from the provided EulerSequenceIndicator.
thirdAxis(YawPitchRollIndicator) - Static method in class agi.foundation.coordinates.YawPitchRoll
Determines the third axis indicator from the provided YawPitchRollIndicator.
ThirdBodyElevationAngleConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the apparent position of the third body be between a range of elevation angles as viewed from the ConstrainedObject (get / set).
ThirdBodyElevationAngleConstraint() - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with default values.
ThirdBodyElevationAngleConstraint(Point, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified third body point and minimum value.
ThirdBodyElevationAngleConstraint(IServiceProvider, Point, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified constrained object, third body point, and minimum value.
ThirdBodyElevationAngleConstraint(Point, double, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified third body point, minimum value, and maximum value.
ThirdBodyElevationAngleConstraint(IServiceProvider, Point, double, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified constrained object, third body point, minimum value, and maximum value.
ThirdBodyElevationAngleConstraint(CentralBody, Point, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified central body, third body point, and minimum value.
ThirdBodyElevationAngleConstraint(IServiceProvider, CentralBody, Point, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified constrained object, central body, third body point, and minimum value.
ThirdBodyElevationAngleConstraint(CentralBody, Point, double, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified central body, third body point, minimum value, and maximum value.
ThirdBodyElevationAngleConstraint(IServiceProvider, CentralBody, Point, double, double) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance with the specified constrained object, central body, third body point, minimum value, and maximum value.
ThirdBodyElevationAngleConstraint(ThirdBodyElevationAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Initializes a new instance as a copy of an existing instance.
ThirdBodyGravity - Class in agi.foundation.celestial
Represents the gravitational acceleration created by bodies other than the central body around which a target object is orbiting.
ThirdBodyGravity() - Constructor for class agi.foundation.celestial.ThirdBodyGravity
Initializes a new instance.
ThirdBodyGravity(Point) - Constructor for class agi.foundation.celestial.ThirdBodyGravity
Initializes a new instance based on the given target point.
ThirdBodyGravity(ThirdBodyGravity, CopyContext) - Constructor for class agi.foundation.celestial.ThirdBodyGravity
Initializes a new instance as a copy of an existing instance.
ThirdBodyGravity.ThirdBodyInfo - Class in agi.foundation.celestial
A combination of the position and gravitational parameter for a perturbing gravitational body.
ThirdBodyInfo(String, Point, double) - Constructor for class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
Initializes a new instance.
ThreadedCalculation - Class in agi.foundation.infrastructure.threading
Parallelizes calculations across multiple threads.
ThreadedCalculation() - Constructor for class agi.foundation.infrastructure.threading.ThreadedCalculation
Initializes a new instance.
ThreadedCalculation.BodyCallback<TParameter> - Class in agi.foundation.infrastructure.threading
A delegate representing the body of a multithreaded 'for' loop.
ThreadedCalculation.BodyCallback.Function<TParameter> - Interface in agi.foundation.infrastructure.threading
A functional interface for the containing delegate type.
ThreadedCalculation.BodyCallback2<TParameter1,TParameter2> - Class in agi.foundation.infrastructure.threading
A delegate representing the body of a multithreaded 'for' loop.
ThreadedCalculation.BodyCallback2.Function<TParameter1,TParameter2> - Interface in agi.foundation.infrastructure.threading
A functional interface for the containing delegate type.
ThreadedCalculation.BodyCallbackWithProgress<TParameter> - Class in agi.foundation.infrastructure.threading
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
ThreadedCalculation.BodyCallbackWithProgress.Function<TParameter> - Interface in agi.foundation.infrastructure.threading
A functional interface for the containing delegate type.
ThreadedCalculation.BodyCallbackWithProgress2<TParameter1,TParameter2> - Class in agi.foundation.infrastructure.threading
A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.
ThreadedCalculation.BodyCallbackWithProgress2.Function<TParameter1,TParameter2> - Interface in agi.foundation.infrastructure.threading
A functional interface for the containing delegate type.
ThreadException - Exception in agi.foundation
Wraps an exception that was thrown in a worker thread so that it can be rethrown in the main thread without losing call stack information.
ThreadException() - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadException(String) - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadException(String, RuntimeException) - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadException(RuntimeException) - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadException(String, Error) - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadException(Error) - Constructor for exception agi.foundation.ThreadException
Initializes a new instance.
ThreadHelper - Class in agi.foundation.compatibility
Contains methods related to threads.
ThreadingPolicy - Class in agi.foundation.infrastructure.threading
Specifies how a parallelizable operation should utilize multithreading.
ThreadPool - Class in agi.foundation.compatibility
Represents a thread pool that can be used to schedule work items.
ThreadPool.ThreadPoolThreadFactory - Class in agi.foundation.compatibility
The default thread factory used by the default thread pool.
ThreadPoolThreadFactory(String) - Constructor for class agi.foundation.compatibility.ThreadPool.ThreadPoolThreadFactory
Initializes a new instance.
ThreadSource - Enum in agi.foundation.infrastructure.threading
The source of a thread used to execute a parallelizable operation.
ThreadStaticCalculationContextStorageStrategy - Class in agi.foundation.infrastructure
An ICalculationContextStorageStrategy that gets the context from a thread static member variable.
ThreadStaticCalculationContextStorageStrategy() - Constructor for class agi.foundation.infrastructure.ThreadStaticCalculationContextStorageStrategy
Initializes a new instance.
ThreeHalvesPi - Static variable in class agi.foundation.Constants
Three-halves Math.PI.
ThresholdCrossingSolutionType - Enum in agi.foundation.numericalmethods.advanced
Indicates on which side of threshold crossing a solution must be found.
ThresholdStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
A StoppingConditionConstraint that will compute a single value and compare it to a Threshold (get / set) to determine if this constraint is satisfied.
ThresholdStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Initializes a new instance.
ThresholdStoppingConditionConstraint(double, double, WhenToCheckConstraint, InequalityCondition, boolean) - Constructor for class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Initializes a new instance.
ThresholdStoppingConditionConstraint(ThresholdStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Initializes a new instance as a copy of an existing instance.
ThresholdStoppingConditionConstraintEvaluator - Class in agi.foundation.stoppingconditions
ThresholdStoppingConditionConstraintEvaluator(EvaluatorGroup, ThresholdStoppingConditionConstraint) - Constructor for class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
Initializes a new instance.
ThresholdStoppingConditionConstraintEvaluator(ThresholdStoppingConditionConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
Initializes a new instance as a copy of an existing instance.
THROW_FOR_ALL_SPECIAL_CASES - Static variable in class agi.foundation.infrastructure.ParameterAction
Indicates that both unused and extra parameters are treated as an error.
throwIfFrozen() - Method in class agi.foundation.infrastructure.DefinitionalObject
Throws ObjectFrozenException if this object IsFrozen (get).
throwIfFrozen() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Throws ObjectFrozenException if this object IsFrozen (get).
Tile - Class in agi.foundation.graphics.advanced
Contains the information for a GlobeOverlay tile.
Tile(CartographicExtent, int, int, short) - Constructor for class agi.foundation.graphics.advanced.Tile
Initializes a Tile with the provided values.
Tile(CartographicExtent, int, int, short, Object) - Constructor for class agi.foundation.graphics.advanced.Tile
Initializes a Tile with the provided values.
tileCoordinatesToExtent(int, int, int) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Gets the bounding extent of a tile with the given tile coordinates.
Tiler - Class in agi.foundation.graphics.advanced
Specifies a cartographic tiling scheme for a CustomImageGlobeOverlay object.
Tiler() - Constructor for class agi.foundation.graphics.advanced.Tiler
 
TilesetCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML tilesets for objects that provide ITilesetGraphicsService.
TilesetGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a 3D tileset.
TilesetGraphics() - Constructor for class agi.foundation.cesium.TilesetGraphics
Initializes a new instance.
TilesetGraphicsExtension - Class in agi.foundation.cesium
An extension that defines the graphics of a 3D tileset drawn at the location defined by ILocationPointService and oriented by IOrientationAxesService.
TilesetGraphicsExtension() - Constructor for class agi.foundation.cesium.TilesetGraphicsExtension
Initializes a new instance.
TilesetGraphicsExtension(TilesetGraphics) - Constructor for class agi.foundation.cesium.TilesetGraphicsExtension
Initializes a new instance with the provided TilesetGraphics.
TilesetGraphicsExtension(TilesetGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.TilesetGraphicsExtension
Initializes a new instance as a copy of an existing instance.
timeAverageGap(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.CoverageGaps
The time average length of gaps in coverage, computed as the sum of the square of the gap lengths all divided by the length of the interval of interest.
TimeBasedStateParameter - Class in agi.foundation.geometry
Represents an ITimeBasedState as a parameter.
TimeBasedStateParameter() - Constructor for class agi.foundation.geometry.TimeBasedStateParameter
Initializes a new instance.
TimeChangedEventArgs - Class in agi.foundation.graphics
The EventArgs passed to the time changed event.
TimeChangedEventArgs(JulianDate) - Constructor for class agi.foundation.graphics.TimeChangedEventArgs
Initializes a new instance.
TimeChangedEventArgs(JulianDate, JulianDate) - Constructor for class agi.foundation.graphics.TimeChangedEventArgs
Initializes a new instance.
TimeConstants - Class in agi.foundation.time
Contains time-related constants.
TimeFromStateValueDefinition - Class in agi.foundation.geometry
Represents a JulianDate extracted from a ITimeBasedState that is set at evaluation time.
TimeFromStateValueDefinition() - Constructor for class agi.foundation.geometry.TimeFromStateValueDefinition
Initializes a new instance.
TimeFromStateValueDefinition(ValueDefinition<ITimeBasedState>) - Constructor for class agi.foundation.geometry.TimeFromStateValueDefinition
Initializes a new instance.
TimeGenerator - Class in agi.foundation.time
Generates JulianDate instances according to several algorithms.
TimeInterval - Class in agi.foundation.time
An interval defined by a start date and a stop date.
TimeInterval(JulianDate, JulianDate) - Constructor for class agi.foundation.time.TimeInterval
Initializes a new interval with the specified start date and stop date.
TimeInterval(JulianDate, JulianDate, boolean, boolean) - Constructor for class agi.foundation.time.TimeInterval
Initializes a new interval with the specified start date, stop date, and data.
TimeInterval1<T> - Class in agi.foundation.time
An interval defined by a start date and a stop date.
TimeInterval1(JulianDate, JulianDate) - Constructor for class agi.foundation.time.TimeInterval1
Initializes a new interval with the specified start date and stop date.
TimeInterval1(JulianDate, JulianDate, T) - Constructor for class agi.foundation.time.TimeInterval1
Initializes a new interval with the specified start date, stop date, and data.
TimeInterval1(JulianDate, JulianDate, boolean, boolean) - Constructor for class agi.foundation.time.TimeInterval1
Initializes a new interval with the specified start date and stop date.
TimeInterval1(JulianDate, JulianDate, T, boolean, boolean) - Constructor for class agi.foundation.time.TimeInterval1
Initializes a new interval with the specified start date, stop date, and data.
TimeIntervalCesiumProperty<T> - Class in agi.foundation.cesium
A CesiumProperty that specifies a constant value over multiple distinct intervals of time.
TimeIntervalCesiumProperty() - Constructor for class agi.foundation.cesium.TimeIntervalCesiumProperty
Initializes a new instance.
TimeIntervalCesiumProperty(TimeIntervalCollection1<T>) - Constructor for class agi.foundation.cesium.TimeIntervalCesiumProperty
Initializes a new instance with the provided TimeIntervalCollection1.
TimeIntervalCollection - Class in agi.foundation.time
A collection of time intervals.
TimeIntervalCollection() - Constructor for class agi.foundation.time.TimeIntervalCollection
Initializes a new, empty interval collection.
TimeIntervalCollection(TimeIntervalCollection) - Constructor for class agi.foundation.time.TimeIntervalCollection
Initializes a new interval collection by copying an existing one.
TimeIntervalCollection(TimeInterval) - Constructor for class agi.foundation.time.TimeIntervalCollection
Initializes a new instance from a single interval.
TimeIntervalCollection1<T> - Class in agi.foundation.time
A collection of time intervals.
TimeIntervalCollection1() - Constructor for class agi.foundation.time.TimeIntervalCollection1
Initializes a new, empty interval collection.
TimeIntervalCollection1(TimeIntervalCollection1<T>) - Constructor for class agi.foundation.time.TimeIntervalCollection1
Initializes a new interval collection by copying an existing one.
TimeIntervalCollection1(TimeIntervalCollection, T) - Constructor for class agi.foundation.time.TimeIntervalCollection1
Initializes a new interval collection by copying an existing one that does not have data.
TimeIntervalCollection1(TimeInterval1<T>) - Constructor for class agi.foundation.time.TimeIntervalCollection1
Initializes a new instance from a single interval.
TimeIntervalDisplayCondition - Class in agi.foundation.graphics
Defines an inclusive time interval that determines when an object, such as a primitive, is rendered based on the current animation time , SceneManager.Time (get) .
TimeIntervalDisplayCondition() - Constructor for class agi.foundation.graphics.TimeIntervalDisplayCondition
Initializes a default time display condition.
TimeIntervalDisplayCondition(JulianDate, JulianDate) - Constructor for class agi.foundation.graphics.TimeIntervalDisplayCondition
Initializes a time display condition with the inclusive time interval [minimumTime, maximumTime].
TimeIntervalDisplayCondition(TimeInterval) - Constructor for class agi.foundation.graphics.TimeIntervalDisplayCondition
Initializes a time display condition with a TimeInterval.
TimeIntervalFinder - Class in agi.foundation.numericalmethods
Finds the time intervals during which a constraint on a function of time is satisfied.
TimeIntervalFinder() - Constructor for class agi.foundation.numericalmethods.TimeIntervalFinder
Initializes a new instance with default parameters.
TimeIntervalFinder(Function2<JulianDate, Double>, double) - Constructor for class agi.foundation.numericalmethods.TimeIntervalFinder
Initializes a new instance using the specified function and constraint value.
TimeIntervalFinder(Function2<JulianDate, Double>, double, Duration) - Constructor for class agi.foundation.numericalmethods.TimeIntervalFinder
Initializes a new instance using the specified function, constraint value, and sampling interval.
TimeIntervalFinderProgress - Class in agi.foundation.numericalmethods.advanced
Contains additional information reported to ITrackCalculationProgress.reportProgress(int, java.lang.Object) by TimeIntervalFinder (get).
TimeIntervalFinderProgress(TimeIntervalFinder, JulianDate, JulianDate, Duration) - Constructor for class agi.foundation.numericalmethods.advanced.TimeIntervalFinderProgress
Initializes a new instance with the specified parameters.
TimeIntervalGraphicsParameter<T> - Class in agi.foundation.platforms
A GraphicsParameter which takes an TimeIntervalCollection1 and creates an Evaluator which returns the value of Data (get) at the time of evaluation.
TimeIntervalGraphicsParameter() - Constructor for class agi.foundation.platforms.TimeIntervalGraphicsParameter
Initializes a new instance.
TimeIntervalGraphicsParameter(TimeIntervalCollection1<T>) - Constructor for class agi.foundation.platforms.TimeIntervalGraphicsParameter
Initializes a new instance with the provided TimeIntervalCollection1
TimeIntervalGraphicsParameter(TimeIntervalGraphicsParameter<T>, CopyContext) - Constructor for class agi.foundation.platforms.TimeIntervalGraphicsParameter
Initializes a new instance as a copy of an existing instance.
TimeSampledValues - Class in agi.foundation.coverage.figureofmerit
A data set containing scalar figure of merit data for a single grid point sampled over time.
TimeStandard - Class in agi.foundation.time
Provides a means for measuring time by specifying the rate at which time passes and/or points in time.
TimeStandard(String, String, TimeStandard) - Constructor for class agi.foundation.time.TimeStandard
Initializes a new time standard instance.
TimeStandardConverter - Class in agi.foundation.time
Converts a JulianDate between different time standards.
TimeVaryingSolidTideModel - Class in agi.foundation.celestial
A solid tide model that must vary with time.
TimeVaryingSolidTideModel() - Constructor for class agi.foundation.celestial.TimeVaryingSolidTideModel
Initializes a time-varying, solid tide model without any configuration.
TimeVaryingSolidTideModel(CentralBody, int, int, double, double) - Constructor for class agi.foundation.celestial.TimeVaryingSolidTideModel
Initializes most of the parameters of a time-varying solid tide model.
TimeVaryingSolidTideModel(TimeVaryingSolidTideModel, CopyContext) - Constructor for class agi.foundation.celestial.TimeVaryingSolidTideModel
Initializes a new instance as a copy of an existing instance.
TiremLibraryVersion - Class in agi.foundation
Version information for the Tirem library.
TiremPropagationData - Class in agi.foundation.communications.signalpropagation
Contains the values returned from the TIREM propagation.
TiremPropagationData(String, double, double, double, double, double, TiremPropagationMode, double, double, int, int, double, double, double) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationData
Defines a set of TIREM propagated data.
TiremPropagationMode - Enum in agi.foundation.communications.signalpropagation
The different modes of propagation TIREM reports.
TiremPropagationModel - Class in agi.foundation.communications.signalpropagation
TIREM calculates the propagation loss between antennas on or up to 30 km above the surface of the Earth for frequencies from 1 to 40000 MHz.
TiremPropagationModel() - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel
Initializes a new instance.
TiremPropagationModel(TerrainProvider) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel
Initializes a new instance from the given terrain provider.
TiremPropagationModel(TerrainProvider, double, double, double, double, double, boolean, boolean, boolean) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel
Initializes a new instance from the given terrain provider, and sampling step.
TiremPropagationModel(TiremPropagationModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel
Initializes a new instance as a copy of an existing instance.
TiremPropagationModel.PropagationData - Class in agi.foundation.communications.signalpropagation
Contains the values returned from the TIREM propagation for this version of TIREM.
TiremPropagationModel3_18 - Class in agi.foundation.communications.signalpropagation
TIREM calculates the propagation loss between antennas on or up to 30 km above the surface of the Earth for frequencies from 1 to 40000 MHz.
TiremPropagationModel3_18() - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Initializes a new instance.
TiremPropagationModel3_18(TerrainProvider) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Initializes a new instance from the given terrain provider.
TiremPropagationModel3_18(TerrainProvider, double, double, double, double, double, boolean, boolean, boolean) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Initializes a new instance from the given terrain provider, and sampling step.
TiremPropagationModel3_18(TiremPropagationModel3_18, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Initializes a new instance as a copy of an existing instance.
TiremPropagationModel3_18.PropagationData - Class in agi.foundation.communications.signalpropagation
Contains the values returned from the TIREM propagation for this version of TIREM.
TiremTerrainProfile - Class in agi.foundation.tirem
Represents terrain profile information that will be provided to the TIREM calculation.
TiremTerrainProfile(double, double, double[], double[]) - Constructor for class agi.foundation.tirem.TiremTerrainProfile
Initializes a new instance.
TiremTerrainProfileComputation - Class in agi.foundation.tirem
A delegate which computes the terrain profile information that will be provided to the TIREM calculation.
TiremTerrainProfileComputation() - Constructor for class agi.foundation.tirem.TiremTerrainProfileComputation
Creates a new instance of this delegate.
TiremTerrainProfileComputation(Object, String, Class<?>...) - Constructor for class agi.foundation.tirem.TiremTerrainProfileComputation
Initializes a delegate that will invoke an instance method on a class instance.
TiremTerrainProfileComputation(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tirem.TiremTerrainProfileComputation
Initializes a delegate that will invoke a static method on a class.
TiremTerrainProfileComputation.Function - Interface in agi.foundation.tirem
A functional interface for the containing delegate type.
TitanCentralBody - Class in agi.foundation.celestial
The Saturnian moon Titan.
TitanCentralBody() - Constructor for class agi.foundation.celestial.TitanCentralBody
Initializes a new instance.
TitanCentralBody(TitanCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.TitanCentralBody
Initializes a new instance as a copy of an existing instance.
TitaniaCentralBody - Class in agi.foundation.celestial
The Uranian moon Titania.
TitaniaCentralBody() - Constructor for class agi.foundation.celestial.TitaniaCentralBody
Initializes a new instance.
TitaniaCentralBody(TitaniaCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.TitaniaCentralBody
Initializes a new instance as a copy of an existing instance.
toArray() - Method in class agi.foundation.communications.SignalCollection
 
toArray(T[]) - Method in class agi.foundation.communications.SignalCollection
 
toArray() - Method in class agi.foundation.compatibility.BaseCollection
 
toArray(T[]) - Method in class agi.foundation.compatibility.BaseCollection
 
toArray() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
toArray(T[]) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
 
toArray() - Method in class agi.foundation.graphics.ImageCollection
 
toArray(T[]) - Method in class agi.foundation.graphics.ImageCollection
 
toArray() - Method in class agi.foundation.graphics.TerrainCollection
 
toArray(T[]) - Method in class agi.foundation.graphics.TerrainCollection
 
toArray() - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
toArray(T[]) - Method in class agi.foundation.terrain.CompositeTerrainProvider
 
toArray() - Method in class agi.foundation.time.TimeIntervalCollection
 
toArray(T[]) - Method in class agi.foundation.time.TimeIntervalCollection
 
toArray() - Method in class agi.foundation.time.TimeIntervalCollection1
 
toArray(T[]) - Method in class agi.foundation.time.TimeIntervalCollection1
 
toAxesCesiumProperty(Axes) - Static method in class agi.foundation.cesium.AxesCesiumProperty
Converts a Axes to a AxesCesiumProperty.
toBitmap() - Method in class agi.foundation.graphics.imaging.Raster
Copies the raster to a BufferedImage if the RasterFormat is supported.
toCartesian(UnitCartesian) - Static method in class agi.foundation.coordinates.Cartesian
Converts a set of UnitCartesian coordinates to a set of Cartesian coordinates.
toCartesian() - Method in class agi.foundation.coordinates.DelaunayElements
Converts this set of Delaunay elements to a cartesian position and velocity.
toCartesian() - Method in class agi.foundation.coordinates.EquinoctialElements
Converts this set of equinoctial elements to a cartesian position and velocity.
toCartesian() - Method in class agi.foundation.coordinates.KeplerianElements
Returns a cartesian representation of these orbital elements.
toCartesian() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Returns an osculating Cartesian representation of these mean orbital elements.
toCartesian() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
Returns a cartesian representation of these orbital elements.
toCesiumProperty(T) - Static method in class agi.foundation.cesium.advanced.CesiumProperty
Converts a T to a ConstantCesiumProperty.
toCesiumProperty(TimeIntervalCollection1<T>) - Static method in class agi.foundation.cesium.advanced.CesiumProperty
toCesiumProperty(DateMotionCollection1<T>) - Static method in class agi.foundation.cesium.advanced.CesiumProperty
toComplex(double) - Static method in class agi.foundation.coordinates.Complex
Implicit conversion from double to complex number.
toComplexAnalogTransmitter() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Converts this analog transmitter to an equivalent ComplexAnalogTransmitter.
toComplexDigitalTransmitter() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Converts this digital transmitter to an equivalent ComplexDigitalTransmitter.
toComplexReceiver() - Method in class agi.foundation.communications.SimpleReceiver
Converts this receiver to an equivalent ComplexReceiver.
toCompositeCesiumProperty(TimeIntervalCollection1<CesiumProperty<T>>) - Static method in class agi.foundation.cesium.CompositeCesiumProperty
toConstantCesiumProperty(T) - Static method in class agi.foundation.cesium.ConstantCesiumProperty
Converts a constant value to a ConstantCesiumProperty.
toConstantCrossSectionScatteringCoefficient(double) - Static method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Converts a scattering coefficient as a double value to a ConstantCrossSectionScatteringCoefficient.
toConstantPolarizationSource(Polarization) - Static method in class agi.foundation.communications.ConstantPolarizationSource
Converts a Polarization (get / set) to a ConstantPolarizationSource.
toDateMotionCollectionRotationVectorAngularVelocity(DateMotionCollection2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
toDateMotionCollectionUnitQuaternionCartesian(DateMotionCollection1<RotationVectorAngularVelocity>, int) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
toDateTime() - Method in class agi.foundation.time.GlobalPositioningSystemDate
Converts this GPS Time to a ZonedDateTime with a default time standard of Global Positioning System Time.
toDateTime() - Method in class agi.foundation.time.GregorianDate
Convert this GregorianDate to a ZonedDateTime.
toDateTime() - Method in class agi.foundation.time.JulianDate
Converts this JulianDate to a ZonedDateTime with a default time standard of Coordinated Universal Time.
toDateTime(TimeStandard) - Method in class agi.foundation.time.JulianDate
Converts this JulianDate to a ZonedDateTime expressed in the specified time standard.
toDecibels(double) - Static method in class agi.foundation.communications.CommunicationAnalysis
Convert the supplied linear value to decibels.
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessConstraint
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQuery
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryAnd
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryAtLeastN
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryAtMostN
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryExactlyN
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryNot
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryOr
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
Transforms this query to disjunctive normal form (DNF).
toDisjunctiveNormalForm() - Method in class agi.foundation.access.AccessQueryTrackedSatellite
Transforms this query to disjunctive normal form (DNF).
toDouble(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a double-precision floating point number converted from eight bytes at a specified position in a byte array.
toDuration() - Method in class agi.foundation.time.Duration
Returns a Duration equivalent to this Duration.
toDuration() - Method in class agi.foundation.time.TimeInterval
Returns a Duration representing the span of time between the Start (get) and Stop (get) of the interval.
toDuration() - Method in class agi.foundation.time.TimeInterval1
Returns a Duration representing the span of time between the Start (get) and Stop (get) of the interval.
toDuration() - Method in class agi.foundation.time.TimeIntervalCollection
Returns a Duration representing the span of time represented by the sum of the individual time intervals in the collection.
toDuration() - Method in class agi.foundation.time.TimeIntervalCollection1
Returns a Duration representing the span of time represented by the sum of the individual time intervals in the collection.
toFirstOrderSystem() - Method in class agi.foundation.numericalmethods.advanced.OrdinaryDifferentialEquationSystem
Converts the system of ordinary differential equations to its equivalent first order system.
toGregorianDate() - Method in class agi.foundation.time.JulianDate
Converts this JulianDate to a GregorianDate with a default time standard of Coordinated Universal Time.
toGregorianDate(TimeStandard) - Method in class agi.foundation.time.JulianDate
Converts this JulianDate to a GregorianDate expressed in the specified time standard.
toInt16(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.
toInt32(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.
toInt64(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a 64-bit signed integer converted from eight bytes at a specified position in a byte array.
toIso8601String() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent ISO8601 extended string representation, with fractional seconds represented to 15 digits.
toIso8601String(Iso8601Format) - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent ISO8601 string representation, with fractional seconds represented to 15 digits.
toIso8601String(Iso8601Format, int) - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent ISO8601 string representation, with fractional seconds represented to the specified number of digits.
toJulianDate() - Method in class agi.foundation.time.GlobalPositioningSystemDate
Returns a JulianDate that is equivalent to this instance.
toJulianDate() - Method in class agi.foundation.time.GregorianDate
Convert this GregorianDate to a JulianDate.
toJulianDate(TimeStandard) - Method in class agi.foundation.time.GregorianDate
Convert this GregorianDate to a JulianDate.
toKeplerianMeanElements() - Method in class agi.foundation.coordinates.LifetimeElements
Convert these elements to an equivalent KeplerianElements representation at the periapsis.
toLongDateString() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent long date string representation.
toLongTimeString() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent long time string representation.
toMatrix3By3() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Gets the covariance matrix that corresponds to the sigma and orientation information.
toMatrix3By3Symmetric() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Gets the covariance matrix that corresponds to the sigma and orientation information.
toMeanKeplerianElements() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Returns a mean Keplerian orbit element representation of these mean orbital elements.
toMeanModifiedKeplerianElements() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Returns a mean modified orbit element representation of these mean orbital elements.
toMotionInFixedFrame(WindModel) - Method in class agi.foundation.aircraftpropagation.AircraftReferenceState
Converts the reference state of the aircraft into motion with respect to the fixed frame of the HeightReferenceSurface (get / set).
toMotionRotationVectorAngularVelocity(Motion2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
toMotionUnitQuaternionCartesian(RotationVectorAngularVelocity, int) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
toMotionUnitQuaternionCartesian(Motion1<RotationVectorAngularVelocity>, int) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
toOsculatingKeplerianElements() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Returns an osculating Keplerian orbit element representation of these mean orbital elements.
toOsculatingModifiedKeplerianElements() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Returns an osculating modified orbit element representation of these mean orbital elements.
TOP_CAP - Static variable in class agi.foundation.geometry.discrete.CylinderFill
Fill the cylinder's top cap.
toPathPoint() - Method in class agi.foundation.graphics.PathPointBuilder
Returns an immutable PathPoint object built from this object's attributes.
toPointCesiumProperty(Point) - Static method in class agi.foundation.cesium.PointCesiumProperty
Converts a Point to a PointCesiumProperty.
toPolarizationSource(Polarization) - Static method in class agi.foundation.communications.PolarizationSource
toQuaternion(UnitQuaternion) - Static method in class agi.foundation.coordinates.Quaternion
Converts a set of UnitQuaternion coordinates to a set of Quaternion coordinates.
toRectangular(UnitRectangular) - Static method in class agi.foundation.coordinates.Rectangular
Converts a set of UnitRectangular coordinates to a set of Rectangular coordinates.
toRotationVectorAngularVelocity(Motion2<UnitQuaternion, Cartesian>) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
TorqueEvaluator - Class in agi.foundation.celestial
Base class for evaluators created by a TorqueModel to compute the torque.
TorqueEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.celestial.TorqueEvaluator
Initializes a new instance.
TorqueEvaluator(Evaluator<Cartesian>, CopyContext) - Constructor for class agi.foundation.celestial.TorqueEvaluator
Initializes a new instance as a copy of an existing instance.
TorqueModel - Class in agi.foundation.celestial
Represents a torque which can be used to specify the equations of rotational motion for a rigid-body parameterized by a PropagationEulerianAxes.
TorqueModel() - Constructor for class agi.foundation.celestial.TorqueModel
Initializes a new instance.
TorqueModel(TorqueModel, CopyContext) - Constructor for class agi.foundation.celestial.TorqueModel
Initializes a new instance as a copy of an existing instance.
TorusCoverageGrid - Class in agi.foundation.geometry.discrete
A torus grid with the origin at the center of the torus.
TorusCoverageGrid(double, double, int, int, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
TorusCoverageGrid(double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
TorusCoverageGrid(double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
TorusCoverageGrid(double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Constants.Epsilon10.
TorusCoverageGrid(double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters.
TorusCoverageGrid(double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters.
TorusCoverageGrid(double, Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.TorusCoverageGrid
Initializes a torus grid with the specified parameters.
toSampledCesiumProperty(DateMotionCollection1<T>) - Static method in class agi.foundation.cesium.SampledCesiumProperty
toScalar(double) - Static method in class agi.foundation.geometry.Scalar
Converts a constant double value to a Scalar.
toScalarCesiumProperty(Scalar) - Static method in class agi.foundation.cesium.ScalarCesiumProperty
Converts a Scalar to a ScalarCesiumProperty.
toScalarDependentOnServiceProvider(Scalar) - Static method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
toScalarDependentOnServiceProvider(double) - Static method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
Converts a constant double value to a ScalarDependentOnServiceProvider.
toScatteringCoefficient(double) - Static method in class agi.foundation.communications.ScatteringCoefficient
Converts a scattering coefficient as a double value to a ScatteringCoefficient.
toShortDateString() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent short date string representation.
toShortTimeString() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent short time string representation.
toSignalComputation(double) - Static method in class agi.foundation.communications.SignalComputation
Converts a constant double value to a SignalComputation.
toSignalIdentifier(String) - Static method in class agi.foundation.communications.SignalIdentifier
Converts a string to a SignalIdentifier.
toSingle(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a single-precision floating point number converted from four bytes at a specified position in a byte array.
toString() - Method in class agi.foundation.access.AccessQueryAnd
Returns a string which represents the current object.
toString() - Method in class agi.foundation.access.AccessQueryAtLeastN
Returns a string which represents the current object.
toString() - Method in class agi.foundation.access.AccessQueryAtMostN
Returns a string which represents the current object.
toString() - Method in class agi.foundation.access.AccessQueryExactlyN
Returns a string which represents the current object.
toString() - Method in class agi.foundation.access.AccessQueryOr
Returns a string which represents the current object.
toString() - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
 
toString() - Method in class agi.foundation.access.constraints.AltitudeConstraint
 
toString() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
 
toString() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
 
toString() - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
 
toString() - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
 
toString() - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
 
toString() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
Returns a string representing the ellipse used in this constraint.
toString() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
 
toString() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
 
toString() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
 
toString() - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
 
toString() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
 
toString() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
 
toString() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
 
toString() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
 
toString() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
 
toString() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
 
toString() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
 
toString() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
 
toString() - Method in class agi.foundation.access.constraints.RangeConstraint
 
toString() - Method in class agi.foundation.access.constraints.RangeRateConstraint
 
toString() - Method in class agi.foundation.access.constraints.ScalarConstraint
 
toString() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
 
toString() - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
 
toString() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
 
toString() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
 
toString() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
 
toString() - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
 
toString() - Method in class agi.foundation.Bounds
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.cesium.NearFarScalar
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.communications.LinkBudget
Returns a string which represents the current LinkBudget.
toString() - Method in class agi.foundation.communications.PointScattererInformation
 
toString() - Method in class agi.foundation.communications.StringSignalIdentifier
 
toString() - Method in class agi.foundation.compatibility.DimensionF
 
toString() - Method in class agi.foundation.compatibility.FileAccess
 
toString() - Method in class agi.foundation.compatibility.FontStyle
 
toString() - Method in class agi.foundation.compatibility.MouseButtons
 
toString() - Method in class agi.foundation.compatibility.PointF
 
toString() - Method in exception agi.foundation.compatibility.WrappedRuntimeException
 
toString() - Method in class agi.foundation.coordinates.AngleAxisRotation
Returns the value of this set of AngleAxisRotation coordinates in the form "angle, axis"
toString() - Method in class agi.foundation.coordinates.AzimuthElevationRange
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.BoundingRectangle
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Cartesian
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.CartesianBounds
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Cartographic
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.CartographicExtent
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Complex
Returns a string which represents the complex number.
toString() - Method in class agi.foundation.coordinates.Covariance3By3Derivative
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Cylindrical
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.CylindricalBounds
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.ElementaryRotation
Returns the value of this set of ElementaryRotation coordinates in the form "axis, angle"
toString() - Method in class agi.foundation.coordinates.EulerSequence
Returns the value of this set of EulerSequence coordinates in the form "first rotation, second rotation, third rotation"
toString() - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Matrix
Returns a string representation of the matrix.
toString() - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.OrthonormalBasis
Returns the UnitCartesians that define this OrthonormalBasis in the format "FirstAxis (get) ; SecondAxis (get) ; ThirdAxis (get)".
toString() - Method in class agi.foundation.coordinates.Polar
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Pyramidal
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.PyramidalBounds
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Quaternion
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Rectangular
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.Spherical
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.SphericalBounds
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.TextureCoordinate4DF
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UnitCartesian
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UnitQuaternion
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UnitRectangular
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UnitSpherical
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UniversalPolarStereographic
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.UniversalTransverseMercator
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.coordinates.YawPitchRoll
Returns the value of this set of YawPitchRoll coordinates in the form "first rotation, second rotation, third rotation"
toString() - Method in class agi.foundation.geometry.discrete.CylinderFill
 
toString() - Method in class agi.foundation.graphics.advanced.BoundingSphere
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.graphics.advanced.DragDropOptions
Returns a String that represents the current Object.
toString() - Method in class agi.foundation.graphics.advanced.MouseOptions
 
toString() - Method in class agi.foundation.graphics.advanced.RenderPass
 
toString() - Method in class agi.foundation.graphics.PathPoint
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.graphics.PathPointBuilder
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.graphics.renderer.TextureFilter2D
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.infrastructure.ParameterAction
 
toString() - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Get a String that represents the value of this transacted property.
toString() - Method in class agi.foundation.navigation.datareaders.SatelliteOutage
Returns a string that represents the outage information.
toString() - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
 
toString() - Method in class agi.foundation.numericalmethods.StepSizeInformation
 
toString() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
 
toString() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
 
toString() - Method in class agi.foundation.propagators.NumericalPropagatorState
 
toString() - Method in class agi.foundation.radar.InterferenceSignalIdentifier
 
toString() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
 
toString() - Method in class agi.foundation.segmentpropagation.SegmentPropagator
 
toString() - Method in class agi.foundation.terrain.GTOPO30Options
 
toString() - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
Returns the string representation of the value of this instance.
toString() - Method in class agi.foundation.time.Duration
Returns the value of the Duration in Days (get):Seconds (get).
toString() - Method in class agi.foundation.time.GlobalPositioningSystemDate
Returns the value of this GPS Time in RolloverCount (get):WeekSinceRollover (get):SecondsOfWeek (get), where RolloverCount (get) is the number of times that the GPS week counter has rolled over since GlobalPositioningSystemDate.JulianDateOfEpoch.
toString() - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent string representation.
toString(String) - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent string representation using the specified format.
toString(Locale) - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent string representation using the specified culture-specific format information.
toString(String, Locale) - Method in class agi.foundation.time.GregorianDate
Converts the value of this instance to its equivalent string representation using the specified format and culture-specific format information.
toString() - Method in class agi.foundation.time.JulianDate
Returns the value of this JulianDate in the standard format.
toString() - Method in class agi.foundation.time.LeapSecond
Returns the date of this LeapSecond and offset from UTC as a string.
toString() - Method in class agi.foundation.time.TimeInterval
Returns a string with interval in the format "[Start, Stop)".
toString() - Method in class agi.foundation.time.TimeInterval1
Returns a string with interval in the format "[Start, Stop) - Data".
toString() - Method in class agi.foundation.time.TimeIntervalCollection
 
toString() - Method in class agi.foundation.time.TimeIntervalCollection1
 
toString() - Method in class agi.foundation.time.TimeStandard
Converts this time standard to a string representation.
toString() - Method in class agi.foundation.time.YearMonthDay
Returns a string formatted as Year:Month:Day
toString() - Method in class agi.foundation.TypeLiteral
Returns the string representation of this type literal.
toString() - Method in class agi.foundation.TypeLiteral
Returns the string representation of this type literal.
toStringSignalIdentifier(String) - Static method in class agi.foundation.communications.StringSignalIdentifier
Converts a string to a StringSignalIdentifier.
TotalAngularRateConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the other end of the ConstrainedLink (get / set) move at a certain angular rate with respect to the ConstrainedLinkEnd (get / set).
TotalAngularRateConstraint() - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance with default values.
TotalAngularRateConstraint(double) - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance with the specified minimum value.
TotalAngularRateConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
TotalAngularRateConstraint(double, double) - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance with the specified minimum value and maximum value.
TotalAngularRateConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
TotalAngularRateConstraint(TotalAngularRateConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.TotalAngularRateConstraint
Initializes a new instance as a copy of an existing instance.
totalCoverageTime(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.CoverageTime
Compute the total time in seconds when coverage exists.
totalNumberOfGaps(CoverageQueryResult) - Static method in class agi.foundation.coverage.figureofmerit.CoverageGaps
Computes the total number of gaps in coverage between the given times.
totalNumberOfGapsInSpan(CoverageQueryResult, double, double) - Static method in class agi.foundation.coverage.figureofmerit.CoverageGaps
Computes the total number of gaps which are above a minimum and below a maximum duration.
toTimeIntervalCesiumProperty(TimeIntervalCollection1<T>) - Static method in class agi.foundation.cesium.TimeIntervalCesiumProperty
toTimeStandard(TimeStandard) - Method in class agi.foundation.time.JulianDate
Converts this JulianDate to the specified time standard.
toTimeStandard(TimeStandard) - Method in class agi.foundation.time.TimeInterval
Returns a TimeInterval equivalent to this one where the time standard of the start and end dates has been converted to the specified standard.
toTimeStandard(TimeStandard) - Method in class agi.foundation.time.TimeInterval1
Returns a TimeInterval1 equivalent to this one where the time standard of the start and end dates has been converted to the specified standard.
toTimeStandard(TimeStandard) - Method in class agi.foundation.time.TimeIntervalCollection
Converts all times in this time interval collection to be the specified time standard.
toTimeStandard(TimeStandard) - Method in class agi.foundation.time.TimeIntervalCollection1
Converts all times in this time interval collection to be the specified time standard.
toTleString() - Method in class agi.foundation.propagators.TwoLineElementSet
Returns a TLE string representing this TwoLineElementSet in the standard NORAD format, described by CelesTrak.
toTleStringLine0() - Method in class agi.foundation.propagators.TwoLineElementSet
Returns line 0 of the TLE represented in standard NORAD format, described by CelesTrak.
toTleStringLine1() - Method in class agi.foundation.propagators.TwoLineElementSet
Returns line 1 of the TLE represented in standard NORAD format, described by CelesTrak.
toTleStringLine2() - Method in class agi.foundation.propagators.TwoLineElementSet
Returns line 2 of the TLE represented in standard NORAD format, described by CelesTrak.
toUInt16(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.
toUInt32(byte[], int) - Method in class agi.foundation.infrastructure.EndianBitConverter
Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.
toUnitVectorCesiumProperty(Vector) - Static method in class agi.foundation.cesium.UnitVectorCesiumProperty
toValueDefinition(T) - Static method in class agi.foundation.infrastructure.ValueDefinition
Converts a constant value to a ValueDefinition.
toVectorCesiumProperty(Vector) - Static method in class agi.foundation.cesium.VectorCesiumProperty
Converts a Vector to a VectorCesiumProperty.
toVectorDependentOnServiceProvider(Vector) - Static method in class agi.foundation.geometry.VectorDependentOnServiceProvider
Creates a VectorDependentOnServiceProvider object wrapping a Vector value.
TrackingArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate> - Class in agi.foundation.tracking
The base for classes that archive tracking data.
TrackingArchive(TypeLiteral<TEntity>, TransactionContext) - Constructor for class agi.foundation.tracking.TrackingArchive
Initializes a new instance using the provided TransactionContext.
TrackingArchive(TypeLiteral<TEntity>, TransactionContext, TrackingTypeArchiverCollection) - Constructor for class agi.foundation.tracking.TrackingArchive
Initializes a new instance using the provided TransactionContext and a specified collection of type archivers.
TrackingGraphicsLibraryVersion - Class in agi.foundation
Version information for the Tracking.Graphics library.
TrackingLibraryVersion - Class in agi.foundation
Version information for the Tracking library.
TrackingTypeArchiver - Class in agi.foundation.tracking
An object that stores and retrieves specific types in a TrackingArchive by splitting a complex type into primitives.
TrackingTypeArchiver() - Constructor for class agi.foundation.tracking.TrackingTypeArchiver
Initializes a new instance.
TrackingTypeArchiverCollection - Class in agi.foundation.tracking
A collection of TrackingTypeArchivers.
TrackingTypeArchiverCollection() - Constructor for class agi.foundation.tracking.TrackingTypeArchiverCollection
Initializes a new instance.
TrackingTypeArchiverCollection(TrackingTypeArchiverCollection) - Constructor for class agi.foundation.tracking.TrackingTypeArchiverCollection
Initializes a new instance as a copy of an existing instance.
TrackingTypeArchiverCollection(Map<Class<?>, TrackingTypeArchiver>) - Constructor for class agi.foundation.tracking.TrackingTypeArchiverCollection
Initializes a new instance with a collection of TrackingTypeArchivers.
TransactedObject - Class in agi.foundation.infrastructure.threading
An object that participates in the software transactional memory (STM) system via TransactionContext and Transaction.
TransactedObject(TransactionContext, Object) - Constructor for class agi.foundation.infrastructure.threading.TransactedObject
Initializes a new instance with a specified owner.
TransactedProperty<T> - Class in agi.foundation.infrastructure.threading
A property that participates in the software transactional memory (STM) system.
TransactedProperty(TransactionContext, Object) - Constructor for class agi.foundation.infrastructure.threading.TransactedProperty
Initializes a new property with a specified context and owner.
TransactedProperty(TransactionContext, Object, T) - Constructor for class agi.foundation.infrastructure.threading.TransactedProperty
Initializes a new property with a specified context, owner, and value.
TransactedPropertyChangedEventArgs<T> - Class in agi.foundation.infrastructure.threading
Contains information about a change to a TransactedProperty.
TransactedPropertyChangedEventArgs(TransactionContext, T, T) - Constructor for class agi.foundation.infrastructure.threading.TransactedPropertyChangedEventArgs
Initializes a new instance.
Transaction - Class in agi.foundation
A transaction within the software transactional memory (STM) system.
Transaction(TransactionContext) - Constructor for class agi.foundation.Transaction
Begins a new transaction.
TransactionalSelectCallback<TResult> - Class in agi.foundation
This defines the delegate TransactionalSelectCallback, which is used whenever transactionally invoking a callback that needs to have a return value.
TransactionalSelectCallback() - Constructor for class agi.foundation.TransactionalSelectCallback
Creates a new instance of this delegate.
TransactionalSelectCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.TransactionalSelectCallback
Initializes a delegate that will invoke an instance method on a class instance.
TransactionalSelectCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.TransactionalSelectCallback
Initializes a delegate that will invoke a static method on a class.
TransactionalSelectCallback.Function<TResult> - Interface in agi.foundation
A functional interface for the containing delegate type.
TransactionCommittedEventArgs - Class in agi.foundation.infrastructure.threading
Contains information about a committed transaction during the Committed (add / remove) event.
TransactionConflictException - Exception in agi.foundation.infrastructure.threading
An exception that is thrown when the Transaction being committed conflicts with another transaction already committed.
TransactionConflictException() - Constructor for exception agi.foundation.infrastructure.threading.TransactionConflictException
Initializes a new instance.
TransactionConflictException(String) - Constructor for exception agi.foundation.infrastructure.threading.TransactionConflictException
Initializes a new instance.
TransactionConflictException(String, RuntimeException) - Constructor for exception agi.foundation.infrastructure.threading.TransactionConflictException
Initializes a new instance.
TransactionContext - Class in agi.foundation
A context for a group of transactions in the software transactional memory (STM) system.
TransactionContext() - Constructor for class agi.foundation.TransactionContext
Initializes a new instance.
TransactionParameter - Class in agi.foundation.infrastructure.threading
The placeholder for a parameterized Transaction within an evaluator.
TransactionParameter() - Constructor for class agi.foundation.infrastructure.threading.TransactionParameter
Initializes a new instance.
Transceiver - Class in agi.foundation.communications
The single input, single output Transceiver which takes in a single digital signal, demodulates it and then remodulates it using the specified modulation scheme, prior to retransmitting it.
Transceiver() - Constructor for class agi.foundation.communications.Transceiver
Initializes a new instance.
Transceiver(String, Point, RadioFrequencyGainPattern, Point, RadioFrequencyGainPattern, DigitalModulation, double, double, double) - Constructor for class agi.foundation.communications.Transceiver
Creates a new instance using the specified properties.
Transceiver(String, Point, Axes, RadioFrequencyGainPattern, Point, Axes, RadioFrequencyGainPattern, DigitalModulation, double, double, double, SignalFilter) - Constructor for class agi.foundation.communications.Transceiver
Creates a new instance specifying all properties.
Transceiver(String, Point, Axes, RadioFrequencyGainPattern, PolarizationSource, Point, Axes, RadioFrequencyGainPattern, PolarizationSource, DigitalModulation, double, double, double, SignalFilter) - Constructor for class agi.foundation.communications.Transceiver
Creates a new instance specifying all properties.
Transceiver(Transceiver, CopyContext) - Constructor for class agi.foundation.communications.Transceiver
Initializes a new instance as a copy of an existing instance.
transform(Cartesian) - Method in class agi.foundation.coordinates.HelmertTransformation
Transforms the position observed in the A frame to the B frame.
transform(Motion1<Cartesian>) - Method in class agi.foundation.coordinates.HelmertTransformation
Transforms the motion observed in the A frame to the B frame.
transform(Motion1<Cartesian>, int) - Method in class agi.foundation.coordinates.HelmertTransformation
Transforms the motion observed in the A frame to the B frame.
transform(Motion1<Cartesian>) - Method in class agi.foundation.coordinates.KinematicTransformation
Transforms the motion observed in the A frame to the B frame.
transform(Motion1<Cartesian>, int) - Method in class agi.foundation.coordinates.KinematicTransformation
Transforms the motion observed in the A frame to the B frame.
transform(Cartesian) - Method in class agi.foundation.coordinates.KinematicTransformation
Transforms the position observed in the A frame to the B frame.
transform(Motion2<UnitQuaternion, Cartesian>, Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
Transforms the vector observed in the A axes to the B axes.
TransformationalStateElementAdapterDefinition - Class in agi.foundation.coordinates
The base type for adapters that do some kind of geometric transformation to an element in the state.
TransformationalStateElementAdapterDefinition() - Constructor for class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Initializes a new instance.
TransformationalStateElementAdapterDefinition(TransformationalStateElementAdapterDefinition, CopyContext) - Constructor for class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Initializes a new instance as a copy of an existing instance.
transformCollection(DateMotionCollection1<Cartesian>) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Transforms a DateMotionCollection<Cartesian> from the From (get / set) to the To (get / set).
transformCovariance(Matrix, Motion2<UnitQuaternion, Cartesian>) - Static method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
Transforms a 6x6 covariance matrix into new axes.
TransitionType - Enum in agi.foundation.propagators
An enumeration that defines the format of transformation described by a StateTransitionMatrix.
TranslationalMotionInterpolator - Class in agi.foundation.numericalmethods
Interpolates and extrapolates translational motion represented as Cartesian coordinates.
TranslationalMotionInterpolator() - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance.
TranslationalMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance.
TranslationalMotionInterpolator(InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance.
TranslationalMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance.
TranslationalMotionInterpolator(InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance.
TranslationalMotionInterpolator(TranslationalMotionInterpolator, CopyContext) - Constructor for class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Initializes a new instance as a copy of an existing instance.
TranslucencyHelper - Class in agi.foundation.graphics.advanced
Contains helpful methods for working with colors and translucency.
translucencyToAlpha(float) - Static method in class agi.foundation.graphics.advanced.TranslucencyHelper
Converts a translucency value to an alpha value.
TRANSLUCENT - Static variable in class agi.foundation.graphics.advanced.RenderPass
Render during the translucent rendering pass.
TransmitAntennaGainScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the radar transmit antenna gain, as a unitless ratio, in the direction of the target object.
TransmitAntennaGainScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TransmitAntennaGainScalar
Initializes a new instance.
TransmitAntennaGainScalar(TransmitAntennaGainScalar, CopyContext) - Constructor for class agi.foundation.radar.TransmitAntennaGainScalar
Initializes a new instance as a copy of an existing instance.
TransmitterToTargetDopplerFrequencyScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the doppler shifted transmit frequency, in hertz, at the target object.
TransmitterToTargetDopplerFrequencyScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
Initializes a new instance.
TransmitterToTargetDopplerFrequencyScalar(TransmitterToTargetDopplerFrequencyScalar, CopyContext) - Constructor for class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
Initializes a new instance as a copy of an existing instance.
TransmitterToTargetDopplerShiftScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the doppler shift of the transmit frequency, in hertz, at the target object.
TransmitterToTargetDopplerShiftScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
Initializes a new instance.
TransmitterToTargetDopplerShiftScalar(TransmitterToTargetDopplerShiftScalar, CopyContext) - Constructor for class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
Initializes a new instance as a copy of an existing instance.
TransmitterToTargetPropagationLossScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the total propagation loss, as a unitless ratio, between the radar transmitter and the target object.
TransmitterToTargetPropagationLossScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
Initializes a new instance.
TransmitterToTargetPropagationLossScalar(TransmitterToTargetPropagationLossScalar, CopyContext) - Constructor for class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
Initializes a new instance as a copy of an existing instance.
TransmitterToTargetReceivedIsotropicPowerScalar - Class in agi.foundation.radar
A SingleTargetRadarLinkScalar which represents the received isotropic power (RIP), in Watts, for the link between the radar transmitter and the target object.
TransmitterToTargetReceivedIsotropicPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
Initializes a new instance.
TransmitterToTargetReceivedIsotropicPowerScalar(TransmitterToTargetReceivedIsotropicPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
Initializes a new instance as a copy of an existing instance.
Transponder - Class in agi.foundation.communications
The single input, single output transponder which takes in a signal, optionally filters it, amplifies it and then retransmits it without any demodulation or remodulation.
Transponder() - Constructor for class agi.foundation.communications.Transponder
Initializes a new instance.
Transponder(String, Point, RadioFrequencyGainPattern, Point, RadioFrequencyGainPattern, double, double) - Constructor for class agi.foundation.communications.Transponder
Creates a new instance with the specified properties.
Transponder(String, Point, Axes, RadioFrequencyGainPattern, Point, Axes, RadioFrequencyGainPattern, double, double, SignalFilter) - Constructor for class agi.foundation.communications.Transponder
Creates a new instance specifying all properties.
Transponder(String, Point, Axes, RadioFrequencyGainPattern, PolarizationSource, Point, Axes, RadioFrequencyGainPattern, PolarizationSource, double, double, SignalFilter) - Constructor for class agi.foundation.communications.Transponder
Creates a new instance specifying all properties.
Transponder(Transponder, CopyContext) - Constructor for class agi.foundation.communications.Transponder
Initializes a new instance as a copy of an existing instance.
transpose() - Method in class agi.foundation.coordinates.ComplexMatrix
Creates a new ComplexMatrix which is the transpose of the current matrix.
transpose() - Method in class agi.foundation.coordinates.DenseMatrix
Creates a new Matrix which is the transpose of the current matrix.
transpose() - Method in class agi.foundation.coordinates.DiagonalMatrix
Creates a new Matrix which is the transpose of the current matrix.
transpose() - Method in class agi.foundation.coordinates.Matrix
Creates a new Matrix which is the transpose of the current matrix.
transpose() - Method in class agi.foundation.coordinates.Matrix3By3
Transposes the matrix.
transpose() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
Transposes the matrix.
transpose() - Method in class agi.foundation.coordinates.Matrix6By6
Transposes the matrix.
transpose() - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
Transposes the matrix.
traverseFixed(Duration, int) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
Produces the position along the route in the fixed frame of the SurfaceShape (get) as a function of time from the start of this segment of the route.
traverseFixed(double) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Get the surface position in the fixed frame of the SurfaceShape (get / set) at the specified distance along the surface path.
traverseFixed(double) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Get the surface position in the fixed frame of the SurfaceShape (get / set) at the specified distance along the surface path.
traverseSurface(double) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
Get the surface position at the specified distance along the surface path.
traverseSurface(double) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Get the surface position at the specified distance along the surface path.
traverseSurface(double) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Get the surface position at the specified distance along the surface path.
traverseSurface(double) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Get the surface position at the specified distance along the surface path.
traverseSurface(double) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Get the surface position at the specified distance along the surface path.
TriangleMeshGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a triangle mesh over time.
TriangleMeshGraphics() - Constructor for class agi.foundation.platforms.TriangleMeshGraphics
Initializes a new instance.
TriangleMeshPrimitive - Class in agi.foundation.graphics
Renders a triangle mesh in the 3D scene.
TriangleMeshPrimitive() - Constructor for class agi.foundation.graphics.TriangleMeshPrimitive
Initializes a default triangle mesh primitive.
TriangleMeshPrimitive(SetHint) - Constructor for class agi.foundation.graphics.TriangleMeshPrimitive
Initializes a triangle mesh primitive with the specified setHint .
TriangleMeshPrimitiveOptionalParameters - Class in agi.foundation.graphics
Optional parameters for TriangleMeshPrimitive.
TriangleMeshPrimitiveOptionalParameters() - Constructor for class agi.foundation.graphics.TriangleMeshPrimitiveOptionalParameters
Initializes default triangle mesh primitive optional parameters.
TriangleMeshUpdater - Class in agi.foundation.platforms.advanced
A utility class which maps the properties of a TriangleMeshGraphics to a TriangleMeshPrimitive.
TriangleMeshUpdater(TriangleMeshGraphics, EvaluatorGroup) - Constructor for class agi.foundation.platforms.advanced.TriangleMeshUpdater
Creates a new instance using the provided TriangleMeshGraphics and EvaluatorGroup
TriangleTerrainInterpolator - Class in agi.foundation.terrain
This interpolator takes the four surrounding posts, which form a rectangle, and creates two triangles.
TriangleTerrainInterpolator() - Constructor for class agi.foundation.terrain.TriangleTerrainInterpolator
Initializes a new instance with a RasterTerrainGridCellDiagonal defined from the northwest to the southeast corner.
TriangleTerrainInterpolator(RasterTerrainGridCellDiagonal) - Constructor for class agi.foundation.terrain.TriangleTerrainInterpolator
Initializes a new instance using the specified raster terrain grid cell diagonal.
TriangulatedSensorProjection - Class in agi.foundation.graphics.advanced
A SensorProjection that has been triangulated for rendering.
TriangulatedSensorProjection() - Constructor for class agi.foundation.graphics.advanced.TriangulatedSensorProjection
Initializes a new instance.
triangulateSurfaceRegions() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
Triangulates the portions of the sensor that intersected with the surface of the central body as of the last call to TriangulatedSensorProjection.updateFromNewProjection(CentralBody,Cartesian,SensorProjection,int) and returns a SurfaceTriangulatorResult for each distinct region.
TriangulatorResult - Class in agi.foundation.geometry.discrete
The result from triangulation: a triangle mesh defined using an indexed triangle list.
TriangulatorResult() - Constructor for class agi.foundation.geometry.discrete.TriangulatorResult
 
Trig - Class in agi.foundation
Provides functions and constants which are useful when working with angles and solving problems related to trigonometry.
TritonCentralBody - Class in agi.foundation.celestial
The Neptunian moon Triton.
TritonCentralBody() - Constructor for class agi.foundation.celestial.TritonCentralBody
Initializes a new instance.
TritonCentralBody(TritonCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.TritonCentralBody
Initializes a new instance as a copy of an existing instance.
TropoScintAttenuationModelItuRP1814 - Class in agi.foundation.communications.signalpropagation
ITU-R P.1814 scintillation attenuation model.
TropoScintAttenuationModelItuRP1814() - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Initializes a new instance.
TropoScintAttenuationModelItuRP1814(double) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Initializes a new instance with given maximum altitude.
TropoScintAttenuationModelItuRP1814(double, RefractiveIndexStructureParameterModel) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Initializes a new instance with a given maximum altitude and refractive index structure parameter model.
TropoScintAttenuationModelItuRP1814(double, RefractiveIndexStructureParameterModel, CentralBody) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Initializes a new instance with a given maximum altitude, refractive index structure parameter model, and central body.
TropoScintAttenuationModelItuRP1814(TropoScintAttenuationModelItuRP1814, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Initializes a new instance as a copy of an existing instance.
TropoScintAttenuationModelItuRP618Version12 - Class in agi.foundation.communications.signalpropagation
ITU-R P.618 version 12 tropospheric scintillation attenuation model.
TropoScintAttenuationModelItuRP618Version12() - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Constructs version 12 of the ITU-R P.618 model.
TropoScintAttenuationModelItuRP618Version12(TropoScintAttenuationModelItuRP618Version12, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Initializes a new instance as a copy of an existing instance.
TropoScintAttenuationModelItuRP618Version9 - Class in agi.foundation.communications.signalpropagation
ITU-R P.618 version 9 tropospheric scintillation attenuation model.
TropoScintAttenuationModelItuRP618Version9() - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Constructs version 9 of the ITU-R P.618 model.
TropoScintAttenuationModelItuRP618Version9(TropoScintAttenuationModelItuRP618Version9, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Initializes a new instance as a copy of an existing instance.
trueForAll(Predicate<Signal>) - Method in class agi.foundation.communications.SignalCollection
Determines whether every signal in the collection matches the conditions defined by the specified predicate.
tryCartographicToWindow(CentralBody, Cartographic, Rectangular[]) - Method in class agi.foundation.graphics.Camera
Converts a Cartographic position to a pixel coordinate relative to the Insight3D control.
tryComputeEccentricity(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the eccentricity of the orbit.
tryComputeMeanMotion(double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the mean motion of the orbit.
tryComputePeriod(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the period of the orbit.
tryComputeRadiusOfApoapsis(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the radius of apoapsis of the orbit.
tryComputeRadiusOfPeriapsis(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the radius of periapsis of the orbit.
tryComputeSemilatusRectum(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the semilatus rectum of the orbit.
tryComputeSemimajorAxis(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the semimajor axis of the orbit.
tryComputeTimeOfFlight(double, double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to calculate the time of flight between two true anomalies.
tryConvert(TFormatType, TFormatType, T, T[]) - Method in class agi.foundation.infrastructure.FormatConverter
Tries to convert the specified instance from one format to another, returning success or failure.
tryConvert(JulianDate, TimeStandard, JulianDate[]) - Static method in class agi.foundation.time.TimeStandardConverter
Tries to convert the specified JulianDate to the specified TimeStandard, returning success or failure.
tryConvertAlpha5SatelliteCatalogNumbersToIntegers(String, String[]) - Static method in class agi.foundation.propagators.TwoLineElementSet
Tries to convert an Alpha-5 satellite catalog number into its corresponding integer representation.
tryConvertEccentricAnomalyToMeanAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the eccentric anomaly to the mean anomaly.
tryConvertEccentricAnomalyToTimeFromPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the eccentric anomaly to the time of flight from the corresponding periapsis passage in seconds.
tryConvertEccentricAnomalyToTrueAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the eccentric anomaly to the true anomaly.
tryConvertHyperbolicAnomalyToMeanAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the hyperbolic anomaly to the mean anomaly.
tryConvertHyperbolicAnomalyToTimeFromPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the hyperbolic anomaly to the time of flight from the corresponding periapsis passage in seconds.
tryConvertHyperbolicAnomalyToTrueAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the hyperbolic anomaly to the true anomaly.
tryConvertIntegerSatelliteCatalogNumbersToAlpha5(String, String[]) - Static method in class agi.foundation.propagators.TwoLineElementSet
Tries to convert an integer satellite catalog number into its corresponding Alpha-5 representation.
tryConvertMeanAnomalyToEccentricAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the eccentric anomaly.
tryConvertMeanAnomalyToHyperbolicAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the hyperbolic anomaly.
tryConvertMeanAnomalyToParabolicAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the parabolic anomaly.
tryConvertMeanAnomalyToTimeFromPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the time of flight from the corresponding periapsis passage in seconds.
tryConvertMeanAnomalyToTimeSincePreviousPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the time of flight since the previous periapsis passage in seconds.
tryConvertMeanAnomalyToTimeUntilNextPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the time of flight until the next periapsis passage in seconds.
tryConvertMeanAnomalyToTrueAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the true anomaly.
tryConvertParabolicAnomalyToMeanAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the parabolic anomaly to the mean anomaly.
tryConvertParabolicAnomalyToTimeFromPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the parabolic anomaly to the time of flight from the corresponding periapsis passage in seconds.
tryConvertParabolicAnomalyToTrueAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the parabolic anomaly to the true anomaly.
tryConvertTimeFromPeriapsisToEccentricAnomaly(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the time from periapsis passage to eccentric anomaly.
tryConvertTimeFromPeriapsisToHyperbolicAnomaly(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the time from periapsis passage to hyperbolic anomaly.
tryConvertTimeFromPeriapsisToMeanAnomaly(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the time from periapsis passage to mean anomaly.
tryConvertTimeFromPeriapsisToParabolicAnomaly(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the time from periapsis passage to parabolic anomaly.
tryConvertTimeFromPeriapsisToTrueAnomaly(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the time from periapsis passage to true anomaly.
tryConvertTimeStandard(TimeStandard, JulianDate[]) - Method in class agi.foundation.time.JulianDate
Try to convert this JulianDate to the specified TimeStandard, if the specified TimeStandard is capable of representing this time.
tryConvertToUniversalPolarStereographic(UniversalPolarStereographic[]) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Attempts to convert this instance to a set of UniversalPolarStereographic coordinates.
tryConvertToUniversalTransverseMercator(Ellipsoid, UniversalTransverseMercator[]) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
Attempts to convert this instance to a set of UniversalTransverseMercator coordinates.
tryConvertTrueAnomalyToEccentricAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the eccentric anomaly.
tryConvertTrueAnomalyToHyperbolicAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the hyperbolic anomaly.
tryConvertTrueAnomalyToMeanAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the mean anomaly.
tryConvertTrueAnomalyToParabolicAnomaly(double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the parabolic anomaly.
tryConvertTrueAnomalyToTimeFromPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
True to convert the true anomaly to the time of flight from the corresponding periapsis passage in seconds.
tryConvertTrueAnomalyToTimeSincePreviousPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the time of flight since the previous periapsis passage in seconds.
tryConvertTrueAnomalyToTimeUntilNextPeriapsis(double, double, double, double, double[]) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the true anomaly to the time of flight until the next periapsis passage in seconds.
TryFormatConversionCallback<T,TFormatType> - Class in agi.foundation.infrastructure
A delegate to try converting a T from one format to another.
TryFormatConversionCallback() - Constructor for class agi.foundation.infrastructure.TryFormatConversionCallback
Creates a new instance of this delegate.
TryFormatConversionCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.TryFormatConversionCallback
Initializes a delegate that will invoke an instance method on a class instance.
TryFormatConversionCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.TryFormatConversionCallback
Initializes a delegate that will invoke a static method on a class.
TryFormatConversionCallback.Function<T,TFormatType> - Interface in agi.foundation.infrastructure
A functional interface for the containing delegate type.
tryGetValue(TKey, TValue[]) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
Gets the value in the dictionary corresponding to the given key.
tryIntegrate(double, double, double, int, BurdenFairesAdaptiveQuadrature.Integrand, double[]) - Static method in class agi.foundation.numericalmethods.advanced.BurdenFairesAdaptiveQuadrature
Approximates the integral I = Int(f(x), a, b) to within a given tolerance.
tryParse(String, GregorianDate[]) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent.
tryParse(String, Locale, GregorianDate[]) - Static method in class agi.foundation.time.GregorianDate
Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified culture-specific format information.
tryPutAngleInRange(double, double, double, double[]) - Static method in class agi.foundation.Trig
Attempts to put an angle within the indicated range of values.
tryWindowToCartographic(CentralBody, Rectangular, Cartographic[]) - Method in class agi.foundation.graphics.Camera
Converts a pixel coordinate relative to the Insight3D control to a Cartographic position.
TurnAfterWaypointProcedure - Class in agi.foundation.routedesign
Represents a simple turn at a specific position such that the platform will arrive at the waypoint on the heading from the previous procedure before turning toward the next procedure.
TurnAfterWaypointProcedure() - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Create a new instance.
TurnAfterWaypointProcedure(Cartographic, double, double) - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnAfterWaypointProcedure(double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnAfterWaypointProcedure(double, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnAfterWaypointProcedure(Ellipsoid, Cartographic, double, RouteProfile) - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Create a new instance based on the given surface parameters and profile.
TurnAfterWaypointProcedure(TurnAfterWaypointProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.TurnAfterWaypointProcedure
Initializes a new instance as a copy of an existing instance.
TurnAfterWaypointProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
TurnAtConstantRateBehavior - Class in agi.foundation.aircraftpropagation
Defines a horizontal behavior of a CompositeManeuver in which a constant turn rate is maintained.
TurnAtConstantRateBehavior() - Constructor for class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Initializes an instance with the static atmosphere as the ManeuverReferenceAxes (get / set) and with zero TurnRate (get / set).
TurnAtConstantRateBehavior(ManeuverReferenceAxes, double) - Constructor for class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Initializes an instance with the provided ManeuverReferenceAxes (get / set) and turn rate.
TurnBeforeWaypointProcedure - Class in agi.foundation.routedesign
Represents a simple turn at a specific position such that the platform will turn prior to the waypoint in order to arrive on the heading toward the next waypoint.
TurnBeforeWaypointProcedure() - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Create a new instance.
TurnBeforeWaypointProcedure(Cartographic, double, double) - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnBeforeWaypointProcedure(double, double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnBeforeWaypointProcedure(double, double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Create a new instance based on the given parameters over the surface of the Earth (get).
TurnBeforeWaypointProcedure(Ellipsoid, Cartographic, double, RouteProfile) - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Create a new instance based on the given surface parameters and profile.
TurnBeforeWaypointProcedure(TurnBeforeWaypointProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Initializes a new instance as a copy of an existing instance.
TurnBeforeWaypointProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating the status of configuring the surface procedure.
TwoBodyGravity - Class in agi.foundation.celestial
Represents the acceleration from a simple two body gravity model.
TwoBodyGravity() - Constructor for class agi.foundation.celestial.TwoBodyGravity
Initializes a new instance.
TwoBodyGravity(Point) - Constructor for class agi.foundation.celestial.TwoBodyGravity
Initializes a new instance based on the given target point.
TwoBodyGravity(Point, CentralBody, double) - Constructor for class agi.foundation.celestial.TwoBodyGravity
Initializes a new instance based on the given target point and central body.
TwoBodyGravity(TwoBodyGravity, CopyContext) - Constructor for class agi.foundation.celestial.TwoBodyGravity
Initializes a new instance as a copy of an existing instance.
TwoBodyPropagator - Class in agi.foundation.propagators
Propagates an orbit using a simple two-body model.
TwoBodyPropagator(JulianDate, ReferenceFrame, Motion1<Cartesian>, double) - Constructor for class agi.foundation.propagators.TwoBodyPropagator
Initializes a new instance.
TwoBodyPropagator(JulianDate, ReferenceFrame, KeplerianElements) - Constructor for class agi.foundation.propagators.TwoBodyPropagator
Initializes a new instance.
TwoBodyPropagator(JulianDate, ReferenceFrame, ModifiedKeplerianElements) - Constructor for class agi.foundation.propagators.TwoBodyPropagator
Initializes a new instance.
TwoBodyPropagator(JulianDate, ReferenceFrame, EquinoctialElements) - Constructor for class agi.foundation.propagators.TwoBodyPropagator
Initializes a new instance.
TwoBodyPropagator(JulianDate, ReferenceFrame, DelaunayElements) - Constructor for class agi.foundation.propagators.TwoBodyPropagator
Initializes a new instance.
TwoBodyStateTransitionMatrixPropagator - Class in agi.foundation.propagators
Propagates the state transition matrix of an object using a simple two-body model.
TwoBodyStateTransitionMatrixPropagator() - Constructor for class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
Initializes a new instance.
TwoBodyStateTransitionMatrixPropagator(JulianDate, Motion1<Cartesian>, double) - Constructor for class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
Initializes a new instance.
TwoBodyStateTransitionMatrixPropagator(TwoBodyPropagator) - Constructor for class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
Initializes a new instance.
TwoBodyStoppablePropagator - Class in agi.foundation.propagators
A StoppablePropagator that propagates an orbit using a simple two-body model.
TwoBodyStoppablePropagator() - Constructor for class agi.foundation.propagators.TwoBodyStoppablePropagator
Initialize a new instance.
TwoBodyStoppablePropagator(double, String, ReferenceFrame, Duration) - Constructor for class agi.foundation.propagators.TwoBodyStoppablePropagator
Initializes a new instance.
TwoBodyStoppablePropagator(TwoBodyStoppablePropagator, CopyContext) - Constructor for class agi.foundation.propagators.TwoBodyStoppablePropagator
Initializes a new instance as a copy of an existing instance.
TwoDimensionalConvexHull - Class in agi.foundation.geometry
Generates a two dimensional convex hull from a given set of un-organized input points.
TwoDimensionalConvexHull(ArrayList<Rectangular>) - Constructor for class agi.foundation.geometry.TwoDimensionalConvexHull
Constructs a two dimensional convex hull via the unstructured input points.
TwoDimensionalConvexHull(TwoDimensionalConvexHull, CopyContext) - Constructor for class agi.foundation.geometry.TwoDimensionalConvexHull
Initializes a new instance as a copy of an existing instance.
TwoLineElementSet - Class in agi.foundation.propagators
A NORAD two-line element set (TLE).
TwoLineElementSet() - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new Two Line Element Set with default parameters.
TwoLineElementSet(String) - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new Two Line Element Set from a string representation of the TLE.
TwoLineElementSet(String, boolean) - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new Two Line Element Set from a string representation of the TLE and optionally verifies the checksums.
TwoLineElementSet(String, boolean, char[]) - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new Two Line Element Set from a string representation of the TLE and optionally verifies the checksums.
TwoLineElementSet(Sgp4Elements, String, String, String, String, double, double, int, int) - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new Two Line Element Set (TLE) from a set of Sgp4Elements and additional meta-data contained in the TLE format.
TwoLineElementSet(TwoLineElementSet) - Constructor for class agi.foundation.propagators.TwoLineElementSet
Initializes a new instance as a copy of an existing instance.
TwoPi - Static variable in class agi.foundation.Constants
Twice Math.PI.
type - Variable in class agi.foundation.TypeLiteral
The actual Type object representing the type realised as the type parameter T.
type - Variable in class agi.foundation.TypeLiteral
The actual Type object representing the type realised as the type parameter T.
TypeLiteral<T> - Class in agi.foundation
Represents the type realised as the type parameter T, where T may be a generic type that need not be reifiable.
TypeLiteral<T> - Class in agi.foundation
Represents the type realised as the type parameter T, where T may be a generic type that need not be reifiable.
TypeLiteral() - Constructor for class agi.foundation.TypeLiteral
Constructor, which creates this type literal to represent the type represented by the type parameter T.
TypeLiteral(TypeLiteral<T>) - Constructor for class agi.foundation.TypeLiteral
Copy constructor, which creates this type literal based on the type represented by typeLiteral.
TypeLiteral() - Constructor for class agi.foundation.TypeLiteral
Constructor, which creates this type literal to represent the type represented by the type parameter T.
TypeLiteral(TypeLiteral<T>) - Constructor for class agi.foundation.TypeLiteral
Copy constructor, which creates this type literal based on the type represented by typeLiteral.

U

UNCHANGED - Static variable in class agi.foundation.numericalmethods.StepSizeInformation
The step size was unchanged by the integrator
UncheckedFileNotFoundException - Exception in agi.foundation.compatibility
UncheckedFileNotFoundException(FileNotFoundException) - Constructor for exception agi.foundation.compatibility.UncheckedFileNotFoundException
 
UncheckedFileNotFoundException() - Constructor for exception agi.foundation.compatibility.UncheckedFileNotFoundException
 
UncheckedFileNotFoundException(String) - Constructor for exception agi.foundation.compatibility.UncheckedFileNotFoundException
 
UNDERLINE - Static variable in class agi.foundation.compatibility.FontStyle
Underlined text.
UniformCircularApertureGainPattern - Class in agi.foundation.communications.antennas
A uniform circular aperture antenna gain pattern.
UniformCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Initializes a new instance.
UniformCircularApertureGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Create a new instance based on the given diameter, efficiency, and back lobe gain.
UniformCircularApertureGainPattern(UniformCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Initializes a new instance as a copy of an existing instance.
UniformRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
A uniform rectangular aperture antenna gain pattern.
UniformRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Initializes a new instance.
UniformRectangularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Create a new instance based on the given x and y dimensions, efficiency, and back lobe gain.
UniformRectangularApertureGainPattern(UniformRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Initializes a new instance as a copy of an existing instance.
union(CartographicExtent) - Method in class agi.foundation.coordinates.CartographicExtent
Computes the union of this extent with another extent.
UnitCartesian - Class in agi.foundation.coordinates
A set of rectilinear 3-dimensional coordinates with unit magnitude.
UnitCartesian() - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a new instance.
UnitCartesian(double, double, double) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided values.
UnitCartesian(double, double, double, double[]) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided values.
UnitCartesian(Cartesian) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided set of Cartesian coordinates.
UnitCartesian(Cartesian, double[]) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided set of Cartesian coordinates.
UnitCartesian(double, double) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided spherical coordinates.
UnitCartesian(UnitRectangular) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided set of UnitRectangular coordinates.
UnitCartesian(UnitSpherical) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the provided set of UnitSpherical coordinates.
UnitCartesian(double[]) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from the first 3 consecutive elements in the provided array.
UnitCartesian(double[], int) - Constructor for class agi.foundation.coordinates.UnitCartesian
Initializes a set of UnitCartesian coordinates from 3 consecutive elements in the provided array.
UnitQuaternion - Class in agi.foundation.coordinates
A set of 4-dimensional coordinates used to represent rotation in 3-dimensional space.
UnitQuaternion() - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a new instance.
UnitQuaternion(double, double, double, double) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided values.
UnitQuaternion(double, double, double, double, double[]) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided values.
UnitQuaternion(Quaternion) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided set of Quaternion coordinates.
UnitQuaternion(ElementaryRotation) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided ElementaryRotation.
UnitQuaternion(AngleAxisRotation) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided AngleAxisRotation.
UnitQuaternion(Matrix3By3) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided rotation matrix (Matrix3By3).
UnitQuaternion(EulerSequence) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided EulerSequence.
UnitQuaternion(YawPitchRoll) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the provided YawPitchRoll.
UnitQuaternion(double[]) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from the first 4 consecutive elements in the provided array.
UnitQuaternion(double[], int) - Constructor for class agi.foundation.coordinates.UnitQuaternion
Initializes a set of UnitQuaternion coordinates from 4 consecutive elements in the provided array.
unitQuaternionToRotationVector(UnitQuaternion) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
Converts a unit quaternion to a rotation vector.
UnitRectangular - Class in agi.foundation.coordinates
A set of rectilinear 2-dimensional coordinates with unit magnitude.
UnitRectangular() - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a new instance.
UnitRectangular(double, double) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from the provided values.
UnitRectangular(double, double, double[]) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from the provided values.
UnitRectangular(Rectangular) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from the provided set of Rectangular coordinates.
UnitRectangular(double) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from the provided polar coordinates.
UnitRectangular(double[]) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from the first 2 consecutive elements in the provided array.
UnitRectangular(double[], int) - Constructor for class agi.foundation.coordinates.UnitRectangular
Initializes a set of UnitRectangular coordinates from 2 consecutive elements in the provided array.
UnitSpherical - Class in agi.foundation.coordinates
A set of curvilinear 3-dimensional coordinates with unit magnitude.
UnitSpherical() - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a new instance.
UnitSpherical(double, double) - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a set of UnitSpherical coordinates from the provided clock angle and cone angle.
UnitSpherical(UnitCartesian) - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a set of UnitSpherical coordinates from the provided set of UnitCartesian coordinates.
UnitSpherical(Spherical) - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a set of UnitSpherical coordinates from the provided set of Spherical coordinates.
UnitSpherical(double[]) - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a set of UnitSpherical coordinates from the first 2 consecutive elements in the provided array.
UnitSpherical(double[], int) - Constructor for class agi.foundation.coordinates.UnitSpherical
Initializes a set of UnitSpherical coordinates from the provided array.
UnitVectorCesiumProperty - Class in agi.foundation.cesium
A CesiumProperty that writes values by evaluating a given Vector.
UnitVectorCesiumProperty() - Constructor for class agi.foundation.cesium.UnitVectorCesiumProperty
Initializes a new instance.
UnitVectorCesiumProperty(Vector) - Constructor for class agi.foundation.cesium.UnitVectorCesiumProperty
Initializes a new instance with the provided Vector.
UniversalPolarStereographic - Class in agi.foundation.coordinates
A set of coordinates for specifying locations near the poles of the Earth based on a grid as outlined in Defense Mapping Agency Technical Manual (DMA TM) 8358.2, "The Universal Grids: Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS)", Edition 1, 18 September 1989.
UniversalPolarStereographic() - Constructor for class agi.foundation.coordinates.UniversalPolarStereographic
Initializes a new instance.
UniversalPolarStereographic(PoleIndicator, double, double) - Constructor for class agi.foundation.coordinates.UniversalPolarStereographic
Initializes a set of UniversalPolarStereographic coordinates from the provided values.
universalPolarStereographicToCartographic(PoleIndicator, double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Converts the location given in terms of Universal Polar Stereographic (UPS) hemisphere, easting, and northing to planetodetic cartographic coordinates.
universalPolarStereographicToCartographic(UniversalPolarStereographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Converts the location given in terms of Universal Polar Stereographic (UPS) coordinates to planetodetic cartographic coordinates.
UniversalTransverseMercator - Class in agi.foundation.coordinates
A set of coordinates for specifying locations on the Earth based on a grid of longitude zones as outlined in Defense Mapping Agency Technical Manual (DMA TM) 8358.2, "The Universal Grids: Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS)", Edition 1, 18 September 1989.
UniversalTransverseMercator() - Constructor for class agi.foundation.coordinates.UniversalTransverseMercator
Initializes a new instance.
UniversalTransverseMercator(int, PoleIndicator, double, double) - Constructor for class agi.foundation.coordinates.UniversalTransverseMercator
Initializes a set of UniversalTransverseMercator coordinates from the provided values.
universalTransverseMercatorToCartographic(int, PoleIndicator, double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Converts the location given in terms of Universal Transverse Mercator (UTM) zone, hemisphere, easting, and northing to planetodetic cartographic coordinates.
universalTransverseMercatorToCartographic(UniversalTransverseMercator) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Converts the location given in terms of Universal Transverse Mercator (UTM) coordinates to planetodetic cartographic coordinates.
unknownIntervals(Iterable<? extends CoverageGridPointWithResults>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Returns the set of intervals where coverage is unknown on any of the grid points.
unload(KmlDocument) - Method in class agi.foundation.graphics.KmlGraphics
Unloads a KmlDocument.
unloadAll() - Method in class agi.foundation.graphics.KmlGraphics
Unloads all KmlDocuments associated with this central body.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.CompositeTerrainProvider
Unloads the cached terrain data for a given CartographicExtent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.EllipsoidTerrainProvider
Unloads the cached terrain data for a given CartographicExtent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.NgaDigitalTerrainElevationData
Unloads the cached terrain data for a given CartographicExtent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainCache
Unloads the cached terrain data for a given extent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Unloads the cached terrain data for a given CartographicExtent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.RasterTerrainCache
Unloads the cached terrain data for a given extent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.RasterTerrainProvider
Unloads the cached terrain data for a given CartographicExtent.
unloadExtent(CartographicExtent) - Method in class agi.foundation.terrain.TerrainProvider
Unloads the cached terrain data for a given CartographicExtent.
unnormalize(double, int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel1996
Computes the corresponding unnormalized value of a normalized coefficient.
unnormalize(double, int, int) - Static method in class agi.foundation.celestial.EarthGravitationalModel2008
Computes the corresponding unnormalized value of a normalized coefficient.
UnsupportedCaseException - Exception in agi.foundation
The exception that is thrown when an unsupported case is encountered in a switch block.
UnsupportedCaseException() - Constructor for exception agi.foundation.UnsupportedCaseException
Initializes a new instance of the UnsupportedCaseException class.
UnsupportedCaseException(String) - Constructor for exception agi.foundation.UnsupportedCaseException
Initializes a new instance with a specified error message.
UnsupportedCaseException(String, RuntimeException) - Constructor for exception agi.foundation.UnsupportedCaseException
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
unwrap(Axes) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Unwraps an AxesInAxes, AxesInVectorsAxes, or AxesInPointsAxes, returning the simple underlying Axes.
unwrap(Point) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Unwraps a PointInReferenceFrame or PointInPointsFrame, returning the simple underlying Point.
unwrap(Vector) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Unwraps a VectorInAxes.
unwrap(ReferenceFrame) - Static method in class agi.foundation.geometry.GeometryTransformer.Advanced
Unwraps both the Origin (get / set) and Axes (get / set) of a ReferenceFrame, returning a reference frame composed of the simple underlying Point and Axes.
update(PathPrimitive, JulianDate) - Method in class agi.foundation.graphics.advanced.PathPrimitiveUpdatePolicy
Updates the pathPrimitive at the specified date.
update(JulianDate, JulianDate) - Method in class agi.foundation.graphics.advanced.ProjectionStream
When overridden in a derived class, updates the projection data associated with the projection stream at the specified time.
update(PathPrimitive, JulianDate) - Method in class agi.foundation.graphics.DurationPathPrimitiveUpdatePolicy
Removes points from RemoveLocation when the amount of time between a point's Date (get) and date is greater than Duration
update(JulianDate, JulianDate) - Method in class agi.foundation.graphics.imaging.FilteringRasterStream
 
update(JulianDate, JulianDate) - Method in class agi.foundation.graphics.imaging.RasterStream
When overridden in a derived class, updates the raster data associated with the raster stream at the specified time.
update(JulianDate, JulianDate) - Method in class agi.foundation.graphics.imaging.VideoStream
 
update(PathPrimitive, JulianDate) - Method in class agi.foundation.graphics.MaximumCountPathPrimitiveUpdatePolicy
Removes points from RemoveLocation if the size of the line is greater than MaximumCount.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
Updates the display condition instances to their state at the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.PointVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate, SolidPrimitive) - Method in class agi.foundation.platforms.advanced.SolidUpdater
Updates the primitive's graphical properties to match the provided time.
update(JulianDate, SurfaceMeshPrimitive) - Method in class agi.foundation.platforms.advanced.SurfaceUpdater
Updates the primitive's graphical properties to match the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.TextVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate, TriangleMeshPrimitive) - Method in class agi.foundation.platforms.advanced.TriangleMeshUpdater
Updates the primitive's graphical properties to match the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Updates any dynamic graphics to the provided time.
update(JulianDate) - Method in class agi.foundation.platforms.ServiceProviderDisplay
Updates any dynamic graphics to the provided time.
update(Transaction) - Method in class agi.foundation.tracking.EntityVisualizer
Updates all graphics to reflect the entities in the provided transaction.
update(Transaction) - Method in class agi.foundation.tracking.HistoryVisualizer
Updates the underlying primitive to reflect the latest entity track history.
update(Transaction) - Method in class agi.foundation.tracking.LabelVisualizer
Updates the underlying primitive to reflect the latest entity state.
update(Transaction) - Method in class agi.foundation.tracking.MarkerVisualizer
Updates the underlying primitive to reflect the latest entity state.
update(Transaction) - Method in class agi.foundation.tracking.ModelVisualizer
Updates the underlying primitives to reflect the latest entity state.
update(Transaction) - Method in class agi.foundation.tracking.PointVisualizer
Updates the underlying primitive to reflect the latest entity state.
update(Transaction) - Method in class agi.foundation.tracking.SensorFieldOfViewVisualizer
Updates all graphics to reflect the entities in the provided transaction.
update(Transaction) - Method in class agi.foundation.tracking.ViewEntityFromOffset
Moves the camera's reference point to the position of the tracked entity while offsetting the camera position by amount of entity movement.
update(Transaction) - Method in class agi.foundation.tracking.ViewFromTo
Moves the camera's reference point to the position of the to entity while placing the camera at the position of the from entity.
update(Transaction) - Method in class agi.foundation.tracking.WaypointVisualizer
Updates the underlying primitive to reflect the latest entity track history.
updateCollectionReferences(List<T>, CopyContext) - Static method in class agi.foundation.infrastructure.EvaluatorHelper
Updates the references in the collection using the specified CopyContext.
updateEarthMoonBarycenterPoint(Point, Point, double) - Method in class agi.foundation.celestial.EarthMoonBarycenter
Updates the CenterOfMassPoint (get / set) of this EarthMoonBarycenter instance using the Earth-Moon mass ratio and the positions of the Earth and Moon.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.access.EvaluatorDelayedByLink
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.ConstantEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.coordinates.StateElementAdapter
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.coordinates.StateEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.Evaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in interface agi.foundation.IEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.CachingEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.infrastructure.ValueEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.MotionEvaluator1
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.MotionEvaluator2
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.propagators.StoppablePropagator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateEvaluatorReferences(CopyContext) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
updateFromNewProjection(CentralBody, Cartesian, SensorProjection, int) - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
Updates the triangulation from a given sensor projection.
updateFromNewProjection(CentralBody, Cartesian, SensorProjection, int, boolean) - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
Updates the triangulation from a given sensor projection.
updateHessian(Matrix, double[], double[]) - Static method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
Uses a damped Broyden-Fletcher-Goldfarb-Shanno (BFGS) quasi-Newton update to update the Hessian matrix.
updateLastAccess() - Method in class agi.foundation.terrain.TerrainRegion
Updates the last access time of this terrain region with the current time stamp of the cache group associated with this region.
updatePriorToStep(JulianDate, PropagationStateArray) - Method in interface agi.foundation.propagators.IUpdatePriorToStep
Called by the NumericalPropagator each time step prior to propagation to perform any state updates required by the PropagationStateElement that created this object.
updateProgressTrackerAndReturnIfCanceled(ITrackCalculationProgress) - Static method in class agi.foundation.segmentpropagation.SegmentPropagator
A helper method to handle the progress tracker that the various SegmentPropagator.propagate() methods have.
updateReference(T) - Method in class agi.foundation.EvaluatorGroup
Updates a reference in order to ensure that references to two or more equivalent evaluators are reduced to a single instance.
updateReference(T) - Method in class agi.foundation.infrastructure.AccessQueryReplacementCopyContext
Updates a given reference, returning a reference to use in its place.
updateReference(T) - Method in class agi.foundation.infrastructure.CopyContext
Updates a given reference, returning a reference to use in its place.
updateReference(T) - Method in class agi.foundation.infrastructure.CopyForAnotherThread
Updates a given reference, returning a reference to use in its place.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.DisplayParametersHelper
Uses the provided group to update previously created evaluators.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.PointVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.SolidUpdater
Updates all evaluator references using the provided group.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.SurfaceUpdater
Updates all evaluator references using the provided group.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.TextVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.TriangleMeshUpdater
Updates all evaluator references using the provided group.
updateReferences(EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
updateSavedDerivatives(double[]) - Method in class agi.foundation.numericalmethods.advanced.MultipleStepIntegrator
This method is used in order to update the last step's derivatives with any post integration corrections.
updateSavedDerivatives(double[]) - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
This method is used in order to update the last step's derivatives with any post integration corrections.
UpdateSegment - Class in agi.foundation.segmentpropagation
A segment that will update the final state of the previous segment.
UpdateSegment() - Constructor for class agi.foundation.segmentpropagation.UpdateSegment
Initializes a new instance.
UpdateSegment(UpdateSegment, CopyContext) - Constructor for class agi.foundation.segmentpropagation.UpdateSegment
Initializes a new instance as a copy of an existing instance.
UpdateSegmentConfiguration - Class in agi.foundation.segmentpropagation
UpdateSegmentConfiguration(List<StateUpdaterEvaluator>) - Constructor for class agi.foundation.segmentpropagation.UpdateSegmentConfiguration
Initializes a new instance.
UpdateSegmentConfiguration(UpdateSegmentConfiguration, CopyContext) - Constructor for class agi.foundation.segmentpropagation.UpdateSegmentConfiguration
Initializes a new instance as a copy of an existing instance.
upEastNorthTransformation(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic up-east-north axes at the given position on the surface.
Ura111BspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Uranus and several of its moons with respect to the Uranus system barycenter.
Ura111BspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.Ura111BspEphemerisProvider
Initializes an instance using the specified ura111.bsp filename.
Ura111BspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.Ura111BspEphemerisProvider
Initializes a new instance with the specified stream factory.
Ura111BspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.Ura111BspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
Ura111BspEphemerisProvider(Ura111BspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.Ura111BspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
UranianMoonsAnalyticEphemeris - Class in agi.foundation.celestial
Provides Point instances representing the positions of some of the Uranian moons computed using a J4Propagator with gravitational terms provided by the comments file of the ura111 ephemeris file.
UranusBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the positions of Ariel and Titania with respect to the Uranus system barycenter.
UranusBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.UranusBspEphemerisProvider
Initializes an instance using the specified uranus.bsp filename.
UranusBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.UranusBspEphemerisProvider
Initializes a new instance with the specified stream factory.
UranusBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.UranusBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
UranusBspEphemerisProvider(UranusBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.UranusBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
UranusCentralBody - Class in agi.foundation.celestial
The planet Uranus.
UranusCentralBody() - Constructor for class agi.foundation.celestial.UranusCentralBody
Initializes a new instance.
UranusCentralBody(UranusCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.UranusCentralBody
Initializes a new instance as a copy of an existing instance.
UranusGravitationalParameter - Static variable in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
The gravitational parameter of Uranus used by ura111.bsp converted to m^3/s^2.
UranusJ2 - Static variable in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
The unnormalized J2 term of Uranus used by ura111.bsp.
UranusJ4 - Static variable in class agi.foundation.celestial.UranianMoonsAnalyticEphemeris
The unnormalized J4 term of Uranus used by ura111.bsp.
UranusSystemBarycenter - Class in agi.foundation.celestial
The barycenter of the Uranus system.
UranusSystemBarycenter() - Constructor for class agi.foundation.celestial.UranusSystemBarycenter
Initializes a new instance.
UranusSystemBarycenter(UranusSystemBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.UranusSystemBarycenter
Initializes a new instance as a copy of an existing instance.
UsafGeneralPerturbationElements - Class in agi.foundation.propagators
United States Air Force (USAF) general perturbation (GP) orbital elements.
UsafGeneralPerturbationElements() - Constructor for class agi.foundation.propagators.UsafGeneralPerturbationElements
Initializes a new instance.
UsafGeneralPerturbationElements(Sgp4Elements, String, String, String, String, double, double, int, int, int, String, double, double, double, double, double, double, double, GeneralPerturbationObjectType) - Constructor for class agi.foundation.propagators.UsafGeneralPerturbationElements
Initializes a new instance from a set of Sgp4Elements and additional meta-data contained in a USAF General Perturbation file.
UsafGeneralPerturbationElements(UsafGeneralPerturbationElements) - Constructor for class agi.foundation.propagators.UsafGeneralPerturbationElements
Initializes a new instance as a copy of an existing instance.
useCurrentAsDefault() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
Sets the current threading policy as the default policy to be used for new threads.
USED_MAXIMUM - Static variable in class agi.foundation.numericalmethods.StepSizeInformation
The step size was bounded by the maximum step size.
USED_MINIMUM - Static variable in class agi.foundation.numericalmethods.StepSizeInformation
The step size was bounded by the minimum step size.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.celestial.JplDE
Uses this JPL DE data for the positions of the centers of mass of the central bodies in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Ceres and Vesta in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Ceres in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Use this ephemeris provider to define the locations of whichever central bodies and barycenters are directly provided by this file.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Io, Europa, Ganymede, and Callisto in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Io, Europa, Ganymede, and Callisto in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Phobos, Deimos, and Mars in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Triton in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Triton in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Uses this ephemeris provider for the positions of the Sun, planetary barycenters, planets, Pluto, and the Moon.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Charon in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Charon in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of the nine major moons of Saturn in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of the nine major moons of Saturn in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Ariel and Titania in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Uses this ephemeris provider for the positions of the centers of mass of Ariel and Titania in the specified CentralBodiesFacet instance.
useForCentralBodyPositions(CentralBodiesFacet) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Uses this ephemeris provider for the position of the center of mass of Vesta in the specified CentralBodiesFacet instance.
useForTimeStandardConversions() - Static method in class agi.foundation.celestial.EarthOrientationParameters
Configures the TimeStandardConverter so that EOP data is used to convert between the UTC and UT1 time standards.
useInCurrentContext() - Method in class agi.foundation.celestial.CentralBodiesFacet
Adds this instance to the current context, making it the official instance of this facet type in the context.
useInCurrentContext() - Method in class agi.foundation.infrastructure.CalculationContextFacet
Adds this instance to the current context, making it the official instance of this facet type in the context.
useInCurrentContext() - Method in class agi.foundation.time.LeapSecondsFacet
Adds this instance to the calculation context, making it the official source of leap seconds in the context.
UsgsDigitalElevationModel - Class in agi.foundation.terrain
A terrain provider for reading terrain from USGS Digital Elevation Model (DEM) files.
UsgsDigitalElevationModel(String) - Constructor for class agi.foundation.terrain.UsgsDigitalElevationModel
Initializes a new instance using the specified DEM filename.
UsgsDigitalElevationModel(String, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.UsgsDigitalElevationModel
Initializes a new instance using the specified DEM filename.
UsgsDigitalElevationModel(StreamFactory) - Constructor for class agi.foundation.terrain.UsgsDigitalElevationModel
Initializes a new instance with the specified stream factory.
UsgsDigitalElevationModel(StreamFactory, TerrainCacheGroup) - Constructor for class agi.foundation.terrain.UsgsDigitalElevationModel
Initializes a new instance with the specified stream factory.
USStandardAtmosphere1976 - Class in agi.foundation.celestial
Provides scalars that calculate values using the U.S.
USStandardAtmosphere1976() - Constructor for class agi.foundation.celestial.USStandardAtmosphere1976
Initializes a new instance.
USStandardAtmosphere1976.Result - Class in agi.foundation.celestial
The result of the calculation.

V

validateAnimation() - Method in class agi.foundation.graphics.advanced.ForwardAndBackwardAnimation
 
validateAnimation() - Method in class agi.foundation.graphics.advanced.ForwardAnimation
Validates that animation can occur, throwing an exception if it cannot.
validateComponentLicense(String) - Static method in class agi.foundation.Licensing
Checks that the license for a specified component is valid, and throws an exception if it is not.
validateGreaterThanZero(double, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
validateGreaterThanZero(double, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
validateGreaterThanZero(int, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
validateGreaterThanZero(int, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
validateImplementsInterface(TypeLiteral<TInterface>, Object, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property implements the specified interface.
validateImplementsInterface(TypeLiteral<TInterface>, Object, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property implements the specified interface.
validateModification(Transaction, Object) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Verifies a modification to ensure that it is still valid after other transactions have potentially committed modifications to this object.
validateNonNegative(double, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
validateNonNegative(double, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
validateNonNegative(int, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
validateNonNegative(int, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
validateNonNull(Object, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-null, and throw PropertyInvalidException if it is not.
validateNonNull(Object, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-null, and throw PropertyInvalidException if it is not.
validateNonZero(double, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-zero, and throw PropertyInvalidException if it is not.
validateNonZero(double, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be non-zero, and throw PropertyInvalidException if it is not.
validateNotEmpty(Collection<T>, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be null or an empty collection, and throw PropertyInvalidException if it is.
validateNotEmpty(Map<TKey, TValue>, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be null or an empty dictionary, and throw PropertyInvalidException if it is.
validateNotEmpty(Collection<T>, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be null or an empty collection, and throw PropertyInvalidException if it is.
validateNotEmpty(Map<TKey, TValue>, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be null or an empty dictionary, and throw PropertyInvalidException if it is.
validateNotNaN(double, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be NaN, and throw PropertyInvalidException if it is.
validateNotNaN(double, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must not be NaN, and throw PropertyInvalidException if it is.
validateProperties(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.Maneuver
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, VectorDisplacement) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IServiceProvider) - Method in class agi.foundation.celestial.WindModel
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, SignalPropagationGraph) - Method in class agi.foundation.communications.signalprocessing.Photodiode
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
Validates that all properties are configured correctly for evaluation.
validateProperties() - Method in class agi.foundation.coverage.BaseCoverageDefinition
Validates all of the properties of the coverage definition.
validateProperties() - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Validates all of the properties of the coverage definition.
validateProperties() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Validates all of the properties of the coverage definition.
validateProperties() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Validates all of the properties of the coverage definition.
validateProperties() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Validates all of the properties of the coverage definition.
validateProperties(EvaluatorGroup, boolean) - Method in class agi.foundation.geometry.CommunicationLinkScalar
Checks to see if any of the properties are null and, if so, throws an exception.
validateProperties(EvaluatorGroup, boolean) - Method in class agi.foundation.geometry.CommunicationObjectScalar
Checks to see if any of the properties are null and, if so, throws an exception.
validateProperties() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Validates all properties for use in constructing the signal evaluator.
validateProperties(EvaluatorGroup, IntendedSignalStrategy, SignalPropagationGraph) - Method in class agi.foundation.radar.RadarWaveformProcessor
Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Validates all properties for use in constructing the signal evaluator.
validateProperties() - Method in class agi.foundation.stoppingconditions.StoppingCondition
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateProperties() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Validates that required properties are configured correctly in order to get an evaluator for this instance.
validateTileCoordinates(int, int, int) - Static method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
Determines whether the given tile coordinates are valid, that is, whether the coordinates define a tile that could possibly exist, and throws an ArgumentOutOfRangeException if one of the coordinates is invalid.
validateZeroToOne(double, String, String) - Static method in exception agi.foundation.PropertyInvalidException
Validate that the given property value must be between zero and one, and throw PropertyInvalidException if it is not.
ValueDefinition<T> - Class in agi.foundation.infrastructure
Defines a value used in a broader computation.
ValueDefinition() - Constructor for class agi.foundation.infrastructure.ValueDefinition
Initializes a new instance.
ValueDefinition(ValueDefinition<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.ValueDefinition
Initializes a new instance as a copy of an existing instance.
ValueEvaluator<T> - Class in agi.foundation.infrastructure
An abstract base class for evaluators that takes no parameters and produces a return value of a given type.
ValueEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.infrastructure.ValueEvaluator
Initializes a new instance.
ValueEvaluator(ValueEvaluator<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.ValueEvaluator
Initializes a new instance as a copy of an existing instance.
ValueInStateStoppingCondition - Class in agi.foundation.stoppingconditions
A StoppingCondition that samples the value of a Motion{double} stored in an ITimeBasedState.
ValueInStateStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Initializes a new instance.
ValueInStateStoppingCondition(String, double, double, StopType) - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Initializes a new instance.
ValueInStateStoppingCondition(String, double, StopType) - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Initializes a new instance.
ValueInStateStoppingCondition(ValueInStateStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Initializes a new instance as a copy of an existing instance.
ValueInStateStoppingConditionConstraint - Class in agi.foundation.stoppingconditions
A StoppingConditionConstraint that compares a value stored in an ITimeBasedState to a specified threshold.
ValueInStateStoppingConditionConstraint() - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Initializes a new instance.
ValueInStateStoppingConditionConstraint(String, double, double, WhenToCheckConstraint, InequalityCondition, boolean) - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Initializes a new instance.
ValueInStateStoppingConditionConstraint(ValueInStateStoppingConditionConstraint, CopyContext) - Constructor for class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Initializes a new instance as a copy of an existing instance.
valueOf(String) - Static method in enum agi.foundation.access.AccessClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.AccessConstraintApplicability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.AccessConstraintSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.AccessEventTimes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.AccessSignalModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.constraints.PlaneIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.LinkGraphDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.access.LinkRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.aircraftpropagation.ClimbDescentCommandedValuesElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.aircraftpropagation.CruiseCommandedValuesElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.aircraftpropagation.ManeuverReferenceAxes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.BehaviorBeyondAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.ccsds.CcsdsInterpolationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.ccsds.CcsdsOemFileOutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.ccsds.CcsdsReferenceFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.CoefficientOfReflectivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.EclipseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.JplDECentralBody
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.JplDEDataIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.KindOfForce
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.RadiationVectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.celestial.RoleOfForce
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.AzimuthElevationMaskGraphicsProjection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumArcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumClassificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumColorBlendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumExtrapolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumGenerationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumHeightReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumHorizontalOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumInterpolationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumLabelStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumResourceBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumSensorVolumePortionToDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumShadowMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumStripeOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.CesiumVerticalOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.ClockRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.cesium.ClockStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.communications.AntennaTargetingResultReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.communications.PolarizationReferenceAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.communications.signalpropagation.ItuRP835Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.communications.signalpropagation.TiremPropagationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.compatibility.EventResetMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.compatibility.FileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.AxisIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.CartesianElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.CartographicElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.DelaunayElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.EquinoctialElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.EulerSequenceIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.KeplerianElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.KozaiIzsakMeanElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.OrbitDirectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.OrbitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.PoleIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.SphericalElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coordinates.YawPitchRollIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.coverage.CoverageFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.discrete.WindingOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.DisplacementVectorParticipant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.EllipsoidSurfaceRegionCurveConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.shapes.EllipsoidType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.shapes.EnclosureFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.geometry.shapes.SensorSpaceProjection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.BlendingEquation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.BlendingFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.CameraSnapshotFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.CameraVideoFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ConstrainedUpAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ForwardAnimation.AnimationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.GlobeOverlayRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.IndicesOrderHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MaintainAspectRatio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MapProjection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderPass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSizeSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MarkerBatchUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.MessageLoopType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ModelTransformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.PathPrimitiveRemoveLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.PrimitivesSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ProjectedRasterRenderPass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.RefreshRate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.RenderPassHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayPinningOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.SimulationAnimationCycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.advanced.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.AntiAliasing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.BinaryLogicOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.BingMapsStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.BlurMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.EdgeDetectMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.FlipAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.GradientDetectMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.Jpeg2000CompressionProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.RasterBand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.RasterFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.RasterOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.RasterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.SharpenMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.imaging.VideoPlayback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.KmlNetworkLinkRefreshMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.KmlNetworkLinkViewRefreshMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.ModelUpAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.OutlineAppearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.PolylineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.CullFace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.InternalTextureFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.MagnificationFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.MinificationFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.RendererShadeModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.renderer.TextureWrap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.SetHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.StereoProjectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.graphics.StereoscopicDisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.infrastructure.threading.PersistentDictionaryAddResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.infrastructure.threading.ThreadSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.AccuracyCalculationPersona
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.advanced.GpsSignalConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalTrackingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.advanced.NavigationSignalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.ConfidenceIntervalVariableDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.datareaders.MeteorologicalMeasurement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.datareaders.NanuType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.datareaders.OutageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.datareaders.RinexObservationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.DilutionOfPrecisionOptimization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.DilutionOfPrecisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.GpsReceiverSolutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.NavigationAccuracyAssessedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.NavigationAccuracyPredictedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.NavigationBlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.navigation.RaimFlightPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.BehaviorWhenOnThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.BracketToward
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.BrentSolutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.ConvergenceCriteria
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.ExtremumKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.NewtonRootType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.advanced.ThresholdCrossingSolutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.CostFunctionGoal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.DerivativeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.EndsOfSegment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.ExtremumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.FiniteDifferenceMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.FunctionSegmentSlope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.GaussJacksonCorrectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.InequalityBoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.IntegrationSense
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.InterpolationAlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.KindOfStepSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.numericalmethods.ScalarConstraintDifference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.platforms.advanced.DisplayConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.BallisticPropagatorSolutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.GeneralPerturbationObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.LambertPathType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.LifetimeCalculationLimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.LifetimeCalculationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.PropagationEventIndication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.PropagationEventTrigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.PropagationStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorAscentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorBurnoutVelocityFrame
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.SortingFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.TransitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.propagators.WalkerConstellationPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.radar.SignalToNoiseRatioComputeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.radar.SwerlingTargetModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.advanced.HeightConfigurationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.advanced.KindOfTangent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.advanced.SpeedConfigurationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.advanced.SurfaceConnectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.advanced.SurfaceProcedureConnectionDependency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.CircularHoldProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.ClosedTurnDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.DefaultProfileBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.InscribedTurnProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.KindOfSurfaceConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.LandingProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.RacetrackHoldProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.RouteHeightReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.SpeedReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.StationaryHoldProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.TakeoffProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.TerrainAvoidanceProfile.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.TurnAfterWaypointProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.TurnBeforeWaypointProcedure.ConfigurationData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.routedesign.WaypointTurnDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.ChangeStoppingConditionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.InvalidFuelStateBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.MaximumDurationBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.ReturnSegmentBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.StateForNextSegmentBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.SwitchableSegmentOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorConvergenceBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.SignalDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.SphericalMedianCalculationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.CityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.CovarianceReadOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkAttitudeFileVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkEphemerisFile.DistanceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkEphemerisFile.StkTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkEphemerisFileVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkPatternFileVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stk.StkSatelliteDatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.CircularRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.InequalityCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionEnabled
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionTriggeredBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.StoppingConditionValueStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.StopType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.stoppingconditions.WhenToCheckConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.terrain.HeightReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.terrain.RasterTerrainGridCellDiagonal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.terrain.TerrainRegionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.time.Iso8601Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum agi.foundation.tracking.MatchingStrategy
Returns the enum constant of this type with the specified name.
ValueParameter<T> - Class in agi.foundation.infrastructure
Represents an arbitrary value as a parameter.
ValueParameter() - Constructor for class agi.foundation.infrastructure.ValueParameter
Initializes a new instance.
values() - Static method in enum agi.foundation.access.AccessClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.AccessConstraintApplicability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.AccessConstraintSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.AccessEventTimes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.AccessSignalModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.constraints.PlaneIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.LinkGraphDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.access.LinkRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.aircraftpropagation.ClimbDescentCommandedValuesElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.aircraftpropagation.CruiseCommandedValuesElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.aircraftpropagation.ManeuverReferenceAxes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.BehaviorBeyondAvailability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.ccsds.CcsdsInterpolationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.ccsds.CcsdsOemFileOutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.ccsds.CcsdsReferenceFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.CoefficientOfReflectivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.EclipseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.JplDECentralBody
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.JplDEDataIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.KindOfForce
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.RadiationVectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.celestial.RoleOfForce
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.AzimuthElevationMaskGraphicsProjection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumArcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumClassificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumColorBlendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumExtrapolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumGenerationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumHeightReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumHorizontalOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumInterpolationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumLabelStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumResourceBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumSensorVolumePortionToDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumShadowMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumStripeOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.CesiumVerticalOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.ClockRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.cesium.ClockStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.communications.AntennaTargetingResultReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.communications.PolarizationReferenceAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.communications.signalpropagation.ItuRP835Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.communications.signalpropagation.TiremPropagationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.compatibility.EventResetMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class agi.foundation.compatibility.FileAccess
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum agi.foundation.compatibility.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class agi.foundation.compatibility.FontStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class agi.foundation.compatibility.MouseButtons
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum agi.foundation.coordinates.AxisIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.CartesianElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.CartographicElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.DelaunayElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.EquinoctialElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.EulerSequenceIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.KeplerianElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.KozaiIzsakMeanElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.OrbitDirectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.OrbitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.PoleIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.SphericalElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coordinates.YawPitchRollIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.coverage.CoverageFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.discrete.WindingOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.DisplacementVectorParticipant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.EllipsoidSurfaceRegionCurveConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.shapes.EllipsoidType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.shapes.EnclosureFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.geometry.shapes.SensorSpaceProjection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.BlendingEquation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.BlendingFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.CameraSnapshotFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.CameraVideoFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ConstrainedUpAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ForwardAnimation.AnimationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.GlobeOverlayRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.IndicesOrderHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MaintainAspectRatio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MapProjection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchRenderPass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSizeSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MarkerBatchUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.MessageLoopType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ModelTransformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.PathPrimitiveRemoveLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.PrimitivesSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ProjectedRasterRenderPass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.RefreshRate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.RenderPassHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayPinningOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.ScreenOverlayUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.SimulationAnimationCycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.SurfaceMeshRenderingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.advanced.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.AntiAliasing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.BinaryLogicOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.BingMapsStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.BlurMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.EdgeDetectMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.FlipAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.GradientDetectMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.Jpeg2000CompressionProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.RasterBand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.RasterFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.RasterOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.RasterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.SharpenMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.imaging.VideoPlayback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.KmlNetworkLinkRefreshMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.KmlNetworkLinkViewRefreshMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.ModelUpAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.OutlineAppearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.PolylineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.CullFace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.InternalTextureFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.MagnificationFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.MinificationFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.RendererShadeModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.renderer.TextureWrap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.SetHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.StereoProjectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.graphics.StereoscopicDisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class agi.foundation.infrastructure.ParameterAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum agi.foundation.infrastructure.threading.PersistentDictionaryAddResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.infrastructure.threading.ThreadSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.AccuracyCalculationPersona
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.advanced.GpsSignalConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalTrackingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.advanced.NavigationSignalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.ConfidenceIntervalVariableDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.datareaders.MeteorologicalMeasurement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.datareaders.NanuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.datareaders.OutageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.datareaders.RinexObservationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.DilutionOfPrecisionOptimization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.DilutionOfPrecisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.GpsReceiverSolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.NavigationAccuracyAssessedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.NavigationAccuracyPredictedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.NavigationBlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.navigation.RaimFlightPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.BehaviorWhenOnThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.BracketToward
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.BrentSolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.ConvergenceCriteria
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.ExtremumKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.NewtonRootType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.advanced.ThresholdCrossingSolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.CostFunctionGoal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.DerivativeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.EndsOfSegment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.ExtremumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.FiniteDifferenceMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.FunctionSegmentSlope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.GaussJacksonCorrectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.InequalityBoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.IntegrationSense
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.InterpolationAlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.KindOfStepSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.numericalmethods.ScalarConstraintDifference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class agi.foundation.numericalmethods.StepSizeInformation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum agi.foundation.platforms.advanced.DisplayConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.BallisticPropagatorSolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.GeneralPerturbationObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.LambertPathType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.LifetimeCalculationLimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.LifetimeCalculationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.PropagationEventIndication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.PropagationEventTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.PropagationStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorAscentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.SimpleAscentPropagatorBurnoutVelocityFrame
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.SortingFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.TransitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.propagators.WalkerConstellationPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.radar.SignalToNoiseRatioComputeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.radar.SwerlingTargetModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.advanced.HeightConfigurationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.advanced.KindOfTangent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.advanced.SpeedConfigurationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.advanced.SurfaceConnectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.advanced.SurfaceProcedureConnectionDependency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.CircularHoldProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.ClosedTurnDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.DefaultProfileBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.InscribedTurnProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.KindOfSurfaceConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.LandingProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.RacetrackHoldProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.RouteHeightReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.SpeedReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.StationaryHoldProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.TakeoffProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.TerrainAvoidanceProfile.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.TurnAfterWaypointProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.TurnBeforeWaypointProcedure.ConfigurationData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.routedesign.WaypointTurnDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.ChangeStoppingConditionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.InvalidFuelStateBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.MaximumDurationBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.ReturnSegmentBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.StateForNextSegmentBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.SwitchableSegmentOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.segmentpropagation.TargetedSegmentListOperatorConvergenceBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.SignalDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.SphericalMedianCalculationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.CityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.CovarianceReadOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkAttitudeFileVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkEphemerisFile.DistanceUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkEphemerisFile.StkTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkEphemerisFileVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkPatternFileVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stk.StkSatelliteDatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.CircularRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.InequalityCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionEnabled
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionTriggeredBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.StoppingConditionValueStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.StopType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.stoppingconditions.WhenToCheckConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class agi.foundation.terrain.GTOPO30Options
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum agi.foundation.terrain.HeightReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.terrain.RasterTerrainGridCellDiagonal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.terrain.TerrainRegionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.time.Iso8601Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum agi.foundation.tracking.MatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Interface in agi.foundation.compatibility
Provides the base class for value types.
variableChangeWithinTolerance(double, double) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
Calculates if the absolute value of change in the variable between iterations is smaller than or equal to the VariableTolerance (get / set).
VariableFrequencyMixer - Class in agi.foundation.communications.signalprocessing
Model for a mixer where the output frequency is determined by a frequency in/frequency out polynomial.
VariableFrequencyMixer() - Constructor for class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Initializes a new instance.
VariableFrequencyMixer(SignalProcessor) - Constructor for class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Initializes a new instance from the given signal input.
VariableFrequencyMixer(SignalProcessor, RealPolynomial) - Constructor for class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Initializes a new instance from the given signal input and frequency polynomial.
VariableFrequencyMixer(VariableFrequencyMixer, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Initializes a new instance as a copy of an existing instance.
VariableGainAmplifier - Class in agi.foundation.communications.signalprocessing
Model of a non-linear amplifier where the output power is determined by an input back-off/output back-off (IBO/OBO) curve and intermodulation noise temperature can be added to the carrier using an input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) curve.
VariableGainAmplifier() - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Initializes a new instance.
VariableGainAmplifier(SignalProcessor) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Initializes a new instance from the given signal input.
VariableGainAmplifier(SignalProcessor, double, double, double, double) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Initializes a new instance from the given signal input, saturated input power, saturated output power, noise factor, and reference temperature.
VariableGainAmplifier(SignalProcessor, double, double, double, double, List<VariableGainAmplifierBackoffCurves>) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Initializes a new instance from the given signal input, saturated input power, saturated output power, noise factor, reference temperature, and back-off curves list.
VariableGainAmplifier(VariableGainAmplifier, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Initializes a new instance as a copy of an existing instance.
VariableGainAmplifierBackoffCurves - Class in agi.foundation.communications.signalprocessing
Represents a set of input back-off curves.
VariableGainAmplifierBackoffCurves(Function2<Double, Double>) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Initializes an instance with a given input back-off/output back-off (IBO/OBO) curve.
VariableGainAmplifierBackoffCurves(Function2<Double, Double>, Function2<Double, Double>) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Initializes an instance with a given input back-off/output back-off (IBO/OBO) curve and input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) curve.
VariableGainAmplifierBackoffCurves(VariableGainAmplifierBackoffCurves, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Initializes a new instance as a copy of an existing instance.
VariableGainAmplifierBackoffPolynomial - Class in agi.foundation.communications.signalprocessing
Represents a polynomial input back-off curve.
VariableGainAmplifierBackoffPolynomial(RealPolynomial) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Initialize a new instance based on the given polynomial.
VariableGainAmplifierBackoffPolynomial(double...) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Initializes a new instance based on the given polynomial coefficients.
VariableGainAmplifierBackoffPolynomial(VariableGainAmplifierBackoffPolynomial, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Initializes a new instance as a copy of an existing instance.
variance(List<Double>) - Static method in class agi.foundation.CircularDescriptiveStatistics
Calculates the variance of a list of angles.
variance(List<UnitCartesian>) - Static method in class agi.foundation.SphericalDescriptiveStatistics
Calculates the variance of a list of data.
Vector - Class in agi.foundation.geometry
A vector relative to a set of basis axes.
Vector() - Constructor for class agi.foundation.geometry.Vector
Initializes a new instance.
Vector(Vector, CopyContext) - Constructor for class agi.foundation.geometry.Vector
Initializes a new instance as a copy of an existing instance.
VectorAcceleration - Class in agi.foundation.geometry
A Vector representing the acceleration of a given Point (get / set) derived in a given ReferenceFrame (get / set).
VectorAcceleration() - Constructor for class agi.foundation.geometry.VectorAcceleration
Initializes a new instance.
VectorAcceleration(Point, ReferenceFrame) - Constructor for class agi.foundation.geometry.VectorAcceleration
Initializes a new instance of the VectorAcceleration class to represent the acceleration of a given point in a given reference frame.
VectorAcceleration(VectorAcceleration, CopyContext) - Constructor for class agi.foundation.geometry.VectorAcceleration
Initializes a new instance as a copy of an existing instance.
VectorAngularAcceleration - Class in agi.foundation.geometry
A Vector defined as the angular acceleration of a given set of axes as the axes rotate with time.
VectorAngularAcceleration() - Constructor for class agi.foundation.geometry.VectorAngularAcceleration
Initializes a new instance.
VectorAngularAcceleration(Axes, Axes) - Constructor for class agi.foundation.geometry.VectorAngularAcceleration
Initializes a new instance of the VectorAngularAcceleration class using the provided axes.
VectorAngularAcceleration(VectorAngularAcceleration, CopyContext) - Constructor for class agi.foundation.geometry.VectorAngularAcceleration
Initializes a new instance as a copy of an existing instance.
VectorAngularVelocity - Class in agi.foundation.geometry
A Vector defined as the angular velocity of a given set of axes as the axes rotate with time.
VectorAngularVelocity() - Constructor for class agi.foundation.geometry.VectorAngularVelocity
Initializes a new instance.
VectorAngularVelocity(Axes, Axes) - Constructor for class agi.foundation.geometry.VectorAngularVelocity
Initializes a new instance of the VectorAngularVelocity class using the provided axes.
VectorAngularVelocity(VectorAngularVelocity, CopyContext) - Constructor for class agi.foundation.geometry.VectorAngularVelocity
Initializes a new instance as a copy of an existing instance.
VectorApparentDisplacement - Class in agi.foundation.geometry
A vector representing the apparent directed displacement from an initial point to a final point as the points move over time.
VectorApparentDisplacement() - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance.
VectorApparentDisplacement(Point, Point, ReferenceFrame, SignalDirection, double, VectorVelocity) - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance of the VectorApparentDisplacement class which accounts for aberration in addition to light travel time.
VectorApparentDisplacement(Point, Point, ReferenceFrame, SignalDirection, double) - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance of the VectorApparentDisplacement class which only accounts for light travel time.
VectorApparentDisplacement(Point, Point, ReferenceFrame, VectorVelocity) - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance of the VectorApparentDisplacement class which accounts for aberration in addition to light travel time.
VectorApparentDisplacement(Point, Point, ReferenceFrame) - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance of the VectorApparentDisplacement class which only accounts for light travel time.
VectorApparentDisplacement(VectorApparentDisplacement, CopyContext) - Constructor for class agi.foundation.geometry.VectorApparentDisplacement
Initializes a new instance as a copy of an existing instance.
VectorBPlane - Class in agi.foundation.geometry
A vector computing the B-Plane vector of a Point relative to a CentralBody (get / set).
VectorBPlane() - Constructor for class agi.foundation.geometry.VectorBPlane
Initializes a new instance.
VectorBPlane(Point, CentralBody, double) - Constructor for class agi.foundation.geometry.VectorBPlane
Initializes a new instance.
VectorBPlane(Point, CentralBody, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.VectorBPlane
Initializes a new instance.
VectorBPlane(VectorBPlane, CopyContext) - Constructor for class agi.foundation.geometry.VectorBPlane
Initializes a new instance as a copy of an existing instance.
VectorCesiumProperty - Class in agi.foundation.cesium
A CesiumProperty that writes values by evaluating a given Vector.
VectorCesiumProperty() - Constructor for class agi.foundation.cesium.VectorCesiumProperty
Initializes a new instance.
VectorCesiumProperty(Vector) - Constructor for class agi.foundation.cesium.VectorCesiumProperty
Initializes a new instance with the provided Vector.
VectorCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates a CZML vector for objects that provide IVectorService and IVectorGraphicsService.
VectorCrossProduct - Class in agi.foundation.geometry
A Vector defined by the cross product of two vectors which may vary with time.
VectorCrossProduct() - Constructor for class agi.foundation.geometry.VectorCrossProduct
Initializes a new instance.
VectorCrossProduct(Vector, Vector) - Constructor for class agi.foundation.geometry.VectorCrossProduct
Initializes a new instance of the VectorCrossProduct class using the provided vectors.
VectorCrossProduct(VectorCrossProduct, CopyContext) - Constructor for class agi.foundation.geometry.VectorCrossProduct
Initializes a new instance as a copy of an existing instance.
VectorDependentOnServiceProvider - Class in agi.foundation.geometry
A time-varying vector which depends on one or more services from an IServiceProvider in order to get an evaluator.
VectorDependentOnServiceProvider() - Constructor for class agi.foundation.geometry.VectorDependentOnServiceProvider
Initializes a new instance.
VectorDependentOnServiceProvider(VectorDependentOnServiceProvider, CopyContext) - Constructor for class agi.foundation.geometry.VectorDependentOnServiceProvider
Initializes a new instance as a copy of an existing instance.
VectorDerivative - Class in agi.foundation.geometry
A Vector (get / set) representing the derivative of the specified Order (get / set) of a given Vector (get / set) derived in a given Axes (get / set).
VectorDerivative() - Constructor for class agi.foundation.geometry.VectorDerivative
Initializes a new instance.
VectorDerivative(Vector, int, Axes) - Constructor for class agi.foundation.geometry.VectorDerivative
Initializes a new instance of the VectorVelocity class to represent the velocity of a given point in a given reference frame.
VectorDerivative(VectorDerivative, CopyContext) - Constructor for class agi.foundation.geometry.VectorDerivative
Initializes a new instance as a copy of an existing instance.
VectorDifferentiator - Class in agi.foundation.geometry
A Vector that can provide higher-order derivatives by finite-differencing another vector.
VectorDifferentiator() - Constructor for class agi.foundation.geometry.VectorDifferentiator
Initializes a new instance.
VectorDifferentiator(Vector, double) - Constructor for class agi.foundation.geometry.VectorDifferentiator
Initializes a new instance.
VectorDifferentiator(Vector, double, int) - Constructor for class agi.foundation.geometry.VectorDifferentiator
Initializes a new instance.
VectorDifferentiator(VectorDifferentiator, CopyContext) - Constructor for class agi.foundation.geometry.VectorDifferentiator
Initializes a new instance as a copy of an existing instance.
VectorDisplacement - Class in agi.foundation.geometry
The base class for a vector representing the directed displacement from an initial point to a final point as the two points move over time.
VectorDisplacement() - Constructor for class agi.foundation.geometry.VectorDisplacement
Initializes a new instance.
VectorDisplacement(Point, Point) - Constructor for class agi.foundation.geometry.VectorDisplacement
Initializes a new instance.
VectorDisplacement(VectorDisplacement, CopyContext) - Constructor for class agi.foundation.geometry.VectorDisplacement
Initializes a new instance as a copy of an existing instance.
VectorEllipsoidSurfaceNormal - Class in agi.foundation.geometry
A vector representing the surface normal at a point projected onto an ellipsoid surface as the point moves through time.
VectorEllipsoidSurfaceNormal() - Constructor for class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Initializes a new instance.
VectorEllipsoidSurfaceNormal(Ellipsoid, ReferenceFrame, Point) - Constructor for class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Initializes a new instance.
VectorEllipsoidSurfaceNormal(VectorEllipsoidSurfaceNormal, CopyContext) - Constructor for class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Initializes a new instance as a copy of an existing instance.
VectorEvaluator - Class in agi.foundation.geometry
Evaluates a Vector over time.
VectorEvaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.VectorEvaluator
Initializes a new instance.
VectorEvaluator(VectorEvaluator, CopyContext) - Constructor for class agi.foundation.geometry.VectorEvaluator
Initializes a new instance as a copy of an existing instance.
VectorFixed - Class in agi.foundation.geometry
A Vector whose components do not change with respect to the axes in which it is defined.
VectorFixed() - Constructor for class agi.foundation.geometry.VectorFixed
Initializes a new instance.
VectorFixed(Axes, Cartesian) - Constructor for class agi.foundation.geometry.VectorFixed
Initializes a new instance of the VectorFixed class using the provided vector components with respect to the provided Axes.
VectorFixed(VectorFixed, CopyContext) - Constructor for class agi.foundation.geometry.VectorFixed
Initializes a new instance as a copy of an existing instance.
VectorFixedAtJulianDate - Class in agi.foundation.geometry
A Vector which is defined by the instantaneous value of another vector at a specified JulianDate.
VectorFixedAtJulianDate() - Constructor for class agi.foundation.geometry.VectorFixedAtJulianDate
Initializes a new instance.
VectorFixedAtJulianDate(Vector, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.VectorFixedAtJulianDate
Initializes a new instance.
VectorFixedAtJulianDate(Vector, Axes, ValueDefinition<JulianDate>) - Constructor for class agi.foundation.geometry.VectorFixedAtJulianDate
Initializes a new instance.
VectorFixedAtJulianDate(VectorFixedAtJulianDate, CopyContext) - Constructor for class agi.foundation.geometry.VectorFixedAtJulianDate
Initializes a new instance as a copy of an existing instance.
VectorGraphics - Class in agi.foundation.cesium
Defines the graphical properties of a vector defined by IVectorService.
VectorGraphics() - Constructor for class agi.foundation.cesium.VectorGraphics
Initializes a new instance.
VectorGraphics - Class in agi.foundation.platforms
Defines the graphical properties of a vector over time.
VectorGraphics() - Constructor for class agi.foundation.platforms.VectorGraphics
Initializes a new instance.
VectorGraphicsParameter - Class in agi.foundation.platforms
A GraphicsParameter which evaluates a specified Vector (get / set) and returns the resulting Cartesian relative to the provided InAxes (get / set).
VectorGraphicsParameter() - Constructor for class agi.foundation.platforms.VectorGraphicsParameter
Initializes a new instance.
VectorGraphicsParameter(Vector, Axes) - Constructor for class agi.foundation.platforms.VectorGraphicsParameter
Initializes a new instance with the specified vector.
VectorGraphicsParameter(VectorGraphicsParameter, CopyContext) - Constructor for class agi.foundation.platforms.VectorGraphicsParameter
Initializes a new instance as a copy of an existing instance.
VectorInAxes - Class in agi.foundation.geometry
A vector that is observed in a given axes.
VectorInAxes() - Constructor for class agi.foundation.geometry.VectorInAxes
Initializes a new instance.
VectorInAxes(Vector, Axes) - Constructor for class agi.foundation.geometry.VectorInAxes
Initializes a new instance.
VectorInAxes(VectorInAxes, CopyContext) - Constructor for class agi.foundation.geometry.VectorInAxes
Initializes a new instance as a copy of an existing instance.
VectorInPointsAxes - Class in agi.foundation.geometry
A vector observed in the axes in which a point is defined.
VectorInPointsAxes() - Constructor for class agi.foundation.geometry.VectorInPointsAxes
Initializes a new instance.
VectorInPointsAxes(Vector, Point) - Constructor for class agi.foundation.geometry.VectorInPointsAxes
Initializes an instance.
VectorInPointsAxes(VectorInPointsAxes, CopyContext) - Constructor for class agi.foundation.geometry.VectorInPointsAxes
Initializes a new instance as a copy of an existing instance.
VectorInterpolator - Class in agi.foundation.geometry
A vector with its value, derivative, etc.
VectorInterpolator() - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance.
VectorInterpolator(Axes, InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance of the VectorInterpolator class from the provided parameters.
VectorInterpolator(Axes, InterpolationAlgorithmType, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance of the VectorInterpolator class from the provided parameters.
VectorInterpolator(Axes, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance of the VectorInterpolator class from the provided parameters.
VectorInterpolator(Axes, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>, List<JulianDate>) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance of the VectorInterpolator class from the provided parameters.
VectorInterpolator(Axes, TranslationalMotionInterpolator) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance of the VectorInterpolator class from the provided parameters.
VectorInterpolator(VectorInterpolator, CopyContext) - Constructor for class agi.foundation.geometry.VectorInterpolator
Initializes a new instance as a copy of an existing instance.
VectorInVectorsAxes - Class in agi.foundation.geometry
A vector observed in the axes in which another vector is defined.
VectorInVectorsAxes() - Constructor for class agi.foundation.geometry.VectorInVectorsAxes
Initializes a new instance.
VectorInVectorsAxes(Vector, Vector) - Constructor for class agi.foundation.geometry.VectorInVectorsAxes
Initializes a new instance.
VectorInVectorsAxes(VectorInVectorsAxes, CopyContext) - Constructor for class agi.foundation.geometry.VectorInVectorsAxes
Initializes a new instance as a copy of an existing instance.
VectorInverted - Class in agi.foundation.geometry
A vector which inverts another vector.
VectorInverted() - Constructor for class agi.foundation.geometry.VectorInverted
Initializes a new instance.
VectorInverted(Vector) - Constructor for class agi.foundation.geometry.VectorInverted
Initializes a new instance.
VectorInverted(VectorInverted, CopyContext) - Constructor for class agi.foundation.geometry.VectorInverted
Initializes a new instance as a copy of an existing instance.
VectorMagnitude - Class in agi.foundation.geometry
A scalar representing the magnitude of a vector as the vector changes over time.
VectorMagnitude() - Constructor for class agi.foundation.geometry.VectorMagnitude
Initializes a new instance.
VectorMagnitude(Vector) - Constructor for class agi.foundation.geometry.VectorMagnitude
Initializes a new instance based on a given vector.
VectorMagnitude(VectorMagnitude, CopyContext) - Constructor for class agi.foundation.geometry.VectorMagnitude
Initializes a new instance as a copy of an existing instance.
VectorNormalized - Class in agi.foundation.geometry
A vector representing a normalized version of another vector.
VectorNormalized() - Constructor for class agi.foundation.geometry.VectorNormalized
Initialize a new instance.
VectorNormalized(Vector) - Constructor for class agi.foundation.geometry.VectorNormalized
Construct a new unit vector based on an existing vector.
VectorNormalized(Axes, UnitCartesian) - Constructor for class agi.foundation.geometry.VectorNormalized
Construct a new unit vector based on a direction and an axes.
VectorNormalized(Axes, Cartesian) - Constructor for class agi.foundation.geometry.VectorNormalized
Construct a new unit vector based on a direction and an axes.
VectorNormalized(VectorNormalized, CopyContext) - Constructor for class agi.foundation.geometry.VectorNormalized
Initializes a new instance as a copy of an existing instance.
VectorPrimitive - Class in agi.foundation.graphics
Renders a vector in the 3D scene.
VectorPrimitive(ReferenceFrame, Vector, GraphicsFont) - Constructor for class agi.foundation.graphics.VectorPrimitive
Initializes a vector primitive with the specified ISystem sys as its source and pointing in direction dir.
VectorPropagationParameter - Class in agi.foundation.geometry
Represents a Vector which in turn represents the value and derivatives of a coordinate vector in an integration state.
VectorPropagationParameter() - Constructor for class agi.foundation.geometry.VectorPropagationParameter
Initializes a new instance.
VectorPropagationParameter(Axes) - Constructor for class agi.foundation.geometry.VectorPropagationParameter
Initializes a new instance with the given axes of integration.
VectorRefractedDisplacement - Class in agi.foundation.celestial
A vector representing the refracted displacement from an initial point to a final point as both points move over time.
VectorRefractedDisplacement() - Constructor for class agi.foundation.celestial.VectorRefractedDisplacement
Initializes a new instance.
VectorRefractedDisplacement(AtmosphericRefractionModel, VectorDisplacement) - Constructor for class agi.foundation.celestial.VectorRefractedDisplacement
Initializes a new instance of the VectorRefractedDisplacement class using the provided AtmosphericRefractionModel refraction model instance and underlying unrefracted VectorDisplacement instance.
VectorRefractedDisplacement(VectorRefractedDisplacement, CopyContext) - Constructor for class agi.foundation.celestial.VectorRefractedDisplacement
Initializes a new instance as a copy of an existing instance.
VectorScaled - Class in agi.foundation.geometry
A vector which represents another vector scaled by a given factor which can change over time.
VectorScaled() - Constructor for class agi.foundation.geometry.VectorScaled
Initializes a new instance.
VectorScaled(Vector, Scalar) - Constructor for class agi.foundation.geometry.VectorScaled
Construct a new vector scaled by the given factor.
VectorScaled(Vector, double) - Constructor for class agi.foundation.geometry.VectorScaled
Construct a new vector scaled by the given factor.
VectorScaled(VectorScaled, CopyContext) - Constructor for class agi.foundation.geometry.VectorScaled
Initializes a new instance as a copy of an existing instance.
VectorSum - Class in agi.foundation.geometry
Represents the addition of a number of independent Vectors, summed together and observed in a common Axes.
VectorSum() - Constructor for class agi.foundation.geometry.VectorSum
Initializes a new instance.
VectorSum(Vector...) - Constructor for class agi.foundation.geometry.VectorSum
Initializes a new instance.
VectorSum(Iterable<? extends Vector>) - Constructor for class agi.foundation.geometry.VectorSum
Initializes a new instance.
VectorSum(VectorSum, CopyContext) - Constructor for class agi.foundation.geometry.VectorSum
Initializes a new instance as a copy of an existing instance.
VectorTrueDisplacement - Class in agi.foundation.geometry
A vector representing the true directed displacement from an initial point to a final point as both points move over time.
VectorTrueDisplacement() - Constructor for class agi.foundation.geometry.VectorTrueDisplacement
Initializes a new instance.
VectorTrueDisplacement(Point, Point) - Constructor for class agi.foundation.geometry.VectorTrueDisplacement
Initializes a new instance of the VectorTrueDisplacement class using the provided points.
VectorTrueDisplacement(VectorTrueDisplacement, CopyContext) - Constructor for class agi.foundation.geometry.VectorTrueDisplacement
Initializes a new instance as a copy of an existing instance.
VectorVelocity - Class in agi.foundation.geometry
A Vector representing the velocity of a given Point (get / set) derived in a given ReferenceFrame (get / set).
VectorVelocity() - Constructor for class agi.foundation.geometry.VectorVelocity
Initializes a new instance.
VectorVelocity(Point, ReferenceFrame) - Constructor for class agi.foundation.geometry.VectorVelocity
Initializes a new instance of the VectorVelocity class to represent the velocity of a given point in a given reference frame.
VectorVelocity(VectorVelocity, CopyContext) - Constructor for class agi.foundation.geometry.VectorVelocity
Initializes a new instance as a copy of an existing instance.
VectorVisualizer - Class in agi.foundation.platforms.advanced
VectorVisualizer() - Constructor for class agi.foundation.platforms.advanced.VectorVisualizer
Initializes a new instance.
VelocityName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityVelocity
The name of the Velocity (get) property.
VelocityVectorDirectionCesiumProperty - Class in agi.foundation.cesium
A CesiumProperty that specifies that a property will be calculated on the client to be the direction of the velocity vector of a given object.
VelocityVectorDirectionCesiumProperty() - Constructor for class agi.foundation.cesium.VelocityVectorDirectionCesiumProperty
Initializes a new instance.
VelocityVectorDirectionCesiumProperty(IServiceProvider) - Constructor for class agi.foundation.cesium.VelocityVectorDirectionCesiumProperty
Initializes a new instance.
VenusCentralBody - Class in agi.foundation.celestial
The planet Venus.
VenusCentralBody() - Constructor for class agi.foundation.celestial.VenusCentralBody
Initializes a new instance.
VenusCentralBody(VenusCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.VenusCentralBody
Initializes a new instance as a copy of an existing instance.
verifyChecksum(String) - Static method in class agi.foundation.propagators.TwoLineElementSet
Verifies the checksum of the specified TLE line.
Version - Static variable in class agi.foundation.AircraftPropagationLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.cesium.advanced.CesiumGeneratorContext
Gets the CZML version being written.
Version - Static variable in class agi.foundation.CesiumLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.CommunicationsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.CoreLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.GraphicsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.ModelsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.NavigationAdvancedLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.NavigationLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.OrbitPropagationLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.PlatformsGraphicsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.PlatformsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.RadarLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.RouteDesignLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.SegmentPropagationLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.SpatialLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.TerrainAnalysisLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.TerrainReadersLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.TiremLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.TrackingGraphicsLibraryVersion
The numeric version of the library: 1.0.0.0.
Version - Static variable in class agi.foundation.TrackingLibraryVersion
The numeric version of the library: 1.0.0.0.
VerticalBehavior - Class in agi.foundation.aircraftpropagation
Defines the vertical behavior of a CompositeManeuver.
VerticalBehavior() - Constructor for class agi.foundation.aircraftpropagation.VerticalBehavior
Initializes a new instance.
VerticalBehavior(VerticalBehavior, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.VerticalBehavior
Initializes a new instance as a copy of an existing instance.
VerticalBehaviorDerivatives - Class in agi.foundation.aircraftpropagation
The derivatives which define the vertical behavior of a maneuver.
VerticalBehaviorDerivatives() - Constructor for class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Initializes a new instance.
VerticalBehaviorDerivatives(ManeuverReferenceAxes, double, double) - Constructor for class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
Initializes the vertical derivatives with respect to the indicated maneuver axes.
VestaBspEphemerisProvider - Class in agi.foundation.spice
Provides access to the position of Vesta with respect to the Sun.
VestaBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.VestaBspEphemerisProvider
Initializes an instance using the specified vesta.bsp filename.
VestaBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.VestaBspEphemerisProvider
Initializes a new instance with the specified stream factory.
VestaBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.VestaBspEphemerisProvider
Initializes an instance using the specified JplSpkFile instance.
VestaBspEphemerisProvider(VestaBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.VestaBspEphemerisProvider
Initializes a new instance as a copy of an existing instance.
VestaCentralBody - Class in agi.foundation.celestial
The asteroid Vesta.
VestaCentralBody() - Constructor for class agi.foundation.celestial.VestaCentralBody
Initializes a new instance.
VestaCentralBody(VestaCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.VestaCentralBody
Initializes a new instance as a copy of an existing instance.
VideoPlayback - Enum in agi.foundation.graphics.imaging
Specifies how the VideoStream will playback.
VideoStream - Class in agi.foundation.graphics.imaging
A raster stream that streams from a video.
VideoStream(URI) - Constructor for class agi.foundation.graphics.imaging.VideoStream
Initializes the video stream from a Uri, which can be a file, HTTP, RTP, UDP, or TCP source.
VideoStream(String) - Constructor for class agi.foundation.graphics.imaging.VideoStream
Initializes the video stream from a Uri, which can be a file, HTTP, RTP, UDP, or TCP source.
view(Axes, Point, Point, UnitCartesian) - Method in class agi.foundation.graphics.Camera
Views from a point to a point.
view(Axes, Point, Point) - Method in class agi.foundation.graphics.Camera
Views from a point to a point.
viewCentralBody(CentralBody, Axes) - Method in class agi.foundation.graphics.Camera
Zoom to a central body and use the specified axes for rotation.
viewDirection(Axes, Point, Vector, UnitCartesian) - Method in class agi.foundation.graphics.Camera
Views from a point to a direction.
viewDirection(Axes, Point, Vector) - Method in class agi.foundation.graphics.Camera
Views from a point to a direction.
ViewEntityFromOffset<TEntity extends IEntityPosition> - Class in agi.foundation.tracking
Tracks an entity with a Camera (get / set).
ViewEntityFromOffset(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.ViewEntityFromOffset
Initializes a new instance.
ViewEntityFromOffset(TypeLiteral<TEntity>, Camera, TEntity, Cartesian, CentralBody) - Constructor for class agi.foundation.tracking.ViewEntityFromOffset
Creates a new instance, specifying all parameters.
viewExtent(CentralBody, CartographicExtent) - Method in class agi.foundation.graphics.Camera
Zooms to a CartographicExtent on the centralBody.
viewExtent(CentralBody, double, double, double, double) - Method in class agi.foundation.graphics.Camera
Zooms to a rectangular extent composed of west, south, east, north on the centralBody.
ViewFrom - Class in agi.foundation.cesium
Contains a suggested initial camera location when tracking an object.
ViewFrom() - Constructor for class agi.foundation.cesium.ViewFrom
Initializes a new instance.
ViewFromCesiumSource - Class in agi.foundation.cesium.advanced
A CesiumSource that generates CZML for objects that provide IViewFromService.
ViewFromExtension - Class in agi.foundation.cesium
An extension that defines the suggested camera location when tracking an object.
ViewFromExtension() - Constructor for class agi.foundation.cesium.ViewFromExtension
Initializes a new instance.
ViewFromExtension(ViewFrom) - Constructor for class agi.foundation.cesium.ViewFromExtension
Initializes a new instance with the provided ViewFrom (get / set).
ViewFromExtension(ViewFromExtension, CopyContext) - Constructor for class agi.foundation.cesium.ViewFromExtension
Initializes a new instance as a copy of an existing instance.
ViewFromTo<TEntity extends IEntityPosition> - Class in agi.foundation.tracking
Tracks an entity or Point with a Camera (get / set) from the location of another entity or Point.
ViewFromTo(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.ViewFromTo
Initializes a new instance.
ViewFromTo(TypeLiteral<TEntity>, Camera, TEntity, TEntity) - Constructor for class agi.foundation.tracking.ViewFromTo
Creates a new instance, specifying a view from one TEntity to another using the specified Camera (get / set).
ViewFromTo(TypeLiteral<TEntity>, Camera, Point, Point) - Constructor for class agi.foundation.tracking.ViewFromTo
Create a new instance, specifying a view from one Point to another using the specified Camera (get / set).
ViewFromTo(TypeLiteral<TEntity>, Camera, TEntity, Point) - Constructor for class agi.foundation.tracking.ViewFromTo
Create a new instance, specifying a view from a Point to a TEntity using the specified Camera (get / set).
ViewFromTo(TypeLiteral<TEntity>, Camera, Point, TEntity) - Constructor for class agi.foundation.tracking.ViewFromTo
Create a new instance, specifying a view from a TEntity to a Point using the specified Camera (get / set).
viewOffset(Axes, Point, Cartesian, UnitCartesian) - Method in class agi.foundation.graphics.Camera
Sets the camera's reference point - the point the camera is looking at.
viewOffset(Axes, Point, Cartesian) - Method in class agi.foundation.graphics.Camera
Sets the camera's reference point - the point the camera is looking at.
viewOffsetDirection(Axes, Point, Vector, UnitCartesian) - Method in class agi.foundation.graphics.Camera
Sets the camera's reference point - the point the camera is looking at.
viewOffsetDirection(Axes, Point, Vector) - Method in class agi.foundation.graphics.Camera
Sets the camera's reference point - the point the camera is looking at.
Visibility - Enum in agi.foundation.graphics.advanced
Result of a visibility test, such as testing if a sphere intersects a frustum.
visibilityTest(ReferenceFrame, BoundingSphere) - Method in class agi.foundation.graphics.Camera
Gets the visibility of a sphere against the view frustum and any occluding central bodies.
VisualEffects - Class in agi.foundation.graphics.advanced
Controls various post processing effects that can be applied to the scene.
VolumeElementCoverageGridCell<T> - Class in agi.foundation.geometry.discrete
A three dimensional grid cell that contains the volume and coordinate bounds.
VolumeElementCoverageGridCell(double, T) - Constructor for class agi.foundation.geometry.discrete.VolumeElementCoverageGridCell
Initializes a volume element grid cell.

W

waitAll(WaitHandle[]) - Static method in class agi.foundation.compatibility.WaitHandle
Waits for all the elements in the specified array to receive a signal.
WaitCallback - Class in agi.foundation.compatibility
Represents a callback method to be executed by a thread pool thread.
WaitCallback() - Constructor for class agi.foundation.compatibility.WaitCallback
Creates a new instance of this delegate.
WaitCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.WaitCallback
Initializes a delegate that will invoke an instance method on a class instance.
WaitCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.WaitCallback
Initializes a delegate that will invoke a static method on a class.
WaitCallback.Function - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
waitForArchiveQueue() - Method in class agi.foundation.tracking.TrackingArchive
Waits for the currently queued transactions to be archived before returning.
WaitHandle - Class in agi.foundation.compatibility
Encapsulates operating system-specific objects that wait for exclusive access to shared resources.
WaitHandle() - Constructor for class agi.foundation.compatibility.WaitHandle
 
waitOne() - Method in class agi.foundation.compatibility.EventWaitHandle
 
waitOne(int) - Method in class agi.foundation.compatibility.EventWaitHandle
 
waitOne() - Method in class agi.foundation.compatibility.WaitHandle
Blocks the current thread until the current WaitHandle receives a signal.
waitOne(int) - Method in class agi.foundation.compatibility.WaitHandle
Blocks the current thread until the current WaitHandle receives a signal, using a 32-bit signed integer to specify the time interval.
waitUntilDone() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
Blocks the calling thread until the calculation has completed.
WalkerConstellation - Class in agi.foundation.propagators
Supports the creation of Walker constellations of satellites.
WalkerConstellation(WalkerConstellationPattern, boolean, int, int, int, ModifiedKeplerianElements) - Constructor for class agi.foundation.propagators.WalkerConstellation
Creates a Walker constellation from the orbital elements of a seed satellite and other standard Walker constellation input parameters.
WalkerConstellationPattern - Enum in agi.foundation.propagators
Determines whether a Walker constellation has a delta pattern or a star pattern.
WalkerConstellationPlane<TPropagator> - Class in agi.foundation.propagators
A collection of satellite propagators with the same inclination and right ascension of the ascending node but differing true anomalies.
WalkerConstellationPlane() - Constructor for class agi.foundation.propagators.WalkerConstellationPlane
Builds an empty collection of propagators that represent satellites in an orbital plane.
WalkerConstellationResult<TPropagator> - Class in agi.foundation.propagators
A collection of satellite orbital planes with the same inclination but differing right ascensions of the ascending node.
WalkerConstellationResult() - Constructor for class agi.foundation.propagators.WalkerConstellationResult
Builds an empty collection of WalkerConstellationPlanes.
WALL - Static variable in class agi.foundation.geometry.discrete.CylinderFill
Fill the cylinder's wall.
Waypoint - Class in agi.foundation.propagators
Defines the characteristics at a waypoint.
Waypoint(JulianDate, Cartographic, double, double) - Constructor for class agi.foundation.propagators.Waypoint
Initializes a new instance.
Waypoint(Waypoint, Ellipsoid, Cartographic, double) - Constructor for class agi.foundation.propagators.Waypoint
Initializes a new instance.
WaypointCollection - Class in agi.foundation.propagators
A collection of Waypoints.
WaypointCollection() - Constructor for class agi.foundation.propagators.WaypointCollection
Initializes a new instance.
WaypointCollection(List<Waypoint>) - Constructor for class agi.foundation.propagators.WaypointCollection
Initializes a new instance.
WaypointPropagator - Class in agi.foundation.propagators
Propagates a path connecting waypoints relative to an ellipsoid.
WaypointPropagator(CentralBody, Collection<Waypoint>) - Constructor for class agi.foundation.propagators.WaypointPropagator
Initializes a waypoint propagator.
WaypointPropagator(CentralBody, Waypoint...) - Constructor for class agi.foundation.propagators.WaypointPropagator
Initializes a waypoint propagator.
WaypointPropagator(WaypointPropagator, CopyContext) - Constructor for class agi.foundation.propagators.WaypointPropagator
Initializes a new instance as a copy of an existing instance.
WaypointTurnDirection - Enum in agi.foundation.routedesign
An enumeration indicating the turn direction at a waypoint or whether to let the propagator specify the best direction based on the connection geometry.
WaypointVisualizer<TEntity extends IEntityLastUpdate & IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
An EntityVisualizer that creates a waypoint for each position in an entity's historical track.
WaypointVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.WaypointVisualizer
Initializes a new instance.
WaypointVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, HistoryGenerator<TEntity>) - Constructor for class agi.foundation.tracking.WaypointVisualizer
Creates a new instance with the provided EntitySet and HistoryGenerator.
WaypointVisualizer(TypeLiteral<TEntity>, EntitySet<TEntity>, HistoryGenerator<TEntity>, SetHint) - Constructor for class agi.foundation.tracking.WaypointVisualizer
Creates a new instance with the provided EntitySet, HistoryGenerator and SetHint (get).
WeekWrapValue - Static variable in class agi.foundation.time.GlobalPositioningSystemDate
The number of weeks after which the week count wraps around to zero.
WeightedDirection - Class in agi.foundation.communications.antennas
Type which associates a direction, in the form of a UnitCartesian, with an optional weighting metric.
WeightedDirection() - Constructor for class agi.foundation.communications.antennas.WeightedDirection
Initializes a new instance.
WeightedDirection(UnitCartesian) - Constructor for class agi.foundation.communications.antennas.WeightedDirection
Initializes a new instance.
WeightedDirection(UnitCartesian, double) - Constructor for class agi.foundation.communications.antennas.WeightedDirection
Initializes a new instance.
WeightedLinkExtension - Class in agi.foundation.communications.antennas
An ObjectExtension which provides the ILinkWeightService for associating a computational weight to a link.
WeightedLinkExtension() - Constructor for class agi.foundation.communications.antennas.WeightedLinkExtension
Initializes a new instance.
WeightedLinkExtension(WeightedLinkExtension, CopyContext) - Constructor for class agi.foundation.communications.antennas.WeightedLinkExtension
Initializes a new instance as a copy of an existing instance.
weightOfCoveredPoints(Iterable<? extends CoverageGridPointWithResults>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
Computes the total weight of the points on the grid which have been covered.
WhenToCheckConstraint - Enum in agi.foundation.stoppingconditions
An enumeration specifying when a StoppingConditionConstraint should be checked.
WindingOrder - Enum in agi.foundation.geometry.discrete
Specifies the order for positions or front facing triangles.
WindModel - Class in agi.foundation.celestial
Defines a wind model for an atmosphere.
WindModel(CentralBody) - Constructor for class agi.foundation.celestial.WindModel
Initializes a new instance.
WindModel(WindModel, CopyContext) - Constructor for class agi.foundation.celestial.WindModel
Initializes a new instance as a copy of an existing instance.
windowToCartographic(CentralBody, Rectangular) - Method in class agi.foundation.graphics.Camera
Converts a pixel coordinate relative to the Insight3D control to a Cartographic position.
WirelessLinkExtension - Class in agi.foundation.communications
An extension for a link which models wireless communication by propagating a set of signals from a transmitting antenna to a receiving antenna.
WirelessLinkExtension() - Constructor for class agi.foundation.communications.WirelessLinkExtension
Initializes a new instance.
WirelessLinkExtension(Iterable<? extends SignalPropagationModel>) - Constructor for class agi.foundation.communications.WirelessLinkExtension
Initialize a new instance based on the given set of propagation models.
WirelessLinkExtension(WirelessLinkExtension, CopyContext) - Constructor for class agi.foundation.communications.WirelessLinkExtension
Initializes a new instance as a copy of an existing instance.
withoutEarthPermanentTides() - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
Removes the IERS2003 Earth permanent tide contributions so that a time-varying tide model can be applied instead.
withoutPermanentTides(SphericalHarmonicCoefficients) - Method in class agi.foundation.celestial.SphericalHarmonicGravityModel
Removes the permanent tide contributions so that a time-varying tide model can be applied instead.
WorldGeodeticSystem1984 - Class in agi.foundation.celestial
Provides the set of four World Geodetic System of 1984, WGS84 (G873), defining constants according to Table 3.1 on page 3-5 of the National Imagery and Mapping Agency Technical Report TR8350.2, Third Edition, Amendment 1, 3 January 2000.
WorldMagneticModelVector - Class in agi.foundation.celestial
Represents the magnetic field vector at a TargetPoint (get / set) due to the Earth's magnetic field, as modeled by a WMM model.
WorldMagneticModelVector() - Constructor for class agi.foundation.celestial.WorldMagneticModelVector
Initializes a new instance.
WorldMagneticModelVector(TimeIntervalCollection1<SphericalHarmonicCoefficients>, TimeIntervalCollection1<SphericalHarmonicCoefficients>) - Constructor for class agi.foundation.celestial.WorldMagneticModelVector
Initializes a new instance.
WorldMagneticModelVector(TimeIntervalCollection1<SphericalHarmonicCoefficients>, TimeIntervalCollection1<SphericalHarmonicCoefficients>, Point) - Constructor for class agi.foundation.celestial.WorldMagneticModelVector
Initializes a new instance.
WorldMagneticModelVector(WorldMagneticModelVector, CopyContext) - Constructor for class agi.foundation.celestial.WorldMagneticModelVector
Initializes a new instance as a copy of an existing instance.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator1
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator2
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator3
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator4
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator5
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator6
Creates a parameterized evaluator that will wrap another evaluator.
wrap(IEvaluator1<TResult>) - Static method in class agi.foundation.infrastructure.ParameterizedEvaluator7
Creates a parameterized evaluator that will wrap another evaluator.
WrappedRuntimeException - Exception in agi.foundation.compatibility
Wraps an exception as a RuntimeException and delegates methods to the wrapped exception.
WRITE - Static variable in class agi.foundation.compatibility.FileAccess
Write access to the file.
write(byte[], int, int) - Method in class agi.foundation.compatibility.FileStream
 
write(URI, Jpeg2000CompressionProfile, int, URI, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(String, Jpeg2000CompressionProfile, int, String, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(URI, CartographicExtent, Jpeg2000CompressionProfile, int, URI, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(String, CartographicExtent, Jpeg2000CompressionProfile, int, String, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(URI, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, int, URI, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(String, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, int, String, boolean) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(URI, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, int, URI, boolean, Color) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(String, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, int, String, boolean, Color) - Static method in class agi.foundation.graphics.imaging.Jpeg2000Writer
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
write(CentralBody, RasterTerrainProvider, CartographicExtent, URI, boolean) - Static method in class agi.foundation.terrain.AGIProcessedTerrainWriter
Converts a RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.
write(CentralBody, RasterTerrainProvider, CartographicExtent, String, boolean) - Static method in class agi.foundation.terrain.AGIProcessedTerrainWriter
Converts a RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.
write(CentralBody, RasterTerrainProvider, URI, boolean) - Static method in class agi.foundation.terrain.AGIProcessedTerrainWriter
Converts a RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.
write(CentralBody, RasterTerrainProvider, String, boolean) - Static method in class agi.foundation.terrain.AGIProcessedTerrainWriter
Converts a RasterTerrainProvider to an AGI Processed Data Terrain file for use as a TerrainOverlay.
writeDocument(Writer) - Method in class agi.foundation.cesium.CzmlDocument
Writes the document to the provided writer.
writeDocument(CesiumOutputStream) - Method in class agi.foundation.cesium.CzmlDocument
Writes the document to the provided output stream.
writeDocument(Writer) - Method in class agi.foundation.cesium.CzmlUpdateDocument
Writes the document to the provided writer.
writeDocument(CesiumOutputStream) - Method in class agi.foundation.cesium.CzmlUpdateDocument
Writes the document to the provided output stream.
writeDocument(Writer) - Method in interface agi.foundation.cesium.ICzmlDocument
Writes the document to the provided writer.
writeDocument(CesiumOutputStream) - Method in interface agi.foundation.cesium.ICzmlDocument
Writes the document to the provided output stream.
writeEndObject() - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the end of an object.
writeEndSequence() - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the end of a sequence.
writeLeapSeconds(Writer, LeapSecondsFacet) - Static method in class agi.foundation.time.LeapSecondFile
Writes the specified LeapSecondsFacet instance to a stream in STK leap second file format.
writeLine(String) - Method in class agi.foundation.infrastructure.HierarchicalLogger
Writes a line of text to the log.
writeLine(String, Object...) - Method in class agi.foundation.infrastructure.HierarchicalLogger
Writes a line of text to the log.
writeLineBreak() - Method in class agi.foundation.cesium.CesiumOutputStream
When PrettyFormatting (get / set) is true, adds a line break in a sequence of simple values.
writePropertyName(String) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the name of a property.
writeStartObject() - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the start of an object.
writeStartSequence() - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the start of a sequence.
writeTo(Writer) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Writes this instance to a Writer in the CCSDS orbit ephemeris message OEM format.
writeTo(Writer, CcsdsOemFileWritingOptions) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Writes this instance to a Writer in the CCSDS orbit ephemeris message OEM format.
writeTo(Writer) - Method in class agi.foundation.stk.StkAttitudeFile
Writes this instance to a Writer in the STK attitude file (.a) format.
writeTo(Writer, boolean) - Method in class agi.foundation.stk.StkAttitudeFile
Writes this instance to a Writer in the STK attitude file (.a) format.
writeTo(Writer) - Method in class agi.foundation.stk.StkEphemerisFile
Writes this instance to a Writer in the STK ephemeris file (.e) format.
writeTo(Writer, boolean) - Method in class agi.foundation.stk.StkEphemerisFile
Writes this instance to a Writer in the STK ephemeris file (.e) format.
writeTo(Writer) - Method in class agi.foundation.stk.StkPatternFile
Writes this instance to a Writer in the STK pattern file (.pattern) format.
writeToPsfVersion1(Writer) - Method in class agi.foundation.navigation.datareaders.PredictionSupportFile
Write a PSF file in version 1 format.
writeValue(String) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writeValue(double) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writeValue(int) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writeValue(long) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writeValue(boolean) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writeValue(URI) - Method in class agi.foundation.cesium.CesiumOutputStream
Writes the value of a property or element in a sequence.
writingShutdown() - Method in class agi.foundation.tracking.TrackingArchive
writingStartup() - Method in class agi.foundation.tracking.TrackingArchive

X

XBUTTON1 - Static variable in class agi.foundation.compatibility.MouseButtons
The first XButton was pressed.
XBUTTON2 - Static variable in class agi.foundation.compatibility.MouseButtons
The second XButton was pressed.

Y

YawPitchRoll - Class in agi.foundation.coordinates
Represents a rotation as a sequence of three ElementaryRotations about a reference set of axes.
YawPitchRoll() - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a new instance.
YawPitchRoll(double, double, double, YawPitchRollIndicator) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a YawPitchRoll sequence from the provided angles and sequence.
YawPitchRoll(ElementaryRotation, ElementaryRotation, ElementaryRotation) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a YawPitchRoll sequence from the provided ElementaryRotation instances.
YawPitchRoll(EulerSequence) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a YawPitchRoll sequence from the provided EulerSequence.
YawPitchRoll(Matrix3By3, YawPitchRollIndicator) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a YawPitchRoll sequence from the provided Matrix3By3 and sequence.
YawPitchRoll(UnitQuaternion, YawPitchRollIndicator) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a YawPitchRoll sequence from the provided UnitQuaternion and sequence.
YawPitchRoll(AngleAxisRotation, YawPitchRollIndicator) - Constructor for class agi.foundation.coordinates.YawPitchRoll
Initializes a EulerSequence sequence from the provided AngleAxisRotation and sequence.
YawPitchRollIndicator - Enum in agi.foundation.coordinates
Indicates the order of the axes rotations in a yaw-pitch-roll sequence.
YearMonthDay - Class in agi.foundation.time
Represents a calendar year, month, and day.
YearMonthDay() - Constructor for class agi.foundation.time.YearMonthDay
Initializes a new instance.
YearMonthDay(int, int, int) - Constructor for class agi.foundation.time.YearMonthDay
Initializes a YearMonthDay from the provided values.
YearMonthDay(int, int) - Constructor for class agi.foundation.time.YearMonthDay
Initializes a YearMonthDay from the provided values.
YearMonthDay(int) - Constructor for class agi.foundation.time.YearMonthDay
Initializes a YearMonthDay in the Gregorian calendar from the provided astronomical Julian day number, assuming the beginning of the Julian day (noon).
YearMonthDay(JulianDate) - Constructor for class agi.foundation.time.YearMonthDay
Initializes a new instance from a JulianDate.
YumaAlmanac - Class in agi.foundation.navigation.datareaders
A Yuma almanac describing GPS satellite positions.
YumaAlmanac() - Constructor for class agi.foundation.navigation.datareaders.YumaAlmanac
Initializes a new instance containing no data.
YumaAlmanacRecord - Class in agi.foundation.navigation.datareaders
A record in a YUMA almanac, corresponding to a single space vehicle (SV).
YumaAlmanacRecord() - Constructor for class agi.foundation.navigation.datareaders.YumaAlmanacRecord
Initializes a new instance.

Z

zeroToTwoPi(double) - Static method in class agi.foundation.Trig
Produces an angle in the range 0 <= angle < 2π which is equivalent to the provided angle.

_

__remove(Signal) - Method in class agi.foundation.communications.SignalCollection
 
_for(int, int, TParameter, ITrackCalculationProgress, ThreadedCalculation.BodyCallback<TParameter>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation
A 'for' loop that is parallelized among multiple threads according to the ThreadingPolicy active in the calling thread.
_for(int, int, TParameter1, TParameter2, ITrackCalculationProgress, ThreadedCalculation.BodyCallback2<TParameter1, TParameter2>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation
A 'for' loop that is parallelized among multiple threads according to the ThreadingPolicy active in the calling thread.
_for(int, int, TParameter, ITrackCalculationProgress, ThreadedCalculation.BodyCallbackWithProgress<TParameter>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation
A 'for' loop that is parallelized among multiple threads according to the ThreadingPolicy active in the calling thread.
_for(int, int, TParameter1, TParameter2, ITrackCalculationProgress, ThreadedCalculation.BodyCallbackWithProgress2<TParameter1, TParameter2>) - Static method in class agi.foundation.infrastructure.threading.ThreadedCalculation
A 'for' loop that is parallelized among multiple threads according to the ThreadingPolicy active in the calling thread.
_notify(Object, Transaction) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
Notifies interested parties of changes to this transacted object.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links