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 AppLayerSettingsApplication.getAppLayerSettings(@NotNull String appLayerId) @NotNull AppLayerSettingsApplication.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 AppLayerSettingsViewerHelper.AppLayerContext.appLayerSettings()Returns the value of theappLayerSettingsrecord component.@NotNull AppLayerSettingsViewerHelper.AppLayerFullContext.appLayerSettings()Returns the value of theappLayerSettingsrecord 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.getEditableAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) 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.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 aAppLayerContextrecord class.AppLayerFullContext(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @NotNull TMFeatureType featureType) Creates an instance of aAppLayerFullContextrecord 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) voidAppSettings.setLayerSettings(Map<String, AppLayerSettings> layerSettings)