| 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 | 
MarkerBatchPrimitive.set(Iterable<Cartesian> positions,
   MarkerBatchPrimitiveOptionalParameters optionalParameters)
Defines the positions and optional per-marker parameters of markers in a
marker batch. 
 | 
void | 
MarkerBatchPrimitive.set(Iterable<Cartesian> positions,
   MarkerBatchPrimitiveOptionalParameters optionalParameters,
   RenderPassHint renderPassHint)
Defines the positions and optional per-marker parameters of markers in a
marker batch. 
 | 
void | 
MarkerBatchPrimitive.setCartographic(CentralBody centralBody,
               Iterable<Cartographic> positions,
               MarkerBatchPrimitiveOptionalParameters optionalParameters)
For convenience. 
 | 
void | 
MarkerBatchPrimitive.setCartographic(CentralBody centralBody,
               Iterable<Cartographic> positions,
               MarkerBatchPrimitiveOptionalParameters optionalParameters,
               RenderPassHint renderPassHint)
For convenience. 
 | 
void | 
MarkerBatchPrimitive.setPartial(Iterable<Cartesian> positions,
          MarkerBatchPrimitiveOptionalParameters optionalParameters,
          Iterable<Integer> indices)
Updates a subset of marker positions and/or per-marker parameters in a marker batch. 
 | 
void | 
MarkerBatchPrimitive.setPartial(Iterable<Cartesian> positions,
          MarkerBatchPrimitiveOptionalParameters optionalParameters,
          Iterable<Integer> indices,
          IndicesOrderHint indicesOrderHint,
          RenderPassHint renderPassHint)
Updates a subset of marker positions and/or per-marker parameters in a marker batch. 
 | 
void | 
MarkerBatchPrimitive.setPartialCartographic(CentralBody centralBody,
                      Iterable<Cartographic> positions,
                      MarkerBatchPrimitiveOptionalParameters optionalParameters,
                      Iterable<Integer> indices)
For convenience. 
 | 
void | 
MarkerBatchPrimitive.setPartialCartographic(CentralBody centralBody,
                      Iterable<Cartographic> positions,
                      MarkerBatchPrimitiveOptionalParameters optionalParameters,
                      Iterable<Integer> indices,
                      IndicesOrderHint indicesOrderHint,
                      RenderPassHint renderPassHint)
For convenience. 
 |