Uses of Enum Class
org.tailormap.api.viewer.model.AppLayer.LegendTypeEnum
Packages that use AppLayer.LegendTypeEnum
-
Uses of AppLayer.LegendTypeEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return AppLayer.LegendTypeEnumModifier and TypeMethodDescriptionstatic AppLayer.LegendTypeEnumAppLayer.getLegendType()Whether the legend is a static image or a dynamic WMS legend.static AppLayer.LegendTypeEnumReturns the enum constant of this class with the specified name.static AppLayer.LegendTypeEnum[]AppLayer.LegendTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.viewer.model with parameters of type AppLayer.LegendTypeEnumModifier and TypeMethodDescriptionAppLayer.legendType(AppLayer.LegendTypeEnum legendType) voidAppLayer.setLegendType(AppLayer.LegendTypeEnum legendType)