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