BatchType Enumeration
Describes the type of a 'batch' of graphics representing multiple Features.
The most commonly-encountered batches are Tiles, which can be of either Primary or
Classifier type.
Members
| Name | Value | Description | 
| PlanarClassifier |  | This batch contains planar graphics which are used to classify a model's visible geometry. The graphics themselves are not rendered to the screen; instead they are rendered to a texture buffer
 to resymbolize the primary geometry.
 | 
| Primary |  | This batch contains graphics derived from a model's visible geometry. | 
| VolumeClassifier |  | This batch contains color volumes which are used to classify a model's visible geometry. The graphics themselves are not rendered to the screen; instead they are rendered to the stencil buffer
 to resymbolize the primary geometry.
 | 
Defined in
Last Updated: 24 June, 2025