Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.GeometryTypes
-
Packages that use GeometryTypes Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of GeometryTypes in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as GeometryTypes Modifier and Type Field Description private GeometryTypes
Feature. geometryType
The geometry type of the feature.Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return GeometryTypes Modifier and Type Method Description GeometryTypes
Feature. getGeometryType()
Get the geometry typestatic GeometryTypes
GeometryTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometryTypes[]
GeometryTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type GeometryTypes Constructor Description Geometry(GeometryTypes geometryType, List<CommandInteger> commands)
-