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 java.util.List<CommandInteger>Feature. geometryThe 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 java.util.List<CommandInteger>Feature. getGeometry()Get the geometry instructionsMethod parameters in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type arguments of type CommandInteger Modifier and Type Method Description private voidGeometry. initializePoints(GeometryTypes geometryType, java.util.List<CommandInteger> commands)Initialize point geometryprivate voidGeometry. initializeWayGeometry(GeometryTypes geometryType, java.util.List<CommandInteger> commands)Initialize way geometryConstructor parameters in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type arguments of type CommandInteger Constructor Description Geometry(GeometryTypes geometryType, java.util.List<CommandInteger> commands)
-