Uses of Class
org.tailormap.api.persistence.json.FeatureTypeSettings
Packages that use FeatureTypeSettings
-
Uses of FeatureTypeSettings in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return FeatureTypeSettingsMethods in org.tailormap.api.persistence with parameters of type FeatureTypeSettings -
Uses of FeatureTypeSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return FeatureTypeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.addAttributeOrderItem(String attributeOrderItem) FeatureTypeSettings.addHideAttributesItem(String hideAttributesItem) FeatureTypeSettings.addReadOnlyAttributesItem(String readOnlyAttributesItem) FeatureTypeSettings.attributeOrder(List<String> attributeOrder) FeatureTypeSettings.attributeSettings(Map<String, AttributeSettings> attributeSettings) FeatureTypeSettings.hideAttributes(List<String> hideAttributes) FeatureTypeSettings.putAttributeSettingsItem(String key, AttributeSettings attributeSettingsItem) FeatureTypeSettings.readOnlyAttributes(List<String> readOnlyAttributes) FeatureTypeSettings.template(FeatureTypeTemplate template)