|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectValueStringParser
public final class ValueStringParser
Method Summary | |
---|---|
static Float |
parseAngle(String value)
parses an angular value as given for the "direction" key. |
static Float |
parseIncline(String value)
parses an incline value as given for the "incline" key. |
static Float |
parseMeasure(String value)
parses a measure value given e.g. for the "width" or "length" key. |
static Float |
parseOsmDecimal(String value,
boolean allowNegative)
|
static Float |
parseSpeed(String value)
parses a speed value given e.g. for the "maxspeed" key. |
static Float |
parseWeight(String value)
parses a weight value given e.g. for the "maxweight" or "maxaxleload" key. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Float parseOsmDecimal(String value, boolean allowNegative)
public static final Float parseSpeed(String value)
public static final Float parseMeasure(String value)
public static Float parseWeight(String value)
public static final Float parseIncline(String value)
public static final Float parseAngle(String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |