public interface VectorStyle
| 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.
|
boolean |
geomIsAdditive()
Set if this geometry is additive (e.g.
|
java.lang.String |
getCategory()
If there is a category, return it.
|
long |
getUuid()
Return a unique identifier for your style.
|
long getUuid()
java.lang.String getCategory()
boolean geomIsAdditive()
void buildObjects(VectorObject[] vecObjs, VectorTileData tileData, RenderControllerInterface controller)
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.