| Package | Description | 
|---|---|
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GreatArcInterpolator
The great arc interpolator computes interpolated positions along a great arc. 
 | 
class  | 
RhumbLineInterpolator
The rhumb line interpolator computes interpolated positions along a rhumb line. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PositionInterpolator | 
PolylinePrimitive.getPositionInterpolator()
Gets the  
PositionInterpolator applied to
positions passed to Set, SetCartographic, SetSubset,
and SetSubsetCartographic methods. | 
| Constructor and Description | 
|---|
PolylinePrimitive(PositionInterpolator interpolator)
Initializes a polyline primitive with the specified  
interpolator. | 
PolylinePrimitive(PositionInterpolator interpolator,
                 SetHint setHint)
Initializes a polyline primitive with the specified  
interpolator
and setHint. |