Uses of Class
org.geotools.mbstyle.layer.CircleMBLayer.CircleTranslateAnchor
-
Packages that use CircleMBLayer.CircleTranslateAnchor Package Description org.geotools.mbstyle.layer -
-
Uses of CircleMBLayer.CircleTranslateAnchor in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return CircleMBLayer.CircleTranslateAnchor Modifier and Type Method Description CircleMBLayer.CircleTranslateAnchor
CircleMBLayer. getCircleTranslateAnchor()
(Optional) Controls the translation reference point.static CircleMBLayer.CircleTranslateAnchor
CircleMBLayer.CircleTranslateAnchor. valueOf(String name)
Returns the enum constant of this type with the specified name.static CircleMBLayer.CircleTranslateAnchor[]
CircleMBLayer.CircleTranslateAnchor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-