Uses of Enum Class
org.tailormap.api.persistence.json.HiddenLayerFunctionalityEnum
Packages that use HiddenLayerFunctionalityEnum
-
Uses of HiddenLayerFunctionalityEnum in org.tailormap.api.persistence.json
Subclasses with type arguments of type HiddenLayerFunctionalityEnum in org.tailormap.api.persistence.jsonModifier and TypeClassDescriptionenumGets or Sets HiddenLayerFunctionalityEnumMethods in org.tailormap.api.persistence.json that return HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionstatic HiddenLayerFunctionalityEnumstatic HiddenLayerFunctionalityEnumReturns the enum constant of this class with the specified name.static HiddenLayerFunctionalityEnum[]HiddenLayerFunctionalityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json that return types with arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescription@Valid Set<HiddenLayerFunctionalityEnum> AppLayerSettings.getHiddenFunctionality()Functionality that should be hidden for a layer in the UI.Methods in org.tailormap.api.persistence.json with parameters of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayerSettings.addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayerSettings.hiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) voidAppLayerSettings.setHiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) Constructor parameters in org.tailormap.api.persistence.json with type arguments of type HiddenLayerFunctionalityEnumModifierConstructorDescriptionAppLayerSettings(String title, Integer opacity, String attribution, String description, @Nullable Boolean editable, Long formId, Long searchIndexId, List<String> hideAttributes, List<String> readOnlyAttributes, Double autoRefreshInSeconds, Object tileset3dStyle, Set<HiddenLayerFunctionalityEnum> hiddenFunctionality, List<@Valid WMSStyle> selectedStyles) Constructor with all args parameters -
Uses of HiddenLayerFunctionalityEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return types with arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescription@Valid Set<HiddenLayerFunctionalityEnum> AppLayer.getHiddenFunctionality()Functionality that should be hidden for a layer in the UI.Methods in org.tailormap.api.viewer.model with parameters of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayer.addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) Method parameters in org.tailormap.api.viewer.model with type arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayer.hiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) voidAppLayer.setHiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality)