| Name | Description | Type | Package | Framework |
| AccessClassification | enum AccessClassificationThe possible states of an Access availability computation. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessComputation | Computes Access, or inter-visibility, between two objects. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraint | A constraint between two objects. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintApplicability | enum AccessConstraintApplicabilityAn indication of when an access constraint applies. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintCollection | A collection of Access constraints. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintEvaluationResult | Holds the result of evaluating an Access constraint over an interval. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintEvaluationResultCollection | A collection of AccessConstraintEvaluationResults. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintEvaluator | The base class for Access constraint evaluators. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintHelper | Contains helper methods that are useful when writing Access constraints. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintSampling | Contains static methods that can be useful to a constraint in determining the size of the next sampling step. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessConstraintSource | enum AccessConstraintSourceIndicates the source of an Access constraint. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessEvaluationResult | Holds the result of evaluating Access between two objects. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessEvaluator | An evaluator that determines whether access exists for an AccessQuery. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessEventTimes | enum AccessEventTimesIndicates the manner in which event times are to be reported. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQuery | A query that determines whether or not Access exists for a given time or for intervals of time. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryAnd | An AccessQuery which is a logical AND of two or more sub-queries. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryAtLeastN | An AccessQuery that requires at least N of a list of sub-queries to be satisfied in order to be considered satisfied itself. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryAtMostN | An AccessQuery that requires that no more than N of a list of sub-queries be satisfied in order to be considered satisfied itself. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryCollection | A collection of AccessQuery objects. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryExactlyN | An AccessQuery that requires exactly N of a list of sub-queries to be satisfied in order to be considered satisfied itself. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryNot | An AccessQuery which is a logical NOT of another query. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryOr | An AccessQuery which is a logical OR of two or more sub-queries. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryResult | Holds the result of evaluating an AccessQuery over intervals. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessQueryTrackedSatellite | An access query which determines access to a specific navigation satellite within a GpsReceiver. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AccessSignalModel | enum AccessSignalModelIndicates which effects are to be consider in modeling the signal path and observation. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AltitudeConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| AlwaysSatisfiedLinkConstraint | An AccessConstraint which is always satisfied. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| AngleInPlaneConstraint | 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, | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| AngleOutOfPlaneConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| AzimuthAngleConstraint | 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). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| AzimuthAngleRateConstraint | 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). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| AzimuthElevationMaskConstraint | 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). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CartographicZoneConstraint | This constraint limits access to within a certain cartographic region. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CentralBodyObstructionConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CentralBodySurfaceCurveElevationAngleConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CentralBodySurfaceRegionElevationAngleConstraint | An Access constraint 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 central body. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CentralBodySurfaceRegionSensorVolumeConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CircularAccessConstraint | Defines methods for implementing a circular function used to compute access. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| CircularAccessConstraint .CircularAccessConstraintEvaluator | Base class for Access constraint evaluators which evaluate circular functions. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| CommunicationLinkConstraint | An access constraint which is based on a communication link parameter defined by a CommunicationLinkScalar. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| CommunicationObjectConstraint | An access constraint which is based on a communication or link budget parameter defined by a CommunicationObjectScalar. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| ConstraintAddedEventArgs | Provides data for the ConstraintAdded (add / remove) event. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ConstraintQueryBuilder | This type is used to build an AccessQuery from a single constraint by assembling all of the individual functions that make up the constraint. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ConstraintRemovedEventArgs | Provides data for the ConstraintRemoved (add / remove) event. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| CovarianceSeparationConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| DilutionOfPrecisionConstraint | 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. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| ElevationAngleConstraint | 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). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| ElevationAngleRateConstraint | 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). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| EvaluatorDelayedByLink | An evaluator which wraps another evaluator while delaying it by a time specified by a LinkDelayEvaluator. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| GroundSampleDistanceConstraint | An access constraint which requires the Ground Sample Distance (GSD) to be greater than a minimum and less than a maximum value. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| HeightAboveHorizonConstraint | An access constraint based on the vertical height (in meters) of the other end of the ConstrainedLink (get / set) with respect to the horizontal plane of the ConstrainedLinkEnd (get / set) object. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| IAccessConstraintsService | A service that provides AccessConstraints. | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| IAccessResultService | | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ICompositeAccessQuery | An interface to an AccessQuery which is composed of one or more sub-queries. | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ILinkConstraint | An interface to an AccessConstraint that constrains the relationship between two objects. | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ILinkService | A service interface that provides the most basic methods for modeling a communication link between a transmitter and a receiver. | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| ISingleObjectConstraint | An interface to an AccessConstraint that involves only one object. | Interface | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkGraph | A graph of links ( IServiceProvider instances providing ILinkService) represented as an adjacency list. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkGraphDirection | enum LinkGraphDirectionIdentifies the link direction required during a traversal of the LinkGraph. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkHelper | A collection of helper methods for working with links such as LinkInstantaneous and LinkSpeedOfLight. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkInstantaneous | An idealized link that allows instantaneous communication between the Transmitter (get / set) and Receiver (get / set). | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkPath | Describes a path through one or more links (such as LinkInstantaneous or LinkSpeedOfLight). | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkRole | Identifies an object (transmitter or receiver) in a link ( ILinkService). | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| LinkSpeedOfLight | A link between a Transmitter (get / set) and Receiver (get / set) that travels at the speed of light. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| MinimumMaximumAccessConstraint | The base class for Access constraints where the function must lie between a minimum value and a maximum value in order for the constraint to be considered satisfied. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| MinimumMaximumAccessConstraint .MinMaxThresholdEvaluator | A convenient base class to use for the evaluators for constraints derived from MinimumMaximumAccessConstraint. | Class | agi.foundation.access | AGI ( Analytical Graphics ) |
|
| NavigationAccuracyAssessedConstraint | An Access constraint which restricts access to the ConstrainedObject (get / set) to when the assessed navigation accuracy is above a minimum, below a maximum or both. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| NavigationAccuracyPredictedConstraint | An Access constraint which restricts access to the ConstrainedObject (get / set) to when the predicted navigation accuracy is above a minimum, below a maximum or both. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| PlaneIndicator | Indicates which plane to use with a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| RangeConstraint | An Access constraint that requires that the ends of the ConstrainedLink (get / set) be above a minimum and below a maximum distance in meters. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| RangeRateConstraint | An access constraint that requires that the ends of the ConstrainedLink (get / set) have a range-rate in meters per second above a minimum and below a maximum value. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| ScalarConstraint | A class representing a generalized constraint based on a given evaluator with a minimum and maximum threshold value which indicate the satisfaction region. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| SensorVolumeConstraint | An access constraint that requires that the object at the other end of the ConstrainedLink (get / set) be inside the volume of the sensor attached to the ConstrainedLinkEnd (get / set). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| SurfaceDistanceConstraint | An Access constraint that requires that the surface distance between two objects be above a minimum and below a maximum in meters. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| TerrainLineOfSightConstraint | An Access constraint that requires that the line of sight between the ConstrainedLinkEnd (get / set) and the object at the other end of the ConstrainedLink (get / set) not be obscured by terrain. | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| ThirdBodyElevationAngleConstraint | An Access constraint that requires that the apparent position of the third body be between a range of elevation angles as viewed from the ConstrainedObject (get / set). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |
|
| TotalAngularRateConstraint | An Access constraint that requires that the other end of the ConstrainedLink (get / set) move at a certain angular rate with respect to the ConstrainedLinkEnd (get / set). | Class | agi.foundation.access.constraints | AGI ( Analytical Graphics ) |