Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.Layer.ValueFields
-
Packages that use Layer.ValueFields Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of Layer.ValueFields in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as Layer.ValueFields Modifier and Type Field Description (package private) static Layer.ValueFields<java.lang.Boolean>
Layer.ValueFields. BOOL
(package private) static Layer.ValueFields<java.lang.Double>
Layer.ValueFields. DOUBLE
(package private) static Layer.ValueFields<java.lang.Float>
Layer.ValueFields. FLOAT
(package private) static Layer.ValueFields<java.lang.Number>
Layer.ValueFields. INT64
(package private) static Layer.ValueFields<java.lang.Number>
Layer.ValueFields. SINT64
(package private) static Layer.ValueFields<java.lang.String>
Layer.ValueFields. STRING
(package private) static Layer.ValueFields<java.lang.Number>
Layer.ValueFields. UINT64
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type parameters of type Layer.ValueFields Modifier and Type Field Description static java.util.Collection<Layer.ValueFields<?>>
Layer.ValueFields. MAPPERS
A collection of methods to map a record to a type
-