Uses of Class
org.tailormap.api.persistence.json.AppLayerSettings
Packages that use AppLayerSettings
Package
Description
-
Uses of AppLayerSettings in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return AppLayerSettingsModifier and TypeMethodDescription@NotNull AppLayerSettings
Application.getAppLayerSettings
(@NotNull String appLayerId) @NotNull AppLayerSettings
Application.getAppLayerSettings
(@NotNull AppTreeLayerNode node) -
Uses of AppLayerSettings in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return AppLayerSettingsModifier and TypeMethodDescription@NotNull AppLayerSettings
ViewerHelper.AppLayerContext.appLayerSettings()
Returns the value of theappLayerSettings
record component.@NotNull AppLayerSettings
ViewerHelper.AppLayerFullContext.appLayerSettings()
Returns the value of theappLayerSettings
record component.Methods in org.tailormap.api.persistence.helper with parameters of type AppLayerSettingsModifier and TypeMethodDescriptionTMFeatureTypeHelper.getConfiguredAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Return a map of attribute names (in order, using a LinkedHashMap implementation) to an attribute descriptor with configured settings, taking into account the configured attribute order and hidden attributes.TMFeatureTypeHelper.getHiddenAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) TMFeatureTypeHelper.getNonHiddenAttributeNames
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Get the non-hidden attribute names for a feature type.static Set
<TMAttributeDescriptor> TMFeatureTypeHelper.getNonHiddenAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Get the non-hidden attribute descriptors for a feature type.TMFeatureTypeHelper.getReadOnlyAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Constructors in org.tailormap.api.persistence.helper with parameters of type AppLayerSettingsModifierConstructorDescriptionAppLayerContext
(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @Null FeatureTypeRef featureTypeRef) Creates an instance of aAppLayerContext
record class.AppLayerFullContext
(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @NotNull TMFeatureType featureType) Creates an instance of aAppLayerFullContext
record class. -
Uses of AppLayerSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return AppLayerSettingsModifier and TypeMethodDescriptionAppLayerSettings.addHiddenFunctionalityItem
(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) AppLayerSettings.addHideAttributesItem
(String hideAttributesItem) AppLayerSettings.addReadOnlyAttributesItem
(String readOnlyAttributesItem) AppLayerSettings.attribution
(String attribution) AppLayerSettings.autoRefreshInSeconds
(Double autoRefreshInSeconds) AppLayerSettings.description
(String description) AppLayerSettings.hiddenFunctionality
(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) AppLayerSettings.hideAttributes
(List<String> hideAttributes) AppLayerSettings.readOnlyAttributes
(List<String> readOnlyAttributes) AppLayerSettings.searchIndexId
(Long searchIndexId) AppLayerSettings.tileset3dStyle
(Object tileset3dStyle) Methods in org.tailormap.api.persistence.json that return types with arguments of type AppLayerSettingsModifier and TypeMethodDescription@Valid Map
<String, AppLayerSettings> AppSettings.getLayerSettings()
Map of id of an AppTreeLayerNode to its' settings.Methods in org.tailormap.api.persistence.json with parameters of type AppLayerSettingsModifier and TypeMethodDescriptionAppSettings.putLayerSettingsItem
(String key, AppLayerSettings layerSettingsItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type AppLayerSettingsModifier and TypeMethodDescriptionAppSettings.layerSettings
(Map<String, AppLayerSettings> layerSettings) void
AppSettings.setLayerSettings
(Map<String, AppLayerSettings> layerSettings)