Uses of Class
org.geotools.mbstyle.layer.CircleMBLayer.CirclePitchScale
-
Packages that use CircleMBLayer.CirclePitchScale Package Description org.geotools.mbstyle.layer -
-
Uses of CircleMBLayer.CirclePitchScale in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return CircleMBLayer.CirclePitchScale Modifier and Type Method Description CircleMBLayer.CirclePitchScale
CircleMBLayer. getCirclePitchScale()
(Optional) Controls the scaling behavior of the circle when the map is pitched.static CircleMBLayer.CirclePitchScale
CircleMBLayer.CirclePitchScale. valueOf(String name)
Returns the enum constant of this type with the specified name.static CircleMBLayer.CirclePitchScale[]
CircleMBLayer.CirclePitchScale. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-