public static class OsmObstructionFinder.AmenityAttr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColorType |
color
Code enum for the color to draw the obstruction.
|
Length |
defHeight
Height of an obstruction.
|
int |
defRadius
Radius of a Node obstruction in millionths of degrees (if non-negative) or
negated scaling factor from height in meters to radius in millionths of
degrees if negative.
|
Modifier and Type | Method and Description |
---|---|
int |
getRadius(float height)
Get radius of this target based on its height.
|
public final ColorType color
public final Length defHeight
public final int defRadius