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 types with arguments of type TMAttributeDescriptorModifier and TypeMethodDescriptionstatic Map<String,
org.apache.commons.lang3.tuple.Pair<TMAttributeDescriptor, AttributeSettings>> TMFeatureTypeHelper.getConfiguredAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Return a map of attribute names (in order, using a LinkedHashMap implementation) to an attribute descriptor and configured settings pair, taking into account the configured attribute order and hidden attributes.static Set<TMAttributeDescriptor>
TMFeatureTypeHelper.getNonHiddenAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Get the non-hidden attribute descriptors for a feature type. -
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