Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.access Classes and Interfaces - 77 results found.
NameDescriptionTypePackageFramework
AccessClassificationenum AccessClassificationThe possible states of an Access availability computation.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessComputationComputes Access, or inter-visibility, between two objects.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintA constraint between two objects.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintApplicabilityenum AccessConstraintApplicabilityAn indication of when an access constraint applies.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintCollectionA collection of Access constraints.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintEvaluationResultHolds the result of evaluating an Access constraint over an interval.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintEvaluationResultCollectionA collection of AccessConstraintEvaluationResults.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintEvaluatorThe base class for Access constraint evaluators.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintHelperContains helper methods that are useful when writing Access constraints.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintSamplingContains static methods that can be useful to a constraint in determining the size of the next sampling step.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessConstraintSourceenum AccessConstraintSourceIndicates the source of an Access constraint.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessEvaluationResultHolds the result of evaluating Access between two objects.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessEvaluatorAn evaluator that determines whether access exists for an AccessQuery.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessEventTimesenum AccessEventTimesIndicates the manner in which event times are to be reported.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryA query that determines whether or not Access exists for a given time or for intervals of time.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryAndAn AccessQuery which is a logical AND of two or more sub-queries.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryAtLeastNAn AccessQuery that requires at least N of a list of sub-queries to be satisfied in order to be considered satisfied itself.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryAtMostNAn AccessQuery that requires that no more than N of a list of sub-queries be satisfied in order to be considered satisfied itself.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryCollectionA collection of AccessQuery objects.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryExactlyNAn AccessQuery that requires exactly N of a list of sub-queries to be satisfied in order to be considered satisfied itself.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryNotAn AccessQuery which is a logical NOT of another query.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryOrAn AccessQuery which is a logical OR of two or more sub-queries.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryResultHolds the result of evaluating an AccessQuery over intervals.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessQueryTrackedSatelliteAn access query which determines access to a specific navigation satellite within a GpsReceiver.Classagi.foundation.accessAGI ( Analytical Graphics )
AccessSignalModelenum AccessSignalModelIndicates which effects are to be consider in modeling the signal path and observation.Classagi.foundation.accessAGI ( Analytical Graphics )
AltitudeConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
AlwaysSatisfiedLinkConstraintAn AccessConstraint which is always satisfied.Classagi.foundation.accessAGI ( Analytical Graphics )
AngleInPlaneConstraintAn 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,Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
AngleOutOfPlaneConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
AzimuthAngleConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
AzimuthAngleRateConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
AzimuthElevationMaskConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CartographicZoneConstraintThis constraint limits access to within a certain cartographic region.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CentralBodyObstructionConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CentralBodySurfaceCurveElevationAngleConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CentralBodySurfaceRegionElevationAngleConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CentralBodySurfaceRegionSensorVolumeConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CircularAccessConstraintDefines methods for implementing a circular function used to compute access.Classagi.foundation.accessAGI ( Analytical Graphics )
CircularAccessConstraint .CircularAccessConstraintEvaluatorBase class for Access constraint evaluators which evaluate circular functions.Classagi.foundation.accessAGI ( Analytical Graphics )
CommunicationLinkConstraint An access constraint which is based on a communication link parameter defined by a CommunicationLinkScalar.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
CommunicationObjectConstraint An access constraint which is based on a communication or link budget parameter defined by a CommunicationObjectScalar.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
ConstraintAddedEventArgsProvides data for the ConstraintAdded (add / remove) event.Classagi.foundation.accessAGI ( Analytical Graphics )
ConstraintQueryBuilderThis type is used to build an AccessQuery from a single constraint by assembling all of the individual functions that make up the constraint.Classagi.foundation.accessAGI ( Analytical Graphics )
ConstraintRemovedEventArgsProvides data for the ConstraintRemoved (add / remove) event.Classagi.foundation.accessAGI ( Analytical Graphics )
CovarianceSeparationConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
DilutionOfPrecisionConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
ElevationAngleConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
ElevationAngleRateConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
EvaluatorDelayedByLinkAn evaluator which wraps another evaluator while delaying it by a time specified by a LinkDelayEvaluator.Classagi.foundation.accessAGI ( Analytical Graphics )
GroundSampleDistanceConstraintAn access constraint which requires the Ground Sample Distance (GSD) to be greater than a minimum and less than a maximum value.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
HeightAboveHorizonConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
IAccessConstraintsServiceA service that provides AccessConstraints.Interfaceagi.foundation.accessAGI ( Analytical Graphics )
IAccessResultServiceInterfaceagi.foundation.accessAGI ( Analytical Graphics )
ICompositeAccessQueryAn interface to an AccessQuery which is composed of one or more sub-queries.Interfaceagi.foundation.accessAGI ( Analytical Graphics )
ILinkConstraintAn interface to an AccessConstraint that constrains the relationship between two objects.Interfaceagi.foundation.accessAGI ( Analytical Graphics )
ILinkServiceA service interface that provides the most basic methods for modeling a communication link between a transmitter and a receiver.Interfaceagi.foundation.accessAGI ( Analytical Graphics )
ISingleObjectConstraintAn interface to an AccessConstraint that involves only one object.Interfaceagi.foundation.accessAGI ( Analytical Graphics )
LinkGraphA graph of links ( IServiceProvider instances providing ILinkService) represented as an adjacency list.Classagi.foundation.accessAGI ( Analytical Graphics )
LinkGraphDirectionenum LinkGraphDirectionIdentifies the link direction required during a traversal of the LinkGraph.Classagi.foundation.accessAGI ( Analytical Graphics )
LinkHelperA collection of helper methods for working with links such as LinkInstantaneous and LinkSpeedOfLight.Classagi.foundation.accessAGI ( Analytical Graphics )
LinkInstantaneousAn idealized link that allows instantaneous communication between the Transmitter (get / set) and Receiver (get / set).Classagi.foundation.accessAGI ( Analytical Graphics )
LinkPathDescribes a path through one or more links (such as LinkInstantaneous or LinkSpeedOfLight).Classagi.foundation.accessAGI ( Analytical Graphics )
LinkRoleIdentifies an object (transmitter or receiver) in a link ( ILinkService).Classagi.foundation.accessAGI ( Analytical Graphics )
LinkSpeedOfLightA link between a Transmitter (get / set) and Receiver (get / set) that travels at the speed of light.Classagi.foundation.accessAGI ( Analytical Graphics )
MinimumMaximumAccessConstraintThe 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.Classagi.foundation.accessAGI ( Analytical Graphics )
MinimumMaximumAccessConstraint .MinMaxThresholdEvaluatorA convenient base class to use for the evaluators for constraints derived from MinimumMaximumAccessConstraint.Classagi.foundation.accessAGI ( Analytical Graphics )
NavigationAccuracyAssessedConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
NavigationAccuracyPredictedConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
PlaneIndicatorIndicates which plane to use with a AngleInPlaneConstraint or a AngleOutOfPlaneConstraintClassagi.foundation.access.constraintsAGI ( Analytical Graphics )
RangeConstraintAn Access constraint that requires that the ends of the ConstrainedLink (get / set) be above a minimum and below a maximum distance in meters.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
RangeRateConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
ScalarConstraintA class representing a generalized constraint based on a given evaluator with a minimum and maximum threshold value which indicate the satisfaction region.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
SensorVolumeConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
SurfaceDistanceConstraintAn Access constraint that requires that the surface distance between two objects be above a minimum and below a maximum in meters.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
TerrainLineOfSightConstraintAn 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.Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
ThirdBodyElevationAngleConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )
TotalAngularRateConstraintAn 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).Classagi.foundation.access.constraintsAGI ( Analytical Graphics )