protected static class OpenStreetMapShapefileLoader.OSMShapes extends Object
Modifier and Type | Field and Description |
---|---|
Color |
background |
Font |
font |
Color |
foreground |
double |
labelMaxAltitude |
ArrayList<OpenStreetMapShapefileLoader.Label> |
labels |
ArrayList<LatLon> |
locations |
double |
scale |
public Color background
public Font font
public Color foreground
public double labelMaxAltitude
public ArrayList<OpenStreetMapShapefileLoader.Label> labels
public double scale
public OSMShapes(Color color, double scale, double labelMaxAltitude)