Uses of Enum Class
nl.b3p.tailormap.api.persistence.json.TMAttributeType
Packages that use TMAttributeType
Package
Description
-
Uses of TMAttributeType in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return TMAttributeTypeModifier and TypeMethodDescriptionstatic TMAttributeTypeGeoToolsHelper.toAttributeType(org.geotools.api.feature.type.AttributeType gtType) Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type TMAttributeTypeModifier and TypeMethodDescriptionstatic booleanTMAttributeTypeHelper.isGeometry(TMAttributeType attributeType) -
Uses of TMAttributeType in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return TMAttributeTypeModifier and TypeMethodDescriptionstatic TMAttributeType@Valid TMAttributeTypeTMAttributeDescriptor.getType()Get typestatic TMAttributeTypeReturns the enum constant of this class with the specified name.static TMAttributeType[]TMAttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type TMAttributeTypeModifier and TypeMethodDescriptionvoidTMAttributeDescriptor.setType(TMAttributeType type) TMAttributeDescriptor.type(TMAttributeType type) -
Uses of TMAttributeType in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return TMAttributeTypeModifier and TypeMethodDescription@Valid TMAttributeTypeAttribute.getType()Get type@Valid TMAttributeTypeColumnMetadata.getType()Get typeMethods in nl.b3p.tailormap.api.viewer.model with parameters of type TMAttributeTypeModifier and TypeMethodDescriptionvoidAttribute.setType(TMAttributeType type) voidColumnMetadata.setType(TMAttributeType type) Attribute.type(TMAttributeType type) ColumnMetadata.type(TMAttributeType type)