public class WayPropertyPicker extends Object
Constructor and Description |
---|
WayPropertyPicker() |
WayPropertyPicker(OSMSpecifier specifier,
WayProperties properties,
boolean mixin) |
Modifier and Type | Method and Description |
---|---|
WayProperties |
getProperties() |
OSMSpecifier |
getSpecifier() |
boolean |
isSafetyMixin()
If this value is true, and this picker's specifier applies to a given way, then this picker is never
chosen as the most applicable value, and the final safety will be multiplied by this value.
|
void |
setProperties(WayProperties properties) |
void |
setSafetyMixin(boolean mixin) |
void |
setSpecifier(OSMSpecifier specifier) |
public WayPropertyPicker()
public WayPropertyPicker(OSMSpecifier specifier, WayProperties properties, boolean mixin)
public void setSpecifier(OSMSpecifier specifier)
public OSMSpecifier getSpecifier()
public void setProperties(WayProperties properties)
public WayProperties getProperties()
public void setSafetyMixin(boolean mixin)
public boolean isSafetyMixin()
Copyright © 2019. All rights reserved.