Uses of Class
nl.b3p.tailormap.api.persistence.json.TMAttributeType
-
Packages that use TMAttributeType Package Description nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.viewer.model -
-
Uses of TMAttributeType in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return TMAttributeType Modifier and Type Method Description static TMAttributeTypeGeoToolsHelper. toAttributeType(org.geotools.api.feature.type.AttributeType gtType)Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type TMAttributeType Modifier and Type Method Description static booleanTMAttributeTypeHelper. isGeometry(TMAttributeType attributeType) -
Uses of TMAttributeType in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return TMAttributeType Modifier and Type Method Description static TMAttributeTypeTMAttributeType. fromValue(String value)@Valid TMAttributeTypeTMAttributeDescriptor. getType()Get typestatic TMAttributeTypeTMAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TMAttributeType[]TMAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type TMAttributeType Modifier and Type Method Description voidTMAttributeDescriptor. setType(TMAttributeType type)TMAttributeDescriptorTMAttributeDescriptor. type(TMAttributeType type) -
Uses of TMAttributeType in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return TMAttributeType Modifier and Type Method Description @Valid TMAttributeTypeAttribute. getType()Get type@Valid TMAttributeTypeColumnMetadata. getType()Get typeMethods in nl.b3p.tailormap.api.viewer.model with parameters of type TMAttributeType Modifier and Type Method Description voidAttribute. setType(TMAttributeType type)voidColumnMetadata. setType(TMAttributeType type)AttributeAttribute. type(TMAttributeType type)ColumnMetadataColumnMetadata. type(TMAttributeType type)
-