Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.access.constraints |
Contains types used in modeling constraints applied to the calculation of access.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysSatisfiedLinkConstraint
An
AccessConstraint which is always satisfied. |
class |
CircularAccessConstraint
Defines methods for implementing a circular function used to compute access.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
AccessConstraint |
AccessConstraintEvaluationResult.getConstraint()
Gets the constraint instance that was evaluated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
MinimumMaximumAccessConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CircularAccessConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
AlwaysSatisfiedLinkConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
AccessConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
AccessEvaluator |
AccessConstraintEvaluator.getQueryEvaluator(IServiceProvider inputTimeObserver,
AccessConstraint constraint,
IServiceProvider requiredTimeObserver,
EvaluatorGroup group)
Creates and returns an
AccessEvaluator wrapping a given constraint evaluator. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccessConstraintCollection.checkForSameDefinition(DefinitionalObjectCollection<AccessConstraint> other) |
Constructor and Description |
---|
AccessConstraint(AccessConstraint existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AltitudeConstraint
|
class |
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,
is within a range of values.
|
class |
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 |
AzimuthAngleConstraint
|
class |
AzimuthAngleRateConstraint
|
class |
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 |
CartographicZoneConstraint
This constraint limits access to within a certain cartographic region.
|
class |
CentralBodyEllipticCylindricalAccessConstraint
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.
|
class |
CentralBodyLayeredProjectedVolumeAccessConstraint
An access constraint that takes a set of points and altitude layers to create a layered volume access constraint.
|
class |
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 |
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 |
CentralBodySurfaceRegionConstraint
An
AccessConstraint that requires that an object be within a given CentralBodySurfaceRegion . |
class |
CentralBodySurfaceRegionElevationAngleConstraint
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 ). |
class |
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 |
CircularEquatorialOrbitGrazingAngleConstraint
|
class |
CommunicationLinkConstraint
An access constraint which is based on a communication link parameter defined by a
CommunicationLinkScalar . |
class |
CommunicationObjectConstraint
An access constraint which is based on a communication or link budget parameter defined by a
CommunicationObjectScalar . |
class |
CovarianceSeparationConstraint
|
class |
DilutionOfPrecisionConstraint
|
class |
ElevationAngleConstraint
|
class |
ElevationAngleRateConstraint
|
class |
GroundSampleDistanceConstraint
An access constraint which requires the Ground Sample Distance (GSD) to be greater than a
minimum and less than a maximum value.
|
class |
HeightAboveHorizonConstraint
|
class |
NavigationAccuracyAssessedConstraint
|
class |
NavigationAccuracyPredictedConstraint
|
class |
RangeConstraint
|
class |
RangeRateConstraint
|
class |
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 |
SensorVolumeConstraint
|
class |
SingleTargetRadarObjectConstraint
An access constraint which is based on a radar system performance parameter defined by a
SingleTargetRadarLinkScalar . |
class |
SurfaceDistanceConstraint
An Access constraint that requires that the surface distance between two objects be above a minimum and
below a maximum in meters.
|
class |
TerrainLineOfSightConstraint
|
class |
ThirdBodyElevationAngleConstraint
|
class |
TotalAngularRateConstraint
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TerrainLineOfSightConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SensorVolumeConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CentralBodySurfaceRegionSensorVolumeConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CentralBodySurfaceRegionConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CentralBodyObstructionConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CentralBodyLayeredProjectedVolumeAccessConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CentralBodyEllipticCylindricalAccessConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
CartographicZoneConstraint.checkForSameDefinition(AccessConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
AccessConstraintsExtension(AccessConstraint singleConstraint)
Initialize the extension with the given constraint.
|
AccessQueryGraphicsParameter(AccessConstraint constraint,
T accessExists,
T accessUnknown,
T noAccess)
Initializes a new instance with the specified parameters.
|