Uses of Enum Class
org.tailormap.api.persistence.json.TMGeometryType
Packages that use TMGeometryType
-
Uses of TMGeometryType in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return TMGeometryTypeModifier and TypeMethodDescriptionstatic TMGeometryTypestatic TMGeometryTypeReturns the enum constant of this class with the specified name.static TMGeometryType[]TMGeometryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TMGeometryType in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return TMGeometryTypeModifier and TypeMethodDescription@Valid TMGeometryTypeLayerDetails.getGeometryType()Get geometryTypeMethods in org.tailormap.api.viewer.model with parameters of type TMGeometryTypeModifier and TypeMethodDescriptionLayerDetails.geometryType(TMGeometryType geometryType) voidLayerDetails.setGeometryType(TMGeometryType geometryType)