public class VectorStyleSimpleGenerator.VectorStyleSimpleLinear extends VectorStyleSimpleGenerator.VectorStyleSimple
drawPriority
Modifier and Type | Method and Description |
---|---|
void |
buildObjects(VectorObject[] vecObjs,
VectorTileData tileData,
RenderControllerInterface controller)
Construct objects related to this style based on the input data.
|
geomIsAdditive, getCategory, getUuid
public void buildObjects(VectorObject[] vecObjs, VectorTileData tileData, RenderControllerInterface controller)
VectorStyle
vecObjs
- The vector objects we'll build a visual representation for.tileData
- Information about the tile and where we put the tile when we're done.controller
- The MaplyBaseController to use when building the visual representation.