Optionalextra{@inheritDoc utility-types/extra!Extra}
OptionalhiddenWhether or not the objects with this style should be hidden from view. This is generally preferred over setting opacity to 0 to handle cases where an application may force this geometry to be rendered, as this is simply a hint. If unspecified, the default behaviour is to have the geometry visible.
How far off the bottom of the floor the objects with this style should be drawn at, in meters. This is permitted to be negative, so applications that respect default styles will need to choose how this field is interpreted.
Color should be represented with a hash (#), followed by 6 hexadecimal digits. ex: #RRGGBB
The height of the objects belonging to this layer, in meters.
The buffer amount to apply to the geometry, in meters. This can be used to inflate line string geometry for walls, but might also be applicable as a way to grow or shrink polygon geometry for aesthetic purposes. Can be negative. Behaviour is undefined if the buffer amount is negative and exceeds the geometry's dimensions when applied, however applications should likely choose not to draw the geometry in question.
Provides some basic styling information for a set of geometry. Geometry does not have to have a default style associated with it. In these cases, geometry SHOULD not be rendered.
Interface