Uses of Class
org.tailormap.api.persistence.json.TMAttributeDescriptor
Packages that use TMAttributeDescriptor
Package
Description
-
Uses of TMAttributeDescriptor in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return types with arguments of type TMAttributeDescriptorModifier and TypeMethodDescriptionTMFeatureType.getAttributeByName
(String name) TMFeatureType.getAttributes()
TMFeatureType.getDefaultGeometryDescriptor()
Method parameters in org.tailormap.api.persistence with type arguments of type TMAttributeDescriptorModifier and TypeMethodDescriptionTMFeatureType.setAttributes
(List<TMAttributeDescriptor> attributes) -
Uses of TMAttributeDescriptor in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return TMAttributeDescriptorModifier and TypeMethodDescriptionTMFeatureTypeHelper.AttributeWithSettings.attributeDescriptor()
Returns the value of theattributeDescriptor
record component.Methods in org.tailormap.api.persistence.helper that return types with arguments of type TMAttributeDescriptorModifier and TypeMethodDescriptionstatic 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 TMAttributeDescriptorModifierConstructorDescriptionAttributeWithSettings
(TMAttributeDescriptor attributeDescriptor, AttributeSettings settings) Creates an instance of aAttributeWithSettings
record class. -
Uses of TMAttributeDescriptor in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return TMAttributeDescriptorModifier and TypeMethodDescriptionTMAttributeDescriptor.defaultValue
(String defaultValue) TMAttributeDescriptor.description
(String description) TMAttributeDescriptor.type
(TMAttributeType type) TMAttributeDescriptor.unknownTypeClassName
(String unknownTypeClassName) -
Uses of TMAttributeDescriptor in org.tailormap.api.persistence.projections
Methods in org.tailormap.api.persistence.projections that return types with arguments of type TMAttributeDescriptor