Uses of Class
nl.b3p.tailormap.api.persistence.json.TMGeometryType
-
Packages that use TMGeometryType Package Description nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.viewer.model -
-
Uses of TMGeometryType in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return TMGeometryType Modifier and Type Method Description static TMGeometryTypeTMGeometryType. fromValue(String value)static TMGeometryTypeTMGeometryType. valueOf(String name)Returns the enum constant of this type with the specified name.static TMGeometryType[]TMGeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TMGeometryType in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return TMGeometryType Modifier and Type Method Description @Valid TMGeometryTypeLayerDetails. getGeometryType()Get geometryTypeMethods in nl.b3p.tailormap.api.viewer.model with parameters of type TMGeometryType Modifier and Type Method Description LayerDetailsLayerDetails. geometryType(TMGeometryType geometryType)voidLayerDetails. setGeometryType(TMGeometryType geometryType)
-