Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.Layer
-
Packages that use Layer Package Description org.openstreetmap.josm.data.imagery.vectortile org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.vector -
-
Uses of Layer in org.openstreetmap.josm.data.imagery.vectortile
Methods in org.openstreetmap.josm.data.imagery.vectortile that return types with arguments of type Layer Modifier and Type Method Description Collection<Layer>
VectorTile. getLayers()
Get the layers for this vector tile -
Uses of Layer in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type parameters of type Layer Modifier and Type Field Description private Collection<Layer>
MVTTile. layers
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return types with arguments of type Layer Modifier and Type Method Description Collection<Layer>
MVTTile. getLayers()
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type Layer Modifier and Type Method Description private String
Feature. parseTagValue(String key, Layer layer, Number number)
Parse a tag valueConstructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type Layer Constructor Description Feature(Layer layer, ProtobufRecord record)
Create a new Feature -
Uses of Layer in org.openstreetmap.josm.data.vector
Methods in org.openstreetmap.josm.data.vector with parameters of type Layer Modifier and Type Method Description private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
voidVectorDataStore. addFeatureData(T tile, Layer layer, Feature feature)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
VectorRelationVectorDataStore. areaToRelation(T tile, Layer layer, Collection<VectorPrimitive> featureObjects, Area area)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
List<VectorPrimitive>VectorDataStore. pathIteratorToObjects(T tile, Layer layer, Collection<VectorPrimitive> featureObjects, PathIterator pathIterator)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
List<VectorWay>VectorDataStore. pathToWay(T tile, Layer layer, Collection<VectorPrimitive> featureObjects, Path2D shape)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
VectorNodeVectorDataStore. pointToNode(T tile, Layer layer, Collection<VectorPrimitive> featureObjects, int x, int y)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
VectorPrimitiveVectorDataStore. shapeToPrimaryFeatureObject(T tile, Layer layer, Shape shape, List<VectorPrimitive> featureObjects)
-