| Package | Description | 
|---|---|
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| agi.foundation.graphics.advanced | 
 Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MaximumCountPathPrimitiveUpdatePolicy.update(PathPrimitive pathPrimitive,
      JulianDate date)
Removes points from  
RemoveLocation if the size of the line is greater than
MaximumCount. | 
void | 
DurationPathPrimitiveUpdatePolicy.update(PathPrimitive pathPrimitive,
      JulianDate date)
Removes points from  
RemoveLocation when the amount of time between a point's
Date (get) and
date is greater than Duration | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
PathPrimitiveUpdatePolicy.update(PathPrimitive pathPrimitive,
      JulianDate date)
Updates the  
pathPrimitive at the specified date. |