Class AppLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.AppLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.25.0")
public class AppLayerSettings
extends Object
implements Serializable
AppLayerSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) addHideAttributesItem(String hideAttributesItem) addReadOnlyAttributesItem(String readOnlyAttributesItem) addSelectedStylesItem(WMSStyle selectedStylesItem) attribution(@Nullable String attribution) autoRefreshInSeconds(@Nullable Double autoRefreshInSeconds) description(@Nullable String description) booleanAttribution to show for this layer.Auto refresh layer in secondsDescription to show for this layer.Get editableGet formId@Valid Set<HiddenLayerFunctionalityEnum> Functionality that should be hidden for a layer in the UI.List of attribute names that should be hidden (in addition to attributes already hidden by the feature type settings).Get opacityList of feature type attribute names that are not editable (in addition to read only attributes from the feature type settings).Get searchIndexIdSelected (configured) WMS styles to be available for this layer, these override selected styles in the WMSLayerSettings.The tileset style to use for this layergetTitle()Get titleinthashCode()hiddenFunctionality(@Nullable Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) hideAttributes(@Nullable List<String> hideAttributes) readOnlyAttributes(@Nullable List<String> readOnlyAttributes) searchIndexId(@Nullable Long searchIndexId) selectedStyles(@Nullable List<@Valid WMSStyle> selectedStyles) voidsetAttribution(String attribution) voidsetAutoRefreshInSeconds(Double autoRefreshInSeconds) voidsetDescription(String description) voidsetEditable(Boolean editable) voidvoidsetHiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) voidsetHideAttributes(List<String> hideAttributes) voidsetOpacity(Integer opacity) voidsetReadOnlyAttributes(List<String> readOnlyAttributes) voidsetSearchIndexId(Long searchIndexId) voidsetSelectedStyles(List<@Valid WMSStyle> selectedStyles) voidsetTileset3dStyle(Object tileset3dStyle) voidtileset3dStyle(@Nullable Object tileset3dStyle) toString()
-
Constructor Details
-
AppLayerSettings
public AppLayerSettings()
-
-
Method Details
-
title
-
getTitle
-
setTitle
-
opacity
-
getOpacity
-
setOpacity
-
attribution
-
getAttribution
-
setAttribution
-
description
-
getDescription
-
setDescription
-
editable
-
getEditable
-
setEditable
-
formId
-
getFormId
-
setFormId
-
searchIndexId
-
getSearchIndexId
-
setSearchIndexId
-
hideAttributes
-
addHideAttributesItem
-
getHideAttributes
-
setHideAttributes
-
readOnlyAttributes
-
addReadOnlyAttributesItem
-
getReadOnlyAttributes
-
setReadOnlyAttributes
-
autoRefreshInSeconds
-
getAutoRefreshInSeconds
-
setAutoRefreshInSeconds
-
tileset3dStyle
-
getTileset3dStyle
-
setTileset3dStyle
-
addHiddenFunctionalityItem
public AppLayerSettings addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) -
getHiddenFunctionality
Functionality that should be hidden for a layer in the UI. The functionality is still available in the backend, so not a \"security\" setting.- Returns:
- hiddenFunctionality
-
setHiddenFunctionality
-
selectedStyles
-
addSelectedStylesItem
-
getSelectedStyles
-
setSelectedStyles
-
equals
-
hashCode
-
toString
-