Uses of Class
nl.tailormap.viewer.config.app.ConfiguredAttribute
-
Packages that use ConfiguredAttribute Package Description nl.tailormap.viewer.config.app -
-
Uses of ConfiguredAttribute in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return ConfiguredAttribute Modifier and Type Method Description ConfiguredAttributeConfiguredAttribute. deepCopy()ConfiguredAttributeApplicationLayer. getAttribute(SimpleFeatureType sft, String name)Methods in nl.tailormap.viewer.config.app that return types with arguments of type ConfiguredAttribute Modifier and Type Method Description List<ConfiguredAttribute>ApplicationLayer. getAttributes()List<ConfiguredAttribute>ApplicationLayer. getAttributes(SimpleFeatureType sft)Get all the attributes from this applicationLayer that are from the given SimpleFeatureType (or the SimpleFeatureType == null, for configured attributes that don't have a SimpleFeatureType set yet).List<ConfiguredAttribute>ApplicationLayer. getAttributes(SimpleFeatureType sft, boolean includeJoined)Method parameters in nl.tailormap.viewer.config.app with type arguments of type ConfiguredAttribute Modifier and Type Method Description voidApplicationLayer. setAttributes(List<ConfiguredAttribute> attributes)
-