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 JulianDate.
add(JulianDate, Duration) - Static method in class agi.foundation.time.JulianDate
Adds a Duration to a JulianDate, producing a new JulianDate.
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 JulianDate.
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.
AtmosphericAttenuationModelItuRP676Version10 - Class in agi.foundation.communications.signalpropagation
ITU-R P.676 version 10 Attenuation by atmospheric gases.
AtmosphericAttenuationModelItuRP676Version10() - Constructor for class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Constructs version 10 of the ITU-R P.676 model.
AtmosphericAttenuationModelItuRP676Version10(AtmosphericAttenuationModelItuRP676Version10, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Initializes a new instance as a copy of an existing instance.
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
Initializes 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 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 a 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 a 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 a 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.CircularEquatorialOrbitGrazingAngleConstraint
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 time interval, 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.CircularEquatorialOrbitGrazingAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CircularEquatorialOrbitGrazingAngleConstraint) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkConstraint) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectConstraint) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CovarianceSeparationConstraint) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DilutionOfPrecisionConstraint) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ElevationAngleConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ElevationAngleRateConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GroundSampleDistanceConstraint) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HeightAboveHorizonConstraint) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationAccuracyAssessedConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationAccuracyPredictedConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.RangeConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RangeConstraint) - Method in class agi.foundation.access.constraints.RangeConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RangeRateConstraint) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ScalarConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarConstraint) - Method in class agi.foundation.access.constraints.ScalarConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SensorVolumeConstraint) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarObjectConstraint) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceDistanceConstraint) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TerrainLineOfSightConstraint) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThirdBodyElevationAngleConstraint) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TotalAngularRateConstraint) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.access.LinkInstantaneous
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkInstantaneous) - Method in class agi.foundation.access.LinkInstantaneous
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider>) - Method in class agi.foundation.access.LinkPath
 
checkForSameDefinition(LinkPath) - Method in class agi.foundation.access.LinkPath
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.access.LinkSpeedOfLight
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkSpeedOfLight) - Method in class agi.foundation.access.LinkSpeedOfLight
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BandedCruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Maneuver) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.Maneuver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Maneuver) - Method in class agi.foundation.aircraftpropagation.Maneuver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PerformanceModels) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleAccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleCruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<CcsdsOrbitEphemerisMessageSegment>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
 
checkForSameDefinition(CcsdsOrbitEphemerisMessageFile) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CcsdsOrbitEphemerisMessageSegment) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.ArielCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ArielCentralBody) - Method in class agi.foundation.celestial.ArielCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.AtmosphericDragForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericDragForce) - Method in class agi.foundation.celestial.AtmosphericDragForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CallistoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CallistoCentralBody) - Method in class agi.foundation.celestial.CallistoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.CentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodyInertialAxes) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CeresCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CeresCentralBody) - Method in class agi.foundation.celestial.CeresCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CharonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CharonCentralBody) - Method in class agi.foundation.celestial.CharonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EquationOfEquinoxes) - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ConstantForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantForce) - Method in class agi.foundation.celestial.ConstantForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.ConstantTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantTorque) - Method in class agi.foundation.celestial.ConstantTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WindModel) - Method in class agi.foundation.celestial.ConstantWindModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantWindModel) - Method in class agi.foundation.celestial.ConstantWindModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.DeimosCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DeimosCentralBody) - Method in class agi.foundation.celestial.DeimosCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.DioneCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DioneCentralBody) - Method in class agi.foundation.celestial.DioneCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragBodyPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragBodyPlate) - Method in class agi.foundation.celestial.DragBodyPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragOneDofSolarPanelPlate) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.DragPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DragTwoDofSolarPanelPlate) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EarthCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EarthCentralBody) - Method in class agi.foundation.celestial.EarthCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.EarthMoonBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EarthMoonBarycenter) - Method in class agi.foundation.celestial.EarthMoonBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EffectiveRadiusAtmosphericRefractionModel) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EnceladusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EnceladusCentralBody) - Method in class agi.foundation.celestial.EnceladusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.EquationOfEquinoxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EquationOfEquinoxes) - Method in class agi.foundation.celestial.EquationOfEquinoxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EuropaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EuropaCentralBody) - Method in class agi.foundation.celestial.EuropaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.ForceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ForceModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.GanymedeCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GanymedeCentralBody) - Method in class agi.foundation.celestial.GanymedeCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.GravityGradientTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.HyperionCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HyperionCentralBody) - Method in class agi.foundation.celestial.HyperionCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.IapetusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IapetusCentralBody) - Method in class agi.foundation.celestial.IapetusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PrecessionModel) - Method in class agi.foundation.celestial.Iau1976Precession
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Iau1976Precession) - Method in class agi.foundation.celestial.Iau1976Precession
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NutationModel) - Method in class agi.foundation.celestial.Iau1980Nutation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Iau1980Nutation) - Method in class agi.foundation.celestial.Iau1980Nutation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.celestial.IauOrientationAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IauOrientationAxes) - Method in class agi.foundation.celestial.IauOrientationAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.Iers2003SolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IersTechnicalNote36RelativisticCorrectionForce) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.IndividualPlateModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.IndividualPlateModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InternationalGeomagneticReferenceFieldVector) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.IoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IoCentralBody) - Method in class agi.foundation.celestial.IoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRP834Version4AtmosphericRefractionModel) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.JplDE
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE200
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE200) - Method in class agi.foundation.celestial.JplDE200
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE403
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE403) - Method in class agi.foundation.celestial.JplDE403
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE405
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE405) - Method in class agi.foundation.celestial.JplDE405
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE421
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE421) - Method in class agi.foundation.celestial.JplDE421
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE430
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE430) - Method in class agi.foundation.celestial.JplDE430
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE440
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDE440) - Method in class agi.foundation.celestial.JplDE440
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.JplDEFile
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDEFile) - Method in class agi.foundation.celestial.JplDEFile
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.JupiterCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JupiterCentralBody) - Method in class agi.foundation.celestial.JupiterCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JupiterSystemBarycenter) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.LibrationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LibrationModel) - Method in class agi.foundation.celestial.LibrationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.celestial.LinkRefracted
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkRefracted) - Method in class agi.foundation.celestial.LinkRefracted
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.MagneticCoilTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MagneticCoilTorque) - Method in class agi.foundation.celestial.MagneticCoilTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.celestial.MagneticFieldVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.MagneticFieldVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MarsCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MarsCentralBody) - Method in class agi.foundation.celestial.MarsCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.MarsSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MarsSystemBarycenter) - Method in class agi.foundation.celestial.MarsSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MercuryCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MercuryCentralBody) - Method in class agi.foundation.celestial.MercuryCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MimasCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MimasCentralBody) - Method in class agi.foundation.celestial.MimasCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MoonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MoonCentralBody) - Method in class agi.foundation.celestial.MoonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.NeptuneCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NeptuneCentralBody) - Method in class agi.foundation.celestial.NeptuneCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NeptuneSystemBarycenter) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NPlateAtmosphericDragForce) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<IndividualPlateModel>) - Method in class agi.foundation.celestial.NPlateModel
 
checkForSameDefinition(NPlateModel) - Method in class agi.foundation.celestial.NPlateModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NPlateSolarRadiationForce) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.NutationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NutationModel) - Method in class agi.foundation.celestial.NutationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.OffAxisTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.PermanentSolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PhobosCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhobosCentralBody) - Method in class agi.foundation.celestial.PhobosCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PhoebeCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhoebeCentralBody) - Method in class agi.foundation.celestial.PhoebeCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PlutoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlutoCentralBody) - Method in class agi.foundation.celestial.PlutoCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlutoSystemBarycenter) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.PrecessionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PrecessionModel) - Method in class agi.foundation.celestial.PrecessionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.ReactionWheelTorque
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.RheaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RheaCentralBody) - Method in class agi.foundation.celestial.RheaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.SaturnCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SaturnCentralBody) - Method in class agi.foundation.celestial.SaturnCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SaturnSystemBarycenter) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDensityJacchia1970) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDensityJacchiaRoberts) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDensityMsis2000) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis86
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDensityMsis86) - Method in class agi.foundation.celestial.ScalarDensityMsis86
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis90
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDensityMsis90) - Method in class agi.foundation.celestial.ScalarDensityMsis90
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarOccultation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultationCylindrical) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultationDualCone) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultationNoShadow) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultationDualCone) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarOccultationRegulatedDualCone) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarVariableArea
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableArea
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVariableAreaArgumentLatitude) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVariableAreaJulianDate) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleSolarRadiationForce) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleSolidTideModel) - Method in class agi.foundation.celestial.SimpleSolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.SimpleSolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationBodyPlate) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateCorrector) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationBoundaryMitigation) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationOneDofSolarPanelPlate) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.SolarRadiationPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarRadiationTwoDofSolarPanelPlate) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SolarSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolarSystemBarycenter) - Method in class agi.foundation.celestial.SolarSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.SolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SpaceControlFacilityAtmosphericRefractionModel) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SphericalHarmonicGravity) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SphericalHarmonicGravitySecularVariations) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.SunCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SunCentralBody) - Method in class agi.foundation.celestial.SunCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TethysCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TethysCentralBody) - Method in class agi.foundation.celestial.TethysCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ThirdBodyGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThirdBodyGravity) - Method in class agi.foundation.celestial.ThirdBodyGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TitanCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TitanCentralBody) - Method in class agi.foundation.celestial.TitanCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TitaniaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TitaniaCentralBody) - Method in class agi.foundation.celestial.TitaniaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.TorqueModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.TorqueModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TritonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TritonCentralBody) - Method in class agi.foundation.celestial.TritonCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.TwoBodyGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TwoBodyGravity) - Method in class agi.foundation.celestial.TwoBodyGravity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.UranusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UranusCentralBody) - Method in class agi.foundation.celestial.UranusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.UranusSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UranusSystemBarycenter) - Method in class agi.foundation.celestial.UranusSystemBarycenter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorRefractedDisplacement) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.VenusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VenusCentralBody) - Method in class agi.foundation.celestial.VenusCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.VestaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VestaCentralBody) - Method in class agi.foundation.celestial.VestaCentralBody
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.WindModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WindModel) - Method in class agi.foundation.celestial.WindModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.WorldMagneticModelVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WorldMagneticModelVector) - Method in class agi.foundation.celestial.WorldMagneticModelVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AzimuthElevationMaskGraphicsExtension) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BillboardGraphicsExtension) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceCurveGraphicsExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceRegionGraphicsExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumAvailabilityExtension) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumCustomPropertiesExtension) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeleteExtension) - Method in class agi.foundation.cesium.CesiumDeleteExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeleteFanDirectionsExtension) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeleteOrientationExtension) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeletePolygonHolesExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeletePolygonPositionsExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeletePolylinePositionsExtension) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeletePositionExtension) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumDeleteVectorDirectionExtension) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumFixedStepExtension) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumOrientationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumOrientationExtension) - Method in class agi.foundation.cesium.CesiumOrientationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumPositionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumPositionExtension) - Method in class agi.foundation.cesium.CesiumPositionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CesiumReferenceFrameExtension) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.DescriptionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DescriptionExtension) - Method in class agi.foundation.cesium.DescriptionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EllipsoidGraphicsExtension) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FieldOfViewGraphicsExtension) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.cesium.GraphicalVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicalVector) - Method in class agi.foundation.cesium.GraphicalVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.LabelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LabelGraphicsExtension) - Method in class agi.foundation.cesium.LabelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.LinkGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkGraphicsExtension) - Method in class agi.foundation.cesium.LinkGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.ModelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ModelGraphicsExtension) - Method in class agi.foundation.cesium.ModelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.PathGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PathGraphicsExtension) - Method in class agi.foundation.cesium.PathGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.PointGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointGraphicsExtension) - Method in class agi.foundation.cesium.PointGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TilesetGraphicsExtension) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.ViewFromExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ViewFromExtension) - Method in class agi.foundation.cesium.ViewFromExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SphericalTabularMonostaticCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AnsysHfssCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FrequencyDependentElectricFieldPolarizationSource) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AnsysHfssFarFieldDataPolarizationSource) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FrequencyDependentElectricFieldGainPattern) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AnsysHfssFarFieldDataGainPattern) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AntennaSignalProcessor<TGainPattern>) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.BaseGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.BaseGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BesselCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BesselEnvelopeCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayElementFactor) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineExponentElementFactor) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosinePedestalCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosinePedestalRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineSquaredCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineSquaredPedestalCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineSquaredPedestalRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CosineSquaredRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CustomGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CustomGainPattern) - Method in class agi.foundation.communications.antennas.CustomGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DipoleGainPattern) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.DirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.DirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<RadioFrequencyGainPattern, RadioFrequencyAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
 
checkForSameDefinition(DualPolarizedRadioFrequencyReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
 
checkForSameDefinition(DualPolarizedRadioFrequencyTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FrequencyDependentElectricFieldGainPattern) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FrpaGainPattern) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GaussianGainPattern) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OpticalGainPattern) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GaussianOpticalGainPattern) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsSatelliteAntennaPattern) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HelicalGainPattern) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HemisphericalGainPattern) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IsotropicGainPattern) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRBO1213Version1CoPolarGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRBO1213Version1CrossPolarGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRF1245Version1GainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRF1245Version3GainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS1528R12GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS1528R13GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS465Version5GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS465Version6GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS580Version6GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS672Version4GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRS731Version1GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkDirectionsProvider) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayBeamformer) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MinimumVarianceDistortionlessResponseBeamformer) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AntennaSignalProcessor<OpticalGainPattern>) - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
 
checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OpticalGainPattern) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseReceivingAntennaExtension<OpticalGainPattern, OpticalAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
 
checkForSameDefinition(OpticalReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseTransmittingAntennaExtension<OpticalGainPattern>) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
 
checkForSameDefinition(OpticalTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParabolicGainPattern) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PencilBeamGainPattern) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayBeamformer) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayElement) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayElementFactor) - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PhasedArrayGainPattern) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AntennaSignalProcessor<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
 
checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseReceivingAntennaExtension<RadioFrequencyGainPattern, RadioFrequencyAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
 
checkForSameDefinition(RadioFrequencyReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
 
checkForSameDefinition(RadioFrequencyTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RectangularBeamGainPattern) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WeightedLinkExtension) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarWeightLinkExtension) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SincExponentCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SincExponentRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SquareHornGainPattern) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.StaticDirection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StaticDirection) - Method in class agi.foundation.communications.antennas.StaticDirection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StaticDirectionsProvider) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UniformCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UniformRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WeightedLinkExtension) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObjectCollection) - Method in class agi.foundation.communications.CommunicationLinkCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkCollection) - Method in class agi.foundation.communications.CommunicationLinkCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.CommunicationSystem
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationSystem) - Method in class agi.foundation.communications.CommunicationSystem
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexAnalogTransmitter) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexMatrix) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexDigitalTransmitter) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexReceiver) - Method in class agi.foundation.communications.ComplexReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantPolarizationSource) - Method in class agi.foundation.communications.ConstantPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.ConstantPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.EllipticalPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FrequencyDependentElectricFieldPolarizationSource) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IdentifiableTransmitterExtension) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Ieee1979PolarizationSource) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.LeftHandCircularPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.LinearPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.OpticalReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OpticalReceiver) - Method in class agi.foundation.communications.OpticalReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.OpticalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OpticalTransmitter) - Method in class agi.foundation.communications.OpticalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OrthogonalPolarizationChannelIdentifier) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OrthogonalPolarizationSource) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.PointScattererExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointScattererExtension) - Method in class agi.foundation.communications.PointScattererExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererFrequencyBand
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointScattererFrequencyBand) - Method in class agi.foundation.communications.PointScattererFrequencyBand
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<PointScattererFrequencyBand>) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
 
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererInformation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointScattererInformation) - Method in class agi.foundation.communications.PointScattererInformation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<PointScattererInformation>) - Method in class agi.foundation.communications.PointScattererInformationCollection
 
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererLinkPath
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.Polarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.Polarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.PolarizationSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PrimaryPolarizationChannelIdentifier) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.RightHandCircularPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.ScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.ScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.SignalChannelIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalComputation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalComputation) - Method in class agi.foundation.communications.SignalComputation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<Object>) - Method in class agi.foundation.communications.SignalDataCollection
 
checkForSameDefinition(SignalDataCollection) - Method in class agi.foundation.communications.SignalDataCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.communications.SignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.Amplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.Amplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AvalanchePhotodiode) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CompositeIntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantFrequencyMixer) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantGainAmplifier) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DigitalDataSource) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DigitalDemodulator<TModulation>) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DigitalModulator<TModulation>) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedReferenceSignal) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByFrequency) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByIdentifier<TIdentifier>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByModulation<TModulation>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByOrthogonalPolarization) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByPrimaryPolarization) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalByTransmitter) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LowNoiseAmplifier) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OrthogonalPolarizationChannelSource) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.Photodetector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Photodetector) - Method in class agi.foundation.communications.signalprocessing.Photodetector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Photodetector) - Method in class agi.foundation.communications.signalprocessing.Photodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.Photodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PinPhotodiode) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PrimaryPolarizationChannelSource) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PulsedSignalModulator) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalSource) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PulsedSignalSource) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalFilter) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RectangularFilter) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalFilter) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalOutputExtension) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalSource) - Method in class agi.foundation.communications.signalprocessing.SignalSource
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VariableFrequencyMixer) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VariableGainAmplifier) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericAttenuationModelItuRP676Version10) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AtmosphericAttenuationModelItuRP676Version9) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BeerLambertLawAtmosphericAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CloudFogAttenuationModelItuRP840Version6) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CraneRainAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DopplerShiftModel) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FreeSpacePathLossModel) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HufnagelValleyRefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IonosphericAttenuationModelItuRP531Version13) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRP676AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRP838AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ItuRP840AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RainAttenuationModelItuRP618Version10) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RainAttenuationModelItuRP618Version12) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RainAttenuationModelItuRP838Version3) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleSatcomAtmosphericAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TiremPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TiremPropagationModel3_18) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TropoScintAttenuationModelItuRP1814) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TropoScintAttenuationModelItuRP618Version12) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TropoScintAttenuationModelItuRP618Version9) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleAnalogTransmitter) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleDigitalTransmitter) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleReceiver) - Method in class agi.foundation.communications.SimpleReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SphericalTabularMonostaticCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.communications.StringSignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StringSignalIdentifier) - Method in class agi.foundation.communications.StringSignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.communications.Transceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Transceiver) - Method in class agi.foundation.communications.Transceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.communications.Transponder
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Transponder) - Method in class agi.foundation.communications.Transponder
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.WirelessLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WirelessLinkExtension) - Method in class agi.foundation.communications.WirelessLinkExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.AxesAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesAdapter) - Method in class agi.foundation.coordinates.AxesAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.ComplexMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.DenseMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DenseMatrix) - Method in class agi.foundation.coordinates.DenseMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.DiagonalMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DiagonalMatrix) - Method in class agi.foundation.coordinates.DiagonalMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DoNothingStateElementAdapter) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.DynamicState
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicState<T>) - Method in class agi.foundation.coordinates.DynamicState
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.Matrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.Matrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReferenceFrameAdapter) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.SimpleAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleAdapter<T>) - Method in class agi.foundation.coordinates.SimpleAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleMotionAdapter<T>) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.AssetDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AssetDefinition) - Method in class agi.foundation.coverage.AssetDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CoverageDefinitionOnSingleObject) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MaterializedSpatiallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MaterializedTemporallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedSpatiallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedTemporallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Axes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.Axes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesAlignedConstrained
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesAlignedConstrained) - Method in class agi.foundation.geometry.AxesAlignedConstrained
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesAlongTerrain
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesAlongTerrain) - Method in class agi.foundation.geometry.AxesAlongTerrain
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesBPlane
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesBPlane) - Method in class agi.foundation.geometry.AxesBPlane
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesEastNorthUp
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesEastNorthUp) - Method in class agi.foundation.geometry.AxesEastNorthUp
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesFixedAtJulianDate) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFixedOffset
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesFixedOffset) - Method in class agi.foundation.geometry.AxesFixedOffset
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFromArchive
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesFromArchive<TEntity>) - Method in class agi.foundation.geometry.AxesFromArchive
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFromBankAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesFromBankAngle) - Method in class agi.foundation.geometry.AxesFromBankAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesInAxes) - Method in class agi.foundation.geometry.AxesInAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInPointsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesInPointsAxes) - Method in class agi.foundation.geometry.AxesInPointsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesInterpolator) - Method in class agi.foundation.geometry.AxesInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInVectorsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesInVectorsAxes) - Method in class agi.foundation.geometry.AxesInVectorsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesLinearRate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesLinearRate) - Method in class agi.foundation.geometry.AxesLinearRate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesLocalVerticalLocalHorizontal) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesNorthEastDown
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesNorthEastDown) - Method in class agi.foundation.geometry.AxesNorthEastDown
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesPropagationParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesTargetingLink
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesTargetingLink) - Method in class agi.foundation.geometry.AxesTargetingLink
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesVehicleVelocityLocalHorizontal) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesVelocityOrbitNormal) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.CommunicationLinkScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.CommunicationLinkScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkSignalData<T>) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.CommunicationObjectScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.CommunicationObjectScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.CompositeAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CompositeAxes) - Method in class agi.foundation.geometry.CompositeAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.CompositePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CompositePoint) - Method in class agi.foundation.geometry.CompositePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.geometry.ConstantCovariance3By3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantCovariance3By3) - Method in class agi.foundation.geometry.ConstantCovariance3By3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Covariance3By3DynamicMatrix) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateOnStateValueDefinition<T>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicCovariance3By3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.geometry.DynamicCovariance3By3
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicDelaunayElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicDelaunayElements) - Method in class agi.foundation.geometry.DynamicDelaunayElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicEquinoctialElements) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicKozaiIzsakMeanElements) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.DynamicMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicModifiedKeplerianElements) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.EntityAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityAxes<TEntity>) - Method in class agi.foundation.geometry.EntityAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.EntityPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityPoint<TEntity>) - Method in class agi.foundation.geometry.EntityPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicState<IAdjustableState>) - Method in class agi.foundation.geometry.GeometryDynamicState
 
checkForSameDefinition(GeometryDynamicState) - Method in class agi.foundation.geometry.GeometryDynamicState
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplDECenterOfMassPoint) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.LinkSubdivision
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkSubdivision) - Method in class agi.foundation.geometry.LinkSubdivision
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedOnEvaluatorPoint) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedOnStatePoint) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedOnStateScalar) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedOnStateVector) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedPoint) - Method in class agi.foundation.geometry.ParameterizedPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ParameterizedScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedScalar) - Method in class agi.foundation.geometry.ParameterizedScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.ParameterizedVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedVector) - Method in class agi.foundation.geometry.ParameterizedVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Point
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.Point
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointAtAltitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointAtAltitude) - Method in class agi.foundation.geometry.PointAtAltitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointCartographic
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointCartographic) - Method in class agi.foundation.geometry.PointCartographic
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointCentralBodyProjection) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointDifferentiator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointDifferentiator) - Method in class agi.foundation.geometry.PointDifferentiator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointFixedAtJulianDate) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFixedOffset
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointFixedOffset) - Method in class agi.foundation.geometry.PointFixedOffset
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFromArchive
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointFromArchive<TEntity>) - Method in class agi.foundation.geometry.PointFromArchive
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInPointsFrame
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointInPointsFrame) - Method in class agi.foundation.geometry.PointInPointsFrame
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInReferenceFrame
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointInReferenceFrame) - Method in class agi.foundation.geometry.PointInReferenceFrame
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointInRegionNearestToReferencePoint) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointInterpolator) - Method in class agi.foundation.geometry.PointInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointPropagationParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointVectorToPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointVectorToPoint) - Method in class agi.foundation.geometry.PointVectorToPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.ReferenceFrame
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Scalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.Scalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAbsoluteValue) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAngleBetweenVectors) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleInRange
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAngleInRange) - Method in class agi.foundation.geometry.ScalarAngleInRange
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAngleSmallSpan) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAntennaGainInLinkDirection) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarBitErrorRate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarBitErrorRate<TModulation>) - Method in class agi.foundation.geometry.ScalarBitErrorRate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCarrierToInterference) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCarrierToNoise) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCarrierToNoiseDensity) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCarrierToNoiseDensityPlusInterference) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCarrierToNoisePlusInterference) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarCartographicElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCartographicElement) - Method in class agi.foundation.geometry.ScalarCartographicElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarCosine
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarCosine) - Method in class agi.foundation.geometry.ScalarCosine
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDelaunayElement) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDelayedByLink
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDeltaSphericalElement) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDerivative
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDerivative) - Method in class agi.foundation.geometry.ScalarDerivative
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDihedralAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDihedralAngle) - Method in class agi.foundation.geometry.ScalarDihedralAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDopplerConeAngle) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDotProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDotProduct) - Method in class agi.foundation.geometry.ScalarDotProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDynamicPressure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDynamicPressure) - Method in class agi.foundation.geometry.ScalarDynamicPressure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarEffectiveIsotropicRadiatedPower) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarEnergyPerBitToNoiseDensity<TModulation>) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarEquinoctialElement) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarEquivalentAirspeed) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarExponent
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarExponent) - Method in class agi.foundation.geometry.ScalarExponent
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarFixed) - Method in class agi.foundation.geometry.ScalarFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarFixedAtJulianDate) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarGpsCommunicationsReceiverChannelNoise) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarGrazingAltitudeBetweenTwoPoints) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarInterpolator) - Method in class agi.foundation.geometry.ScalarInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarInverseTangent
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarInverseTangent) - Method in class agi.foundation.geometry.ScalarInverseTangent
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarJammingToSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarJammingToSignal) - Method in class agi.foundation.geometry.ScalarJammingToSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarKozaiIzsakMeanElement) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarMachNumber
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarMachNumber) - Method in class agi.foundation.geometry.ScalarMachNumber
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarMaximumValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarMaximumValue) - Method in class agi.foundation.geometry.ScalarMaximumValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarMinimumValue) - Method in class agi.foundation.geometry.ScalarMinimumValue
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarModifiedKeplerianElement) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarNoisePlusInterference) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarPointElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarPointElement) - Method in class agi.foundation.geometry.ScalarPointElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarPolarizationEfficiency) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarPowerAtReceiverOutput) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarProduct) - Method in class agi.foundation.geometry.ScalarProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarPropagationLoss
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarPropagationLoss) - Method in class agi.foundation.geometry.ScalarPropagationLoss
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarReceivedIsotropicPower) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarReceivedPowerFluxDensity) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteHeading
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarRouteHeading) - Method in class agi.foundation.geometry.ScalarRouteHeading
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteHeight
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarRouteHeight) - Method in class agi.foundation.geometry.ScalarRouteHeight
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarRouteSurfaceSpeed) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarRouteTotalSpeed) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSine
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSine) - Method in class agi.foundation.geometry.ScalarSine
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSphericalElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSphericalElement) - Method in class agi.foundation.geometry.ScalarSphericalElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSquintAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSquintAngle) - Method in class agi.foundation.geometry.ScalarSquintAngle
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSum) - Method in class agi.foundation.geometry.ScalarSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarVectorElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarVectorElement) - Method in class agi.foundation.geometry.ScalarVectorElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.ServiceProviderAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ServiceProviderAxes) - Method in class agi.foundation.geometry.ServiceProviderAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ServiceProviderPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ServiceProviderPoint) - Method in class agi.foundation.geometry.ServiceProviderPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicSensorFieldOfView) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicSensorFieldOfView) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityDynamicSensorFieldOfView<TEntity>) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkSubdivision) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SpecifiedResolutionLinkSubdivision) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
 
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TwoDimensionalConvexHull) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Vector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.Vector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAcceleration
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorAcceleration) - Method in class agi.foundation.geometry.VectorAcceleration
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAngularAcceleration
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorAngularAcceleration) - Method in class agi.foundation.geometry.VectorAngularAcceleration
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAngularVelocity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorAngularVelocity) - Method in class agi.foundation.geometry.VectorAngularVelocity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorApparentDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorApparentDisplacement) - Method in class agi.foundation.geometry.VectorApparentDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorBPlane
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorBPlane) - Method in class agi.foundation.geometry.VectorBPlane
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorCrossProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorCrossProduct) - Method in class agi.foundation.geometry.VectorCrossProduct
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDependentOnServiceProvider) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDerivative
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDerivative) - Method in class agi.foundation.geometry.VectorDerivative
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDifferentiator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDifferentiator) - Method in class agi.foundation.geometry.VectorDifferentiator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorEllipsoidSurfaceNormal) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorFixed) - Method in class agi.foundation.geometry.VectorFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorFixedAtJulianDate) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorInAxes) - Method in class agi.foundation.geometry.VectorInAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInPointsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorInPointsAxes) - Method in class agi.foundation.geometry.VectorInPointsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorInterpolator) - Method in class agi.foundation.geometry.VectorInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorInVectorsAxes) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInverted
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorInverted) - Method in class agi.foundation.geometry.VectorInverted
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.VectorMagnitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorMagnitude) - Method in class agi.foundation.geometry.VectorMagnitude
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorNormalized
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorNormalized) - Method in class agi.foundation.geometry.VectorNormalized
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorPropagationParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorScaled
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorScaled) - Method in class agi.foundation.geometry.VectorScaled
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorSum) - Method in class agi.foundation.geometry.VectorSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorTrueDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorTrueDisplacement) - Method in class agi.foundation.geometry.VectorTrueDisplacement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorVelocity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorVelocity) - Method in class agi.foundation.geometry.VectorVelocity
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ChildrenExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChildrenExtension) - Method in class agi.foundation.infrastructure.ChildrenExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantValueDefinition<T>) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.DefinitionalObject
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<T>) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ExtensibleObject
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.infrastructure.ExtensibleObject
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<ExtensibleObject>) - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
 
checkForSameDefinition(ExtensibleObjectCollection) - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<ObjectExtension>) - Method in class agi.foundation.infrastructure.ExtensionCollection
 
checkForSameDefinition(ExtensionCollection) - Method in class agi.foundation.infrastructure.ExtensionCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.IdentifierExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IdentifierExtension) - Method in class agi.foundation.infrastructure.IdentifierExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ObjectExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ObjectExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedValueDefinition<T>) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ParentExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParentExtension) - Method in class agi.foundation.infrastructure.ParentExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ValueDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverAccessQuery>) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
 
checkForSameDefinition(CommunicationAccessQueryCollection) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<GnssLinkBudgetScalars>) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
 
checkForSameDefinition(GnssLinkBudgetScalarsCollection) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsCommunicationsFrontEnd) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsCommunicationsNoiseModel) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsSignalGenerator) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<GpsSignalGenerator>) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
 
checkForSameDefinition(GpsSignalGeneratorCollection) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationReceiverAccessQuery) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationReceiverChannel) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverChannel>) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
 
checkForSameDefinition(NavigationReceiverChannelCollection) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationSignal) - Method in class agi.foundation.navigation.advanced.NavigationSignal
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<NavigationSignal>) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
 
checkForSameDefinition(NavigationSignalCollection) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavigationTransmitterExtension) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalFilter) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsPowerSpectralDensityFilter) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantGpsReceiverNoiseModel) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.navigation.GpsLineOfSightVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsLineOfSightVector) - Method in class agi.foundation.navigation.GpsLineOfSightVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.GpsReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiver) - Method in class agi.foundation.navigation.GpsReceiver
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsReceiverExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverExtension) - Method in class agi.foundation.navigation.GpsReceiverExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsSatelliteExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsSatelliteExtension) - Method in class agi.foundation.navigation.GpsSatelliteExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsSatelliteInformationExtension) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SaastamoinenTroposphericCorrectionModel) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSaastamoinenTroposphericCorrection) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarSingleFrequencyIonosphericCorrection) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleFrequencyIonosphericCorrectionModel) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HermitePolynomialApproximation) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LagrangeOrbitVariationOfParameters) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LagrangePolynomialApproximation) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinearApproximation) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PartialDerivativesFixed) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PartialDerivativesSum) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CombinedCostFunction) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Covariance3By3SizeAndOrientationInterpolator) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateBasedConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateBasedCostFunction) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateBasedInequalityConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateBasedVariable<T>) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DoubleMotionInterpolator) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtremeValueOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtremeValueOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtremeValueOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedDateVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedDoubleVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedDurationVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ParameterizedScalarVariable) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RotationalMotionInterpolator) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtEndOfNumericalSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtEndOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtEndOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarAtEndOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDifferenceOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDifferenceOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarDifferenceOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListDifferentialCorrector) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListParameterOptimizer) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TranslationalMotionInterpolator) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AccessConstraintsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessConstraintsExtension) - Method in class agi.foundation.platforms.AccessConstraintsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessQueryGraphicsParameter<T>) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AccessResultExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessResultExtension) - Method in class agi.foundation.platforms.AccessResultExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<UnitQuaternion>) - Method in class agi.foundation.platforms.AxesGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AxesGraphicsParameter) - Method in class agi.foundation.platforms.AxesGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AzimuthElevationMaskExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AzimuthElevationMaskGraphicsExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceCurve) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceCurveGraphicsExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceRegion) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CentralBodySurfaceRegionGraphicsExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlatformCollection) - Method in class agi.foundation.platforms.ChildPlatformCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChildPlatformCollection) - Method in class agi.foundation.platforms.ChildPlatformCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantGraphicsParameter<T>) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicFieldOfViewExtension) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FieldOfViewCentralBodyProjectionGraphicsExtension) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.FieldOfViewExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FieldOfViewExtension) - Method in class agi.foundation.platforms.FieldOfViewExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.platforms.GraphicalVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicalVector) - Method in class agi.foundation.platforms.GraphicalVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<String>) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
 
checkForSameDefinition(GraphicsParameterFormatter) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<TOutput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameterTransform<TInput, TOutput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ImagingDeviceExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ImagingDeviceExtension) - Method in class agi.foundation.platforms.ImagingDeviceExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LinkGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LinkGraphicsExtension) - Method in class agi.foundation.platforms.LinkGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LocationPointCovarianceExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LocationPointCovarianceGraphicsExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LocationPointExtension) - Method in class agi.foundation.platforms.LocationPointExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MarkerGraphicsExtension) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ModelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ModelGraphicsExtension) - Method in class agi.foundation.platforms.ModelGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.NameExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NameExtension) - Method in class agi.foundation.platforms.NameExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.OrientationAxesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(OrientationAxesExtension) - Method in class agi.foundation.platforms.OrientationAxesExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.platforms.Platform
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Platform) - Method in class agi.foundation.platforms.Platform
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<Platform>) - Method in class agi.foundation.platforms.PlatformCollection
 
checkForSameDefinition(PlatformCollection) - Method in class agi.foundation.platforms.PlatformCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.platforms.PlatformLocationPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlatformLocationPoint) - Method in class agi.foundation.platforms.PlatformLocationPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Axes) - Method in class agi.foundation.platforms.PlatformOrientationAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlatformOrientationAxes) - Method in class agi.foundation.platforms.PlatformOrientationAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.PointGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointGraphicsExtension) - Method in class agi.foundation.platforms.PointGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.PointGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointGraphicsParameter) - Method in class agi.foundation.platforms.PointGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReferenceFrameGraphicsExtension) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
 
checkForSameDefinition(ScalarGraphicsParameter) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.TextGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TextGraphicsExtension) - Method in class agi.foundation.platforms.TextGraphicsExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TimeIntervalGraphicsParameter<T>) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.VectorGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VectorGraphicsParameter) - Method in class agi.foundation.platforms.VectorGraphicsParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.advanced.PropagationPointElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationPointElement) - Method in class agi.foundation.propagators.advanced.PropagationPointElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateCorrector) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AuxiliaryStateScalar) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.AuxiliaryStateVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AuxiliaryStateVector) - Method in class agi.foundation.propagators.AuxiliaryStateVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.BallisticPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BallisticPropagator) - Method in class agi.foundation.propagators.BallisticPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantStateStoppablePropagator) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DynamicStateStoppablePropagator) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.GpsRinexPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GpsRinexPropagator) - Method in class agi.foundation.propagators.GpsRinexPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.J2Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(J2Propagator) - Method in class agi.foundation.propagators.J2Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.J4Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(J4Propagator) - Method in class agi.foundation.propagators.J4Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NavstarISGps200DPropagator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationEulerianAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationEulerianAxes) - Method in class agi.foundation.propagators.PropagationEulerianAxes
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationPointElement) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationNewtonianPoint) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationScalar) - Method in class agi.foundation.propagators.PropagationScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationVector) - Method in class agi.foundation.propagators.PropagationVector
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Point) - Method in class agi.foundation.propagators.PropagatorPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagatorPoint) - Method in class agi.foundation.propagators.PropagatorPoint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.Sgp4Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Sgp4Propagator) - Method in class agi.foundation.propagators.Sgp4Propagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.SimpleAscentPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SinglePointStoppablePropagatorDefinition) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.StateTransitionMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateTransitionMatrix) - Method in class agi.foundation.propagators.StateTransitionMatrix
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppableNumericalPropagator) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.TwoBodyPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SinglePointStoppablePropagatorDefinition) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TwoBodyStoppablePropagator) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.WaypointPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(WaypointPropagator) - Method in class agi.foundation.propagators.WaypointPropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<RadioFrequencyGainPattern, RadarAntennaSignalProcessor>) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
 
checkForSameDefinition(DualPolarizedRadarReceivingAntennaExtension) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
 
checkForSameDefinition(DualPolarizedRadarTransmittingAntennaExtension) - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.DwellTimeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DwellTimeScalar) - Method in class agi.foundation.radar.DwellTimeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EffectiveIsotropicRadiatedPowerScalar) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(IntegratedPulseCountScalar) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InterferenceSignalIdentifier) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MitchellWalkerProbabilityOfDetectionScalar) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MonostaticAmbiguousTargetRangeScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MonostaticAmbiguousTargetVelocityScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PerfectFixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PerfectGoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProcessedRadarWaveformOutputExtension) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PulseIntegrationTimeScalar) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AntennaSignalProcessor<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
 
checkForSameDefinition(BaseReceivingAntennaExtension<RadioFrequencyGainPattern, RadarAntennaSignalProcessor>) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
 
checkForSameDefinition(RadarReceivingAntennaExtension) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BaseTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
 
checkForSameDefinition(RadarTransmittingAntennaExtension) - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.radar.RadarWaveformProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.RadarWaveformProcessor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReceiveAntennaGainScalar) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReceiveAntennaOutputInterferencePowerScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReceiveAntennaOutputPowerScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SignalToNoiseRatioScalar) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Scalar) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PointScattererExtension) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetRadarCrossSectionExtension) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetRadarCrossSectionScalar) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetScatteredPowerScalar) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetToReceiverDopplerFrequencyScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetToReceiverDopplerShiftScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetToReceiverPropagationLossScalar) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetToReceiverReceivedIsotropicPowerScalar) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransmitAntennaGainScalar) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransmitterToTargetDopplerFrequencyScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransmitterToTargetDopplerShiftScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransmitterToTargetPropagationLossScalar) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TransmitterToTargetReceivedIsotropicPowerScalar) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CompositeProfileSegment) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CompositeSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConnectionConfigurationResult) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ConstantHeightSegment) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DegenerateSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PartialSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProcedureConfigurationResult) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceCurveSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.CircularHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CircularHoldProcedure) - Method in class agi.foundation.routedesign.CircularHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefaultConnectionBehavior) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.FollowPathProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowPathProcedure) - Method in class agi.foundation.routedesign.FollowPathProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HeadingAtWaypointProcedure) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HeightTransitionProcedure) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InscribedTurnProcedure) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.LandingProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(LandingProcedure) - Method in class agi.foundation.routedesign.LandingProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteConnection) - Method in class agi.foundation.routedesign.ProfileRouteConnection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ProfileRouteConnection) - Method in class agi.foundation.routedesign.ProfileRouteConnection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.PropagatedRoute
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagatedRoute) - Method in class agi.foundation.routedesign.PropagatedRoute
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RacetrackHoldProcedure) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.RasterSearchProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RasterSearchProcedure) - Method in class agi.foundation.routedesign.RasterSearchProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteConnection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteConnection) - Method in class agi.foundation.routedesign.RouteConnection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.RouteProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.RoutePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RoutePropagator) - Method in class agi.foundation.routedesign.RoutePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.RouteSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StationaryHoldProcedure) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SurfaceCurveProcedure) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.TakeoffProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TakeoffProcedure) - Method in class agi.foundation.routedesign.TakeoffProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TurnAfterWaypointProcedure) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TurnBeforeWaypointProcedure) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(BasicLaunchSegment) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChangePropagateSegmentsPropagatorOperator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChangeReturnSegmentOperator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChangeStoppingConditionEnabledOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChangeStoppingConditionThresholdOperator<T>) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ChangeStopSegmentOperator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NumericalPropagatorSegment) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FiniteManeuverSegment) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.FollowSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegment) - Method in class agi.foundation.segmentpropagation.FollowSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentEndsWithStoppingConditions) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(FollowSegmentStartsWithStoppingConditions) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.HoldSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(HoldSegment) - Method in class agi.foundation.segmentpropagation.HoldSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ImpulsiveManeuverInformation) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ImpulsiveManeuverSegment) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InitialStateSegment<T>) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(InitialStateSegment<NumericalPropagatorState>) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
 
checkForSameDefinition(NumericalInitialStateSegment) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NumericalPropagatorSegment) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.PropagateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ReturnSegment) - Method in class agi.foundation.segmentpropagation.ReturnSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(RunSegmentListOperator) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SeedFiniteManeuverOperator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentList) - Method in class agi.foundation.segmentpropagation.SegmentList
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateUpdaterDefinition) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SingleValueStateUpdater) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StateUpdaterDefinition) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.StopSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StopSegment) - Method in class agi.foundation.segmentpropagation.StopSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SwapSegmentOperator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SwitchableSegment) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentList) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentList) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UpdateSegment) - Method in class agi.foundation.segmentpropagation.UpdateSegment
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider>) - Method in class agi.foundation.ServiceProviderCollection
 
checkForSameDefinition(ServiceProviderCollection) - Method in class agi.foundation.ServiceProviderCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AsteroidsBspEphemerisProvider) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(CeresBspEphemerisProvider) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.spice.JplSpkFile
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkFile) - Method in class agi.foundation.spice.JplSpkFile
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JupiterBspEphemerisProvider) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Jup365BspEphemerisProvider) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JupiterBspEphemerisProvider) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(MarsBspEphemerisProvider) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NeptuneBspEphemerisProvider) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Nep097BspEphemerisProvider) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(NeptuneBspEphemerisProvider) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlanetsBspEphemerisProvider) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlutoBspEphemerisProvider) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Plu058BspEphemerisProvider) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(PlutoBspEphemerisProvider) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SaturnBspEphemerisProvider) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Sat441BspEphemerisProvider) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(SaturnBspEphemerisProvider) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UranusBspEphemerisProvider) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(Ura111BspEphemerisProvider) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(UranusBspEphemerisProvider) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(VestaBspEphemerisProvider) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessStoppingCondition) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateStoppingCondition) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DurationStoppingCondition) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DurationStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EpochSecondsStoppingCondition) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(JulianDateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarStoppingCondition) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ScalarStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.stoppingconditions.StoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.StoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueInStateStoppingCondition) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ValueInStateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.AccessEntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(AccessEntityFilter<TEntity>) - Method in class agi.foundation.tracking.AccessEntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.DelegateEntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DelegateEntityFilter<TEntity>) - Method in class agi.foundation.tracking.DelegateEntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.tracking.EntityDescriptor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityDescriptor<TEntity>) - Method in class agi.foundation.tracking.EntityDescriptor
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.EntityFilter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityFilterChain
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(EntityFilterChain<TEntity>) - Method in class agi.foundation.tracking.EntityFilterChain
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObjectCollection<EntityFilter<TEntity>>) - Method in class agi.foundation.tracking.EntityFilterCollection
 
checkForSameDefinition(EntityFilterCollection<TEntity>) - Method in class agi.foundation.tracking.EntityFilterCollection
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityParameter
Checks to determine if another instance has the same definition as this instance and returns true if it does.
checkInequalitySatisfaction(List<InequalityConstraintSettings>, double[]) - Static method in class agi.foundation.numericalmethods.ParameterOptimizer
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.
CircularEquatorialOrbitGrazingAngleConstraint - Class in agi.foundation.access.constraints
An Access constraint that requires that the grazing angle between a ring in the equatorial plane of the provided CentralBody (get / set) and the direction to an object at the other end of the ConstrainedLink (get / set) be between a span of values as viewed from the ConstrainedLinkEnd (get / set).
CircularEquatorialOrbitGrazingAngleConstraint() - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance.
CircularEquatorialOrbitGrazingAngleConstraint(Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified minimum value.
CircularEquatorialOrbitGrazingAngleConstraint(CentralBody, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified central body and minimum value.
CircularEquatorialOrbitGrazingAngleConstraint(Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified minimum value and maximum value.
CircularEquatorialOrbitGrazingAngleConstraint(CentralBody, Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified central body, minimum value, and maximum value.
CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, CentralBody, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, and minimum value.
CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, CentralBody, Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
CircularEquatorialOrbitGrazingAngleConstraint(CircularEquatorialOrbitGrazingAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Initializes a new instance as a copy of an existing instance.
CircularHoldProcedure - Class in agi.foundation.routedesign
A procedure that places the position into a circular path around a given center point at a given turn radius in a given direction.
CircularHoldProcedure() - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
Create a new instance.
CircularHoldProcedure(Cartographic, double, double, ClosedTurnDirection, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
Create a new instance based on the given parameters.
CircularHoldProcedure(Ellipsoid, Cartographic, double, double, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
Create a new instance based on the given parameters.
CircularHoldProcedure(Ellipsoid, Cartographic, double, Duration, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
Create a new instance based on the given parameters.
CircularHoldProcedure(CircularHoldProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
Initializes a new instance as a copy of an existing instance.
CircularHoldProcedure.ConfigurationData - Enum in agi.foundation.routedesign
An enumeration indicating whether the configuration of the hold was successful or whether there was an error.
CircularRange - Enum in agi.foundation.stoppingconditions
The possible options that a numerical value could be limited to when it represents an angle.
CityType - Enum in agi.foundation.stk
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.CircularEquatorialOrbitGrazingAngleConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.RangeConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.ScalarConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.EvaluatorDelayedByLink
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.LinkInstantaneous
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.LinkPath
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.access.LinkSpeedOfLight
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ArielCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.AtmosphericDragForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CallistoCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CentralBodiesFacet
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CeresCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CharonCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ConstantForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ConstantTorque
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ConstantWindModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.DeimosCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.DioneCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.DragBodyPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.EarthCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.EarthMoonBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.EnceladusCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.EuropaCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.GanymedeCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.GravityGradientTorque
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.HyperionCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.IapetusCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.Iau1976Precession
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.Iau1980Nutation
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.IauOrientationAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.Iers2003SolidTideModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.IoCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE200
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE403
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE405
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE421
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE430
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDE440
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JplDEFile
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JupiterCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.LinkRefracted
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MagneticCoilTorque
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MagneticFieldVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MarsCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MarsSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MercuryCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MimasCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.MoonCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.NeptuneCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.NPlateModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.OffAxisTorque
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.PermanentSolidTideModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.PhobosCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.PhoebeCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.PlutoCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ReactionWheelTorque
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.RheaCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SaturnCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis86
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis90
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SimpleSolidTideModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarGeophysicalData
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SolarSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.SunCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.TethysCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.ThirdBodyGravity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.TitanCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.TitaniaCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.TritonCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.TwoBodyGravity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.UranusCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.UranusSystemBarycenter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.VenusCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.VestaCentralBody
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.celestial.WorldMagneticModelVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumOrientationExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumPositionExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.DescriptionExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.GraphicalVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.LabelGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.LinkGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.ModelGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.PathGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.PointGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.cesium.ViewFromExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.CustomGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.StaticDirection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.CommunicationLinkCollection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.CommunicationSystem
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ComplexReceiver
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.ConstantPolarizationSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.EllipticalPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.LeftHandCircularPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.LinearPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.OpticalReceiver
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.OpticalTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PointScattererFrequencyBand
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PointScattererInformation
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PointScattererInformationCollection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PointScattererLinkPath
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.RightHandCircularPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SignalDataCollection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.SignalSource
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SignalPropagationGraph
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SimpleReceiver
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.StringSignalIdentifier
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.Transceiver
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.Transponder
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.communications.WirelessLinkExtension
Clones this object using the specified context.
clone() - Method in interface agi.foundation.compatibility.ICloneable
Creates a new object that is a copy of the current instance.
clone(CopyContext) - Method in class agi.foundation.ConstantEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.AxesAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.BasicState
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.ComplexMatrix
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.DelaunayElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.DenseMatrix
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.DiagonalMatrix
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.EquinoctialElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.KeplerianElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.LifetimeElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.SimpleAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.StateElementAdapter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coordinates.StateEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.AssetDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.Evaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.Function2
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.Function3
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesAlignedConstrained
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesAlongTerrain
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesBPlane
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesEastNorthUp
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesFixedOffset
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesFromArchive
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesFromBankAngle
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesInAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesInPointsAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesInterpolator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesInVectorsAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesLinearRate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesNorthEastDown
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesPropagationParameter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesTargetingLink
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.CompositeAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.CompositePoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ConstantCovariance3By3
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DynamicDelaunayElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.EntityAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.EntityPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.GeometryDynamicState
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedScalar
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedVector
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointAtAltitude
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointCartographic
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointDifferentiator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointFixedOffset
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointFromArchive
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointInPointsFrame
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointInReferenceFrame
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointInterpolator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointPropagationParameter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.PointVectorToPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ReferenceFrame
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleInRange
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarBitErrorRate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCartographicElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCosine
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDelayedByLink
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDerivative
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDihedralAngle
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDotProduct
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDynamicPressure
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarExponent
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarFixed
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarInterpolator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarInverseTangent
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarJammingToSignal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMachNumber
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMaximumValue
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMinimumValue
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPointElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarProduct
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPropagationLoss
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteHeading
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteHeight
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSine
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSphericalElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSquintAngle
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSum
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ScalarVectorElement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ServiceProviderAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.ServiceProviderPoint
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorAcceleration
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorAngularAcceleration
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorAngularVelocity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorApparentDisplacement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorBPlane
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorCrossProduct
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorDerivative
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorDifferentiator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorFixed
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorInAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorInPointsAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorInterpolator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorInverted
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorMagnitude
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorNormalized
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorPropagationParameter
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorScaled
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorSum
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorTrueDisplacement
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.geometry.VectorVelocity
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.CachingEvaluator
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.CalculationContext
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.CalculationContextFacet
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ChildrenExtension
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
Clones this object using the specified context.
clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
Clones this object using the specified context.
clone(T) - Method in class agi.foundation.infrastructure.CopyContext
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 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 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.CircularEquatorialOrbitGrazingAngleConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.RangeConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.RangeRateConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ScalarConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkInstantaneous
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkPath
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkSpeedOfLight
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.Maneuver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ArielCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.AtmosphericDragForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CallistoCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CentralBodyInertialAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CeresCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CharonCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantTorque
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantWindModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DeimosCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DioneCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragBodyPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EarthCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EarthMoonBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EnceladusCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EquationOfEquinoxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EuropaCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ForceModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.GanymedeCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.GravityGradientTorque
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.HyperionCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IapetusCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iau1976Precession
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iau1980Nutation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IauOrientationAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iers2003SolidTideModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IndividualPlateModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IoCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE200
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE403
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE405
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE421
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE430
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE440
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDEFile
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JupiterCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JupiterSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.LibrationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.LinkRefracted
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MagneticCoilTorque
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MagneticFieldVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MarsCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MarsSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MercuryCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MimasCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MoonCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NeptuneCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NutationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.OffAxisTorque
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PermanentSolidTideModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PhobosCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PhoebeCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlutoCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlutoSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PrecessionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ReactionWheelTorque
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.RheaCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SaturnCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SaturnSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis86
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis90
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationDualCone
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableArea
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SimpleSolidTideModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolidTideModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SunCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TethysCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ThirdBodyGravity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TitanCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TitaniaCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TorqueModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TritonCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TwoBodyGravity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.UranusCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.UranusSystemBarycenter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VenusCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VestaCentralBody
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.WindModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.WorldMagneticModelVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumFixedStepExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumOrientationExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumPositionExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.DescriptionExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.GraphicalVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.LabelGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.LinkGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.ModelGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.PathGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.PointGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.ViewFromExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CustomGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DipoleGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DirectionsProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.FrpaGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GaussianGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.StaticDirection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.CommunicationLinkCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.CommunicationSystem
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexReceiver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ConstantPolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.EllipticalPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.LeftHandCircularPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.LinearPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OpticalReceiver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OpticalTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererFrequencyBand
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererInformation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererInformationCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererLinkPath
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Polarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PolarizationSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.RightHandCircularPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ScatteringCoefficient
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalChannelIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalComputation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalDataCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Amplifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Photodetector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Photodiode
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalSource
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleReceiver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.StringSignalIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Transceiver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Transponder
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.WirelessLinkExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.AxesAdapter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.ComplexMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DenseMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DiagonalMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DynamicState
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.Matrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.SimpleAdapter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.SimpleMotionAdapter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.AssetDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.BaseCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Axes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesAlignedConstrained
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesAlongTerrain
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesBPlane
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesEastNorthUp
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFixedOffset
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFromArchive
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFromBankAngle
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInPointsAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInVectorsAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesLinearRate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesNorthEastDown
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesPropagationParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesTargetingLink
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationLinkScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationObjectScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CompositeAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CompositePoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ConstantCovariance3By3
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicCovariance3By3
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicDelaunayElements
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.EntityAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.EntityPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.GeometryDynamicState
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.LinkSubdivision
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Point
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointAtAltitude
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointCartographic
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointCentralBodyProjection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointDifferentiator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFixedOffset
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFromArchive
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInPointsFrame
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInReferenceFrame
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointPropagationParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointVectorToPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ReferenceFrame
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Scalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleInRange
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarBitErrorRate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToInterference
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoise
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCartographicElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCosine
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDelaunayElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDelayedByLink
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDerivative
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDihedralAngle
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDotProduct
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDynamicPressure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarExponent
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarFixed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarInverseTangent
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarJammingToSignal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMachNumber
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMaximumValue
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMinimumValue
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPointElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarProduct
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPropagationLoss
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteHeading
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteHeight
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSine
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSphericalElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSquintAngle
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSum
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarVectorElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ServiceProviderAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ServiceProviderPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Vector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAcceleration
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAngularAcceleration
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAngularVelocity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorApparentDisplacement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorBPlane
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorCrossProduct
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDerivative
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDifferentiator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDisplacement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorFixed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInPointsAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInVectorsAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInverted
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorMagnitude
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorNormalized
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorPropagationParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorScaled
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorSum
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorTrueDisplacement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorVelocity
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ChildrenExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ConstantValueDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObject
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensibleObject
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensionCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.IdentifierExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ObjectExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ParentExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ValueDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationSignal
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsLineOfSightVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiver
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiverExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsSatelliteExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.CombinedCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessConstraintsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessResultExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.advanced.GraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AxesGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ChildPlatformCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ConstantGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.FieldOfViewExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicalVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicsParameterFormatter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicsParameterTransform
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ImagingDeviceExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LinkGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.MarkerGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ModelGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.NameExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.OrientationAxesExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.Platform
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformLocationPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformOrientationAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PointGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PointGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ScalarGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.TextGraphicsExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.VectorGraphicsParameter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationPointElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.AuxiliaryStateScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.AuxiliaryStateVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.BallisticPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.CartesianOnePointPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.GpsRinexPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.J2Propagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.J4Propagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationEulerianAxes
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationVector
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagatorPoint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.Sgp4Propagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.SimpleAscentPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StateTransitionMatrix
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StoppableNumericalPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.WaypointPropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DwellTimeScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.IntegratedPulseCountScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.InterferenceSignalIdentifier
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarWaveformProcessor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetScatteredPowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitAntennaGainScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ProfileSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.CircularHoldProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.FollowPathProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.LandingProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.ProfileRouteConnection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.PropagatedRoute
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RasterSearchProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteConnection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RoutePropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TakeoffProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.HoldSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.InitialStateSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.PropagateSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ReturnSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SegmentList
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.StopSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.UpdateSegment
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.ServiceProviderCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.CeresBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JplSpkEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JplSpkFile
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.VestaBspEphemerisProvider
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.StoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.AccessEntityFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.DelegateEntityFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityDescriptor
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilter
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilterChain
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilterCollection
Computes a hash code based on the current properties of this object.
computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityParameter
Computes a hash code based on the current properties of this object.
computeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
Compute figure of merit over the coverage grid.
computeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration, ITrackCalculationProgress) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
Compute figure of merit over the coverage grid.
computeData(CoverageResults, List<T>, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
Compute figure of merit over the coverage grid.
computeData(CoverageResults, List<T>, TimeInterval, Duration, ITrackCalculationProgress) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
Compute figure of merit over the coverage grid.
computeData(CoverageData, TimeInterval, Duration, Scalar) - Static method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
Compute the figure of merit data for the given set of results.
computeData(TimeIntervalCollection, TimeInterval, Duration, Scalar) - Static method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
Compute the figure of merit data for the given set of results.
computeDeimos(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
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 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 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 an Axes such that an ITRF transformation is applied when it is evaluated.
convertAxes(EarthCentralBody, Axes, String, ArrayList<InternationalTerrestrialReferenceFrameTransformer>) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Converts an Axes such that an ITRF transformation is applied when it is evaluated.
convertAxes(Axes, Axes) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
Converts an Axes such that the ITRF transformation is applied when it is evaluated.
convertData(Converter<T, TNew>) - Method in class agi.foundation.time.TimeIntervalCollection1
Converts this collection to a different kind of data without changing the intervals.
convertEccentricAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the eccentric anomaly to the mean anomaly.
convertEccentricAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the eccentric anomaly to the time of flight from the corresponding periapsis passage in seconds.
convertEccentricAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the eccentric anomaly to the true anomaly.
Converter<TInput,TOutput> - Class in agi.foundation.compatibility
Represents a method that converts an object from one type to another type.
Converter() - Constructor for class agi.foundation.compatibility.Converter
Creates a new instance of this delegate.
Converter(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Converter
Initializes a delegate that will invoke an instance method on a class instance.
Converter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Converter
Initializes a delegate that will invoke a static method on a class.
Converter.Function<TInput,TOutput> - Interface in agi.foundation.compatibility
A functional interface for the containing delegate type.
convertFromStkAttitudeConvention(DateMotionCollection2<UnitQuaternion, Cartesian>) - Static method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
Converts raw attitude data from the STK Desktop convention used by AttitudeData (get / set) to use the DME Component Libraries convention for representing attitude, which expresses the derivatives in the body frame instead of the frame in which the body is defined.
convertHorizontalAirspeedRateToHorizontalGroundSpeedRate(double, double, double, double, double, Cartesian, double, double) - Static method in class agi.foundation.aircraftpropagation.Maneuver
Converts the rate of change of horizontal airspeed to rate of change of horizontal ground speed.
convertHyperbolicAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the hyperbolic anomaly to the mean anomaly.
convertHyperbolicAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the hyperbolic anomaly to the time of flight from the corresponding periapsis passage in seconds.
convertHyperbolicAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the hyperbolic anomaly to the true anomaly.
convertMeanAnomalyToEccentricAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the eccentric anomaly.
convertMeanAnomalyToHyperbolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Tries to convert the mean anomaly to the hyperbolic anomaly.
convertMeanAnomalyToParabolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the parabolic anomaly.
convertMeanAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the time of flight from the corresponding periapsis passage in seconds.
convertMeanAnomalyToTimeSincePreviousPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the time of flight since the previous periapsis passage in seconds.
convertMeanAnomalyToTimeUntilNextPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the time of flight until the next periapsis passage in seconds.
convertMeanAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
Converts the mean anomaly to the true anomaly.
convertMotion(Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
Construct a Motion<Cartesian> which represents the motion expressed with AzimuthElevationRange values and derivatives.
convertMotion(Motion1<LongitudeLatitudeRadius>, int) - Static method in class agi.foundation.coordinates.Cartesian
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.
createCurve(List<EllipsoidSurfaceCurve>) - Static method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
Constructs a complex curve based on a given set of constituent curves.
createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile
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.
determineClosestPoint(Cartesian, UnitCartesian, double) - Static method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Determines the point on a circular equatorial orbit with the provided radius that has the smallest angular separation to a directed line segment starting at the provided position and along the indicated direction.
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.
determineLimitPointsForOccultationArcs(Ellipsoid, double, Cartesian) - Static method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
Determines the end points on a circular equatorial orbit with the provided radius of the portions of the orbit which transit or are occulted by the ellipsoid as viewed from the provided position.
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: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.CesiumLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.CommunicationsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.CoreLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.GraphicsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.ModelsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.NavigationAdvancedLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.NavigationLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.OrbitPropagationLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.PlatformsGraphicsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.PlatformsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.RadarLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.RouteDesignLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.SegmentPropagationLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.SpatialLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.TerrainAnalysisLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.TerrainReadersLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.TiremLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.TrackingGraphicsLibraryVersion
The display version of the library: 2025 r1.
DisplayVersion - Static variable in class agi.foundation.TrackingLibraryVersion
The display version of the library: 2025 r1.
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
Initializes a new instance.
EnclosureDescriptionCollection(Iterable<? extends EnclosureDescription>) - Constructor for class agi.foundation.geometry.shapes.EnclosureDescriptionCollection
Initializes a new instance.
EnclosureFunctionType - Enum in agi.foundation.geometry.shapes
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 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 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.CircularEquatorialOrbitGrazingAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ScalarConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkInstantaneous
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkSpeedOfLight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.Maneuver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ArielCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericDragForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CallistoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CeresCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CharonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DeimosCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DioneCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DragBodyPlate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EarthCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EnceladusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EuropaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ForceModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GanymedeCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GravityGradientTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.HyperionCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IapetusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JplDE
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JupiterCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.LinkRefracted
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticCoilTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticFieldVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MarsCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MercuryCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MimasCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MoonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NeptuneCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.OffAxisTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhobosCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhoebeCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlutoCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ReactionWheelTorque
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.RheaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SaturnCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarOccultation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarSystemBarycenter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolidTideModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SunCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TethysCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ThirdBodyGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitanCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitaniaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TorqueModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TritonCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TwoBodyGravity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.UranusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VenusCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VestaCentralBody
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.WindModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.DescriptionExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.GraphicalVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LabelGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LinkGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ModelGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PathGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PointGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ViewFromExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationLinkCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationSystem
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ConstantPolarizationSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererFrequencyBand
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererInformation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererLinkPath
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SignalChannelIdentifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.Photodetector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleReceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transceiver
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transponder
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.WirelessLinkExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.AssetDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.BaseCoverageDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlignedConstrained
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlongTerrain
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesBPlane
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesEastNorthUp
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedOffset
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFromBankAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInPointsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInVectorsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLinearRate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesNorthEastDown
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesTargetingLink
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationObjectScalar
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositeAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ConstantCovariance3By3
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicDelaunayElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.GeometryDynamicState
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedVector
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointAtAltitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCartographic
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCentralBodyProjection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointDifferentiator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedOffset
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInPointsFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInReferenceFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointVectorToPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ReferenceFrame
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleInRange
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCartographicElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCosine
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelaunayElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelayedByLink
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDerivative
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDihedralAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDotProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDynamicPressure
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarExponent
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInverseTangent
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMachNumber
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMaximumValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMinimumValue
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPointElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPropagationLoss
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeading
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeight
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSine
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSphericalElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSquintAngle
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSum
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarVectorElement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderPoint
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAcceleration
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularAcceleration
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularVelocity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorApparentDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorBPlane
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorCrossProduct
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDerivative
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDifferentiator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDisplacement
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixed
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInPointsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInterpolator
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInVectorsAxes
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInverted
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorMagnitude
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorNormalized
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorPropagationParameter
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorScaled
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorSum
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorVelocity
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ChildrenExtension
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensibleObject
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensionCollection
Enumerates the dependencies of this object by calling DependencyEnumerator#enumerate(T) for each object that this object directly depends upon.
enumerateDependencies(DependencyEnumerator) - Method in interface agi.foundation.infrastructure.IEnumerateDependencies
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 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 first 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 an 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 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