Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.GeometryTypes.Ring
-
Packages that use GeometryTypes.Ring Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of GeometryTypes.Ring in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return GeometryTypes.Ring Modifier and Type Method Description static GeometryTypes.Ring
GeometryTypes.Ring. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometryTypes.Ring[]
GeometryTypes.Ring. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-