public class VectorStyleSimpleGenerator.VectorStyleSimplePolygon 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, getUuidpublic void buildObjects(VectorObject[] vecObjs, VectorTileData tileData, RenderControllerInterface controller)
VectorStylevecObjs - 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.