AGI Real-Time Tracking Tool 11
| Objects | Description |
|---|---|
| AgRt3ActionCollection | A collection of AgRt3Action. |
| AgRt3Application | The Real-Time Tracking Tool application object. |
| AgRt3AreaQuery | A query which selects entities based on their location inside a well-defined area. |
| AgRt3DistanceQuery | A query which selects entities based on their distance to a reference point. |
| AgRt3EntityManager | Manages entities generated by a specific entity provider plugin. |
| AgRt3EventDefinition | A user defined Rt3 event. |
| AgRt3EventDefinitionCollection | A collection of event objects. |
| AgRt3EventManager | Manages events triggered by the framework. |
| AgRt3FileOps | Allows Real-Time Tracking Tool settings to be saved and loaded via a file on disk. |
| AgRt3PolylineArea | An area defined by an AgPolylineEntity. |
| AgRt3QueryCollection | A collection of query objects. |
| AgRt3QueryGraphics | Manages entity graphics settings for a query. |
| AgRt3SimpleQuery | A query which selects entities based on meta-data criteria. |
| AgRt3SimpleQueryClause | A clause to be used with AgRt3SimpleQuery. |
| AgRt3SimpleQueryClauseCollection | A collection of AgRt3SimpleQueryClause. |
| Objects | Description |
|---|---|
| IAgRt3Action | The base interface for all action plugins. |
| IAgRt3ActionCollection | A collection of action plugins. |
| IAgRt3Application | The primary interface for the Real-Time Tracking Tool. |
| IAgRt3Area | The base interfaces for all areas which can be evaluated by AgRt3AreaQuery. |
| IAgRt3AreaQuery | The primary interface for AgRt3AreaQuery |
| IAgRt3DistanceQuery | The primary interface for AgRt3DistanceQuery. |
| IAgRt3EntityManager | Interface for managing queries and events that are associated with a specific entity provider. |
| IAgRt3EntityManagerEvents | Events raised by AgRt3EntityManager. |
| IAgRt3EventDefinition | Primary interface for user defined events. |
| IAgRt3EventDefinitionCollection | A collection of user defined events. |
| IAgRt3EventDefinitionCollectionEvents | Events generated by AgRt3EventDefinitionCollection. |
| IAgRt3EventDefinitionEvents | Events generated by AgRt3EventDefinition. |
| IAgRt3EventManager | Interface for managing events. |
| IAgRt3EventManagerEvents | Events generated by AgRt3EventManager. |
| IAgRt3FileOps | Defines methods for saving and loading Rt3 configurations. |
| IAgRt3PolylineArea | An area that monitors an AgPolylineEntity. |
| IAgRt3Query | The base interface for all action query plugins. |
| IAgRt3QueryCollection | A collection of queries. |
| IAgRt3QueryCollectionEvents | Events generated by AgRt3QueryCollection. |
| IAgRt3QueryEvents | Events required to be generated by query plugins. |
| IAgRt3QueryGraphics | Defines the set of graphical attributes applied to entities contained in a query. |
| IAgRt3QueryGraphicsEvents | Events generated by AgRt3QueryGraphics. |
| IAgRt3SimpleQuery | The primary interface for AgRt3SimpleQuery. |
| IAgRt3SimpleQueryClause | The clause that makes up the expression used to evaluate entities by AgRt3SimpleQueryClause. |
| IAgRt3SimpleQueryClauseCollection | A collection of query clauses. |
| Enumeration | Description |
|---|---|
| AgERt3ComparisonOperand | The type of comparison to be made for clauses in AgRt3SimpleQuery. |
| AgERt3ConjunctiveOperand | Conjunction settings between clauses in AgRt3SimpleQuery. |
| AgERt3DistanceCalculation | The type of distance calculation to perform when using AgRt3DistanceQuery. |
| AgERt3Error | Error codes. |
| AgERt3EventDispatchID | Dispatch IDs for event interfaces. |
| AgERt3QueryMarker | The type of marker associated with an instance of AgRt3QueryGraphics. |
| AgERt3QueryModel | The type of model associated with an instance of AgRt3QueryGraphics. |