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