| 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 | Method and Description | 
|---|---|
void | 
PolylinePrimitive.set(Iterable<Cartesian> positions,
   Iterable<Color> colors,
   PolylinePrimitiveOptionalParameters optionalParameters)
Defines the positions, colors, and/or optional point properties of a polyline. 
 | 
void | 
PolylinePrimitive.setCartographic(CentralBody centralBody,
               Iterable<Cartographic> positions,
               Iterable<Color> colors,
               PolylinePrimitiveOptionalParameters optionalParameters)
For convenience. 
 | 
void | 
PolylinePrimitive.setPartial(Iterable<Cartesian> positions,
          Iterable<Color> colors,
          PolylinePrimitiveOptionalParameters optionalParameters,
          Iterable<Integer> indices)
Updates a subset of positions, colors, and/or optional point properties in a polyline. 
 | 
void | 
PolylinePrimitive.setPartialCartographic(CentralBody centralBody,
                      Iterable<Cartographic> positions,
                      Iterable<Color> colors,
                      PolylinePrimitiveOptionalParameters optionalParameters,
                      Iterable<Integer> indices)
For convenience. 
 |