public final class UserDataIgnoreConverter extends Object implements IUserDataConverter
IUserDataConverter| Constructor and Description |
|---|
UserDataIgnoreConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTags(Object userData,
MvtLayerProps layerProps,
VectorTile.Tile.Feature.Builder featureBuilder)
Convert user data to MVT tags.
|
public void addTags(Object userData, MvtLayerProps layerProps, VectorTile.Tile.Feature.Builder featureBuilder)
IUserDataConverterConvert user data to MVT tags. The supplied user data may be null. Implementation should update layerProps and optionally set the feature id.
SIDE EFFECT: The implementation may add tags to featureBuilder, modify layerProps, modify userData.
addTags in interface IUserDataConverteruserData - user object may contain values in any format; may be nulllayerProps - properties global to the layer the feature belongs tofeatureBuilder - may be modified to contain additional tagsCopyright © 2022. All rights reserved.