Uses of Class
nl.b3p.tailormap.api.persistence.json.TMAttributeDescriptor
-
-
Uses of TMAttributeDescriptor in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type TMAttributeDescriptor Modifier and Type Method Description Optional<TMAttributeDescriptor>TMFeatureType. getAttributeByName(String name)List<TMAttributeDescriptor>TMFeatureType. getAttributes()Optional<TMAttributeDescriptor>TMFeatureType. getDefaultGeometryDescriptor()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type TMAttributeDescriptor Modifier and Type Method Description TMFeatureTypeTMFeatureType. setAttributes(List<TMAttributeDescriptor> attributes) -
Uses of TMAttributeDescriptor in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return types with arguments of type TMAttributeDescriptor Modifier and Type Method Description static 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 nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return TMAttributeDescriptor Modifier and Type Method Description TMAttributeDescriptorTMAttributeDescriptor. comment(String comment)TMAttributeDescriptorTMAttributeDescriptor. defaultValue(String defaultValue)TMAttributeDescriptorTMAttributeDescriptor. description(String description)TMAttributeDescriptorTMAttributeDescriptor. name(String name)TMAttributeDescriptorTMAttributeDescriptor. nullable(Boolean nullable)TMAttributeDescriptorTMAttributeDescriptor. type(TMAttributeType type)TMAttributeDescriptorTMAttributeDescriptor. unknownTypeClassName(String unknownTypeClassName) -
Uses of TMAttributeDescriptor in nl.b3p.tailormap.api.persistence.projections
Methods in nl.b3p.tailormap.api.persistence.projections that return types with arguments of type TMAttributeDescriptor Modifier and Type Method Description List<TMAttributeDescriptor>TMFeatureSourceSummary.TMFeatureTypeSummary. getAttributes()
-