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 Provides classes for vector data like Mapbox Vector Tiles. -
-
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 java.util.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 java.util.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 java.util.Collection<Layer>
MVTTile. getLayers()
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type Layer Modifier and Type Method Description private static java.lang.String
Feature. parseTagValue(java.lang.String key, Layer layer, int number, java.util.List<java.lang.String> tagList)
Parse a tag valueConstructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type Layer Constructor Description Feature(Layer layer, ProtobufRecord protobufRecord)
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, java.util.Collection<Feature> features)
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, java.util.Collection<VectorPrimitive> featureObjects, java.awt.geom.Area area)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
java.util.List<VectorPrimitive>VectorDataStore. pathIteratorToObjects(T tile, Layer layer, java.util.Collection<VectorPrimitive> featureObjects, java.awt.geom.PathIterator pathIterator)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
java.util.List<VectorWay>VectorDataStore. pathToWay(T tile, Layer layer, java.util.Collection<VectorPrimitive> featureObjects, java.awt.geom.Path2D shape)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
VectorNodeVectorDataStore. pointToNode(T tile, Layer layer, java.util.Collection<VectorPrimitive> featureObjects, int x, int y)
private <T extends org.openstreetmap.gui.jmapviewer.Tile & VectorTile>
VectorPrimitiveVectorDataStore. shapeToPrimaryFeatureObject(T tile, Layer layer, java.awt.Shape shape, java.util.List<VectorPrimitive> featureObjects)
-