Uses of Class
org.tailormap.api.persistence.json.TMAttributeDescriptor
Package
Description
-
Uses of TMAttributeDescriptor in org.tailormap.api.persistence
Modifier and TypeMethodDescriptionTMFeatureType.getAttributeByName
(String name) TMFeatureType.getAttributes()
TMFeatureType.getDefaultGeometryDescriptor()
Modifier and TypeMethodDescriptionTMFeatureType.setAttributes
(List<TMAttributeDescriptor> attributes) -
Uses of TMAttributeDescriptor in org.tailormap.api.persistence.helper
Modifier 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
Modifier 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