Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.CommandInteger
-
Packages that use CommandInteger Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of CommandInteger in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type parameters of type CommandInteger Modifier and Type Field Description private List<CommandInteger>
Feature. geometry
The geometry of the feature.Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return types with arguments of type CommandInteger Modifier and Type Method Description List<CommandInteger>
Feature. getGeometry()
Get the geometry instructionsConstructor parameters in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type arguments of type CommandInteger Constructor Description Geometry(GeometryTypes geometryType, List<CommandInteger> commands)
-