Uses of Class
org.geotools.mbstyle.layer.MBLayer.Visibility
-
Packages that use MBLayer.Visibility Package Description org.geotools.mbstyle.layer -
-
Uses of MBLayer.Visibility in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return MBLayer.Visibility Modifier and Type Method Description MBLayer.Visibility
MBLayer. getVisibility()
Layout setting - whether this layer is displayed.static MBLayer.Visibility
MBLayer.Visibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static MBLayer.Visibility[]
MBLayer.Visibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-